1
0.34 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.59 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.43 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.44 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.28 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.67 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"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ’µ8öEr²ªÍW«a$LH "
"Batterien/Starterbatterien "
"Batterien/Starterbatterien/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x0192B538F64572B2AACD57AB61244C48 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'Batterien/Starterbatterien' OR seo_path_info = 'Batterien/Starterbatterien/' ));
Copy
7
0.47 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
8
0.51 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ’µ8öEr²ªÍW«a$LH "
"1mGo11MO4GV2c0jAqLyxkQdgcZWzAR0S "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0192B538F64572B2AACD57AB61244C48 ) AND (token = '1mGo11MO4GV2c0jAqLyxkQdgcZWzAR0S' ) LIMIT 1 ;
Copy
9
0.48 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"1mGo11MO4GV2c0jAqLyxkQdgcZWzAR0S "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '1mGo11MO4GV2c0jAqLyxkQdgcZWzAR0S' ;
Copy
10
0.53 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
11
1.13 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01933FD0CBE772C58004DC57CB30CB1E );
Copy
12
0.46 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x01933FD0CBE772C58004DC57CB30CB1E ));
Copy
13
0.67 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
14
0.32 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
15
0.41 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"\x01 ’µ8öEr²ªÍW«a$LH "
b"\x01 ’µ8gIsúŸ’ÇM\x1F\x7F a¡ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x0192B538F64572B2AACD57AB61244C48 AND `sales_channel_country` . `country_id` = 0x0192B538674973FA9F92C74D1F7F61A1 );
Copy
16
0.44 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
17
1.18 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01933FD0CBE772C58004DC57CB30CB1E );
Copy
18
0.41 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x01933FD0CBE772C58004DC57CB30CB1E ));
Copy
19
0.45 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
20
0.34 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
21
0.37 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters :
[
"token " => "1mGo11MO4GV2c0jAqLyxkQdgcZWzAR0S "
]
DELETE FROM `cart` WHERE `token` = '1mGo11MO4GV2c0jAqLyxkQdgcZWzAR0S' ;
Copy
22
0.75 ms
SELECT `link_item_group` . `id` as `link_item_group.id` , `link_item_group` . `name` as `link_item_group.name` , `link_item_group` . `style` as `link_item_group.style` , `link_item_group` . `active` as `link_item_group.active` , `link_item_group` . `custom_fields` as `link_item_group.customFields` , `link_item_group` . `created_at` as `link_item_group.createdAt` , `link_item_group` . `updated_at` as `link_item_group.updatedAt` FROM `link_item_group` WHERE (`link_item_group` . `active` = ? )
SELECT `link_item_group` . `id` as `link_item_group.id` , `link_item_group` . `name` as `link_item_group.name` , `link_item_group` . `style` as `link_item_group.style` , `link_item_group` . `active` as `link_item_group.active` , `link_item_group` . `custom_fields` as `link_item_group.customFields` , `link_item_group` . `created_at` as `link_item_group.createdAt` , `link_item_group` . `updated_at` as `link_item_group.updatedAt` FROM `link_item_group` WHERE (`link_item_group` . `active` = 1 );
Copy
23
0.55 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ÆÂ\x17 b╚q\x1D êü&\x05\x16 1Ju "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762C8711D8881260516314A75 AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
24
0.36 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ÆÂ\x17 b╚q\x1D êü&\x05\x16 »~\x1C "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762C8711D8881260516AF7E1C AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
25
0.32 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ÆÂ\x17 b╚q\x1D êü&\x05\x16 ¥Ç\x19 "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762C8711D8881260516BE8019 AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
26
0.27 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ÆÂ\x17 b╚q\x1D êü&\x05\x16 ╔h0 "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762C8711D8881260516C96830 AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
27
0.25 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ÆÂ\x17 b╚q\x1D êü&\x05\x17 ÆGâ "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762C8711D8881260517924783 AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
28
0.23 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ÆÂ\x17 b╚q\x1D êü&\x05\x18 # ╩ "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762C8711D88812605182320CA AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
29
0.21 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ÆÂ\x17 b╚q\x1D êü&\x05\x18 I▀ñ "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762C8711D888126051849DFA4 AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
30
0.39 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ’¶\x17 bås8¦—Ä\x16 fE\x0E e "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762E57338A697C41666450E65 AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
31
0.27 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ’¶\x17 bås8¦—Ä\x16 fÁš® "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762E57338A697C41666C19AAE AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
32
0.22 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ’¶\x17 bås8¦—Ä\x16 g\x1F Ç\x12 "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762E57338A697C416671FC712 AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
33
0.21 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ’¶\x17 bås8¦—Ä\x16 gIq¯ "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762E57338A697C416674971AF AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
34
0.74 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
35
2.97 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.NavEntity` . `id` as `category.NavEntity.id` , `category.NavEntity` . `category_id` as `category.NavEntity.category_id` , `category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` , `category.NavEntity` . `category_video` as `category.NavEntity.category_video` , `category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` , `category.NavEntity` . `created_at` as `category.NavEntity.createdAt` , `category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` , `category.NavEntity.translation.description_top` , `category.NavEntity.translation.description_top` as `category.NavEntity.description_top` , `category.NavEntity.translation.description_bottom` , `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` , `category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` , `category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` , `category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` , `category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` , `category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.NavEntity.translation` . `nav_id` , `category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` , `category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation` . `language_id` = ? ) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id` WHERE (`category` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`category.translation.customFields` , '$.nf_category_positioning_style' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`category.translation.customFields` , '$.nf_category_positioning_style' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND `category` . `visible` = ? AND `category` . `active` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"flyout "
true
true
]
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.NavEntity` . `id` as `category.NavEntity.id` ,
`category.NavEntity` . `category_id` as `category.NavEntity.category_id` ,
`category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` ,
`category.NavEntity` . `category_video` as `category.NavEntity.category_video` ,
`category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` ,
`category.NavEntity` . `created_at` as `category.NavEntity.createdAt` ,
`category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` ,
`category.NavEntity.translation.description_top` ,
`category.NavEntity.translation.description_top` as `category.NavEntity.description_top` ,
`category.NavEntity.translation.description_bottom` ,
`category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` ,
`category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` ,
`category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` ,
`category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` ,
`category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` ,
`category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id`
LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.NavEntity.translation` . `nav_id` ,
`category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` ,
`category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom`
FROM
`nav_translation` `category.NavEntity.translation`
WHERE
`category.NavEntity.translation` . `language_id` = ?
) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
COALESCE (
IF (
JSON_TYPE (
JSON_EXTRACT (
`category.translation.customFields` ,
'$.nf_category_positioning_style'
)
) ! = "NULL" ,
CONVERT (
JSON_UNQUOTE (
JSON_EXTRACT (
`category.translation.customFields` ,
'$.nf_category_positioning_style'
)
) USING "utf8mb4"
) COLLATE utf8mb4_unicode_ci ,
NULL
)
) = ?
AND `category` . `visible` = ?
AND `category` . `active` = ?
)
)
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.NavEntity` . `id` as `category.NavEntity.id` , `category.NavEntity` . `category_id` as `category.NavEntity.category_id` , `category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` , `category.NavEntity` . `category_video` as `category.NavEntity.category_video` , `category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` , `category.NavEntity` . `created_at` as `category.NavEntity.createdAt` , `category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` , `category.NavEntity.translation.description_top` , `category.NavEntity.translation.description_top` as `category.NavEntity.description_top` , `category.NavEntity.translation.description_bottom` , `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` , `category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` , `category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` , `category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` , `category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` , `category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.NavEntity.translation` . `nav_id` , `category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` , `category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`category.translation.customFields` , '$.nf_category_positioning_style' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`category.translation.customFields` , '$.nf_category_positioning_style' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'flyout' AND `category` . `visible` = 1 AND `category` . `active` = 1 ));
Copy
36
2.53 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.NavEntity` . `id` as `category.NavEntity.id` , `category.NavEntity` . `category_id` as `category.NavEntity.category_id` , `category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` , `category.NavEntity` . `category_video` as `category.NavEntity.category_video` , `category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` , `category.NavEntity` . `created_at` as `category.NavEntity.createdAt` , `category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` , `category.NavEntity.translation.description_top` , `category.NavEntity.translation.description_top` as `category.NavEntity.description_top` , `category.NavEntity.translation.description_bottom` , `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` , `category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` , `category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` , `category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` , `category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` , `category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.NavEntity.translation` . `nav_id` , `category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` , `category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation` . `language_id` = ? ) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id` WHERE (`category` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`category.translation.customFields` , '$.nf_category_positioning_style' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`category.translation.customFields` , '$.nf_category_positioning_style' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND `category` . `visible` = ? AND `category` . `active` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"mega "
true
true
]
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.NavEntity` . `id` as `category.NavEntity.id` ,
`category.NavEntity` . `category_id` as `category.NavEntity.category_id` ,
`category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` ,
`category.NavEntity` . `category_video` as `category.NavEntity.category_video` ,
`category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` ,
`category.NavEntity` . `created_at` as `category.NavEntity.createdAt` ,
`category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` ,
`category.NavEntity.translation.description_top` ,
`category.NavEntity.translation.description_top` as `category.NavEntity.description_top` ,
`category.NavEntity.translation.description_bottom` ,
`category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` ,
`category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` ,
`category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` ,
`category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` ,
`category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` ,
`category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id`
LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.NavEntity.translation` . `nav_id` ,
`category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` ,
`category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom`
FROM
`nav_translation` `category.NavEntity.translation`
WHERE
`category.NavEntity.translation` . `language_id` = ?
) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
COALESCE (
IF (
JSON_TYPE (
JSON_EXTRACT (
`category.translation.customFields` ,
'$.nf_category_positioning_style'
)
) ! = "NULL" ,
CONVERT (
JSON_UNQUOTE (
JSON_EXTRACT (
`category.translation.customFields` ,
'$.nf_category_positioning_style'
)
) USING "utf8mb4"
) COLLATE utf8mb4_unicode_ci ,
NULL
)
) = ?
AND `category` . `visible` = ?
AND `category` . `active` = ?
)
)
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.NavEntity` . `id` as `category.NavEntity.id` , `category.NavEntity` . `category_id` as `category.NavEntity.category_id` , `category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` , `category.NavEntity` . `category_video` as `category.NavEntity.category_video` , `category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` , `category.NavEntity` . `created_at` as `category.NavEntity.createdAt` , `category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` , `category.NavEntity.translation.description_top` , `category.NavEntity.translation.description_top` as `category.NavEntity.description_top` , `category.NavEntity.translation.description_bottom` , `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` , `category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` , `category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` , `category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` , `category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` , `category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.NavEntity.translation` . `nav_id` , `category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` , `category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`category.translation.customFields` , '$.nf_category_positioning_style' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`category.translation.customFields` , '$.nf_category_positioning_style' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'mega' AND `category` . `visible` = 1 AND `category` . `active` = 1 ));
Copy
37
0.55 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
38
0.74 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"\x01 ’µ9"®s¦¡AÿÑmýsý "
]
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` = 0x0192B53922AE73A6A141FFD16DFD73FD AND
pm . `active` = 1 ;
Copy
39
0.37 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
40
0.60 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.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
41
0.82 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"\x01 ’µ8öEr²ªÍW«a$LH "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x0192B538F64572B2AACD57AB61244C48 AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
42
0.65 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
43
1.06 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01933FD0CBE772C58004DC57CB30CB1E );
Copy
44
0.39 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x01933FD0CBE772C58004DC57CB30CB1E ));
Copy
45
0.52 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
46
0.67 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
47
0.67 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
48
1.11 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01933FD0CBE772C58004DC57CB30CB1E );
Copy
49
0.77 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x01933FD0CBE772C58004DC57CB30CB1E ));
Copy
50
1.05 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
51
0.43 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
52
1.39 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.NavEntity` . `id` as `category.NavEntity.id` , `category.NavEntity` . `category_id` as `category.NavEntity.category_id` , `category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` , `category.NavEntity` . `category_video` as `category.NavEntity.category_video` , `category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` , `category.NavEntity` . `created_at` as `category.NavEntity.createdAt` , `category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` , `category.NavEntity.translation.description_top` , `category.NavEntity.translation.description_top` as `category.NavEntity.description_top` , `category.NavEntity.translation.description_bottom` , `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` , `category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` , `category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` , `category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` , `category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` , `category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.NavEntity.translation` . `nav_id` , `category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` , `category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation` . `language_id` = ? ) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"géOà¤#K“‘dŽˆ7í²• "
]
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.NavEntity` . `id` as `category.NavEntity.id` ,
`category.NavEntity` . `category_id` as `category.NavEntity.category_id` ,
`category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` ,
`category.NavEntity` . `category_video` as `category.NavEntity.category_video` ,
`category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` ,
`category.NavEntity` . `created_at` as `category.NavEntity.createdAt` ,
`category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` ,
`category.NavEntity.translation.description_top` ,
`category.NavEntity.translation.description_top` as `category.NavEntity.description_top` ,
`category.NavEntity.translation.description_bottom` ,
`category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` ,
`category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` ,
`category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` ,
`category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` ,
`category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` ,
`category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id`
LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.NavEntity.translation` . `nav_id` ,
`category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` ,
`category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom`
FROM
`nav_translation` `category.NavEntity.translation`
WHERE
`category.NavEntity.translation` . `language_id` = ?
) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.NavEntity` . `id` as `category.NavEntity.id` , `category.NavEntity` . `category_id` as `category.NavEntity.category_id` , `category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` , `category.NavEntity` . `category_video` as `category.NavEntity.category_video` , `category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` , `category.NavEntity` . `created_at` as `category.NavEntity.createdAt` , `category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` , `category.NavEntity.translation.description_top` , `category.NavEntity.translation.description_top` as `category.NavEntity.description_top` , `category.NavEntity.translation.description_bottom` , `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` , `category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` , `category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` , `category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` , `category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` , `category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.NavEntity.translation` . `nav_id` , `category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` , `category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x67E94FE0A4234B9391648E8837EDB295 ));
Copy
53
1.30 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.swagCmsExtensionsScrollNavigationPageSettings` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page` . `id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` LEFT JOIN (SELECT `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_version_id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` FROM `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` WHERE `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `language_id` = ? ) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ôøQîür\x08 ï«^CäËdG "
]
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.swagCmsExtensionsScrollNavigationPageSettings` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt` ,
`cms_page.translation.name` ,
`cms_page.translation.name` as `cms_page.name` ,
`cms_page.translation.customFields` ,
`cms_page.translation.customFields` as `cms_page.customFields`
FROM
`cms_page`
LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page` . `id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id`
LEFT JOIN (
SELECT
`cms_page.translation` . `cms_page_id` ,
`cms_page.translation` . `cms_page_version_id` ,
`cms_page.translation` . `name` as `cms_page.translation.name` ,
`cms_page.translation` . `custom_fields` as `cms_page.translation.customFields`
FROM
`cms_page_translation` `cms_page.translation`
WHERE
`cms_page.translation` . `language_id` = ?
) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id`
AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id`
LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id`
AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id`
LEFT JOIN (
SELECT
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_id` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_version_id` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`
FROM
`cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`
WHERE
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `language_id` = ?
) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id`
AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `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.swagCmsExtensionsScrollNavigationPageSettings` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page` . `id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` LEFT JOIN (SELECT `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_version_id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` FROM `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` WHERE `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x01939B518C8172088BAE5E4384D36447 ));
Copy
54
1.18 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.swagCmsExtensionsScrollNavigation` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.id` , `cms_section.swagCmsExtensionsScrollNavigation` . `active` as `cms_section.swagCmsExtensionsScrollNavigation.active` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `position` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `type` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `locked` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `name` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `sizing_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `mobile_behavior` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_color` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `css_class` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `visibility` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `custom_fields` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` as `cms_section.swagCmsExtensionsScrollNavigation.displayName` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section` . `id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` AND `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` LEFT JOIN (SELECT `cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` , `cms_section.swagCmsExtensionsScrollNavigation.translation` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` FROM `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation` WHERE `cms_section.swagCmsExtensionsScrollNavigation.translation` . `language_id` = ? ) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ôøQîür\x08 ï«^CäËdG "
]
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.swagCmsExtensionsScrollNavigation` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.id` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `active` as `cms_section.swagCmsExtensionsScrollNavigation.active` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `position` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `type` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `locked` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `name` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `sizing_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `mobile_behavior` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_color` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `css_class` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `visibility` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `custom_fields` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` as `cms_section.swagCmsExtensionsScrollNavigation.displayName` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section` . `id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id`
AND `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id`
LEFT JOIN (
SELECT
`cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`
FROM
`swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation`
WHERE
`cms_section.swagCmsExtensionsScrollNavigation.translation` . `language_id` = ?
) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.id` , `cms_section.swagCmsExtensionsScrollNavigation` . `active` as `cms_section.swagCmsExtensionsScrollNavigation.active` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `position` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `type` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `locked` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `name` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `sizing_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `mobile_behavior` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_color` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `css_class` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `visibility` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `custom_fields` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` as `cms_section.swagCmsExtensionsScrollNavigation.displayName` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section` . `id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` AND `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` LEFT JOIN (SELECT `cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` , `cms_section.swagCmsExtensionsScrollNavigation.translation` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` FROM `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation` WHERE `cms_section.swagCmsExtensionsScrollNavigation.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x01939B518C8172088BAE5E4384D36447 )));
Copy
55
1.08 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.swagCmsExtensionsBlockRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.id` , `cms_block.swagCmsExtensionsBlockRule` . `inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted` , `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId` , `cms_block.swagCmsExtensionsBlockRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt` , `cms_block.swagCmsExtensionsQuickview` . `id` as `cms_block.swagCmsExtensionsQuickview.id` , `cms_block.swagCmsExtensionsQuickview` . `active` as `cms_block.swagCmsExtensionsQuickview.active` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId` , `cms_block.swagCmsExtensionsQuickview` . `created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt` , `cms_block.swagCmsExtensionsQuickview` . `updated_at` as `cms_block.swagCmsExtensionsQuickview.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “›QŒ“pM±nØ_|\x15 Å\x1A "
]
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.swagCmsExtensionsBlockRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.id` ,
`cms_block.swagCmsExtensionsBlockRule` . `inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted` ,
`cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId` ,
`cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId` ,
`cms_block.swagCmsExtensionsBlockRule` . `cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId` ,
`cms_block.swagCmsExtensionsBlockRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt` ,
`cms_block.swagCmsExtensionsBlockRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt` ,
`cms_block.swagCmsExtensionsQuickview` . `id` as `cms_block.swagCmsExtensionsQuickview.id` ,
`cms_block.swagCmsExtensionsQuickview` . `active` as `cms_block.swagCmsExtensionsQuickview.active` ,
`cms_block.swagCmsExtensionsQuickview` . `cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId` ,
`cms_block.swagCmsExtensionsQuickview` . `cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId` ,
`cms_block.swagCmsExtensionsQuickview` . `created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt` ,
`cms_block.swagCmsExtensionsQuickview` . `updated_at` as `cms_block.swagCmsExtensionsQuickview.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id`
LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsQuickview` . `cms_block_id`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.swagCmsExtensionsBlockRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.id` , `cms_block.swagCmsExtensionsBlockRule` . `inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted` , `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId` , `cms_block.swagCmsExtensionsBlockRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt` , `cms_block.swagCmsExtensionsQuickview` . `id` as `cms_block.swagCmsExtensionsQuickview.id` , `cms_block.swagCmsExtensionsQuickview` . `active` as `cms_block.swagCmsExtensionsQuickview.active` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId` , `cms_block.swagCmsExtensionsQuickview` . `created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt` , `cms_block.swagCmsExtensionsQuickview` . `updated_at` as `cms_block.swagCmsExtensionsQuickview.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x01939B518C93704DB16ED85F7C15C51A )));
Copy
56
1.31 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.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` , `cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` , `cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` , `cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` , `cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` , `cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.title` as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` , `cms_slot.swagCmsExtensionsForm.translation` . `title` as `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation` . `success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation` . `receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation` . `language_id` = ? ) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “›QŒ“pM±nØ_|îGÐ "
b"\x01 “›QŒ“pM±nØ_~\f\f M "
b"\x01 “›QŒ”p§³È*Év¾¯ç "
]
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.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` , `cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` , `cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` , `cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` , `cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` , `cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.title` as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` , `cms_slot.swagCmsExtensionsForm.translation` . `title` as `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation` . `success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation` . `receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x01939B518C93704DB16ED85F7CEE47D0 , 0x01939B518C93704DB16ED85F7E0C0C4D , 0x01939B518C9470A7B3C82AC976BEAFE7 )));
Copy
57
0.89 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ÆÁ8üÜpÊó($ªãÿ$¾ "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x0192B538819A70D2A22824A6C69824F3 );
Copy
58
0.43 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
59
0.52 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ÆÁ8üÜpÊó($ªãÿ$¾ "
b"\x01 ÆÁ8üÜpÊó($ªÃ<¶} "
b"\x01 ÆÁ8üÜpÊó($ªÃ╔│¨ "
b"\x01 ÆÁ8üÜpÊó($ª╚hhî "
b"\x01 ÆÁ8üÜpÊó($ª╔H4┼ "
b"\x01 ’µ8ƒÞq\r ®tDzo²;Æ "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x0192B538819A70D2A22824A6C69824F3 , 0x0192B538819A70D2A22824A6C73CF47D , 0x0192B538819A70D2A22824A6C7C9B3F9 , 0x0192B538819A70D2A22824A6C868688C , 0x0192B538819A70D2A22824A6C94834C5 , 0x0192B53883DE710DAE74447A6FB23BC6 );
Copy
60
0.52 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"géOà¤#K“‘dŽˆ7í²• "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x67E94FE0A4234B9391648E8837EDB295 )) LIMIT 1 ;
Copy
61
0.29 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"géOà¤#K“‘dŽˆ7í²• "
]
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 (0x67E94FE0A4234B9391648E8837EDB295 ));
Copy
62
10.63 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product` . `display_group` ORDER BY MIN (COALESCE (`product.translation.name` , `product.parent.translation.name` )) ASC , MIN (`product` . `id` ) ASC LIMIT 5
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 ’µ8öEr²ªÍW«a$LH "
true
b"géOà¤#K“‘dŽˆ7í²• "
null
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x0192B538F64572B2AACD57AB61244C48 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x67E94FE0A4234B9391648E8837EDB295 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ORDER BY MIN (COALESCE (`product.translation.name` , `product.parent.translation.name` )) ASC , MIN (`product` . `id` ) ASC LIMIT 5 ;
Copy
63
6.62 ms
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product` . `display_group` ) total
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 ’µ8öEr²ªÍW«a$LH "
true
b"géOà¤#K“‘dŽˆ7í²• "
null
]
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x0192B538F64572B2AACD57AB61244C48 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x67E94FE0A4234B9391648E8837EDB295 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
64
4.34 ms
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 ’µ8öEr²ªÍW«a$LH "
true
b"géOà¤#K“‘dŽˆ7í²• "
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` = 0x0192B538F64572B2AACD57AB61244C48 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x67E94FE0A4234B9391648E8837EDB295 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
65
0.90 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"qx¦Ö“gHå¥t‡Íp¹ëS "
b"ò²ÏL1èO%S2+ˆÍ@Ÿ "
b"‘ÒÄCÜ`A³‚D–;=úrŸ "
b"\x14 └Öý┬EI▄¡\x00 Úú┌ì£\x1A "
b"_O╔êIªN×¥┼y½|SÞÅ "
b"8Ç\r ”…8E$€E7=j1˜Ÿ "
b"\x10 „€™¡T@ù«‘íe½'hÎ "
b"š¼8Ë&xAY§MyL\x16 Ä=w "
b"XÁôϦ±Ct¾¢¯\x04 _ŒMB "
b"ĸÝ█ƒJBSªÚO┬\x16 ·{ì "
]
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x7178A6D6936748E5A57487CD70B9EB53 , 0xF2B2CF4C31E84F25AD53322B88CD409F , 0x91D2C443DC6041B38244963B3DFA729F , 0x14C099ECC24549DCAD00E9A3DA8D9C1A , 0x5F4FC98849A64E9EBEC579AB7C53E88F , 0x38C70D94853845248045373D6A31989F , 0x10848099A15440F9AB91ED65BD2768CE , 0x9ABC38CB26784159A74D794C16C43D77 , 0x58C1F4CFA6B14374BEA2AF045F8C4D42 , 0x8EF7EDDB9F4A4253A6E94FC216FA7B8D ));
Copy
66
168.67 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.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` , "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.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` , "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.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` , "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 ’µ8öEr²ªÍW«a$LH "
true
b"géOà¤#K“‘dŽˆ7í²• "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.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` ,
"$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.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` ,
"$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.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` ,
"$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.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` , "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.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` , "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.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` , "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.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` , "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.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` = 0x0192B538F64572B2AACD57AB61244C48 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x67E94FE0A4234B9391648E8837EDB295 AND NOT (`product` . `display_group` < = > NULL )));
Copy
67
4.23 ms
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 ’µ8öEr²ªÍW«a$LH "
true
b"géOà¤#K“‘dŽˆ7í²• "
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` = 0x0192B538F64572B2AACD57AB61244C48 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x67E94FE0A4234B9391648E8837EDB295 AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
68
2.58 ms
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 ’µ8öEr²ªÍW«a$LH "
true
b"géOà¤#K“‘dŽˆ7í²• "
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` = 0x0192B538F64572B2AACD57AB61244C48 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x67E94FE0A4234B9391648E8837EDB295 AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
69
17.95 ms
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 ’µ8öEr²ªÍW«a$LH "
true
b"géOà¤#K“‘dŽˆ7í²• "
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` = 0x0192B538F64572B2AACD57AB61244C48 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x67E94FE0A4234B9391648E8837EDB295 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
70
5.39 ms
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 ’µ8öEr²ªÍW«a$LH "
true
b"géOà¤#K“‘dŽˆ7í²• "
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` = 0x0192B538F64572B2AACD57AB61244C48 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x67E94FE0A4234B9391648E8837EDB295 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
71
0.71 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"b7\x1D\x15 }CA█ìƒ/\x08 £/Áu "
b"À°╬½?qCoØÃí§╚┤\x1C [ "
b"&®À \x16 ÿK┴ÉíJ\x16 /╬┼╗ "
b"b\v G½ÞöK¶·`ÉL”1\x1F\x13 "
b"""
šèÄ\n
ø@H|šÙ\t 5V³cÉ
"""
]
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 (0x62371D157D4341DB8D9F2F089C2FB575 , 0xB7F8CEAB3F71436F9DC7A1F5C8B41C5B , 0x26A9B72016984BC190A14A162FCEC5BB , 0x620B47BDDEF64BB6B760C94C94311F13 , 0x9AE8C40AF840487C9AD9093556B363C9 );
Copy
72
0.82 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"\x01 ’µ8öEr²ªÍW«a$LH "
true
b"b7\x1D\x15 }CA█ìƒ/\x08 £/Áu "
b"À°╬½?qCoØÃí§╚┤\x1C [ "
b"&®À \x16 ÿK┴ÉíJ\x16 /╬┼╗ "
b"b\v G½ÞöK¶·`ÉL”1\x1F\x13 "
b"""
šèÄ\n
ø@H|šÙ\t 5V³cÉ
"""
]
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` = 0x0192B538F64572B2AACD57AB61244C48 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x62371D157D4341DB8D9F2F089C2FB575 , 0xB7F8CEAB3F71436F9DC7A1F5C8B41C5B , 0x26A9B72016984BC190A14A162FCEC5BB , 0x620B47BDDEF64BB6B760C94C94311F13 , 0x9AE8C40AF840487C9AD9093556B363C9 )) GROUP BY `product` . `id` ;
Copy
73
4.14 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , (SELECT GROUP_CONCAT (HEX (`product.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_property` `product.properties.mapping`
WHERE `product.properties.mapping` . `product_id` = `product` . `properties` ) as `product.properties.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"b7\x1D\x15 }CA█ìƒ/\x08 £/Áu "
b"À°╬½?qCoØÃí§╚┤\x1C [ "
b"&®À \x16 ÿK┴ÉíJ\x16 /╬┼╗ "
b"b\v G½ÞöK¶·`ÉL”1\x1F\x13 "
b"""
šèÄ\n
ø@H|šÙ\t 5V³cÉ
"""
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.properties.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_property` `product.properties.mapping`
WHERE
`product.properties.mapping` . `product_id` = `product` . `properties`
) as `product.properties.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? , ? , ? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , (SELECT GROUP_CONCAT (HEX (`product.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_property` `product.properties.mapping`
WHERE `product.properties.mapping` . `product_id` = `product` . `properties` ) as `product.properties.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x62371D157D4341DB8D9F2F089C2FB575 , 0xB7F8CEAB3F71436F9DC7A1F5C8B41C5B , 0x26A9B72016984BC190A14A162FCEC5BB , 0x620B47BDDEF64BB6B760C94C94311F13 , 0x9AE8C40AF840487C9AD9093556B363C9 ));
Copy
74
1.98 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\x19 mV¿_VGljt.qžúê\x14 "
b" -i5wºJÍ‹Ýb\x06 ìí\x08 Ý "
b"*\x19 :x0“I/šÈ©ÊP‹#\x11 "
b".\x04 Fh¨qAh‰Ï“C\x1C\x0E ÀC "
b"7»£\x07 b¼I1£ð›€\x11\x13 4\x13 "
b"Dú\x14 „7¯NoŒ{ãŠ2y\x06 ¶ "
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"Sû1ÿôô@-§*A)\x1D ‘,“ "
b"wf\x01 ¾šJG\x15 ¹:«¢\x12 Â;º "
b"—"i\x06 Ú¡Büˆq\x07 $Hn¬\x1F "
b"ù-Û#▒\x13 JuîØÔDü¨Z\x04 "
b"í\x1A þ┘ÜöBÄ╣░Z▓ÅUÄË "
b"ÌÞ#öYÕF™¡ÆéÅ:\x05 p÷ "
b"""
┌ÍÅ╗┌t@:ì´º\n
\x06 ƒëµ
"""
b"Þ•8ÿ/ÐHž¹œì\x03 I¼Ú– "
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\x14 òír™\x1A CŒ®)LfÜ96 "
b" -i5wºJÍ‹Ýb\x06 ìí\x08 Ý "
b"*\x19 :x0“I/šÈ©ÊP‹#\x11 "
b".\x04 Fh¨qAh‰Ï“C\x1C\x0E ÀC "
b"Dú\x14 „7¯NoŒ{ãŠ2y\x06 ¶ "
b"Eãl™ƒ•KÚ–Ú–j‹…`™ "
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"\\e ˜ü\x1F ÆN)¹Ç¨ÔÜøë\x10 "
b"\±…¡ÜøOS½î{v\x1E\x07\x06 Æ "
b"wf\x01 ¾šJG\x15 ¹:«¢\x12 Â;º "
b"ù-Û#▒\x13 JuîØÔDü¨Z\x04 "
b"í\x1A þ┘ÜöBÄ╣░Z▓ÅUÄË "
b"ÌÞ#öYÕF™¡ÆéÅ:\x05 p÷ "
b"Þ•8ÿ/ÐHž¹œì\x03 I¼Ú– "
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b" -i5wºJÍ‹Ýb\x06 ìí\x08 Ý "
b"$¼1éO▄G╚¼\x02 @Å\x06 ÍE^ "
b"*\x19 :x0“I/šÈ©ÊP‹#\x11 "
b"""
,(H╔ØüK\ºÈ¬oôè\n
"
"""
b"Dú\x14 „7¯NoŒ{ãŠ2y\x06 ¶ "
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
b"wf\x01 ¾šJG\x15 ¹:«¢\x12 Â;º "
b"ÄÅjk*┼EýñDÍáïkö~ "
b"ž¢‰]Æ®@\x03 ¡|˜\x07 ?ø‡6 "
b"À\x15 Œ¼ÆzG\x16 ™¹-Á]fÙg "
b"┌á\x11 ─ObN\x10 ɵÓòÏ\x13 ãh "
b"Þ•8ÿ/ÐHž¹œì\x03 I¼Ú– "
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b" -i5wºJÍ‹Ýb\x06 ìí\x08 Ý "
b"*\x19 :x0“I/šÈ©ÊP‹#\x11 "
b".\x04 Fh¨qAh‰Ï“C\x1C\x0E ÀC "
b"Dú\x14 „7¯NoŒ{ãŠ2y\x06 ¶ "
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"Sû1ÿôô@-§*A)\x1D ‘,“ "
b"oó’ñJÚD\x15 š\x06\x7F ÍŸB\x1D f "
b"wf\x01 ¾šJG\x15 ¹:«¢\x12 Â;º "
b"üe\x0F ╔¨ûA\x12 öjoæÎ└?è "
b"Å÷'½\v åDäÇð├sâ\x03 !P "
b"ù-Û#▒\x13 JuîØÔDü¨Z\x04 "
b"ÜÞ│?\x05\x08 L\x1C Å╦*-©Í(\x15 "
b"í\x1A þ┘ÜöBÄ╣░Z▓ÅUÄË "
b"ÌÞ#öYÕF™¡ÆéÅ:\x05 p÷ "
b"Þ•8ÿ/ÐHž¹œì\x03 I¼Ú– "
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b" -i5wºJÍ‹Ýb\x06 ìí\x08 Ý "
b"*\x19 :x0“I/šÈ©ÊP‹#\x11 "
b"-ö[ZtÅDbÖâ┼þ$fÈØ "
b"Dú\x14 „7¯NoŒ{ãŠ2y\x06 ¶ "
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
b"wf\x01 ¾šJG\x15 ¹:«¢\x12 Â;º "
b"å\x06 4ÚD¨AØ«I ÈtÀ¨Ä "
b"‡q\x00 ç\x08 ùA£´Ó€`k%\x18 \n "
b"ÄÅjk*┼EýñDÍáïkö~ "
b"¬Íݸ{\x0F K€´›Û²\x06 ZÀ\r "
b"Þ•8ÿ/ÐHž¹œì\x03 I¼Ú– "
b"""
àùé\x0E ’ûNT°Ü}¬\n
WóÕ
"""
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
WHERE
`property_group_option` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (0x090ECF99A0864B3E9DEB23162A79F769 , 0x196D56BF5F5647C789742E719EFAEA14 , 0x202D693577BA4ACD8BDD6206ECED08DD , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2E044668A871416889CF93431C0EC043 , 0x37BBA30762BC4931A3F09B8011133413 , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x53FB31FFF4F4402DA72A41291D912C93 , 0x776601BE9A4A4715B93AABA212C23BBA , 0x97226906DAA142FC88710724486EAC1F , 0x972DEA23B1134A758C9DE24481F95A04 , 0xA11AE7D99A94428EB9B05AB28F558ED3 , 0xCCDE23F659D54699A1C6E9C53A0570F7 , 0xDAD68FBBDA74403A8DEFA70A069F89E6 , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x14F2ED72991A438CAE294C66DCAD3936 , 0x202D693577BA4ACD8BDD6206ECED08DD , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2E044668A871416889CF93431C0EC043 , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x45E36C9983954BDA96DA966A8B856099 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x5C1B98FC1FC64E29B9C7A8D4DCF8EB10 , 0x5CB185A1DCF84F53BDEE7B761E0706C6 , 0x776601BE9A4A4715B93AABA212C23BBA , 0x972DEA23B1134A758C9DE24481F95A04 , 0xA11AE7D99A94428EB9B05AB28F558ED3 , 0xCCDE23F659D54699A1C6E9C53A0570F7 , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x202D693577BA4ACD8BDD6206ECED08DD , 0x24AC31824FDC47C8AC02408F06D6455E , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2C2848C99D814B5CA7D4AA6F938A0A22 , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x5E2AF49118E140F2A936DFE803E9203A , 0x776601BE9A4A4715B93AABA212C23BBA , 0x8E8F6A6B2AC545ECA444D6A08B6B947E , 0x9EA2895DC6AE4003A17C98073FF88736 , 0xC0158CBCC67A471699B92DC15D66D967 , 0xDAA011C44F624E1090E6E095D813C668 , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x202D693577BA4ACD8BDD6206ECED08DD , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2E044668A871416889CF93431C0EC043 , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x53FB31FFF4F4402DA72A41291D912C93 , 0x6FF392F14ADA44159A067FCD9F421D66 , 0x776601BE9A4A4715B93AABA212C23BBA , 0x81650FC9F9964112946A6F91D7C03F8A , 0x8FF627AB0B86448480D0C37383032150 , 0x972DEA23B1134A758C9DE24481F95A04 , 0x9AE8B33F05084C1C8FCB2A2DB8D62815 , 0xA11AE7D99A94428EB9B05AB28F558ED3 , 0xCCDE23F659D54699A1C6E9C53A0570F7 , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x202D693577BA4ACD8BDD6206ECED08DD , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2D945B5A748F44629983C5E72466D49D , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x5E2AF49118E140F2A936DFE803E9203A , 0x776601BE9A4A4715B93AABA212C23BBA , 0x860634E944F9419DAE4920D474B7F98E , 0x877100E708F941A3B4D380606B25180A , 0x8E8F6A6B2AC545ECA444D6A08B6B947E , 0xACCDDDB87B0F4B80B49BDBB2065AC00D , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0xE0F9E90E92FB4E54B0DC7DAC0A57F3D5 );
Copy
75
1.09 ms
SELECT `product_review` . `id` as `product_review.id` , `product_review` . `product_id` as `product_review.productId` , `product_review` . `product_version_id` as `product_review.productVersionId` , `product_review` . `customer_id` as `product_review.customerId` , `product_review` . `sales_channel_id` as `product_review.salesChannelId` , `product_review` . `language_id` as `product_review.languageId` , `product_review` . `external_user` as `product_review.externalUser` , `product_review` . `external_email` as `product_review.externalEmail` , `product_review` . `title` as `product_review.title` , `product_review` . `content` as `product_review.content` , `product_review` . `points` as `product_review.points` , `product_review` . `status` as `product_review.status` , `product_review` . `comment` as `product_review.comment` , `product_review` . `custom_fields` as `product_review.customFields` , `product_review` . `created_at` as `product_review.createdAt` , `product_review` . `updated_at` as `product_review.updatedAt` FROM `product_review` WHERE ((`product_review` . `status` = ? ) AND `product_review` . `product_id` IN (? , ? , ? , ? , ? ))
Parameters :
[
true
b"&®À \x16 ÿK┴ÉíJ\x16 /╬┼╗ "
b"b\v G½ÞöK¶·`ÉL”1\x1F\x13 "
b"b7\x1D\x15 }CA█ìƒ/\x08 £/Áu "
b"""
šèÄ\n
ø@H|šÙ\t 5V³cÉ
"""
b"À°╬½?qCoØÃí§╚┤\x1C [ "
]
SELECT `product_review` . `id` as `product_review.id` , `product_review` . `product_id` as `product_review.productId` , `product_review` . `product_version_id` as `product_review.productVersionId` , `product_review` . `customer_id` as `product_review.customerId` , `product_review` . `sales_channel_id` as `product_review.salesChannelId` , `product_review` . `language_id` as `product_review.languageId` , `product_review` . `external_user` as `product_review.externalUser` , `product_review` . `external_email` as `product_review.externalEmail` , `product_review` . `title` as `product_review.title` , `product_review` . `content` as `product_review.content` , `product_review` . `points` as `product_review.points` , `product_review` . `status` as `product_review.status` , `product_review` . `comment` as `product_review.comment` , `product_review` . `custom_fields` as `product_review.customFields` , `product_review` . `created_at` as `product_review.createdAt` , `product_review` . `updated_at` as `product_review.updatedAt` FROM `product_review` WHERE ((`product_review` . `status` = 1 ) AND `product_review` . `product_id` IN (0x26A9B72016984BC190A14A162FCEC5BB , 0x620B47BDDEF64BB6B760C94C94311F13 , 0x62371D157D4341DB8D9F2F089C2FB575 , 0x9AE8C40AF840487C9AD9093556B363C9 , 0xB7F8CEAB3F71436F9DC7A1F5C8B41C5B ));
Copy
76
0.84 ms
SELECT `customer_wishlist_product` . `id` as `customer_wishlist_product.id` , `customer_wishlist_product` . `product_id` as `customer_wishlist_product.productId` , `customer_wishlist_product` . `product_version_id` as `customer_wishlist_product.productVersionId` , `customer_wishlist_product` . `customer_wishlist_id` as `customer_wishlist_product.wishlistId` , `customer_wishlist_product` . `created_at` as `customer_wishlist_product.createdAt` , `customer_wishlist_product` . `updated_at` as `customer_wishlist_product.updatedAt` , `customer_wishlist_product.wishlist` . `id` as `customer_wishlist_product.wishlist.id` , `customer_wishlist_product.wishlist` . `customer_id` as `customer_wishlist_product.wishlist.customerId` , `customer_wishlist_product.wishlist` . `sales_channel_id` as `customer_wishlist_product.wishlist.salesChannelId` , `customer_wishlist_product.wishlist` . `custom_fields` as `customer_wishlist_product.wishlist.customFields` , `customer_wishlist_product.wishlist` . `created_at` as `customer_wishlist_product.wishlist.createdAt` , `customer_wishlist_product.wishlist` . `updated_at` as `customer_wishlist_product.wishlist.updatedAt` , `customer_wishlist_product.wishlist.customer` . `id` as `customer_wishlist_product.wishlist.customer.id` , `customer_wishlist_product.wishlist.customer` . `customer_group_id` as `customer_wishlist_product.wishlist.customer.groupId` , `customer_wishlist_product.wishlist.customer` . `sales_channel_id` as `customer_wishlist_product.wishlist.customer.salesChannelId` , `customer_wishlist_product.wishlist.customer` . `language_id` as `customer_wishlist_product.wishlist.customer.languageId` , `customer_wishlist_product.wishlist.customer` . `last_payment_method_id` as `customer_wishlist_product.wishlist.customer.lastPaymentMethodId` , `customer_wishlist_product.wishlist.customer` . `default_billing_address_id` as `customer_wishlist_product.wishlist.customer.defaultBillingAddressId` , `customer_wishlist_product.wishlist.customer` . `default_shipping_address_id` as `customer_wishlist_product.wishlist.customer.defaultShippingAddressId` , `customer_wishlist_product.wishlist.customer` . `auto_increment` as `customer_wishlist_product.wishlist.customer.autoIncrement` , `customer_wishlist_product.wishlist.customer` . `customer_number` as `customer_wishlist_product.wishlist.customer.customerNumber` , `customer_wishlist_product.wishlist.customer` . `salutation_id` as `customer_wishlist_product.wishlist.customer.salutationId` , `customer_wishlist_product.wishlist.customer` . `first_name` as `customer_wishlist_product.wishlist.customer.firstName` , `customer_wishlist_product.wishlist.customer` . `last_name` as `customer_wishlist_product.wishlist.customer.lastName` , `customer_wishlist_product.wishlist.customer` . `company` as `customer_wishlist_product.wishlist.customer.company` , `customer_wishlist_product.wishlist.customer` . `password` as `customer_wishlist_product.wishlist.customer.password` , `customer_wishlist_product.wishlist.customer` . `email` as `customer_wishlist_product.wishlist.customer.email` , `customer_wishlist_product.wishlist.customer` . `title` as `customer_wishlist_product.wishlist.customer.title` , `customer_wishlist_product.wishlist.customer` . `vat_ids` as `customer_wishlist_product.wishlist.customer.vatIds` , `customer_wishlist_product.wishlist.customer` . `affiliate_code` as `customer_wishlist_product.wishlist.customer.affiliateCode` , `customer_wishlist_product.wishlist.customer` . `campaign_code` as `customer_wishlist_product.wishlist.customer.campaignCode` , `customer_wishlist_product.wishlist.customer` . `active` as `customer_wishlist_product.wishlist.customer.active` , `customer_wishlist_product.wishlist.customer` . `double_opt_in_registration` as `customer_wishlist_product.wishlist.customer.doubleOptInRegistration` , `customer_wishlist_product.wishlist.customer` . `double_opt_in_email_sent_date` as `customer_wishlist_product.wishlist.customer.doubleOptInEmailSentDate` , `customer_wishlist_product.wishlist.customer` . `double_opt_in_confirm_date` as `customer_wishlist_product.wishlist.customer.doubleOptInConfirmDate` , `customer_wishlist_product.wishlist.customer` . `hash` as `customer_wishlist_product.wishlist.customer.hash` , `customer_wishlist_product.wishlist.customer` . `guest` as `customer_wishlist_product.wishlist.customer.guest` , `customer_wishlist_product.wishlist.customer` . `first_login` as `customer_wishlist_product.wishlist.customer.firstLogin` , `customer_wishlist_product.wishlist.customer` . `last_login` as `customer_wishlist_product.wishlist.customer.lastLogin` , `customer_wishlist_product.wishlist.customer` . `newsletter_sales_channel_ids` as `customer_wishlist_product.wishlist.customer.newsletterSalesChannelIds` , `customer_wishlist_product.wishlist.customer` . `birthday` as `customer_wishlist_product.wishlist.customer.birthday` , `customer_wishlist_product.wishlist.customer` . `last_order_date` as `customer_wishlist_product.wishlist.customer.lastOrderDate` , `customer_wishlist_product.wishlist.customer` . `order_count` as `customer_wishlist_product.wishlist.customer.orderCount` , `customer_wishlist_product.wishlist.customer` . `order_total_amount` as `customer_wishlist_product.wishlist.customer.orderTotalAmount` , `customer_wishlist_product.wishlist.customer` . `review_count` as `customer_wishlist_product.wishlist.customer.reviewCount` , `customer_wishlist_product.wishlist.customer` . `custom_fields` as `customer_wishlist_product.wishlist.customer.customFields` , `customer_wishlist_product.wishlist.customer` . `legacy_password` as `customer_wishlist_product.wishlist.customer.legacyPassword` , `customer_wishlist_product.wishlist.customer` . `legacy_encoder` as `customer_wishlist_product.wishlist.customer.legacyEncoder` , `customer_wishlist_product.wishlist.customer` . `remote_address` as `customer_wishlist_product.wishlist.customer.remoteAddress` , `customer_wishlist_product.wishlist.customer` . `tag_ids` as `customer_wishlist_product.wishlist.customer.tagIds` , `customer_wishlist_product.wishlist.customer` . `requested_customer_group_id` as `customer_wishlist_product.wishlist.customer.requestedGroupId` , `customer_wishlist_product.wishlist.customer` . `bound_sales_channel_id` as `customer_wishlist_product.wishlist.customer.boundSalesChannelId` , `customer_wishlist_product.wishlist.customer` . `account_type` as `customer_wishlist_product.wishlist.customer.accountType` , `customer_wishlist_product.wishlist.customer` . `created_by_id` as `customer_wishlist_product.wishlist.customer.createdById` , `customer_wishlist_product.wishlist.customer` . `updated_by_id` as `customer_wishlist_product.wishlist.customer.updatedById` , `customer_wishlist_product.wishlist.customer` . `default_payment_method_id` as `customer_wishlist_product.wishlist.customer.defaultPaymentMethodId` , `customer_wishlist_product.wishlist.customer` . `created_at` as `customer_wishlist_product.wishlist.customer.createdAt` , `customer_wishlist_product.wishlist.customer` . `updated_at` as `customer_wishlist_product.wishlist.customer.updatedAt` FROM `customer_wishlist_product` LEFT JOIN `customer_wishlist` `customer_wishlist_product.wishlist` ON `customer_wishlist_product` . `customer_wishlist_id` = `customer_wishlist_product.wishlist` . `id` LEFT JOIN `customer` `customer_wishlist_product.wishlist.customer` ON `customer_wishlist_product.wishlist` . `customer_id` = `customer_wishlist_product.wishlist.customer` . `id` WHERE (`customer_wishlist_product` . `product_id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"&®À \x16 ÿK┴ÉíJ\x16 /╬┼╗ "
b"b\v G½ÞöK¶·`ÉL”1\x1F\x13 "
b"b7\x1D\x15 }CA█ìƒ/\x08 £/Áu "
b"""
šèÄ\n
ø@H|šÙ\t 5V³cÉ
"""
b"À°╬½?qCoØÃí§╚┤\x1C [ "
]
SELECT
`customer_wishlist_product` . `id` as `customer_wishlist_product.id` ,
`customer_wishlist_product` . `product_id` as `customer_wishlist_product.productId` ,
`customer_wishlist_product` . `product_version_id` as `customer_wishlist_product.productVersionId` ,
`customer_wishlist_product` . `customer_wishlist_id` as `customer_wishlist_product.wishlistId` ,
`customer_wishlist_product` . `created_at` as `customer_wishlist_product.createdAt` ,
`customer_wishlist_product` . `updated_at` as `customer_wishlist_product.updatedAt` ,
`customer_wishlist_product.wishlist` . `id` as `customer_wishlist_product.wishlist.id` ,
`customer_wishlist_product.wishlist` . `customer_id` as `customer_wishlist_product.wishlist.customerId` ,
`customer_wishlist_product.wishlist` . `sales_channel_id` as `customer_wishlist_product.wishlist.salesChannelId` ,
`customer_wishlist_product.wishlist` . `custom_fields` as `customer_wishlist_product.wishlist.customFields` ,
`customer_wishlist_product.wishlist` . `created_at` as `customer_wishlist_product.wishlist.createdAt` ,
`customer_wishlist_product.wishlist` . `updated_at` as `customer_wishlist_product.wishlist.updatedAt` ,
`customer_wishlist_product.wishlist.customer` . `id` as `customer_wishlist_product.wishlist.customer.id` ,
`customer_wishlist_product.wishlist.customer` . `customer_group_id` as `customer_wishlist_product.wishlist.customer.groupId` ,
`customer_wishlist_product.wishlist.customer` . `sales_channel_id` as `customer_wishlist_product.wishlist.customer.salesChannelId` ,
`customer_wishlist_product.wishlist.customer` . `language_id` as `customer_wishlist_product.wishlist.customer.languageId` ,
`customer_wishlist_product.wishlist.customer` . `last_payment_method_id` as `customer_wishlist_product.wishlist.customer.lastPaymentMethodId` ,
`customer_wishlist_product.wishlist.customer` . `default_billing_address_id` as `customer_wishlist_product.wishlist.customer.defaultBillingAddressId` ,
`customer_wishlist_product.wishlist.customer` . `default_shipping_address_id` as `customer_wishlist_product.wishlist.customer.defaultShippingAddressId` ,
`customer_wishlist_product.wishlist.customer` . `auto_increment` as `customer_wishlist_product.wishlist.customer.autoIncrement` ,
`customer_wishlist_product.wishlist.customer` . `customer_number` as `customer_wishlist_product.wishlist.customer.customerNumber` ,
`customer_wishlist_product.wishlist.customer` . `salutation_id` as `customer_wishlist_product.wishlist.customer.salutationId` ,
`customer_wishlist_product.wishlist.customer` . `first_name` as `customer_wishlist_product.wishlist.customer.firstName` ,
`customer_wishlist_product.wishlist.customer` . `last_name` as `customer_wishlist_product.wishlist.customer.lastName` ,
`customer_wishlist_product.wishlist.customer` . `company` as `customer_wishlist_product.wishlist.customer.company` ,
`customer_wishlist_product.wishlist.customer` . `password` as `customer_wishlist_product.wishlist.customer.password` ,
`customer_wishlist_product.wishlist.customer` . `email` as `customer_wishlist_product.wishlist.customer.email` ,
`customer_wishlist_product.wishlist.customer` . `title` as `customer_wishlist_product.wishlist.customer.title` ,
`customer_wishlist_product.wishlist.customer` . `vat_ids` as `customer_wishlist_product.wishlist.customer.vatIds` ,
`customer_wishlist_product.wishlist.customer` . `affiliate_code` as `customer_wishlist_product.wishlist.customer.affiliateCode` ,
`customer_wishlist_product.wishlist.customer` . `campaign_code` as `customer_wishlist_product.wishlist.customer.campaignCode` ,
`customer_wishlist_product.wishlist.customer` . `active` as `customer_wishlist_product.wishlist.customer.active` ,
`customer_wishlist_product.wishlist.customer` . `double_opt_in_registration` as `customer_wishlist_product.wishlist.customer.doubleOptInRegistration` ,
`customer_wishlist_product.wishlist.customer` . `double_opt_in_email_sent_date` as `customer_wishlist_product.wishlist.customer.doubleOptInEmailSentDate` ,
`customer_wishlist_product.wishlist.customer` . `double_opt_in_confirm_date` as `customer_wishlist_product.wishlist.customer.doubleOptInConfirmDate` ,
`customer_wishlist_product.wishlist.customer` . `hash` as `customer_wishlist_product.wishlist.customer.hash` ,
`customer_wishlist_product.wishlist.customer` . `guest` as `customer_wishlist_product.wishlist.customer.guest` ,
`customer_wishlist_product.wishlist.customer` . `first_login` as `customer_wishlist_product.wishlist.customer.firstLogin` ,
`customer_wishlist_product.wishlist.customer` . `last_login` as `customer_wishlist_product.wishlist.customer.lastLogin` ,
`customer_wishlist_product.wishlist.customer` . `newsletter_sales_channel_ids` as `customer_wishlist_product.wishlist.customer.newsletterSalesChannelIds` ,
`customer_wishlist_product.wishlist.customer` . `birthday` as `customer_wishlist_product.wishlist.customer.birthday` ,
`customer_wishlist_product.wishlist.customer` . `last_order_date` as `customer_wishlist_product.wishlist.customer.lastOrderDate` ,
`customer_wishlist_product.wishlist.customer` . `order_count` as `customer_wishlist_product.wishlist.customer.orderCount` ,
`customer_wishlist_product.wishlist.customer` . `order_total_amount` as `customer_wishlist_product.wishlist.customer.orderTotalAmount` ,
`customer_wishlist_product.wishlist.customer` . `review_count` as `customer_wishlist_product.wishlist.customer.reviewCount` ,
`customer_wishlist_product.wishlist.customer` . `custom_fields` as `customer_wishlist_product.wishlist.customer.customFields` ,
`customer_wishlist_product.wishlist.customer` . `legacy_password` as `customer_wishlist_product.wishlist.customer.legacyPassword` ,
`customer_wishlist_product.wishlist.customer` . `legacy_encoder` as `customer_wishlist_product.wishlist.customer.legacyEncoder` ,
`customer_wishlist_product.wishlist.customer` . `remote_address` as `customer_wishlist_product.wishlist.customer.remoteAddress` ,
`customer_wishlist_product.wishlist.customer` . `tag_ids` as `customer_wishlist_product.wishlist.customer.tagIds` ,
`customer_wishlist_product.wishlist.customer` . `requested_customer_group_id` as `customer_wishlist_product.wishlist.customer.requestedGroupId` ,
`customer_wishlist_product.wishlist.customer` . `bound_sales_channel_id` as `customer_wishlist_product.wishlist.customer.boundSalesChannelId` ,
`customer_wishlist_product.wishlist.customer` . `account_type` as `customer_wishlist_product.wishlist.customer.accountType` ,
`customer_wishlist_product.wishlist.customer` . `created_by_id` as `customer_wishlist_product.wishlist.customer.createdById` ,
`customer_wishlist_product.wishlist.customer` . `updated_by_id` as `customer_wishlist_product.wishlist.customer.updatedById` ,
`customer_wishlist_product.wishlist.customer` . `default_payment_method_id` as `customer_wishlist_product.wishlist.customer.defaultPaymentMethodId` ,
`customer_wishlist_product.wishlist.customer` . `created_at` as `customer_wishlist_product.wishlist.customer.createdAt` ,
`customer_wishlist_product.wishlist.customer` . `updated_at` as `customer_wishlist_product.wishlist.customer.updatedAt`
FROM
`customer_wishlist_product`
LEFT JOIN `customer_wishlist` `customer_wishlist_product.wishlist` ON `customer_wishlist_product` . `customer_wishlist_id` = `customer_wishlist_product.wishlist` . `id`
LEFT JOIN `customer` `customer_wishlist_product.wishlist.customer` ON `customer_wishlist_product.wishlist` . `customer_id` = `customer_wishlist_product.wishlist.customer` . `id`
WHERE
(
`customer_wishlist_product` . `product_id` IN (? , ? , ? , ? , ? )
)
Copy
SELECT `customer_wishlist_product` . `id` as `customer_wishlist_product.id` , `customer_wishlist_product` . `product_id` as `customer_wishlist_product.productId` , `customer_wishlist_product` . `product_version_id` as `customer_wishlist_product.productVersionId` , `customer_wishlist_product` . `customer_wishlist_id` as `customer_wishlist_product.wishlistId` , `customer_wishlist_product` . `created_at` as `customer_wishlist_product.createdAt` , `customer_wishlist_product` . `updated_at` as `customer_wishlist_product.updatedAt` , `customer_wishlist_product.wishlist` . `id` as `customer_wishlist_product.wishlist.id` , `customer_wishlist_product.wishlist` . `customer_id` as `customer_wishlist_product.wishlist.customerId` , `customer_wishlist_product.wishlist` . `sales_channel_id` as `customer_wishlist_product.wishlist.salesChannelId` , `customer_wishlist_product.wishlist` . `custom_fields` as `customer_wishlist_product.wishlist.customFields` , `customer_wishlist_product.wishlist` . `created_at` as `customer_wishlist_product.wishlist.createdAt` , `customer_wishlist_product.wishlist` . `updated_at` as `customer_wishlist_product.wishlist.updatedAt` , `customer_wishlist_product.wishlist.customer` . `id` as `customer_wishlist_product.wishlist.customer.id` , `customer_wishlist_product.wishlist.customer` . `customer_group_id` as `customer_wishlist_product.wishlist.customer.groupId` , `customer_wishlist_product.wishlist.customer` . `sales_channel_id` as `customer_wishlist_product.wishlist.customer.salesChannelId` , `customer_wishlist_product.wishlist.customer` . `language_id` as `customer_wishlist_product.wishlist.customer.languageId` , `customer_wishlist_product.wishlist.customer` . `last_payment_method_id` as `customer_wishlist_product.wishlist.customer.lastPaymentMethodId` , `customer_wishlist_product.wishlist.customer` . `default_billing_address_id` as `customer_wishlist_product.wishlist.customer.defaultBillingAddressId` , `customer_wishlist_product.wishlist.customer` . `default_shipping_address_id` as `customer_wishlist_product.wishlist.customer.defaultShippingAddressId` , `customer_wishlist_product.wishlist.customer` . `auto_increment` as `customer_wishlist_product.wishlist.customer.autoIncrement` , `customer_wishlist_product.wishlist.customer` . `customer_number` as `customer_wishlist_product.wishlist.customer.customerNumber` , `customer_wishlist_product.wishlist.customer` . `salutation_id` as `customer_wishlist_product.wishlist.customer.salutationId` , `customer_wishlist_product.wishlist.customer` . `first_name` as `customer_wishlist_product.wishlist.customer.firstName` , `customer_wishlist_product.wishlist.customer` . `last_name` as `customer_wishlist_product.wishlist.customer.lastName` , `customer_wishlist_product.wishlist.customer` . `company` as `customer_wishlist_product.wishlist.customer.company` , `customer_wishlist_product.wishlist.customer` . `password` as `customer_wishlist_product.wishlist.customer.password` , `customer_wishlist_product.wishlist.customer` . `email` as `customer_wishlist_product.wishlist.customer.email` , `customer_wishlist_product.wishlist.customer` . `title` as `customer_wishlist_product.wishlist.customer.title` , `customer_wishlist_product.wishlist.customer` . `vat_ids` as `customer_wishlist_product.wishlist.customer.vatIds` , `customer_wishlist_product.wishlist.customer` . `affiliate_code` as `customer_wishlist_product.wishlist.customer.affiliateCode` , `customer_wishlist_product.wishlist.customer` . `campaign_code` as `customer_wishlist_product.wishlist.customer.campaignCode` , `customer_wishlist_product.wishlist.customer` . `active` as `customer_wishlist_product.wishlist.customer.active` , `customer_wishlist_product.wishlist.customer` . `double_opt_in_registration` as `customer_wishlist_product.wishlist.customer.doubleOptInRegistration` , `customer_wishlist_product.wishlist.customer` . `double_opt_in_email_sent_date` as `customer_wishlist_product.wishlist.customer.doubleOptInEmailSentDate` , `customer_wishlist_product.wishlist.customer` . `double_opt_in_confirm_date` as `customer_wishlist_product.wishlist.customer.doubleOptInConfirmDate` , `customer_wishlist_product.wishlist.customer` . `hash` as `customer_wishlist_product.wishlist.customer.hash` , `customer_wishlist_product.wishlist.customer` . `guest` as `customer_wishlist_product.wishlist.customer.guest` , `customer_wishlist_product.wishlist.customer` . `first_login` as `customer_wishlist_product.wishlist.customer.firstLogin` , `customer_wishlist_product.wishlist.customer` . `last_login` as `customer_wishlist_product.wishlist.customer.lastLogin` , `customer_wishlist_product.wishlist.customer` . `newsletter_sales_channel_ids` as `customer_wishlist_product.wishlist.customer.newsletterSalesChannelIds` , `customer_wishlist_product.wishlist.customer` . `birthday` as `customer_wishlist_product.wishlist.customer.birthday` , `customer_wishlist_product.wishlist.customer` . `last_order_date` as `customer_wishlist_product.wishlist.customer.lastOrderDate` , `customer_wishlist_product.wishlist.customer` . `order_count` as `customer_wishlist_product.wishlist.customer.orderCount` , `customer_wishlist_product.wishlist.customer` . `order_total_amount` as `customer_wishlist_product.wishlist.customer.orderTotalAmount` , `customer_wishlist_product.wishlist.customer` . `review_count` as `customer_wishlist_product.wishlist.customer.reviewCount` , `customer_wishlist_product.wishlist.customer` . `custom_fields` as `customer_wishlist_product.wishlist.customer.customFields` , `customer_wishlist_product.wishlist.customer` . `legacy_password` as `customer_wishlist_product.wishlist.customer.legacyPassword` , `customer_wishlist_product.wishlist.customer` . `legacy_encoder` as `customer_wishlist_product.wishlist.customer.legacyEncoder` , `customer_wishlist_product.wishlist.customer` . `remote_address` as `customer_wishlist_product.wishlist.customer.remoteAddress` , `customer_wishlist_product.wishlist.customer` . `tag_ids` as `customer_wishlist_product.wishlist.customer.tagIds` , `customer_wishlist_product.wishlist.customer` . `requested_customer_group_id` as `customer_wishlist_product.wishlist.customer.requestedGroupId` , `customer_wishlist_product.wishlist.customer` . `bound_sales_channel_id` as `customer_wishlist_product.wishlist.customer.boundSalesChannelId` , `customer_wishlist_product.wishlist.customer` . `account_type` as `customer_wishlist_product.wishlist.customer.accountType` , `customer_wishlist_product.wishlist.customer` . `created_by_id` as `customer_wishlist_product.wishlist.customer.createdById` , `customer_wishlist_product.wishlist.customer` . `updated_by_id` as `customer_wishlist_product.wishlist.customer.updatedById` , `customer_wishlist_product.wishlist.customer` . `default_payment_method_id` as `customer_wishlist_product.wishlist.customer.defaultPaymentMethodId` , `customer_wishlist_product.wishlist.customer` . `created_at` as `customer_wishlist_product.wishlist.customer.createdAt` , `customer_wishlist_product.wishlist.customer` . `updated_at` as `customer_wishlist_product.wishlist.customer.updatedAt` FROM `customer_wishlist_product` LEFT JOIN `customer_wishlist` `customer_wishlist_product.wishlist` ON `customer_wishlist_product` . `customer_wishlist_id` = `customer_wishlist_product.wishlist` . `id` LEFT JOIN `customer` `customer_wishlist_product.wishlist.customer` ON `customer_wishlist_product.wishlist` . `customer_id` = `customer_wishlist_product.wishlist.customer` . `id` WHERE (`customer_wishlist_product` . `product_id` IN (0x26A9B72016984BC190A14A162FCEC5BB , 0x620B47BDDEF64BB6B760C94C94311F13 , 0x62371D157D4341DB8D9F2F089C2FB575 , 0x9AE8C40AF840487C9AD9093556B363C9 , 0xB7F8CEAB3F71436F9DC7A1F5C8B41C5B ));
Copy
77
0.75 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"&®À \x16 ÿK┴ÉíJ\x16 /╬┼╗ "
b"b\v G½ÞöK¶·`ÉL”1\x1F\x13 "
b"b7\x1D\x15 }CA█ìƒ/\x08 £/Áu "
b"""
šèÄ\n
ø@H|šÙ\t 5V³cÉ
"""
b"À°╬½?qCoØÃí§╚┤\x1C [ "
]
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 (0x26A9B72016984BC190A14A162FCEC5BB , 0x620B47BDDEF64BB6B760C94C94311F13 , 0x62371D157D4341DB8D9F2F089C2FB575 , 0x9AE8C40AF840487C9AD9093556B363C9 , 0xB7F8CEAB3F71436F9DC7A1F5C8B41C5B )));
Copy
78
0.69 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
79
0.52 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
80
1.39 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01933FD0CBE772C58004DC57CB30CB1E );
Copy
81
0.40 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x01933FD0CBE772C58004DC57CB30CB1E ));
Copy
82
0.60 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
83
0.28 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
84
4.91 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\x17 M8\x0F\x14 ˆBm†o™Oædƒ¢ "
b"\x1E ]©ÁñÈDÁò¡╗¤iÅä9 "
b"A\x1A é²ã}D׺Vm\x16 ÞhP~ "
b"Dú\x14 „7¯NoŒ{ãŠ2y\x06 ¶ "
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"Sû1ÿôô@-§*A)\x1D ‘,“ "
b"l2Ûî0¦@ûª\x06 ,všv=m "
b"zǬ\x08 b§B\»àö]ºò·ç "
b"|IoÅØ°IÞì¥\x1A\t ñ_ñd "
b"å\x06 4ÚD¨AØ«I ÈtÀ¨Ä "
b"’¨ÙmúÎDˆ¡Ñø\x1A µY˜‹ "
b"ù-Û#▒\x13 JuîØÔDü¨Z\x04 "
b"í\x1A þ┘ÜöBÄ╣░Z▓ÅUÄË "
b"═vC╚Â\x13 DôüÌ╗DG■█¢ "
b"Þ•8ÿ/ÐHž¹œì\x03 I¼Ú– "
b".\x04 Fh¨qAh‰Ï“C\x1C\x0E ÀC "
b"iLIùA:C…œ<öÄê”Ä\r "
b"""
ˆÛÑÄ\x18\x14 Kǫ࢖\n
Á?‰
"""
b"Íãpß&µEø–hˆ«'öCà "
b"×Ü"QS³MX·n$ÿ„\x1F kf "
b"""
ç18³§\n
M°‰Žß°\e ÿ9ž
"""
b"ê\x0E þú¥?J€”ÌZ\x19\x00 àò¡ "
b"êC\t\x18\x0F\x02 H*“£Ÿ\x18 ›å¾´ "
b" -i5wºJÍ‹Ýb\x06 ìí\x08 Ý "
b"*\x19 :x0“I/šÈ©ÊP‹#\x11 "
b"/~ª|8lO\x01 ì\x02 ïª▒÷ ~ "
b"C½*©„{Eý…tÝ\x1E ³€Ò\x10 "
b"FžncñŽG\e ®`n~CdïÖ "
b"wf\x01 ¾šJG\x15 ¹:«¢\x12 Â;º "
b"«[áƒÄ+MúžW•\x0F w¿ùÊ "
b"µ{@/9╚JNû\x03 ╣X+ÉC< "
b"\x0F è‹=\x01 xBÚ¦š{\x11 à\x0E \r ˆ "
b"$e\x06 \¹\x19 G\x05 µ³Xx\x14 ‚„ "
b"Ñ”irôÏOÞš\x00 +ãùÊ€• "
b"öt°\x0E h\x13 H\x16 £\x1A k<è†Õo "
b"ù\x04 T\x13 ^ªI…™\f Ì4œva "
b"\x0E oùQAØCöÃõ│Î╔À▓ "
b"\x10\x08 c4§–J¾´xi\x03 ¾ØéY "
b"\x13 E\x12 Ø~ëNMªÏüÒx=¾U "
b"\x1D ç<]"{N\x13 ¾Pç•Ö6&ñ "
b";3«¬íz@›šä$FÅ[f+ "
b"yû\x1E\x18 ıòA■▒}¹¾▒Uüƒ "
b"È█ÓA\x13 "HØ®\x1D z"O]Ä┤ "
b"\v ò=µµ!Kž¯\x12 k\r õÏÆq "
b"H?\x1E ƒ4NKͪZ\x03\x15 *\x11 HÇ "
b"UkM\v Ü›Lè¶\x00 “‰r…E\x1A "
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
b"kj¡®’±Aü¬]tø\x06 ;$é "
b"n╠\x19 ▒PqGIÜø\v 5Åç\x1F = "
b"\v #k+F}MÀ±œÝÍŽ\x01 b\x13 "
b"ø* ┼;\x7F EìÜ\v da]ð\x1C Ú "
b"À\x00\x05\f ÏØOõ§\x00\x17 ¹\x0F ³aJ "
b"ÐÏ╦°\x04 ßH\x08 »ñ°\r ì[\x07 A "
b"=kE´]~J<▓Õ╝¢ü°Í "
b"`émã?»DÓ´[úµ\x02 ƒcî "
b"‡q\x00 ç\x08 ùA£´Ó€`k%\x18 \n "
b"""
ä›?ðœAF™8×\x08 \n
Î\ž
"""
b"\x16 Št«û\x07 O4¬ƒ‹À˜Ê„ "
b"`¡IqØ╣F│Ç}¦Ê~{‗! "
b"u┤┘-ð\x17 G¹æø\x13 ®5╬/ü "
b"¥\x17 ©vÅ¡Kd«?\t ÷… "
b":à3\v ®ÖCñŽœêcr\x1A K² "
b"žÊ¿ê{¹Hœ‹.4o\x7F \r }° "
b"╩\t ┼ùUÝLA╗ü▒╬¨┼С "
b"ϳ¬$ÿ\v JèE\x11 øyƒçŒ "
b"ò@0\x1C\x05 ³@\x11 ¡\x7F oeÔ4Aa "
b"\x16 a\e 1\°NŽæ›©_%(\e "
b"$¼1éO▄G╚¼\x02 @Å\x06 ÍE^ "
b"ž¢‰]Æ®@\x03 ¡|˜\x07 ?ø‡6 "
b"À\x15 Œ¼ÆzG\x16 ™¹-Á]fÙg "
b"Õ0\x19 Â\x1A ÍL ‰ÔdT¾\x1E ¹v "
b"┌á\x11 ─ObN\x10 ɵÓòÏ\x13 ãh "
b"'Å┐TÖïBÀ¬7%fÈ┴%§ "
b"C\x1A íì▒█Góꫳ/Èc-\x0F "
b"HO[¶ å@îÐ@N¹åÉ* "
b"Àźû‚+E` \x1D 6'í¡âÿ "
b"ý—\x14 aÖuG\x14 ¼!~h\x02 ÆéG "
b"þ\x05 ÿ''\x12 I´ŠÏ›\x0E +M\x1F Ç "
b"B˜?»‰¾Oà£6:ÎU\x7F úU "
b"uh©·³ðD█â"═\x0F õW\x06 Ø "
b"ú ü¹\x0E S@d×\x03 !Ô±\x0F Bí "
b"³˜ËF<1Iš\x1C üOÀ=¾X "
b"ÏDõù\RCɺ\x1A å\x0E ª¹╩O "
b"û;»g^QJ\x10 “Z•öGŒÜ£ "
b"ÿ7ßôBSAGžpxX'Ä\x1A @ "
b" ¯‡ÿÁ#G\x16 §©ñ}f~¦+ "
b"8ôe1 ¯Eh–\x12 õ+¸cÊ. "
b"óý`‰1²I·œ§_\x11 êyY‹ "
b"\r |>|®V@ε½6èžâJ÷ "
b"\x19 –”¤\x15 ¶O3‘å…\e Z\x12 3\x05 "
b"J\x05 ã{öLBÑ»\x1E\x18 È)Ûœ† "
b"bh\x04 Ãj¡Km—gîÁß\x03 ›o "
b"dc§È\x1C ËB –\x05 Ÿ¸Ðx\e\x14 "
b"é³■Á═ËLèü¯C\x0E A÷×f "
b"…™C€KÔD\x1E œñ\x11 Röñ\x17 æ "
b"""
Œ\n
…µæ<IfœEdµL«I»
"""
b"Ä¥Å┬╬\x07 O~ÿó9hBá▀ "
b"”ð`\t ‰óH7ž\x16 ·ÞƒC^Ò "
b"ñ \x1C ¤i¶M\e Å]Å·ßÜ3\x08 "
b"""
¨˜(—Ë4KŽ•È\n
íb¡×l
"""
b"¥=qTþÈBÈä<ıüÃ╝ý- "
b"\x03 5§\t ¹ýFâ¿Åú▀o\x01\v å "
b"\x04 !nÌ•ÀC\x1C ‰º)×b+é£ "
b"\t mýìKıIÙÖK\t ╩¤Ì3┬ "
b"#f¡\x16 ÁBG#§€ÍƬ°aZ "
b"""
?╗r!─\n
C║ü╚ˬ8▒â'
"""
b"O}‹©à~B$¹e\f ÑŒÄôw "
b"ˆôIÅóÑN·´¨SæµS\f Ñ "
b"Œ\x12 )m\n kH\x00 Ÿ\x11 &ª©}Ql "
b"–îñ˜á\x04 HE¬N%Àl#©R "
b"Í\x13 ÌNö²O\x1C †6ƒê\x01\x1F ËV "
b"═t[°9D4âØ\v ß{WY‗ "
b"\x12 Ñü\x00\x18\x11 @▒ædç?mÑjV "
b"=ƒÅ'>8MÊ•¿5\x17\x18 fBz "
b"\±…¡ÜøOS½î{v\x1E\x07\x06 Æ "
b"ÖN;Ø\v ÔLN×àÏÕÞ\x18 û[ "
b"È\x1C 6.&sBš£B‚\x17\x01 ½Ò- "
b"\x19 mV¿_VGljt.qžúê\x14 "
b"7»£\x07 b¼I1£ð›€\x11\x13 4\x13 "
b"—"i\x06 Ú¡Büˆq\x07 $Hn¬\x1F "
b"""
┌ÍÅ╗┌t@:ì´º\n
\x06 ƒëµ
"""
b"µ·\x11 ؃\x05 DËûÑ\x11 °@+T× "
b"\x13 žÍsÒ]Oú°<Û\x03 «„Z "
b"\x19 ,\x1A ¢\x17\v @À¿ÚYäa4®- "
b"\x1A Ž%¿†FLùºjF·t\x0F Qõ "
b"\x1A £ÉŠ÷—F#šÑV\r <êÉ\x00 "
b"\x1E þm \x1A ³DT©1ÇB\x02 a„ "
b"""
%Žž7\n
\e In¹”tKøðl£
"""
b"2oqDü*@Aå=.Çíì÷\x1F "
b";ªsHn…H\x0E ŽŠ m…Ó“ñ "
b"Nws²ƒNM\f ´ò5p¹ŸôÒ "
b"S\f\x00 'ð?B\x01 ë\t dØûª\x1A æ "
b"Tµ\x10 ü▓\x16 A┤ø'4tZOQ "
b"Wg\v [—Š@\r £J°òAËÅ0 "
b"fùkGüË@æ¡×╩Ät~@ë "
b"owÍöK±LlªLr¡¿úÐï "
b"u─ÅÚ\x06 ç@┐ÉÅ\x14 Kÿö1: "
b"╣\x7F hõ╝>IÂØgüô\t h\x02 w "
b"ø\x1E Ía¸F\e ¹\x04 Žsݬ€\t "
b"╣òDÔ\x03 KL©úü½[\x1C\x11 Wí "
b"¼n®\\x17\x1D J ¹›\t\x15 6ö!¤ "
b"î\x05 מ$ÎLü½}Zv\e X¦\x15 "
b"&lµdG½@\x08 ·Â\x03 ×üã]¸ "
b"·«\x08 ë\e\x12 K_‚éÔ\x0E a~ëí "
b"8˜óZ\e ÁEË‹[I´t1N6 "
b"´e}ŸœÀK*ªú\x02 7G';E "
b"\f xe¥W¨IæšI”„m9\x1E Ü "
b"mêÅ'\x01\x1C Lø¿6oKZ¢mÁ "
b"üj¬fË=CŬ?╩1;\x00 D╩ "
b"Š—õù\x07 GFß±ŽRèeüB„ "
b"ÏœØZÇzF~‡pæC\x03 Ê´ì "
b"ý7&ÈÕNE-üµÄÒÖî+» "
b"ÿkMcCÒHn¦ ûÒÛÑô× "
b"\r \f ó┤╗ì@0Æ|Z\r èc\v ░ "
b"\x0E\x17 ÀݯñA\x04 ‘\x0E Óq‹#\x16 · "
b"wÏ–®¹\x15 EA‰acWþõrÈ "
b"ö░PðË\x18 A)ÉIåÓó=øx "
b"\f Ôül\x12 ¾HqŸtÜT̶`ô "
b"\r ì\x1E ÒÜÏLôêîÉ?<«\x7F Ù "
b"+úÃ\x12 ¿\x14 K=šêN\x01 ~›=\x7F "
b":\x1D %ÝîÛC{░\x1F Ø^ëï¯Î "
b"Œý‹½2oIº½¶[$ŠK:± "
b"Þù┴{\x0F dL¨©cd~¤Ø┘, "
b" Ú\e Ѿ¢Gd‘SÖªDƒ˜l "
b"µ7«Yð\x12 BR¿G}Þ¶„Y "
b"┘W╬Ý\\x17 AIÉÐSÅe\x7F ^, "
b"[1┴÷Á\x00 LÉÉ`Q\x03 ▒åA\x06 "
b"╗8┘─.╦GÀü|┤K┤A\x1F "
b"1QãH>\x02 DM³Øk\x03\x1F ´‹G "
b"A=A«¤ÉBñ¸è\t jƒ¼Š¸ "
b"Btë\x11 õúLÓ¤éÝ RÌï\x16 "
b"ŽÄ¶‹ô\x10 Lö‚>µ.\r uᤠ"
b"üe\x0F ╔¨ûA\x12 öjoæÎ└?è "
b"Å÷'½\v åDäÇð├sâ\x03 !P "
b"ÜÞ│?\x05\x08 L\x1C Å╦*-©Í(\x15 "
b"º<x^ÊìK5»©e2Ò\x06 @Œ "
b"═,nÁiüFâçp7L\x00 ù: "
b"úL²yNÚL\x19 ºŸÌý\f –´‰ "
b"²½h´øKOÝ¿ÉÌqÛ¡\e\x00 "
b"30w#À·ED²=DB„õ•Ê "
b"ÌÁi~&WL\x0E ¨c–ž÷~Ú# "
b"\x05\e\x1D ÀP{IÊ¡8’\x06 Îi\e ö "
b"\x0F Ï7\¤[KÂ¥F–9Ò\x1F Î\x11 "
b"&3™Ò¨+IO•n/Ø”_3Ó "
b"rN÷è,†NR«ø•ý7©,| "
b"ü&¨\v ö\x02 I.É┤*K\x0F\x10 ý "
b"""
ž\×ß\n
°A³¬ê'\x7F ª\x06 LD
"""
b"\x07\x02 ─\x11 ƒ¯M╬üF\x06\x04 ¿Ýï\x17 "
b"\x1F Â0vû\f J_«\x1C dËÁø!_ "
b"lÃ\x0F ßTOL¤ó\x11 ×b-×V "
b"""
\x7F ì÷Ks·N\n
ï³▄ã@[åÕ
"""
b"░gy¦┼I@ É\t û\x17 í«▓ï "
b"""
áXZ\f '\x7F O\n
¢; s)f'—
"""
b"KFwÀ─!I«Øõ8¦\x01 Ü¡= "
b"ú±*ñu¶FðÆ╩D░lÞôÉ "
b"""
ª\n
û%>LD"°»Û‹âÂËF
"""
b"\x1E Ô$GÇ\x0F JCž°;}\x05 x95 "
b"/ìPt¶&HQÄúvÙ*Rj· "
b"CþÝ–u\x1E Dv·°W\x00 ëîÞõ "
b" Ƭ\x14 w+Aº‘Öm\x1C m" Ô "
b"░F«BÚ\x17 FhüÛò~åmç╣ "
b"öǸÏ\x12 MGZ˜1GÝž\5Ø "
b"B\¤\x11 ö&E\f ‚\x1C aÌо*› "
b"a &æAs@……l½½£òjw "
b"_▓ïÉÁZC©ØÙ╚C¥Ì\c "
b";»\x7F ÛRÞJ\x1C ¹7ÝöÅâÄË "
b"""
n=/\n
×ÿM\x0F óò¨\x13 AmØý
"""
b"└áu▀¬\x0F AëÉ\x04 óÐTsØÆ "
b"ýyÇ\x10 ÉeN\t ╝áN╦²iÏ\r "
b"\x1E ÉQJ\x1D ÚA\x18 ¬0YÁ\x06 »é╔ "
b"K‡\x02 ]tàE\x15 ¾aq\x13 áª]Ê "
b"pýjyv3B˪vÏÏ\f Æ8÷ "
b"†Û!Hu\x11 E\x00 ™D»¶Šä¥\x05 "
b"""
¸@6V^\x02 EçÏ1\n
¤ï¥Á
"""
b"Ã\x7F ôÓuÿB\x19 €\x03 i5üòŽ\x07 "
b"ø[¬Æ\x01 AIÑÉ¡oßÚ÷R "
b";1ሔº@¡¸Ž'HsW\x16\x00 "
b"\x7F qÍš«ÞDà£H®W\‚KF "
b"+a-Û`qIØ‘N—欦¦û "
b"<íìO%G`®─7\x1F °3â▓ "
b"eÃÑ _oKù¸Î®1\x10 ¬Ï# "
b"k´à.2ŒN\f ’Ò\x0E\x16 #\x03\x7F p "
b"zi‹ÓK”H)½\x1C ^¬Þ:>Ê "
b"¨®\x12 Žþ\x19 MÔŠ¹þZt0«g "
b"ê\x15 ¡s‹OLAƒO×%z‰\v a "
b"#®(¡¶îM\x02 °žûÜ''tM "
b"é\x19 öÐP«J[¬æ³Æ8sµŠ "
b"ÌÞ#öYÕF™¡ÆéÅ:\x05 p÷ "
b"/™s÷\x14 ŒDàŠl\x01 `šÂn‹ "
b"TLw™ýäGåµk\x00 8=©åð "
b"E+%ÒΦI3¡äÞîÀ_Žî "
b"ãn\x0F\x03 C‹Oµ”G”&Ç,\x05\v "
b"éºþZ¨kAƒ‡±€DÀ*1/ "
b"\x14 òír™\x1A CŒ®)LfÜ96 "
b" Rm\x0F Þ’@jº\¦TL“{\x07 "
b"õ\x1D ñ\x1E OŸ@2…»ª¼'yÀ¡ "
b"`Œ¬ÃÇrGæ•`\x14 Ú' 1… "
b"mñ•{@(A»Œ¶!¿\x19 wi, "
b"}ªÏ░8\x18 E߃!╦ü╩6h? "
b"Ê)\x10 Þª\x1C Ke╝kHmÅ_µ¨ "
b"´§░ZÌgF▄ø\x05 Ë╔ü.,ò "
b"\x15 0:éñ§K¥¥V âf\î€ "
b".H—Ø•qBg”Iy\x1A ÊS#À "
b"Ž\x08 Ø‘>›K~Œ\x00\x03 Iw\x19 ‘\x08 "
b"·└â\x13 ıÞFãæ \x1E Ø\x1A D²╬ "
b""îÖ'çìE$Ä,ìï╝\x06 aM "
b"6mär\ÞEt¹µ?-x³Ø° "
b"e>ÆÄÅ(AÛ©ÏEó+▄v® "
b"┘JR-\x0E h@¥ó\x14 79ìdei "
b"ãtËÇ%tD¢¢â·<Ør\x1E = "
b"÷iÞ9\r ’Mž—Ô\f ’ó…±Ê "
b"""
l%*Šÿ4B\n
ŸwNƒ‘?\f ÷
"""
b"ÖÜ… *KBÈ´\x07\x11 Òh»È… "
b"÷¦OÝ\x15 üF\x1A écv ö╔\x17 ´ "
b"\t ´céò«Ežœ¡T!$¼Æ\x05 "
b",\v †Ç'òK¬ž?a¥ž\t ¤\x07 "
b"œK\x1E ´b“C5‰éiº\x08 ×qŒ "
b"¤Þ\x16 B³bGR™\x15 K\œüm% "
b"íÛ‰ã€mO1®»ée¯\x07 ŠA "
b"¨\x12 ─_ø‗LRáZ\x1F a\x0E Øgù "
b"""
/þèÉ~\t HÏ”\n
ömÔdK)
"""
b"ó\x1D âz░âM<ØfÕhÑ \x13 l "
b"\x0F ÊrQS>@áò└│O▓nì│ "
b"1\f Ó\x19 Áù@\x14 ž9³Oïû}ì "
b"8\x1D 0\x17 ÝoE=€Lb®k\t\x10 Þ "
b";žÄ…\x11 pJE§IãK¤§Š' "
b"[êÂËiÆBݽo”\x11 F\t Z- "
b"¢╠¢\x05 /ñDºì╦æ╦Í\x11 « "
b"§Aæ¢└üCÌúmı█╠SJ¥ "
b"\x14 m²˜)—L˜ˆcŽn `/† "
b"!ñžÕöˆHʤFfß3\x03\t G "
b"euô¹\x06 D ©n!ÙÖ›Œ* "
b"Ô\x15 #¶ì¶Eàä├a zØ▀¿ "
b"\x05 §3Pû¥L$‹0æÎ_©÷x "
b"Ls»j└-Hôü\x1F ¿\ƒ-╗¥ "
b"j\x16 CTƒKDpœœIŒÃqk² "
b"Å─0┤\x05 ¡BiòÎå│N■ÓM "
b"\x04 ôm\x00 ÛûOí½y—0ç\x01 Î* "
b"9¦|\t\x01 ßChÀPB8G8ɤ "
b"\x08 Ç┬ı%\x08 I│É::µ╝\v ▄╬ "
b"""
EžZŠB\n
Oy™ÊËuH:ÙÀ
"""
b"E¥É"i\t MâŸè\x02 ƒœ…Ð "
b"NCNåÜ/Aú–‘\x17 ¦Ñ’Æ· "
b"ÆïcÊÁ\x03 @\x05 ┐\x01 çü├ø\x1F $ "
b"Íaî\x13 ÆkI+€þK\x1F ~"‰ù "
b"ð³Zš¦ÙH1ƒ0¤ƒ\v ;Cš "
b"!IÂ\Ù“A\x1A €çiÀ2\x7F g\x04 "
b"""
U^Ç╦C╬J\n
ëw\x16 §»Ú┴É
"""
b"V▒}K¸ýAÒÉ*ù+;9Jn "
b"îK\x12 b'fE3▒oü»│±î\t "
b"¾7½Œ ?LØ¢½h¾ðky[ "
b"└áo5²ØA0║¼U¯>t═\x1F "
b"vôçìsFA$é/E>ÏZÜÎ "
b"‗¥À£ÈhGÜäKû\x08 ØuMZ "
b"\x19\x19 2Á—TA ˆ\x11 q>á4®/ "
b"øáÜf\t (O@¥\x03 ½ì\x12 £q{ "
b"0–Bb{…Gi¨6iœ4Yžl "
b"S\x03 hV6BO÷›Ï‘12\x0F A\x0F "
b"rú4fÅ.CÀ▒\x18 ´ÏVÊ_\x00 "
b"æp;\x08 FìGTª┐WGOìF/ "
b"õ\x14 ä×ÖTG!•\x7F ¸J\x17 ßüa "
b"\x08 Og\x18 JÚFµÅMK▓ƒPqâ "
b"@Ï\x07 ,ðñO¹µ1\x00 o£¨ö "
b"ôðÏ¥×\x12 M\x07 │Årþ_\x7F ×Ü "
b"˜]\â¢>K\x13 ›A\x03 ïsð\x10 l "
b"Ìáó\x17 ‘“B1³9 ‚\x07 P\x02 "
b"Êì$d\x08 ±@UÅÎì█\x16 lë "
b"\n ÂÉ\x00 í{@l‰Î²²]*–‹ "
b"büyádH\x18 èERqp\x00 Iø "
b"qF¾&tûK;ƒDy>ÖM\x05 u "
b"""
Ü\e jÄ\f ¡M\n
ªíÓèWÀL#
"""
b"(‘Ùh`%@¤²—Ì\x03 óxêþ "
b"GúHÌ\x1C rCv¹Å\v '³hX› "
b"ºšñ\x10 ™6Iúˆå¦Öa2AQ "
b"""
þ2,¼\n
ëC׬Û\x12 ª=³ŠÐ
"""
b"\x1C Óv\x13 P8AL‘kQ9J¼5ä "
b"Fa\x19 @Ê\x02 K\x05 ØÝ█´½\x1E áß "
b"üı®k\x14 3K¬ÿ\x17 Ë░Â\x04 .B "
b"ÄÚPQ÷¡NI˜UÊ:ÆŠLJ "
b"j┐╝iM\x00 K\x13 Æk\x1A ßÅ×èy "
b"±Eë\x19 EGFÞ£\x16 Ù§MÅr "
b"¶y„'‹\x00 Næ¾\x0E º:.mÜJ "
b"îM>€[`G‹ŒÑ¡"Õ•d˜ "
b"8o îúLLÃÅÌÏæýèëü "
b"ô┤çL¼\x02 KÈÉ‗ïô#ÊÄ~ "
b"à\x05 Ûør¶L©š‚\x1E )[\x17 Þ¨ "
b"ÙÉ\x04 ıÿ\x10 KhÉ▄Ø\x1F\x16 Q6Þ "
b"mï¿ì^@<‹›î\x04 †Pû| "
b"ª\x17 ýrL\x17 CRØ┬n.¼\x0E §Ø "
b"Ê+qÛ•QI¸—Z˜2°à\t { "
b"ðWr!U¦N\x0E Šë|\x07\x13 |Sü "
b"øÄ \x01 êùOñ›–Fn·³“g "
b"6rLK^\x07 @˪+N\x00 ▓åìÎ "
b"!2\f ÝϤG\x1D ¼Ø\x15 ûí{r_ "
b"ÎS¸}\x11 qK½ˆ9\x17\x12 ÙÁ©Í "
b"Cmƒ\v "õBí£Š0<0ÝäÉ "
b"x´ÄrΫHK╗üW\x11 +R_+ "
b"\x7F ì└¥+\x13 Iߣ╬Rß▄`yø "
b"Û\x13 ,„ ÞF*³¼É#¦[\x10 Æ "
b"`W>\x13 s/H:³V\x12 b˜]Àˆ "
b"aæjöXüD\x01 ÇÈ%û┌ËX├ "
b"½\x18 ÏÖÉ>C[Á\x1E ═Löå\r 9 "
b"æ“Ȧ\x05 ïOjœòÒ¯¤\x12 1f "
b"yÝ*x•mDµ£…Bx6W¥› "
b"¨Š¤ßdrFT¥Þ!'ÙIÁ¬ "
b"P\t ░1Å█Fƒ»énØ˯û; "
b"░=§Þ®¢O╝ÂÉ×ÏK\e ø¡ "
b"²ÜmªdÐB\x19 €\r €°sÜh. "
b"h³òŽI{Hœ‡ÖB¨¼\r óp "
b"šûcï\x07 ÓOc¬DFÍc©AÄ "
b"¬.I~_MLì¾¢þC2L$œ "
b"¥\x04 îõ\v\f FÎìÚ¥Ö¢qÔg "
b"å\x13 ½ƒ pM®¿&]Å╦Ý8B "
b"N┴ôoı·Nî░üd½^×ZF "
b"mê~KüEJ_ñ╠û~sØó× "
b"ô•\x15 (yI*¿ “nn®1Á "
b"yF\x00 ¥›æHK•UBVl "
b"°C6¡]ëK¾ü\x1E x└ߪ³w "
b"¶ü¢aÃ&@ú£Âìÿ¬\x1E ÿW "
b"¸4_wLæI(ùÂ×êOÞØÑ "
b"¬´\x1D ãõÅG†¼ÐH,°‡dà "
b"<'O î4N▓╝ØAÒ*u_║ "
b"gHA‘uJJÔŸúxÒwJ[ø "
b"¼J░\x0F 1\x00 Aóäõ&ý│ñ_É "
b"\f ¬ÊGQ'JL„\x19 u`ÚÞÔ\x00 "
b"Eãl™ƒ•KÚ–Ú–j‹…`™ "
b"\\e ˜ü\x1F ÆN)¹Ç¨ÔÜøë\x10 "
b"'ÕZ6┴╩Es▓ÜÕ£¬ìzV "
b"@\x08 µq\x02 ║D\x14 ƒ┼Ø»Æ@¯W "
b"AEÀì:7Kû±\x0E Eº˜&ý½ "
b"U[Œ7àëJÕ“Þnm@Ëì\x0E "
b"ü\x1C Þà\x0F ×LÞÀ3\x1C [\x11 tH2 "
b"Š2G€œ¡H\x14 ‡»\x01 ÙT9¡c "
b"""
,(H╔ØüK\ºÈ¬oôè\n
"
"""
b"ÄÅjk*┼EýñDÍáïkö~ "
b"ÀteãFNGÖ¢ö–Ù\x11 N¿P "
b"Wçô•â¡GÅŠ±E\x0E UÝŠÝ "
b"§õS\x00 Ó.M1ü¶ └ø:4\x1A "
b"\x10 §‚oBeEÀ´\x06 nš¯©fS "
b"\x07 S±al²DÀÅÜîJrq╠╔ "
b"DÄS:îÛIÕÄŹñ\x1F B&═ "
b"KÑ‘ìü\x16 J—š¦\ÞÌ>Ñ "
b"├¹╣ÆyæNÝí\x19 ├Êo■Éä "
b"eT©T6ÞE\x0F ´\x1F +?9Äœ¿ "
b"┤®L«C‗Jøª|AØ|ã·À "
b"\v ä~\x16 n¤OFžŸô\x01 Ž\e Á’ "
b"\x17\x14 ÐÿcäAYìÂo¾1ıÜ\x18 "
b"ßoÒÕÏÑK\x03 ‘U£µtµ²ª "
b"æŸ\x18 e2ã@¸›ft}ˆ¹\x03 ý "
b"ù8[o´ÎB\x1A š‚«Õö/W "
b":s::Ê[H└Ø\x11 X°3╚\x7F ø "
b"s┼d\x01 lCÉ▒N│OP~Ý\x13 "
b"▓\®╠v£CºÖ‗úÉÜØðP "
b"┐\x0F ¦lGFHXì´ƒÑ®ÛƒÚ "
b"àÌ\x1C L|½Oû¾ˆY¥¸ÓI" "
b"vµÍ>M·AAªÒµŽ•®Zb "
b"┴ı╔l│#BçÉ═'òû;< "
b"þ·x…ÅúG+¨ªŠ¿:xæX "
b"1[X¢¡XCƒ–\x1F ã{\x07 §\t ¡ "
b"Pyè\x1A Å\x17 K˜/\x1E\x16 WÂøM "
b"8Ví\x02 ½[M™Šr\x04 ®œ\x1E ^Ý "
b"\x13 †¦ƒf†G>‚b§©Ñ4\x07 É "
b"\x1E ŸšÏ‡(@© %µ!ZÄd> "
b"ƒé\x10\x0F 9úFQó½╗Æéy¶Å "
b"É»\x1F ž[¡I\x06 µåhø\x19 bÃ4 "
b"ìy\x0E Ø\x0F L@ççY=[@<µ┴ "
b"\x1F\x01 Ø╩sÔLdü°ç1cU}§ "
b"F +¹e\v A…„%ߪ2bôä "
b"cº¸üÙ2C\x07 ú¹║QøǾö "
b"ÓGô3\x14 ™AÕ’×çèW™ýE "
b"\x18 ©\x0F\x0E UCCî”ØÍÛ1\x16 ãx "
b"2\x05 oá9\x16 E\r ®Y-œáDÿ\x19 "
b".¹zæÅ#HÖš.æ“\x18 –Ï¥ "
b"\× \x04 ¦îL®›$°–áVÏ\x1A "
b"ÖÉ\r ½×aGâî!(s\x00 {¤Ø "
b"pú¢;î¶N½„wógžkt "
b"|C\x16 ¡â/AV“KIs¶?N+ "
b"¿\x7F 3¢\x1D\x04 DªŽDÞýcÈ¡³ "
b"Pµþ@]+IØ©Ÿ\x14 :œ " "
b"µ•§dAïBJ¸\x14 ÎUJï©á "
b"åbqv¡ŠJч7aë6¾¶ä "
b"ñ\x19 !íH╩Eóúk\x05 HsØ▀á "
b"\x07 èÈ„éKc«¹y¤6¯6 "
b"ÅH╣I¡£Hüé\x12\v ▀¾õTU "
b"\x07 'ßó\x0E ‰CB“‡ááœCD» "
b"Lêa@O]K„§„8\x0F äût\v "
b"\x1D ¨;ÿ┼áB╚╝L:ì\x11\x0E êa "
b"öQ\t 4º´F║ñ©Ëìƃþ\x08 "
b"ß╗]\x1D KQO\x02 ªâ§&┴ìᬠ"
b"§y\x14 ÿHVBbŒZ¬ï$4ÿT "
b"î}¸ŒÎðJ:Œ‡\x15 e þ’á "
b"""
'╦┘Ir±Füéö\t\f\x13 \n
·\x16
"""
b"2ñb‹¡ØG\r Š}=åk{§Û "
b"™øŸ-~fMº¹\v l`/<—È "
b"╣ù:r?ÊB\x0E ¬ÑÏ\v §╦çÅ "
b"À>Š©!æEy•\x07 íl\v P–B "
b"║ªZ'¹G@/üà â^}þQ "
b"N2êQWõE\x01 ˜n¢\x14 áRéÚ "
b"^ªw\r Ý»M+•Ù%t¥\t *+ "
b"êër*┼0N\x17 «╚╔¥vP©ì "
b"ê╣@eVñI║ÜüÝ╚#Å¢▄ "
b"‹´'¶ûdE¥¬ôç žsƒê "
b"Ý╚ôÅåOJsçÕ╔Î‗¡4╗ "
b"&ÇNi¦óG\x05 ‘o0ÔöÁËw "
b"\x1E W\x01 ╦@O@ê▒ì ▓-C^¢ "
b"\x1F V˜²=vC‹œüb¾L%™µ "
b"&dÓ┬ë»I|úZüR"o«0 "
b"(Íà:«€N‰»3’Néyƒ< "
b"A½ºóð\x1F J-üR\x1C\t *\x12 'Æ "
b"ö9/àÌìEh¹4·Ñ–ì×\x01 "
b"\x04 6”Y½Þ@Ù–\x08\x07\x0E yëw\x03 "
b"\x06 M%¡Í\x14 @'®ÛŒµ×_µ7 "
b",Ÿö®©;EK†×^ŠÂ\x11 ‹µ "
b"½\x16 Lm?>M”«\t AÀh<à* "
b"\x08 F>è±\x1C GL¥Gqþýy\x05 « "
b")H.÷>®Iyüéy<¦ù\v ù "
b"N–—í¿RB&¢M$²•\x00\x08\t "
b"¸†OI¼\x01 O±¶óŒ\x01 ›D¬ "
b"\x07 7bÚ\x08 ÿHZŠë¤\t\x07 /?o "
b"NhkUñmE\x08 ´á|ÒC„k4 "
b"┘Àì»QoCÜé,Ú#╝È1c "
b"áÎ\x1A E\x1D éG9¢\x16 &\x02 a\e ™S "
b"\t »VÄ\x07 ╝NÈç±█ìùÝn¡ "
b"\x14 ñ\t Ê1^F°‰7!^òo\x7F o "
b"ë²\x12 ™æ‹F\x07 ºkÕp\x08 Ø—/ "
b"""
6Ä\t @8@]®ÅÇ©°\n
¼\x1C
"""
b"‗>>YèpB7ÁÉ\x7F ÝùË6> "
b".…èG\x19 7Nù—ë\x11 t¿¶§\x12 "
b"x-/£íÃIª•‚q*ºê\x10 "
b",…,\x14 *KI£®MJ´TTvÝ "
b"║·9è\x7F ÷D4¡N÷c\x05\x17 ìB "
b"&©Ž\t @„Aʼ¬/\x02 kžw "
b"▒6\x1D G░*H\x11 ┤┼Ä¿ØD▀y "
b"Ù\x04 4|\\x07 L\x02 †_\x14\x03 Ê%O« "
b"""
\x1C ìU~¯O\n
ç°Oß┌\x18 Ä"
"""
b"#á…(˜çB4Ÿ]A\x1F –íí4 "
b"=®)9ñüJ\x1F ÆR\x11 !SZ°v "
b"6G\r ÇØ«MôŠEÙÜþõtË "
b"7\x02 þ#ÙoOG¥╩ƒ>ü\t DÄ "
b"\t ª›Cù\x07 Fm §\x04 L‚\x00 ¼ä "
b"Cä\x06 êñ%BX‡ w5$Mv] "
b"ì¿Ý\x03 r╬MÊ»ý\x01 þ¬£Óu "
b"▓║¼─P¢J┬ä░│¨ÅHtÓ "
b"\x1A 3”-8\x13 I\t ¾º\x11 íMí%ü "
b"""
æ\n
ä\x06 ²ÖFt…®\x03 vh¿V&
"""
b"ì\x1A 77±–@åŒüqIK_ö "
b"x56ÑShBššqH\x19 Î1{\x17 "
b"´°EÉ°\x05 H’½¥8°1˜Æø "
b"³t¦,Ñ»O\x00 ö6'üßËÙn "
b"\x1D T¢ýÝÿJk¡\x13 i£ØÕ\x1E\x12 "
b"<‘ºŠq±K(ŸžÚë‰ú)ú "
b">ün§T‘BA†ë×\x03 )¾²Ü "
b".\x17 P·~]A5“ñàÔ`Û83 "
b"À>%äˆÔJ§—øðiÿs\x14\f "
b":~a\ÍõJÚ±e|EÍ\x03 §g "
b">ƒ7PEÉITÂñt!╬▄Ò "
b"ı÷¨*┐çB®ºÉ¨╗d.ë" "
b"Ü?ȃ\x14 ,A°™\x19 Ø®¿Õ™ "
b"\x06 Bü4òñCûÑ║À\x07 wmÌð "
b"jšx{!ÝC«´>\x00 ÁºpZf "
b"l|&[Y|D€†ÑHIŸÄª{ "
b"ÅÙh╗$ÐLÜ┐¿d=³v\e 5 "
b"5\x19 ´ºhâFvÆÍ\x13 ┐¯ìo\x15 "
b"oó’ñJÚD\x15 š\x06\x7F ÍŸB\x1D f "
b"Kê/\x1C ’8Aö…ÅV\x03 ©\x12 b¸ "
b"šËd+öCJW¨%-\x18 bl e "
b"¨Õ\f pt›EÔ´\e CWób¬¥ "
b"ÛÈ@\x02 àôBë³'<e\x03 ˜š‹ "
b"ÓgkÆ\x04\f N\e ║Øn\;F × "
b"ÏqwUa\x18 Mê‹”1\x02 î²ps "
b"Òq\v VÀ®IvØc\x04 "1fvÇ "
b"=ø²eÚØK¼ù╩\x04 ù\x03 ¼ ù "
b"QØO┬(ÑJTÆ‗ml▒{! "
b"\x7F YÅ┤¹¬O@¿ºe\x08 \x02 U▒ "
b"▄áؤ\x19 ´Fmƒ,ÑF"Kó£ "
b"ÿf]¥ó\x07 N4”šŒU@òy„ "
b"5ÒFrGW@U®¯ù4[L#Ô "
b"Zϯd┤I▄¿Àiiì]X{ "
b"”Ô²\x14 ‹Á@§‡HS\x14 ¢Ÿñ\x10 "
b"Ò’¥¿£ÿE”¸‰‡j‘áêF "
b"AWß8ÛdENˆ®µ,vJ(Þ "
b"\x1C Á¢8óL]¡\f ¡’‹¨áæ "
b"Ûe\e tu§EZü╬\x7F 9XÒFÝ "
b"\x12\x05 |GØCG1½y\r ƒ9║r% "
b"xb8ötƒOu’¯{°ù»†§ "
b"Ñl$Ö`3KÓ©\x7F ¼¢â\x11 ü "
b"ã\x0E :'Ñ|@,©Ê¾Þø[A‹ "
b"`³M¾ÄˆL' ÐR‰cTñ… "
b"Ç‹6f-JMhµ>°ð;„JJ "
b"0Éÿ¶\x1C YAÿé"\x01 fpQ│4 "
b"@■}¤ûâG¶ê9èóÅüöù "
b" Ÿ"°’‹C¹š;üŠ•†%c "
b"\x1E ]²ß:°Kÿ│´!«Ê\x11 ü> "
b"G\x1C }a=þM„›Ó\x1D\x17 ²©Û£ "
b"½ŽËšÛ\x16 Gì´\v\t\x17 ßC>Í "
b"÷\x10 ™³Û\r B°ƒ>îÁÁ\x00 ª& "
b"Ô‗Gi\x07 ;B±Ä\x12 É/┤Pñ╦ "
b""Ýu\x1D ÂéM-î\x1E ɦ\x1E Üí "
b"#C┌jÇ\x06 D¥ì°e═j\e ±o "
b"7ò®JbŒM¹¦TÉý`5î\x12 "
b"aJÍ}A˜F}¿¯Ï\x14\x16 }ÿf "
b"$ÝæI`MF¬º==dÚ"\f ½ "
b"àî“m«GD]¯Ñ°Å¨ëR« "
b"EݬvŒ5OR£YhûS~å\x14 "
b"dæ\x12 ´2÷M6°'/šÌd@f "
b"ùY—©jFMs¨¾·Œ#p\x06 m "
b"»{¡·]vC\x0F Ÿ\x7F <Ù\x02 óü\x1D "
b"iÞj¬ðÉEÁ–\x1F i`ˆ-\x01 Î "
b"ßàŒ»Ð€Oº©–9à\x05 ·K\e "
b"´l\x1A Ñg:Aòà\x11 ┬%Ï\x08 ؼ "
b"Uàˆ6Ýf@5©\t ”i\`Âñ "
b"Þ(¥tƒèDY·¯–/Þ˜î' "
b"""
ÿ™—‘ä\x04 MF«\x12 oˆ—\n
lº
"""
b"-ö[ZtÅDbÖâ┼þ$fÈØ "
b"¬Íݸ{\x0F K€´›Û²\x06 ZÀ\r "
b"""
àùé\x0E ’ûNT°Ü}¬\n
WóÕ
"""
b"\t YLé¹uF˜\x1E J~¾ÊÑ\x1D "
b"z—h¤\x12 ²Bã©iÙºêhªÛ "
b"\x7F e³ÂÆ\x1E Oh˜QƤ_%Ûz "
b"í\x10 Ê—O±@祾‚+^\x7F F2 "
b"å└ܺ\v üOñú╣ô G±┘> "
b"¦{&\x12 CBy–sèäp¸!q "
b"§oXˆè\x19 @´ˆàœ\x11 ëÀ™6 "
b"Û-¨Eõ‡OFµ¼ý¥°\x13 ž? "
b"""
¦s█ç\n
╣@\x05 ÖRFWÅ\x1F ª£
"""
b"lâ¡mÜäC)“s,A%\x1A l¶ "
b"""
¿-nF”sE1¼€«9o\n
^t
"""
b"–ºþ\t ËmB#³ß\x01 ^4\x7F Áà "
b"Þ+–#÷¾BÝŸiüû\^>æ "
b" wa£;\x08 CO€¨Ím\x0E úl” "
b"yí¹ålyIn¢¿ž‹³‘î\x07 "
b"¹\x1D §éúéM\x12 ¤„æÈ–}w! "
b"╩Bü\x08 T%Ba¢ù÷&#\x15\x07 "
b"Ý9ÆÀçÛNâµh£¡NÚý‡ "
b"¢Y\x02 sdÛC\x1D œ¡\x1E SNbíØ "
b"Ñü|D\x1C ÔDmÆÉ\x16 4B;3Ú "
b"È5ÉòwõIQ³ÖÆËE—’\x12 "
b"\x11 #\x11 mvdF\x1F §¹ÊÕ"&\x1C ì "
b"\x17 Zþu$!HÅ╗Ø<}¿C8Ç "
b"SÅø(|;Lè‚`f‹/Údé "
b"`0á#QDBHÉÙS(À±¥¤ "
b"{(╚îÕôN\x7F År:ò\x07 └g "
b"C5¿M]ïFÝ‚&‘OYì°¨ "
b"QL*´*ßA½Ÿ8{k /"d "
b"Šuv$\x00 QG^†Ù\x12 ?«rúS "
b"X\1¡½¯F\x10 †\x12 <QxŠ!/ "
b"[─¨v╦ØLpâG\x17 %HÄ+ "
b"g?Iæ¬íK²²\x7F F\x14\x15 ùaÿ "
b"ü<\x07 z▒gC¡ÉQE┴_g=m "
b"¸xÃS-æ@‰¶³¸€'\x02 Žþ "
b"C\x7F x$â\x13 Bõ¯ù\x0E Àµ8(à "
b"×ì\v ~\x08 hE퇄^ãCÊ«‰ "
b"¯ÝYø"~G`¿\x12 =±-k' "
b"\x1D ’ŘφB\x19 Œ€>öi›”D "
b"\x17 ░µ}╝\r B$ƒÉæ\x1A ~2cø "
b"\x18 ìų£ÊJ›‚ó×ýÒ£hÑ "
b"äOéöq\v CÕ¤º,·éMG> "
b"(oÇY IB¼Ž¤P¬Q21¹ "
b"úÿÑ\x7F ãOJ\x12 ì\x19\x0F ëràq1 "
b"ı~Õ~·cNìÿÝ░F═:1\x04 "
b"üj-ÜÕ¶GK’\x16 w›˜MŽ\x07 "
b"\x04 C¹üšêF6„ÂÀÔ¡—/@ "
b"Vªˆ©\x01 ÉG¬›—ÿf¿ˆhÚ "
b"""
^\n
š\x05 yèI\f ’ˆ\x12 ˆNnáî
"""
b"É4ËøpµFU¿ù\x07 ¥æ»Õ\e "
b"â¹ÎÔú\J´½y2‡–ËjÜ "
b"CØ\x03 ò\x02 ÓOû¹ã·nàyQ! "
b"r|┼╔~ÇCjÄÅb²eG┬é "
b"}\x18 s\x16 þÛCa—.œ\\x13 nCÎ "
b"¹\x06 µê¡\x02 DУ—I²ë3bÞ "
b"h+²~à±E(µ\v L®;~\x07 ÷ "
b"‹÷T\x1E ·\x13 D\r ÇîNi`\V "
b"\x03\x1A #ÙÀoH\«WÌr┬ð¡ü "
b"""
\n
\x19 ¯H)\x0F EÈ•þApᣵk
"""
b"\x12 &J„\x08 W@b¨á\x15 \r -ž˜\e "
b"x\x00 {桧HüóGå8╚■┼" "
b"àÕWdî\x15 @sØ┼h▄¡ÅÁ= "
b"""
ª©¥y`¯BÏ¿'\n
?%}Ï\x10
"""
b"└^OÅU<Dƒü\x03\x0F\x0F [\x02 ÚÉ "
b"ÉT r‚–Mø¦BØwÝ(\x7F 2 "
b"""
/¹lôÖ\x02 F¤‹Ÿ\n
]zõ\x18 w
"""
b"Cüó>_CHq˜\x01 qV\x7F Ön’ "
b"fã┬W©\x07 B8íÀúÊÅ╩ı\x1C "
b"\r 0y4B\x02 Ȩ¿»£Þ!\x15 "
b"ùGâá3ÅF+ü.\x08 éëBt× "
b"η™©[ŽBœ’¸Îî`<Øô "
b"jî7ØÊúO\v ┤:Oı!t─\v "
b"■╠ðYúHìó²õiGR:¿ "
b"’öÊ%X&G=¡îIœDý†\e "
b" QsT\x00 VG›ˆ²/\t žBÂ$ "
b"œÒ„€\x07 bMo¥–¡;ð’½ò "
b"@x“æ¥8MøŽ\x01\x13 ø¬U8Ü "
b",©¬)üYA╝Â%ðètTÔ¾ "
b"Q…„lÇÈH\e ŠLÃëŽÍ4 "
b"9&S‗à8M!ÇðíhI├\x04 Å "
b"9┘Ø\x02 Û\x14 LDÄ¥ìêù/╦Õ "
b"£»UÿÑtD\f ªk6ªå\x1C ѹ "
b"JôÜúbñB{‚<‹<¥\x03 :« "
b"ß\x04 ‡¸\x07 hB‚·‚n\x01\x1F $æ¦ "
b"†…Á¿(ÆG·–ûX/Ï\v\x19 Ï "
b"DeL\t\x04 ,FƹzVÛÿ3–\x00 "
b"U{\x06 ½~$Dx│ƒFÿV\x07 É> "
b"ÍùcóÔñKîˆ\Ug´\x16 ›N "
b"¡ÚfÓ\x02 ôIÁ€\x15 *\x0F ªéxÖ "
b"ç,\x15 ─░}M├ü▄\x1A &╗G╦\x13 "
b"×,ÊæÂ`E\x03 \x08 H¼Û4Ò\x02 "
b"á87å\x07 âAw¸›\x11 ¬[½ˆë "
]
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 (0x090ECF99A0864B3E9DEB23162A79F769 , 0x174D380F1488426D866F994FE66483A2 , 0x1E5DB8B5A4D444B595ADBBCF698F8439 , 0x411AE9B2E37D44D7BA566D16DE68507E , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x53FB31FFF4F4402DA72A41291D912C93 , 0x6C32DBEE30A640FBAA062C769A763D6D , 0x7AC7AC0862A7425CBBE0F65DBAF2B7E7 , 0x7C496F8F9DF849E88DBE1A09A45FA464 , 0x860634E944F9419DAE4920D474B7F98E , 0x92A8D96DFACE4488A1D1F81AB559988B , 0x972DEA23B1134A758C9DE24481F95A04 , 0xA11AE7D99A94428EB9B05AB28F558ED3 , 0xCD7643C8B613449381DEBB4447FEDBBD , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0x2E044668A871416889CF93431C0EC043 , 0x694C49F9413A43859C3CF6C4EA94C40D , 0x88DBD1C418144BC7ABE0A2960AC13F89 , 0xCDE370DF26B545F8966888AB27F643E0 , 0xD7DC225153B34D58B76E24FF841F6B66 , 0xE73138B3A70A4DB0898EDFB01BFF399E , 0xEA0EFEFAA53F4A8094CC5A1900E0F2A1 , 0xEA4309180F02482A93A39F189BE5BEB4 , 0x202D693577BA4ACD8BDD6206ECED08DD , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2F7EA67C386C4F018D028BA6B1F6FF7E , 0x43BD2AA9847B45FD8574DD1EB380D210 , 0x469E6E63F18E471BAE606E7E4364EFD6 , 0x776601BE9A4A4715B93AABA212C23BBA , 0xAB5BE183C42B4DFA9E57950F77BFF9CA , 0xE67B402F39C84A4E9603B9582B90433C , 0x0FE88B3D017842DAA69A7B11E00E0D88 , 0x2465065CB9194705B5B3587814208284 , 0xD1946972F4CF4FDE9A002BE3F9CA8095 , 0xF674B00E68134816A31A6B3CE886D56F , 0xF90454135EAA4985990CADCC349C7661 , 0x0E6F9751419D43F094C7E4B3D7C9B7B2 , 0x10086334A7964ABEB4786903BED8E959 , 0x1345129D7E894E4DA6D881E3783DF355 , 0x1DE73C5D227B4E13BE50E795D63626F1 , 0x3B33ABACED7A409B9AE42446C55B662B , 0x79961E18D59541FEB17DFBF3B155819F , 0xD4DBE0411322489DA91D7A224F5D8EB4 , 0x0BF23DB5B5214B9EAF126B0DF5CFC671 , 0x483F1E83344E4BCDAA5A03152A1148C7 , 0x556B4D0BDC9B4CE8B60093897285451A , 0x5E2AF49118E140F2A936DFE803E9203A , 0x6B6AA1AE92B141FCAC5D74F8063B24E9 , 0x6ECC19B1507147499A9B0B358F871F3D , 0x0B236B2B467D4DC0B19CDDCD8E016213 , 0x9B2A20C53B7F458D9A0B64615DD01CE9 , 0xC000050CCFD84FF5A70017B90FB3614A , 0xD1D8CBF804E14808AFA4F80D8D5B0741 , 0x3D6B45EF5D7E4A3CB2E5BCF0BD81F8D6 , 0x60E96DE33FBB44D3B45BFAB5028363EE , 0x877100E708F941A3B4D380606B25180A , 0xE49B3FF09C4146AD9938D7080ACE5C9E , 0x168A74ABFB074F34AC838BC098CAAD84 , 0x60AD49719DB946B3807DDDD27E7BF221 , 0x75B4D92DD01747FB919B13A935CE2F81 , 0xA517A976C5A14B64AB3F09F785EF8C89 , 0x3AE0330BAED643F18E9CEA63721A4BB2 , 0x9ECABFEA7BB9489C8B2E346F7F0D7DB0 , 0xCA09C59755ED4C41BB81B1CEF9C5D1AD , 0xCFB3AC24FF0B4AE8AD4511F87983E78C , 0xF240301C05B34011A17F6F65D4344161 , 0x16611B315CB04E8EADE69BA95F25281B , 0x24AC31824FDC47C8AC02408F06D6455E , 0x9EA2895DC6AE4003A17C98073FF88736 , 0xC0158CBCC67A471699B92DC15D66D967 , 0xD53019C21ACD4C2089D46454BE1EB976 , 0xDAA011C44F624E1090E6E095D813C668 , 0x278FBF54998B42B7AA372566D4C125F5 , 0x431AA18DB1DB47A288AEFC2FD4632D0F , 0x484F5BF4208640F08CD1404EFB86902A , 0xC0C5BAFB822B4560A01D3627EDA1E2FF , 0xFD971461D6754714BC217E6802C6E947 , 0xFE05FF27271249B48ACF9B0E2B4D1FC7 , 0x42983FBB89BE4FE0A3363ACE557FFA55 , 0x7568B8FAFCD044DB8322CD0FE457069D , 0xA3FF81FB0E5340649E0321E2F10F42A1 , 0xB398CB463C3149C29A1CFC4FC03DBE58 , 0xD844E4975C524390A71A860EA6FBCA4F , 0xFB3BBB675E514A10935A95F6478CDCA3 , 0xFF37DFF4425341479E70785827C41A40 , 0x20AF87FFC1234716A7A9F17D667EA62B , 0x38F46531A0AF45689612F52BB863CA2E , 0xF3FD608931B249B79CA75F11EA79598B , 0x0D7C3E7CAE5640CEB5BD36E89EE24AF7 , 0x199694A415B64F3391E5851B5A123305 , 0x4A05E37BF64C42D1BB1E18C829DB9C86 , 0x626804C36AA14B6D9767EEC1DF039B6F , 0x6463A7C81CCB42A096059FB8D0781B14 , 0x82FCFEB5CDD34C8A81EE430E41F69E66 , 0x859943804BD4441E9CF11152F6F117E6 , 0x8C0A85B5E63C49669C4564B54CAB49BB , 0x8EBE8FC2CE074F7E98A2396842A0DFF0 , 0x94F0600989F348379E16B7DE83435ED2 , 0xA4FF1CCF69F44D1B8F5D8FFAE19A3308 , 0xA8982897CB344B8E95C80AED62A1D76C , 0xBE3D7154E7D442D4843CD581C7BCEC2D , 0x0335F509FBEC4683A88FA3DF6F010B86 , 0x04216ECC95C0431C89BA29D7622BE9A3 , 0x096DEC8D4BD549EB994B09CACFDE33C2 , 0x2366A116C1424723A780CDC6ACB0615A , 0x3FBB7221C40A43BA81C8D3AA38B18327 , 0x4F7D8BA9E07E4224B9650CD18CC4F477 , 0x88F449C5F3D14EB7B4A853E6B5530CD1 , 0x8C12296D0A6B48009F1126AAA97D516C , 0x96EEF198E1044845AC4E25C06C23A952 , 0xCD13CC4EF6B24F1C863683EA011FCB56 , 0xCD745BF0F8394434839D0BE17B5759F2 , 0x12A58100181140B19164873F6DA56A56 , 0x3D83C5273E384DCA95BF35171866427A , 0x5CB185A1DCF84F53BDEE7B761E0706C6 , 0x994E3B9D0BE24C4E9E85D8E5E818965B , 0xC81C362E2673429AA342821701BDD22D , 0x196D56BF5F5647C789742E719EFAEA14 , 0x37BBA30762BC4931A3F09B8011133413 , 0x97226906DAA142FC88710724486EAC1F , 0xDAD68FBBDA74403A8DEFA70A069F89E6 , 0xE6FA119D9F0544D396A511F8402B549E , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x192C1AA2170B40C0BFDA59E46134AE2D , 0x1A8E25BF86464CF9BA6A46B7740F51F5 , 0x1AA3C98AF79746239AD1560D3CEAC900 , 0x1EFE6DA01AB34454A931ADC742026184 , 0x258E9E370A1B496EB994744BF8F06CA3 , 0x326F7144812A4041863D2E80A18DF61F , 0x3BAA73486E85480E8E8AA06D85D393F1 , 0x4E7773B2834E4D0CB4F23570B99FF4D2 , 0x530C0027D03F42018909649D96A61A91 , 0x54E61081B21641B49B2734745A4F51FF , 0x57670B5B978A400DA34AB0F241CBC530 , 0x66976B4781D34091AD9ECA8E747E4089 , 0x6F77CDF64BB14C6CAA4C72A1BFFAD0EF , 0x75C48FE9068740BF908F144B9894313A , 0xB97F68E4BC3E49B69D67819309680277 , 0xF8AD1ECD61B8461BB9048E73DDAC8009 , 0xB99544E2034B4CB8A381AB5B1C1157A1 , 0xBC6EAE5C171D4A20B99B091536F621A4 , 0xEE05D79E24CE4CFCBD7D5A761B58A615 , 0x266CB56447BD4008B7C203D7FCE35DB8 , 0xB7AB08EB1B124B5F82E9D40E617EEBED , 0x3898F35A1BC145CB8B5B49B474314E36 , 0xB4657D9F9CC04B2AAAFA023747273B45 , 0x0C7865A557A849E69A4994846D391EDC , 0x6DEAC527011C4CF8BF366F4B5AA26DC1 , 0x816AAA66D33D438FAA3FCA313B0044CA , 0x8A97F5F9074746DFB18E52E865FC4284 , 0xCF9CD85AC77A467E8770E64303CAB4EC , 0xEC3726D4E54E452D81E68EE3998C2BAF , 0xFF6B4D6343D2486EA620FBD2DBD1F4D7 , 0x0D0CA2B4BB8D4030927C5A0D8A630BB0 , 0x0E17C0DDAFF14104910ED3718B2316B7 , 0x77CF96AEB915454189616357FEF572C8 , 0x94B050D0D3184129904986E0A23D9B78 , 0x0CD4FC6C12BE48719F74DC54CCB660F4 , 0x0D8D1EE39AD84C93888C903F3CAE7FEB , 0x2BFAC312BF144B3D9AEA4E017E9B3D7F , 0x3A1D25ED8CEA437BB01F9D5E898BEED7 , 0x8CFD8BBD326F49BABDB65B248A4B3AB1 , 0xE897C17B0F644CF9B863647ECF9DD92C , 0x20DA1BD1BEA247649153D6AA4483986C , 0xB537AB59F0124252BF477DDEB68459C2 , 0xD957CEED5C17414990D1538F657F5E2C , 0x5B31C1F6B5004C9090605103B1864106 , 0xBB38D9C42ECB47B7817CF0B44BB4411F , 0x3151E3483E02444DB3D86B031FB48B47 , 0x413D41ABA4C942F1B8E8096A83BC8AB8 , 0x4274EB11F5FA4CD3A4E9DDA052CCEF16 , 0x8EC4B68BF4104CF6823EB52E0D75E1A4 , 0x81650FC9F9964112946A6F91D7C03F8A , 0x8FF627AB0B86448480D0C37383032150 , 0x9AE8B33F05084C1C8FCB2A2DB8D62815 , 0xBA3C785ECAEC4B35BBA96532D206408C , 0xCD2C6EB5698146838770374C0097F03A , 0xFA4CB2794EDA4C19BA9FCCFD0C96B489 , 0xFDAB68EF9B4B4FEDA890DE71EAAD1B00 , 0x33307723C0B74544B23D444284F595CA , 0xCCC1697E26574C0EA863969EF77EDA23 , 0x051B1DC0507B49CAA1389206CE691BF6 , 0x0FCF375CA45B4BC2A5469639D21FCE11 , 0x263399D2A82B494F956E2FD8945F33D3 , 0x724EF7E82C864E52ABF895FD37A92C7C , 0x8126F90B9402492E90B42A4B0F10FFEC , 0x9E5CD7DF0AB041B3ACEA277FAA064C44 , 0x0702C4119FEE4DCE81460604A8ED8B17 , 0x1FC23076FB0C4A5FAB1C64CBC1F8215F , 0x6CC30FDF544F4CADA4F311D7622DD756 , 0x7F8DF64B73FA4E0A8BFCDCC6405B86E5 , 0xB06779DDC549402090099617A1AEB28B , 0xE1585A0C277F4F0AA23BA07329662797 , 0x4B4677B7C42149AE9DE438DD019AAD3D , 0xA3F12AA475F446D092CA44B06CE89390 , 0xAA0AFB253E4C4422B0BBDB8BE2C2CB46 , 0x1ED42447C70F4A439EB03B7D05783935 , 0x2F8D5074F42648518EA376EB2A526AFA , 0x43FEDD96751E4476B7B05700EBEEDEF5 , 0xA0C6AC14772B41BA91D66D1C6D2220D4 , 0xB046AE42E917466881EA957E866D87B9 , 0xF6C7B8CF124D475A983147DD9E5C35D8 , 0x425CA411F626450C821C61CCD0BE2A9B , 0x61A026E641734085856CBDBDA3F26A77 , 0x5FB28B90B55A43B89DEBC843BEDE5C63 , 0x3BBB7FDB52DE4A1CB937DDF6C5E2C4CB , 0x6E3D2F0A9E984D0FA295F913416D9DEC , 0xC0A075DFAA0F41899004A2D154739D92 , 0xEC79801090654E09BCA04ECBFD69D80D , 0x1E90514A1DE94118AA3059B506AF82C9 , 0x4B87025D74E04515BE617113E1AA5DCA , 0x70FD6A79763342CBAA76CFCF0CC638F7 , 0x86DB2148751145009944BBB68AE4A505 , 0xB84036565E0245C3A7CF310AA4EFA5C1 , 0xC37FF4D375FF421980036935FCF28E07 , 0x9B5BAA92014149A590AD6FF0E1E9F652 , 0x3B31E18894BA40A1B88E274873571600 , 0x7F71CD9AABDE44E0A348AE575C824B46 , 0x2B612DDB607149D8914E97E6ACA6A6FB , 0x3CA18D4FF0254760A9C4371FF83383B2 , 0x65C3D1205F6F4BF9B8CEAE3110ACCF23 , 0x6BB4E02E328C4E0C92D20E1623037F70 , 0x7A698BD34B944829BD1C5EACDE3A3ECA , 0xA8AE128EFE194DD48AB9FE5A7430AB67 , 0xEA15A1738B4F4C41834FD7257A890B61 , 0x23AE28A1B6EE4D02B09EFBDC2727744D , 0xE919F6D050AB4A5BACE6B3C63873B58A , 0xCCDE23F659D54699A1C6E9C53A0570F7 , 0x2F9973F7148C44E08A6C01609AC26E8B , 0x544C7799FDE447E5B56B00383DA9E5F0 , 0x452B25D2CEA64933A1E4DEEEC05F8EEE , 0xE36E0F03438B4FB594479426C72C050B , 0xE9BAFE5AA86B418387B18044C02A312F , 0x14F2ED72991A438CAE294C66DCAD3936 , 0xA0526D0FDE92406ABA5CA6544C937B07 , 0xF51DF11E4F9F403285BBAABC2779C0A1 , 0x608CACC3C77247E6956014DA27A03185 , 0x6DF1957B402841BB8CB621BF1977692C , 0x7DA6D8B0381845E19F21CB81CA36683F , 0xD22910E8A61C4B65BC6B486D8F5FE6F9 , 0xEFF5B05ADE6746DC9B05D3C9812E2C95 , 0x15303AE9F1A74BA5A55620E2665CEE80 , 0x2E4897D8957142679449791ACA5323C0 , 0x8E08D8913E9B4B7E8C00034977199108 , 0xFAC08313D5E846C691FF1E9D1A44FDCE , 0x228C9927878D45248E2C8D8BBC06614D , 0x366DE4725CDE4574B9B53F2D78B3D8B0 , 0x653E928E8F2841EAB8D845A22BDC76A9 , 0xD94A522D0E6840BEA21437398D646569 , 0xE374CBC7257444A2A2E2B73CD8721E3D , 0xF769DE390D924D9E97D40C92F385B1CA , 0x6C252A8AFF34420A9F774E83913F0CF7 , 0xD6DC85202A4B42C8B40711D268BBC885 , 0xF6DD4FED1581461A826376FF94C917EF , 0x09B463E9F2AB459E9CA1542124BCC605 , 0x2C0B86C727F24BAC9E3F61A59E09A407 , 0x9C4B1EB46293433589E969BA08D7718C , 0xA4DE1642B362475299154B5C9CFC6D25 , 0xEDDB89E3806D4F31AEBBE965AF078A41 , 0xF912C45F9BF24C52A05A1F610E9D6797 , 0x2FFEE8C97E0948CF940AF66DD4644B29 , 0xA21D837AB0834D3C9D66E568A520136C , 0x0FD27251533E40A095C0B34FB26E8DB3 , 0x310CD319C1F940149E39B34FEFFB7DEC , 0x381D3017DD6F453D804C62AE6B0910DE , 0x3B9EC48511704A45A749E34BA4A78A27 , 0x5BEAC2CB69C642DDBD6F941146095A2D , 0xBDCCBD052FA444A78DCB91CBD611AEFF , 0xF54191BDC08143DEA36DD5DBCC534ABE , 0x146DB29829974C9888638E6EA0602F86 , 0x21F19ED5F68848CAA44666DF33030947 , 0x6575F4ADB9064420A96E21D9D69B8C2A , 0xE21523F48DF4458584C361207A9DDFA8 , 0x05A73350FBA54C248B30E6CE5FA9F778 , 0x4C73AF6AC02D4893811FA85C9F2DBBBE , 0x6A164354834B44709C9C498CC3716BB2 , 0x8FC430B405AD426995D786B34EFEE04D , 0x04F46D00DBFB4FEDBD799730E701CE2A , 0x39DD7C0901E14368B7504238473890CF , 0x0880C2D5250849B3903A3AE6BC0BDCCE , 0x459E5A8A420A4F7999CACB75483AD9C0 , 0x45A5C92269094DE29FE802839C85D0AD , 0x4E434EE5DC2F41FA969117A6D192C6B7 , 0x928B63D2B5034005BF018781C39B1F24 , 0xCD61EE13C66B492B80FE4B1F7E2289F9 , 0xF0B35A9AA6D948318330A4830B3B439A , 0x2149C25CD993411A80E769C0327F6704 , 0x555E80CB43CE4A0A897716F5AFE9C190 , 0x56B17D4BF7EC41E3902A972B3B394A6E , 0x8C4B126227664533B16F81AFB3F18C09 , 0xBE37BD8C203F4CD8A2BD68BEF06B795B , 0xC0A06F35FD9D4130BAAC55EE3E74CD1F , 0x7693878D73464124822F453ED85A9AD7 , 0xF2BEB79CD468479A844B96089D754D5A , 0x191932C1975441A08811713EE134AE2F , 0x9BA09A6609284F40BE03AB8D129C717B , 0x309642627B854769A836699C34599E6C , 0x5303685636424FF79BCF9131320F410F , 0x72A334668F2E43B7B118EFD856D25F00 , 0x91703B08468D4754A6BF57474F8D462F , 0xF514E4D7D6544721957FB84A17DFFC61 , 0x084F67184AE946E68F4D4BB29F507183 , 0x40CF072CF0F14FB9B53100AD6FA3A8F6 , 0x93D0D8BE9E124D07B38F72E75F7F9E9A , 0x985D5CE2A23E4B139B4103EF73F0106C , 0xCCE1F31791934231B33920AD82075002 , 0xD28D246408F140558FD7C7AADB166C89 , 0x0AC2C900ED7B406C89CEB2B25D2A968B , 0x6281F079A06448188A4552717000499B , 0x7146BE2674FB4B3B8344793ED64D0575 , 0xDC1B6AC40CA14D0AAAEDD3E857C04C23 , 0x2891D968602540A4B297CC03F378EAFE , 0x47FA48CC1C724376B9C50B27B368589B , 0xBA9AF110993649FA88E5A6D661324151 , 0xFE322CBC0AEB43D7ACDB12AA3DB38AD0 , 0x1CD376135038414C916B51394ABC35E4 , 0x46611940D2024B059DEDDBEFAB1EA0E1 , 0x81D5A96B14334BAA9817D3B0B6042E42 , 0xC4DA5051F7A14E499855CA3AC68A4C4A , 0x6ABFBC694D004B13926B1AE18F9E8A79 , 0xB145EB19454746DEA316D9ADA74DC572 , 0xB67984278B004EE6BE0EBA3A2E6DDC4A , 0xEE4D3E805B60478B8CD1A122D5956498 , 0x386FFF8CA34C4CC78FDED891EC8A8981 , 0x93B4874CAC024BD490F28B9323D28E7E , 0xE005DBF872B64CA99A821E295B17DEA8 , 0xEB9004D598104B6890DC9D1F165136E8 , 0x6DEFBFEC5EAD403C8B9BEE048650FB7C , 0xA617EC724C1743529DC26E2EAC0EF59D , 0xCA2B71DB955149B8975A9832B0E0097B , 0xF057722155A64E0E8AEB7C07137C53FC , 0xF8C4A001EAF94FF19B96466EB7B39367 , 0x36724C4B5E0740D3A62B4E00B2868DD7 , 0x21320CEDD8CF471DAC9D1596A17B725F , 0xCE53B87D11714BBD88391712D9C1A9CD , 0x436D830B22F542EDA38A303C30DDE4C9 , 0x78EF8E72D7AE484BBB8157112B525F2B , 0x7F8DC0BE2B1349E19CCE52E1DC60799B , 0xDB132C8420DE462AB3BCC923A65B10C6 , 0x60573E13732F483AB3561262985DC088 , 0x61916A945881440180D42596DAD358C3 , 0xAB18D899903E435BB51ECD4C94860D39 , 0xE693C8A605EF4F6A9CF2D2AFA4123166 , 0x79DD2A78956D44B5A38542783657A59B , 0xA88AA4DF64724654A5DE2127D949C1AC , 0x5009B0318FDB469FAF826E9DD3EE963B , 0xB03DF5E8A9BD4FBCB6909ED84B1B9BAD , 0xB2DC6DAA64D04219800D80B073DC682E , 0x68B3F28E497B489C87D642A8BC0DF370 , 0x9AFB63EF07D34F63AC4446CD63A941C4 , 0xAC2E497E5F4D4CECBEA2FE43324C249C , 0xBE048CE40B0C46D78DE9BE99BD71E267 , 0x8613AB9F20704DA9A8265D8FCBED3842 , 0x4EC1936FD5FA4E8CB08164AB5E9E5A46 , 0x6D887E4B81454A5FA4CC967E739DA29E , 0xF495AD152879492ABFA0936E6EAE31C1 , 0x794600A59BE648EF82894B955542566C , 0xF84336AD5D894BF3811E78C0E1A6FC77 , 0xB6FCA261C32640FAA3C2ECFFAC1EFF57 , 0xF7345F774C91492897B69E884FE89DA5 , 0xACB41DE3F5C54786BCD0482CB08764E0 , 0x3C274F208C344EB2BC9D41E32A755FBA , 0x67484191754A4AD49FFA78D2774A5BF8 , 0xAC4AB00F310041A284E426ECB3A45F90 , 0x0CACCA4751274A4C84197560DADED400 , 0x45E36C9983954BDA96DA966A8B856099 , 0x5C1B98FC1FC64E29B9C7A8D4DCF8EB10 , 0x27E55A36C1CA4573B29AE59CAA8D7A56 , 0x4008E67102BA44149FC59DAF9240EE57 , 0x4145C0EC3A374BFBB10E45BA9826FDBD , 0x555B8C37E0EB4AD593DE6E6D40CBEC0E , 0x811CE8850F9E4CE8B7331C5B11744832 , 0x8A3247809CA1481487BB01D95439A163 , 0x2C2848C99D814B5CA7D4AA6F938A0A22 , 0x8E8F6A6B2AC545ECA444D6A08B6B947E , 0xC07465E3464E47D6A2F696D9114EBF50 , 0x57E7F495E2A147C58AB1450E55DD8ADD , 0xF5E45300E02E4D3181F4FFC09B3A341A , 0x10A7826F426545C0B4066E9AAFA96653 , 0x0753F1616CFD44B78F9A8C4A7271CCC9 , 0x448E533A8CEA49E58E8FFBA41F4226CD , 0x4BD191ECFC164A979AA65CDECC3ED1A0 , 0xC3FBB99279914EEDA119C3D26FFE9084 , 0x6554A95436DE450FB41F2B3F39C49CBF , 0xB4A94CAE43F24A9BA67C419D7CC6FAB7 , 0x0BE47E166EA44F469E9FF4018E1BC192 , 0x1714D198638441598DB66FF331D59A18 , 0xDF6FD2D5CFD14B039155A3B574B5B2AA , 0xE69F186532E340B89B66747D88B903FD , 0xF9385B6FB4CE421A9A82ABD5F62FAD57 , 0x3A733A3AD25B48C09D1158F833C87F9B , 0x73C56401206C4390B14EB34F507EED13 , 0xB25CA9CC769C43A799F2A3909A9DD050 , 0xBF0FDD6C474648588DEF9FA5A9EA9FE9 , 0xE0CC1C4C7CBD4FFBBE8859A5B8D34922 , 0x76B5CD3E4DB74141AAD2B58E95AE5A62 , 0xC1D5C96CB323428790CD279596D6F33C , 0xFEB77885C5FA472BA8AA8ABF3A78E658 , 0x315B58A2A1584383961FE37B07A709A1 , 0x5079E81AC5174BAD982F1E1657C2F84D , 0x3856ED02BD5B4D998A7204AE9C1E5EDD , 0x1386A6836686473E8262A7A9D13407C9 , 0x1E9F9ACF872840A9A025B5215AC4643E , 0x9F82100F39A34651A2ABBB928279F48F , 0xC9BB1F9E5BA14906B5E568F81962C334 , 0x8D790E9D0F4C408787593D5B403CE6C1 , 0x1F019DCA73E24C6481F8873163557DF5 , 0x46A02BB9650B41858425DFAA3262F4E4 , 0x63A7F781EB324307A3FBBA519B80F394 , 0xD347F433149941D592D7E7E85799FD45 , 0x18A90F0E554343EE94D8CDDB3116E378 , 0x32056FE13916450DAE592D9CE144FF19 , 0x2EB97AE6C52348D69A2EE6931896CFA5 , 0x5CD7A004A6EE4CAE9B24B096E156CF1A , 0x99900DAB9E6147838C212873007BCF9D , 0x70FAA23BEEB64EBD8477F3679E6BAD74 , 0x7C4316A1E22F4156934B4973B63F4E2B , 0xBF7F33A21D0444AA8E44DEFD63C8A1B3 , 0x50B5FE405D2B49D8A99F143A9CAD2022 , 0xB595A76441EF424AB814CE554AEFA9E1 , 0xE5627176A18A4AD1873761EB36BEB6E4 , 0xA41921A148CA45A2A36B0548739DDFA0 , 0x07E8ADC884E94B63ABB979C2A436AF36 , 0x8F48B949AD9C488182120BDFF3E45455 , 0x0727DFF30E8943429387E1E19C4344BB , 0x4CEA61404F5D4B84A784380FE4FB740B , 0x1DF93B98C5A042C8BC4C3A8D110E8861 , 0x94510934A7EF46BAA4B8D38D929FE708 , 0xE1BB5D1D4B514F02A683F526C18DA0AA , 0xA77914FF485642628C5AACEF2434FF54 , 0xEE7DB88CCEF04A3A8C871565A0FE92E1 , 0x27CBD94972F146818294090C130AFA16 , 0x32F1628BA1D8470D8A7D3DE56B7BA7DB , 0x99F89F2D7E664DBAB90B6C602F3C97C8 , 0xB9973A723FD2420EAAA5D80BF5CB878F , 0xC03E8AA921E645799507ED6C0B509642 , 0xBAA65A27FB47402F8185FF835E7DE751 , 0x4E32EA5157F54501986EA214E152E9DA , 0x5EAA770DDDBB4D2B95D92574A5092A2B , 0x8889722AC5304E17AEC8C9BE7650B88D , 0x88B9406556A449BA9A81EDC8238FBDDC , 0x8BB427B6FB6445A5ACF4E7A09E7383EA , 0xEDC8938F864F4A7387E5C9D7F2AD34BB , 0x26C74E69A6F34705916F30D4F6C1CB77 , 0x1E5701CB404F4088B18D20B22D435EBD , 0x1F5698B23D76438B9CFC62BE4C2599B5 , 0x2664E0C289AF497CA35A8152226FAE30 , 0x28CDE03AAB804E89BB33924EE979833C , 0x41ABA7A2D01F4A2D81521C092A122792 , 0xF6392FE0CCEC4568B934B7D196ECD701 , 0x04369459BDDE40D99608070E79EB7703 , 0x064D25A1CD144027AEDB8CB5D75FB537 , 0x2C9FF6AEA93B454B86D75E8AC2118BB5 , 0xBD164C6D3F3E4D94AB0941C0683CE02A , 0x08463EE8B11C474CA54771FEFD7905AB , 0x29482EF63EA949798182793CDD970B97 , 0x4E9697EDBF524226A24D24B295000809 , 0xB8864F49BC014FB1B6F38C019B44ACAD , 0x073762DA08FF485A8AEBA409072F3F6F , 0x4E686B55F16D4508B4E17CD243846B34 , 0xD9B78DAF516F439A822CE923BCD43163 , 0xE1CE1A451DE94739A2162602611B9953 , 0x09AF568E07BC4ED487F1DB8D97ED6EAD , 0x14F109CA315E46B08937215EF26F7F6F , 0xEBB21299E68B4607BA6BD57008D8972F , 0xF0368E094038405DA98F80B8F80AAC1C , 0xF23E3E598A704237B5907FED97D3363E , 0x2E85E84719374EF997EB1174BFB6A712 , 0x782D2FA3EDC349AA9582712AADBAEA10 , 0x2C852C142A4B49A3AE4D4AB4545476DD , 0xBAFA398A7FF64434AD4EF66305178D42 , 0x26A98E09408441CABCC2AC2F026B9E77 , 0xB1361D47B02A4811B4C58EA89D44DF79 , 0xD904347C5C074C02865F1403CA254FAB , 0x1C8D557EF0EE4F0A87F84FE1DA188E22 , 0x23E1852898E742349F5D411F96EDED34 , 0x3DA92939A4814A1F92521121535AF876 , 0x36470DC7D8AB4DF48A45D9DCFEF574CB , 0x3702E723EB6F4F47BECA9F3E8109448E , 0x09AA9B43F907466DA0A7044C8200BCE4 , 0x43E406EAF125425887A07735244D765D , 0x8DA8ED0372CE4DD2AFEC01E7AA9CE075 , 0xB2BAACC450BD4AC284B0B3F98F4874E0 , 0x1A33942D38134909BEBA11ED4DED25FC , 0xE60AE406B2D6467485AE037668BF5626 , 0xEC1A3737B19640E58CFC7149AD4B5FF6 , 0x783536D15368429A9A714819CE317B17 , 0xB4B045C9B0054892BDA538B03198C6F8 , 0xFC74DD2CA5AF4F0094362781E1D3EB6E , 0x1D54BDECED984A6BAD13699C9DE51E12 , 0x3C91BA8A71B14B289F9EDAEB89FA29FA , 0x3EFC6EA75491424186EBD70329BEB2DC , 0x2E1750B77E5D413593F1E0D460DB3833 , 0xC03E25E488D44AA797F8F069FF73140C , 0x3A7E615CCDF54ADAB1657C45CD03A767 , 0x3E9F375045904954B6A47421CEDCE3B6 , 0xD5F6F92ABF8742A9A790F9BB642E8922 , 0xDC3FC883142C41B0991920D8AEBFD599 , 0x0642813495A44396A5BAB707776DDED0 , 0x6A9A787B21DD43ABB43E00C1BA705A66 , 0x6C7C265B597C448086D148499FC4AA7B , 0x8FEB68BB24D14C9ABFA8643DFC761B35 , 0x3519EFA76883467692D613BFEE8D6F15 , 0x6FF392F14ADA44159A067FCD9F421D66 , 0x4BEA2F1C923841F685C55603A91262B8 , 0x9ACB642BF6434A57A8252D18626C2065 , 0xA8D50C70749B45D4B41B4357F362ACA5 , 0xDBC84002E0F442EBB3273C6503989A8B , 0xE0676B92040C4E1BBA9D6E5C3B46209E , 0xCF71775561184DEA8B943102EEB27073 , 0xE3710B56B7A949769D63042231667680 , 0x3D9BFD65E99D4BAC97CA049703ACFF97 , 0x519D4FC228A54A5492F26DF06CB17B21 , 0x7F598FB4FBAA4F40A8A76508200255B1 , 0xDCA09DCF19EF466D9F2CA546224BA29C , 0xFF665DA5F3074E34949A8C5540F27984 , 0x35D2467247574055AEAFF9345B4C23D4 , 0x5AD8B6EE64B449DCA8B769698D5D587B , 0x94D4B2148BC140A787485314A29FF110 , 0xD292A5BFA3FF4594B889876A91E1EA46 , 0x4157DF38DB64454E88AEB52C764A28DE , 0x1CA0C1A238F34C5DA10CA1928BA8E1E6 , 0xEA651B7475F5455A81CE7F3958E346ED , 0x12057C479D434731AB790D9F39BA7225 , 0x786238F674834F7592AF7BB0F9BB86A7 , 0xD16C24D660334BC393A97FBCA2E211FC , 0xE30E3A27D17C402CA9CABEDEF85B418B , 0x60B34DBEC4884C27A0D052896354F185 , 0xC78B36662D4A4D68B53EB0F03B844A4A , 0x309098F41C594198822201667051B334 , 0x40FE7DCF968347F488398AA28F819497 , 0xA09F22B0928B43B99A3BFC8A95862563 , 0x1E5DFDE13AF84B98B3EF21AED211813E , 0x471C7D613DFE4D849BD31D17B2A9DBA3 , 0xBD8ECB9ADB1647ECB40B0917DF433ECD , 0xF71099B3DB0D42B0833EEEC1C100AA26 , 0xE2F24769073B42F18E12902FB450A4CB , 0x22ED751DB6824D2D8C1E90DD1E9AA1FF , 0x2343DA6A800644BE8DF865CD6A1BF16F , 0x37F2AE4A628C4DB9A654C9FD6035EE12 , 0x614ACD7D4198467DBFAFCF14167DFF66 , 0x24DDE649604D46ACBA3D3D64DA220CBD , 0xE0EE936DAB47445DAFD1B0C5A8EB52AB , 0x45DDAC768C354F52A35968FB537EE514 , 0x64E612B432F74D36B0272F9ACC644066 , 0xF95997A96A464D73A8BEB78C2370066D , 0xBB7BA1B75D76430F9F7F3CD902F3FC1D , 0x69DE6AACF0C945C1961F6960882D01CE , 0xDFE08CBBD0804FBAA99639E005B74B1B , 0xEF6C1AA5673A41958511C225D8089DAC , 0x55E08836DD664035A90994695C60C2F1 , 0xDE28A57483E84459B7AF962FDE98EE27 , 0xFF999791E4044D46AB126F88970A6CBA , 0x2D945B5A748F44629983C5E72466D49D , 0xACCDDDB87B0F4B80B49BDBB2065AC00D , 0xE0F9E90E92FB4E54B0DC7DAC0A57F3D5 , 0x09594CE9B97546C2981E4A7EBECAD11D , 0x7A9768A412B242E3A969D9BAEA68AADB , 0x7F65B3C2C61E4F689851C6A45F25DB7A , 0xED10CA974FB140E7A5BE822B5E7F4632 , 0x86C09AA70B814FA4A3B9932047F1D93E , 0xADA67B26124342799673E8E470B82171 , 0xA76F5888E81940B488E09C11EBC09936 , 0xDB2DA845F5874F46B5BCFDA5B0139E3F , 0xDD73DB870AB94005995246578F1FA69C , 0x6CE2A16DDCE4432993732C41251A6CB6 , 0xBF2D6E4694734531BC80AB396F0A5E74 , 0x96BAFE09CB6D4223B3DF015E347FC1C3 , 0xDE2B9623F7BE42DD9F69FCFB5C5E3EE6 , 0x207761A33B08434F80A8CD6D0EFA6C94 , 0x79EDB9E56C79496EA2BF9E8BB391EE07 , 0xB91DA7E9FAE94D12A484E6C8967D7721 , 0xCA42810854254261BD97F0F626231507 , 0xDD39C6C0E7DB4EE2B568A3A14EDAFD87 , 0xA259027364DB431D9CA11E534E62EDD8 , 0xA5817C441CE2446D92901634423B33E9 , 0xC835C9F277F54951B3D6C6CB45979212 , 0x1123116D7664461FA7B9CAD522261CEC , 0x175AE7752421488FBB9D3C7DA8433880 , 0x53C5F8287C3B4CE88260668B2FDA64E9 , 0x6030A0235144424890EB5328B7F1BECF , 0x7B28C88CE5934E7F8FF0723A9507C067 , 0x4335BF4D5DEF46DD8226914F59ECB0A8 , 0x514C2AB42ADF41BD9F387B6B202F2264 , 0x8A7576240051475E86D9123FAB72FA53 , 0x585C31A1BDAF461086123C51788A212F , 0x5BC4F976CB9D4C7083471725488E2B20 , 0x673F49E6ACED4BB2B27F461415F961FF , 0x813C077AB16743AD905145C15F673D6D , 0xB878C3532DE64089B6B3B88027028EFE , 0x437F7824E21342F5AFF90EC0B53828E0 , 0xD7EC0B7E086845ED87845EE343CAAB89 , 0xAFDD59F8227E4760BF12203DB12D6B27 , 0x1D92C598CF8642198C803EF6699B9444 , 0x17B0E67DBC0D42249F90911A7E32639B , 0x18ECC5B3A3CA4A9B82F3D7FDD2A368D1 , 0xE44FE9F6710B43D5A4BA2CB7E94D473E , 0x286FC759204942BC8EA450AC513231B9 , 0xA398A57FC64F4A128D190F8972857131 , 0xD57EE57EFA634E8D98EDB046CD3A3104 , 0xFC6A2DDCD5B6474B9216779B984D8E07 , 0x0443B9FC9AEA463684C2C0D4A1972F40 , 0x56AA88A901C947AC9B97FF66BF8868DA , 0x5E0A9A0579E8490C928812884E6EE1EE , 0xC934CBF870B54655BFF907A5E6BBD51B , 0xE2B9CED4FA5C4AB4BD79328796CB6ADC , 0x43D803F202D34FFBB9E3B76EE0795121 , 0x727CC5C97E80436A8E8F62FD6547C282 , 0x7D187316FEDB4361972E9C5C136E43CE , 0xB906B5EAA10244D0A39749B2EB3362DE , 0x682BB27EE0B14528B50B4CAE3B7E07F7 , 0x8BF7541EB713440DADC7EE4E69605C56 , 0x031A23EBB76F485CAE57DE72C2D0AD81 , 0x0A19AF48290F45C895FE4170E1A3B56B , 0x12264A8408574062A8E1150D2D9E981B , 0x78007B91ADF54881A2478638C8FEC522 , 0x85E557648C1540739DC568DCAD8FB53D , 0xAAA9A57960AF42CFBF270A3F257DCF10 , 0xC05E4F8F553C449F81030F0F5B02E990 , 0xC954207282964DF8A642D877DD287F32 , 0x2FB96CF4D60246A48B9F0A5D7AF51877 , 0x43FCF33E5F434871980171567FD66E92 , 0x66C6C257B8074238A1B7A3D28FCAD51C , 0x0D307934420245CCA7BFADBBA3DE2115 , 0x974783A0338F462B812E08828942749E , 0xCEB799A95B8E429C92B8CEEE603CD8F4 , 0x6A8C379DD2A34F0BB43A4FD52174C40B , 0xFECCD059A3F0488DA2FDE46947523AA8 , 0x92F6CA255826473DA1EE499C44FD861B , 0x205173540056479B88B22F099E42C224 , 0x9CD2848007624D6FA596A13BF092BDF2 , 0x407893E6A5384DF88E0113F8AC5538DC , 0x2CB8AA29815941BCB625D08A7454E2F3 , 0x5185846CC7C8481B8A4CC3EB8ECDAD34 , 0x392653F285384D2180D0A16849C3048F , 0x39D99D02EA144C448EBE8D88972FCBE5 , 0xA3BB55FFD174440CAA6B36AAE51CD1B9 , 0x4AF4DCFA62F1427B823C8B3CA5033AAB , 0xDF0487B807684282B7826E011F24E6A6 , 0x8685C1BF28C647B796FB582FCF0B19CF , 0x44654C09042C46C6B97A56DBFF339600 , 0x557B06AB7E244478B39F46985607903E , 0xCDF963F3D4F14BEE885C5567B4169B4E , 0xA1DA66D302F449C180152A0FAAE978D6 , 0x872C15C4B07D4DC381DC1A26BB47CB13 , 0xD72CCAE6C2604503AD0848BCDB34D202 , 0xE13837E507E24177B89B11AC5BBD88EB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
85
6.82 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x03 5§\t ¹ýFâ¿Åú▀o\x01\v å "
b"\x04 !nÌ•ÀC\x1C ‰º)×b+é£ "
b"\x04 ôm\x00 ÛûOí½y—0ç\x01 Î* "
b"\x05\e\x1D ÀP{IÊ¡8’\x06 Îi\e ö "
b"\x05 §3Pû¥L$‹0æÎ_©÷x "
b"\x06 Bü4òñCûÑ║À\x07 wmÌð "
b"\x06 M%¡Í\x14 @'®ÛŒµ×_µ7 "
b"\x07\x02 ─\x11 ƒ¯M╬üF\x06\x04 ¿Ýï\x17 "
b"\x07 èÈ„éKc«¹y¤6¯6 "
b"\x08 F>è±\x1C GL¥Gqþýy\x05 « "
b"\x08 Og\x18 JÚFµÅMK▓ƒPqâ "
b"\x08 Ç┬ı%\x08 I│É::µ╝\v ▄╬ "
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\t YLé¹uF˜\x1E J~¾ÊÑ\x1D "
b"\t mýìKıIÙÖK\t ╩¤Ì3┬ "
b"\t ª›Cù\x07 Fm §\x04 L‚\x00 ¼ä "
b"\t »VÄ\x07 ╝NÈç±█ìùÝn¡ "
b"""
\n
\x19 ¯H)\x0F EÈ•þApᣵk
"""
b"\n ÂÉ\x00 í{@l‰Î²²]*–‹ "
b"\v #k+F}MÀ±œÝÍŽ\x01 b\x13 "
b"\v ò=µµ!Kž¯\x12 k\r õÏÆq "
b"\f xe¥W¨IæšI”„m9\x1E Ü "
b"\f ¬ÊGQ'JL„\x19 u`ÚÞÔ\x00 "
b"\r \f ó┤╗ì@0Æ|Z\r èc\v ░ "
b"\r ì\x1E ÒÜÏLôêîÉ?<«\x7F Ù "
b"\x0E\x17 ÀݯñA\x04 ‘\x0E Óq‹#\x16 · "
b"\x0E oùQAØCöÃõ│Î╔À▓ "
b"\x0F Ï7\¤[KÂ¥F–9Ò\x1F Î\x11 "
b"\x0F ÊrQS>@áò└│O▓nì│ "
b"\x0F è‹=\x01 xBÚ¦š{\x11 à\x0E \r ˆ "
b"\x10\x08 c4§–J¾´xi\x03 ¾ØéY "
b"\x12\x05 |GØCG1½y\r ƒ9║r% "
b"\x12 Ñü\x00\x18\x11 @▒ædç?mÑjV "
b"\x13 †¦ƒf†G>‚b§©Ñ4\x07 É "
b"\x13 žÍsÒ]Oú°<Û\x03 «„Z "
b"\x14 ñ\t Ê1^F°‰7!^òo\x7F o "
b"\x14 òír™\x1A CŒ®)LfÜ96 "
b"\x15 0:éñ§K¥¥V âf\î€ "
b"\x16 a\e 1\°NŽæ›©_%(\e "
b"\x16 Št«û\x07 O4¬ƒ‹À˜Ê„ "
b"\x17\x14 ÐÿcäAYìÂo¾1ıÜ\x18 "
b"\x17 M8\x0F\x14 ˆBm†o™Oædƒ¢ "
b"\x17 Zþu$!HÅ╗Ø<}¿C8Ç "
b"\x17 ░µ}╝\r B$ƒÉæ\x1A ~2cø "
b"\x19\x19 2Á—TA ˆ\x11 q>á4®/ "
b"\x19 ,\x1A ¢\x17\v @À¿ÚYäa4®- "
b"\x19 mV¿_VGljt.qžúê\x14 "
b"\x19 –”¤\x15 ¶O3‘å…\e Z\x12 3\x05 "
b"\x1A 3”-8\x13 I\t ¾º\x11 íMí%ü "
b"\x1A £ÉŠ÷—F#šÑV\r <êÉ\x00 "
b"""
\x1C ìU~¯O\n
ç°Oß┌\x18 Ä"
"""
b"\x1C Á¢8óL]¡\f ¡’‹¨áæ "
b"\x1C Óv\x13 P8AL‘kQ9J¼5ä "
b"\x1D ç<]"{N\x13 ¾Pç•Ö6&ñ "
b"\x1D ¨;ÿ┼áB╚╝L:ì\x11\x0E êa "
b"\x1E W\x01 ╦@O@ê▒ì ▓-C^¢ "
b"\x1E ]²ß:°Kÿ│´!«Ê\x11 ü> "
b"\x1E ÉQJ\x1D ÚA\x18 ¬0YÁ\x06 »é╔ "
b"\x1E ŸšÏ‡(@© %µ!ZÄd> "
b"\x1F\x01 Ø╩sÔLdü°ç1cU}§ "
b"\x1F V˜²=vC‹œüb¾L%™µ "
b" -i5wºJÍ‹Ýb\x06 ìí\x08 Ý "
b" QsT\x00 VG›ˆ²/\t žBÂ$ "
b" Ú\e Ѿ¢Gd‘SÖªDƒ˜l "
b"!2\f ÝϤG\x1D ¼Ø\x15 ûí{r_ "
b""îÖ'çìE$Ä,ìï╝\x06 aM "
b""Ýu\x1D ÂéM-î\x1E ɦ\x1E Üí "
b"#®(¡¶îM\x02 °žûÜ''tM "
b"$e\x06 \¹\x19 G\x05 µ³Xx\x14 ‚„ "
b"&3™Ò¨+IO•n/Ø”_3Ó "
b"&lµdG½@\x08 ·Â\x03 ×üã]¸ "
b"&©Ž\t @„Aʼ¬/\x02 kžw "
b"&ÇNi¦óG\x05 ‘o0ÔöÁËw "
b"'Å┐TÖïBÀ¬7%fÈ┴%§ "
b"""
'╦┘Ir±Füéö\t\f\x13 \n
·\x16
"""
b"(oÇY IB¼Ž¤P¬Q21¹ "
b"(‘Ùh`%@¤²—Ì\x03 óxêþ "
b"(Íà:«€N‰»3’Néyƒ< "
b"*\x19 :x0“I/šÈ©ÊP‹#\x11 "
b"+úÃ\x12 ¿\x14 K=šêN\x01 ~›=\x7F "
b",\v †Ç'òK¬ž?a¥ž\t ¤\x07 "
b"""
,(H╔ØüK\ºÈ¬oôè\n
"
"""
b",…,\x14 *KI£®MJ´TTvÝ "
b",©¬)üYA╝Â%ðètTÔ¾ "
b"-ö[ZtÅDbÖâ┼þ$fÈØ "
b".H—Ø•qBg”Iy\x1A ÊS#À "
b".…èG\x19 7Nù—ë\x11 t¿¶§\x12 "
b"/~ª|8lO\x01 ì\x02 ïª▒÷ ~ "
b"/ìPt¶&HQÄúvÙ*Rj· "
b"/™s÷\x14 ŒDàŠl\x01 `šÂn‹ "
b"2\x05 oá9\x16 E\r ®Y-œáDÿ\x19 "
b"2ñb‹¡ØG\r Š}=åk{§Û "
b"30w#À·ED²=DB„õ•Ê "
b"6G\r ÇØ«MôŠEÙÜþõtË "
b"6rLK^\x07 @˪+N\x00 ▓åìÎ "
b"7\x02 þ#ÙoOG¥╩ƒ>ü\t DÄ "
b"7»£\x07 b¼I1£ð›€\x11\x13 4\x13 "
b"7ò®JbŒM¹¦TÉý`5î\x12 "
b"8\x1D 0\x17 ÝoE=€Lb®k\t\x10 Þ "
b"8Ví\x02 ½[M™Šr\x04 ®œ\x1E ^Ý "
b"8˜óZ\e ÁEË‹[I´t1N6 "
b"8ôe1 ¯Eh–\x12 õ+¸cÊ. "
b"9┘Ø\x02 Û\x14 LDÄ¥ìêù/╦Õ "
b"9¦|\t\x01 ßChÀPB8G8ɤ "
b":\x1D %ÝîÛC{░\x1F Ø^ëï¯Î "
b":s::Ê[H└Ø\x11 X°3╚\x7F ø "
b":à3\v ®ÖCñŽœêcr\x1A K² "
b";1ሔº@¡¸Ž'HsW\x16\x00 "
b";3«¬íz@›šä$FÅ[f+ "
b";žÄ…\x11 pJE§IãK¤§Š' "
b";»\x7F ÛRÞJ\x1C ¹7ÝöÅâÄË "
b"<'O î4N▓╝ØAÒ*u_║ "
b"<íìO%G`®─7\x1F °3â▓ "
b"=kE´]~J<▓Õ╝¢ü°Í "
b"=ø²eÚØK¼ù╩\x04 ù\x03 ¼ ù "
b"=®)9ñüJ\x1F ÆR\x11 !SZ°v "
b">ün§T‘BA†ë×\x03 )¾²Ü "
b"@\x08 µq\x02 ║D\x14 ƒ┼Ø»Æ@¯W "
b"@x“æ¥8MøŽ\x01\x13 ø¬U8Ü "
b"@■}¤ûâG¶ê9èóÅüöù "
b"A\x1A é²ã}D׺Vm\x16 ÞhP~ "
b"A=A«¤ÉBñ¸è\t jƒ¼Š¸ "
b"AEÀì:7Kû±\x0E Eº˜&ý½ "
b"AWß8ÛdENˆ®µ,vJ(Þ "
b"Btë\x11 õúLÓ¤éÝ RÌï\x16 "
b"C5¿M]ïFÝ‚&‘OYì°¨ "
b"C½*©„{Eý…tÝ\x1E ³€Ò\x10 "
b"CØ\x03 ò\x02 ÓOû¹ã·nàyQ! "
b"Cä\x06 êñ%BX‡ w5$Mv] "
b"CþÝ–u\x1E Dv·°W\x00 ëîÞõ "
b"DeL\t\x04 ,FƹzVÛÿ3–\x00 "
b"E+%ÒΦI3¡äÞîÀ_Žî "
b"E¥É"i\t MâŸè\x02 ƒœ…Ð "
b"EݬvŒ5OR£YhûS~å\x14 "
b"FžncñŽG\e ®`n~CdïÖ "
b"F +¹e\v A…„%ߪ2bôä "
b"G\x1C }a=þM„›Ó\x1D\x17 ²©Û£ "
b"GúHÌ\x1C rCv¹Å\v '³hX› "
b"J\x05 ã{öLBÑ»\x1E\x18 È)Ûœ† "
b"JôÜúbñB{‚<‹<¥\x03 :« "
b"KFwÀ─!I«Øõ8¦\x01 Ü¡= "
b"Kê/\x1C ’8Aö…ÅV\x03 ©\x12 b¸ "
b"Lêa@O]K„§„8\x0F äût\v "
b"NCNåÜ/Aú–‘\x17 ¦Ñ’Æ· "
b"NhkUñmE\x08 ´á|ÒC„k4 "
b"N–—í¿RB&¢M$²•\x00\x08\t "
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"N┴ôoı·Nî░üd½^×ZF "
b"O}‹©à~B$¹e\f ÑŒÄôw "
b"P\t ░1Å█Fƒ»énØ˯û; "
b"Pµþ@]+IØ©Ÿ\x14 :œ " "
b"QL*´*ßA½Ÿ8{k /"d "
b"TLw™ýäGåµk\x00 8=©åð "
b"U[Œ7àëJÕ“Þnm@Ëì\x0E "
b"""
U^Ç╦C╬J\n
ëw\x16 §»Ú┴É
"""
b"U{\x06 ½~$Dx│ƒFÿV\x07 É> "
b"Uàˆ6Ýf@5©\t ”i\`Âñ "
b"Vªˆ©\x01 ÉG¬›—ÿf¿ˆhÚ "
b"V▒}K¸ýAÒÉ*ù+;9Jn "
b"Wg\v [—Š@\r £J°òAËÅ0 "
b"Wçô•â¡GÅŠ±E\x0E UÝŠÝ "
b"X\1¡½¯F\x10 †\x12 <QxŠ!/ "
b"Zϯd┤I▄¿Àiiì]X{ "
b"[1┴÷Á\x00 LÉÉ`Q\x03 ▒åA\x06 "
b"\\e ˜ü\x1F ÆN)¹Ç¨ÔÜøë\x10 "
b"\±…¡ÜøOS½î{v\x1E\x07\x06 Æ "
b"""
^\n
š\x05 yèI\f ’ˆ\x12 ˆNnáî
"""
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
b"_▓ïÉÁZC©ØÙ╚C¥Ì\c "
b"`W>\x13 s/H:³V\x12 b˜]Àˆ "
b"`¡IqØ╣F│Ç}¦Ê~{‗! "
b"`³M¾ÄˆL' ÐR‰cTñ… "
b"aJÍ}A˜F}¿¯Ï\x14\x16 }ÿf "
b"aæjöXüD\x01 ÇÈ%û┌ËX├ "
b"a &æAs@……l½½£òjw "
b"bh\x04 Ãj¡Km—gîÁß\x03 ›o "
b"cº¸üÙ2C\x07 ú¹║QøǾö "
b"dæ\x12 ´2÷M6°'/šÌd@f "
b"eT©T6ÞE\x0F ´\x1F +?9Äœ¿ "
b"euô¹\x06 D ©n!ÙÖ›Œ* "
b"eÃÑ _oKù¸Î®1\x10 ¬Ï# "
b"fã┬W©\x07 B8íÀúÊÅ╩ı\x1C "
b"gHA‘uJJÔŸúxÒwJ[ø "
b"h³òŽI{Hœ‡ÖB¨¼\r óp "
b"iLIùA:C…œ<öÄê”Ä\r "
b"jî7ØÊúO\v ┤:Oı!t─\v "
b"j┐╝iM\x00 K\x13 Æk\x1A ßÅ×èy "
b"kj¡®’±Aü¬]tø\x06 ;$é "
b"""
l%*Šÿ4B\n
ŸwNƒ‘?\f ÷
"""
b"l2Ûî0¦@ûª\x06 ,všv=m "
b"lÃ\x0F ßTOL¤ó\x11 ×b-×V "
b"lâ¡mÜäC)“s,A%\x1A l¶ "
b"mê~KüEJ_ñ╠û~sØó× "
b"mêÅ'\x01\x1C Lø¿6oKZ¢mÁ "
b"mï¿ì^@<‹›î\x04 †Pû| "
b"mñ•{@(A»Œ¶!¿\x19 wi, "
b"""
n=/\n
×ÿM\x0F óò¨\x13 AmØý
"""
b"n╠\x19 ▒PqGIÜø\v 5Åç\x1F = "
b"oó’ñJÚD\x15 š\x06\x7F ÍŸB\x1D f "
b"pýjyv3B˪vÏÏ\f Æ8÷ "
b"qF¾&tûK;ƒDy>ÖM\x05 u "
b"vôçìsFA$é/E>ÏZÜÎ "
b"vµÍ>M·AAªÒµŽ•®Zb "
b"wf\x01 ¾šJG\x15 ¹:«¢\x12 Â;º "
b"x\x00 {桧HüóGå8╚■┼" "
b"x-/£íÃIª•‚q*ºê\x10 "
b"x56ÑShBššqH\x19 Î1{\x17 "
b"xb8ötƒOu’¯{°ù»†§ "
b"yF\x00 ¥›æHK•UBVl "
b"yû\x1E\x18 ıòA■▒}¹¾▒Uüƒ "
b"yí¹ålyIn¢¿ž‹³‘î\x07 "
b"zi‹ÓK”H)½\x1C ^¬Þ:>Ê "
b"z—h¤\x12 ²Bã©iÙºêhªÛ "
b"zǬ\x08 b§B\»àö]ºò·ç "
b"|C\x16 ¡â/AV“KIs¶?N+ "
b"|IoÅØ°IÞì¥\x1A\t ñ_ñd "
b"\x7F YÅ┤¹¬O@¿ºe\x08 \x02 U▒ "
b"\x7F e³ÂÆ\x1E Oh˜QƤ_%Ûz "
b"\x7F ì└¥+\x13 Iߣ╬Rß▄`yø "
b"ü&¨\v ö\x02 I.É┤*K\x0F\x10 ý "
b"üe\x0F ╔¨ûA\x12 öjoæÎ└?è "
b"üı®k\x14 3K¬ÿ\x17 Ë░Â\x04 .B "
b"é³■Á═ËLèü¯C\x0E A÷×f "
b"àÕWdî\x15 @sØ┼h▄¡ÅÁ= "
b"å\x06 4ÚD¨AØ«I ÈtÀ¨Ä "
b"å\x13 ½ƒ pM®¿&]Å╦Ý8B "
b"†Û!Hu\x11 E\x00 ™D»¶Šä¥\x05 "
b"ç,\x15 ─░}M├ü▄\x1A &╗G╦\x13 "
b"‡q\x00 ç\x08 ùA£´Ó€`k%\x18 \n "
b"êër*┼0N\x17 «╚╔¥vP©ì "
b"""
ˆÛÑÄ\x18\x14 Kǫ࢖\n
Á?‰
"""
b"Š2G€œ¡H\x14 ‡»\x01 ÙT9¡c "
b"Šuv$\x00 QG^†Ù\x12 ?«rúS "
b"‹´'¶ûdE¥¬ôç žsƒê "
b"‹÷T\x1E ·\x13 D\r ÇîNi`\V "
b"""
Œ\n
…µæ<IfœEdµL«I»
"""
b"Œ\x12 )m\n kH\x00 Ÿ\x11 &ª©}Ql "
b"ìy\x0E Ø\x0F L@ççY=[@<µ┴ "
b"ì¿Ý\x03 r╬MÊ»ý\x01 þ¬£Óu "
b"Ž\x08 Ø‘>›K~Œ\x00\x03 Iw\x19 ‘\x08 "
b"ÄÅjk*┼EýñDÍáïkö~ "
b"Ä¥Å┬╬\x07 O~ÿó9hBá▀ "
b"ŽÄ¶‹ô\x10 Lö‚>µ.\r uᤠ"
b"ÅH╣I¡£Hüé\x12\v ▀¾õTU "
b"æp;\x08 FìGTª┐WGOìF/ "
b"’öÊ%X&G=¡îIœDý†\e "
b"ôðÏ¥×\x12 M\x07 │Årþ_\x7F ×Ü "
b"öQ\t 4º´F║ñ©Ëìƃþ\x08 "
b"ö░PðË\x18 A)ÉIåÓó=øx "
b"”Ô²\x14 ‹Á@§‡HS\x14 ¢Ÿñ\x10 "
b"”ð`\t ‰óH7ž\x16 ·ÞƒC^Ò "
b"–ºþ\t ËmB#³ß\x01 ^4\x7F Áà "
b"ù-Û#▒\x13 JuîØÔDü¨Z\x04 "
b"ùGâá3ÅF+ü.\x08 éëBt× "
b"ÖN;Ø\v ÔLN×àÏÕÞ\x18 û[ "
b"ÜÞ│?\x05\x08 L\x1C Å╦*-©Í(\x15 "
b"ø* ┼;\x7F EìÜ\v da]ð\x1C Ú "
b"ø[¬Æ\x01 AIÑÉ¡oßÚ÷R "
b"œK\x1E ´b“C5‰éiº\x08 ×qŒ "
b"œÒ„€\x07 bMo¥–¡;ð’½ò "
b"ž¢‰]Æ®@\x03 ¡|˜\x07 ?ø‡6 "
b"žÊ¿ê{¹Hœ‹.4o\x7F \r }° "
b" Rm\x0F Þ’@jº\¦TL“{\x07 "
b" Ƭ\x14 w+Aº‘Öm\x1C m" Ô "
b"í\x1A þ┘ÜöBÄ╣░Z▓ÅUÄË "
b"¡ÚfÓ\x02 ôIÁ€\x15 *\x0F ªéxÖ "
b"ó\x1D âz░âM<ØfÕhÑ \x13 l "
b"¢Y\x02 sdÛC\x1D œ¡\x1E SNbíØ "
b"úÿÑ\x7F ãOJ\x12 ì\x19\x0F ëràq1 "
b"£»UÿÑtD\f ªk6ªå\x1C ѹ "
b"ú ü¹\x0E S@d×\x03 !Ô±\x0F Bí "
b"ñ\x19 !íH╩Eóúk\x05 HsØ▀á "
b"¥\x17 ©vÅ¡Kd«?\t ÷… "
b"ª\x17 ýrL\x17 CRØ┬n.¼\x0E §Ø "
b"§oXˆè\x19 @´ˆàœ\x11 ëÀ™6 "
b"§y\x14 ÿHVBbŒZ¬ï$4ÿT "
b"¨®\x12 Žþ\x19 MÔŠ¹þZt0«g "
b"""
ª\n
û%>LD"°»Û‹âÂËF
"""
b"½\x18 ÏÖÉ>C[Á\x1E ═Löå\r 9 "
b"«[áƒÄ+MúžW•\x0F w¿ùÊ "
b"¼J░\x0F 1\x00 Aóäõ&ý│ñ_É "
b"¬´\x1D ãõÅG†¼ÐH,°‡dà "
b"¬Íݸ{\x0F K€´›Û²\x06 ZÀ\r "
b"¯ÝYø"~G`¿\x12 =±-k' "
b"░F«BÚ\x17 FhüÛò~åmç╣ "
b"░gy¦┼I@ É\t û\x17 í«▓ï "
b"▒6\x1D G░*H\x11 ┤┼Ä¿ØD▀y "
b"▓\®╠v£CºÖ‗úÉÜØðP "
b"²ÜmªdÐB\x19 €\r €°sÜh. "
b"³˜ËF<1Iš\x1C üOÀ=¾X "
b"´e}ŸœÀK*ªú\x02 7G';E "
b"´°EÉ°\x05 H’½¥8°1˜Æø "
b"µ7«Yð\x12 BR¿G}Þ¶„Y "
b"µ•§dAïBJ¸\x14 ÎUJï©á "
b"¶ü¢aÃ&@ú£Âìÿ¬\x1E ÿW "
b"·«\x08 ë\e\x12 K_‚éÔ\x0E a~ëí "
b"""
¸@6V^\x02 EçÏ1\n
¤ï¥Á
"""
b"¸xÃS-æ@‰¶³¸€'\x02 Žþ "
b"¸†OI¼\x01 O±¶óŒ\x01 ›D¬ "
b"¹\x1D §éúéM\x12 ¤„æÈ–}w! "
b"╣\x7F hõ╝>IÂØgüô\t h\x02 w "
b"╣òDÔ\x03 KL©úü½[\x1C\x11 Wí "
b"╣ù:r?ÊB\x0E ¬ÑÏ\v §╦çÅ "
b"º<x^ÊìK5»©e2Ò\x06 @Œ "
b"║ªZ'¹G@/üà â^}þQ "
b"║·9è\x7F ÷D4¡N÷c\x05\x17 ìB "
b"╗8┘─.╦GÀü|┤K┤A\x1F "
b"»{¡·]vC\x0F Ÿ\x7F <Ù\x02 óü\x1D "
b"¼n®\\x17\x1D J ¹›\t\x15 6ö!¤ "
b"½\x16 Lm?>M”«\t AÀh<à* "
b"½ŽËšÛ\x16 Gì´\v\t\x17 ßC>Í "
b"¢╠¢\x05 /ñDºì╦æ╦Í\x11 « "
b"¥\x04 îõ\v\f FÎìÚ¥Ö¢qÔg "
b"¥=qTþÈBÈä<ıüÃ╝ý- "
b"┐\x0F ¦lGFHXì´ƒÑ®ÛƒÚ "
b"¿\x7F 3¢\x1D\x04 DªŽDÞýcÈ¡³ "
b"À\x15 Œ¼ÆzG\x16 ™¹-Á]fÙg "
b"À>%äˆÔJ§—øðiÿs\x14\f "
b"À>Š©!æEy•\x07 íl\v P–B "
b"ÀteãFNGÖ¢ö–Ù\x11 N¿P "
b"└áo5²ØA0║¼U¯>t═\x1F "
b"Àźû‚+E` \x1D 6'í¡âÿ "
b"Ã\x7F ôÓuÿB\x19 €\x03 i5üòŽ\x07 "
b"ÄÚPQ÷¡NI˜UÊ:ÆŠLJ "
b"Ç‹6f-JMhµ>°ð;„JJ "
b"È\x1C 6.&sBš£B‚\x17\x01 ½Ò- "
b"È5ÉòwõIQ³ÖÆËE—’\x12 "
b"É4ËøpµFU¿ù\x07 ¥æ»Õ\e "
b"ÉT r‚–Mø¦BØwÝ(\x7F 2 "
b"╩Bü\x08 T%Ba¢ù÷&#\x15\x07 "
b"ÌÁi~&WL\x0E ¨c–ž÷~Ú# "
b"ÌÞ#öYÕF™¡ÆéÅ:\x05 p÷ "
b"Í\x13 ÌNö²O\x1C †6ƒê\x01\x1F ËV "
b"═,nÁiüFâçp7L\x00 ù: "
b"Íaî\x13 ÆkI+€þK\x1F ~"‰ù "
b"═vC╚Â\x13 DôüÌ╗DG■█¢ "
b"Íãpß&µEø–hˆ«'öCà "
b"ÍùcóÔñKîˆ\Ug´\x16 ›N "
b"η™©[ŽBœ’¸Îî`<Øô "
b"ÏqwUa\x18 Mê‹”1\x02 î²ps "
b"ÏœØZÇzF~‡pæC\x03 Ê´ì "
b"ϳ¬$ÿ\v JèE\x11 øyƒçŒ "
b"Ñl$Ö`3KÓ©\x7F ¼¢â\x11 ü "
b"ÐÏ╦°\x04 ßH\x08 »ñ°\r ì[\x07 A "
b"Ê)\x10 Þª\x1C Ke╝kHmÅ_µ¨ "
b"Êì$d\x08 ±@UÅÎì█\x16 lë "
b"Ò’¥¿£ÿE”¸‰‡j‘áêF "
b"ÓGô3\x14 ™AÕ’×çèW™ýE "
b"È█ÓA\x13 "HØ®\x1D z"O]Ä┤ "
b"Õ0\x19 Â\x1A ÍL ‰ÔdT¾\x1E ¹v "
b"ı~Õ~·cNìÿÝ░F═:1\x04 "
b"ı÷¨*┐çB®ºÉ¨╗d.ë" "
b"ÖÜ… *KBÈ´\x07\x11 Òh»È… "
b"×,ÊæÂ`E\x03 \x08 H¼Û4Ò\x02 "
b"×ì\v ~\x08 hE퇄^ãCÊ«‰ "
b"ÏDõù\RCɺ\x1A å\x0E ª¹╩O "
b"Ù\x04 4|\\x07 L\x02 †_\x14\x03 Ê%O« "
b"┌á\x11 ─ObN\x10 ɵÓòÏ\x13 ãh "
b"""
┌ÍÅ╗┌t@:ì´º\n
\x06 ƒëµ
"""
b"Û\x13 ,„ ÞF*³¼É#¦[\x10 Æ "
b"Û-¨Eõ‡OFµ¼ý¥°\x13 ž? "
b"""
Ü\e jÄ\f ¡M\n
ªíÓèWÀL#
"""
b"Ü?ȃ\x14 ,A°™\x19 Ø®¿Õ™ "
b"Ý9ÆÀçÛNâµh£¡NÚý‡ "
b"""
¦s█ç\n
╣@\x05 ÖRFWÅ\x1F ª£
"""
b"Þ(¥tƒèDY·¯–/Þ˜î' "
b"ß\x04 ‡¸\x07 hB‚·‚n\x01\x1F $æ¦ "
b"ßoÒÕÏÑK\x03 ‘U£µtµ²ª "
b"ßàŒ»Ð€Oº©–9à\x05 ·K\e "
b"à\x05 Ûør¶L©š‚\x1E )[\x17 Þ¨ "
b"àÌ\x1C L|½Oû¾ˆY¥¸ÓI" "
b"àî“m«GD]¯Ñ°Å¨ëR« "
b"""
áXZ\f '\x7F O\n
¢; s)f'—
"""
b"ß╗]\x1D KQO\x02 ªâ§&┴ìᬠ"
b"áÎ\x1A E\x1D éG9¢\x16 &\x02 a\e ™S "
b"â¹ÎÔú\J´½y2‡–ËjÜ "
b"ã\x0E :'Ñ|@,©Ê¾Þø[A‹ "
b"""
ä›?ðœAF™8×\x08 \n
Î\ž
"""
b"æ“Ȧ\x05 ïOjœòÒ¯¤\x12 1f "
b"æŸ\x18 e2ã@¸›ft}ˆ¹\x03 ý "
b"µ·\x11 ؃\x05 DËûÑ\x11 °@+T× "
b"""
ç18³§\n
M°‰Žß°\e ÿ9ž
"""
b"é\x19 öÐP«J[¬æ³Æ8sµŠ "
b"ê\x0E þú¥?J€”ÌZ\x19\x00 àò¡ "
b"ê\x15 ¡s‹OLAƒO×%z‰\v a "
b"êC\t\x18\x0F\x02 H*“£Ÿ\x18 ›å¾´ "
b"ÙÉ\x04 ıÿ\x10 KhÉ▄Ø\x1F\x16 Q6Þ "
b"ë²\x12 ™æ‹F\x07 ºkÕp\x08 Ø—/ "
b"ì\x1A 77±–@åŒüqIK_ö "
b"ý7&ÈÕNE-üµÄÒÖî+» "
b"ýyÇ\x10 ÉeN\t ╝áN╦²iÏ\r "
b"í\x10 Ê—O±@祾‚+^\x7F F2 "
b"Ý╚ôÅåOJsçÕ╔Î‗¡4╗ "
b"íÛ‰ã€mO1®»ée¯\x07 ŠA "
b"î\x05 מ$ÎLü½}Zv\e X¦\x15 "
b"î}¸ŒÎðJ:Œ‡\x15 e þ’á "
b"´§░ZÌgF▄ø\x05 Ë╔ü.,ò "
b"""
6Ä\t @8@]®ÅÇ©°\n
¼\x1C
"""
b"ðWr!U¦N\x0E Šë|\x07\x13 |Sü "
b"‗>>YèpB7ÁÉ\x7F ÝùË6> "
b"ò@0\x1C\x05 ³@\x11 ¡\x7F oeÔ4Aa "
b"‗¥À£ÈhGÜäKû\x08 ØuMZ "
b"óý`‰1²I·œ§_\x11 êyY‹ "
b"ô•\x15 (yI*¿ “nn®1Á "
b"õ\x14 ä×ÖTG!•\x7F ¸J\x17 ßüa "
b"õ\x1D ñ\x1E OŸ@2…»ª¼'yÀ¡ "
b"ö9/àÌìEh¹4·Ñ–ì×\x01 "
b"öt°\x0E h\x13 H\x16 £\x1A k<è†Õo "
b"öǸÏ\x12 MGZ˜1GÝž\5Ø "
b"÷¦OÝ\x15 üF\x1A écv ö╔\x17 ´ "
b"¸4_wLæI(ùÂ×êOÞØÑ "
b"÷iÞ9\r ’Mž—Ô\f ’ó…±Ê "
b"ø\x1E Ía¸F\e ¹\x04 Žsݬ€\t "
b"øÄ \x01 êùOñ›–Fn·³“g "
b"ù\x04 T\x13 ^ªI…™\f Ì4œva "
b"ù8[o´ÎB\x1A š‚«Õö/W "
b"úL²yNÚL\x19 ºŸÌý\f –´‰ "
b"û;»g^QJ\x10 “Z•öGŒÜ£ "
b"üj-ÜÕ¶GK’\x16 w›˜MŽ\x07 "
b"ý—\x14 aÖuG\x14 ¼!~h\x02 ÆéG "
b"²½h´øKOÝ¿ÉÌqÛ¡\e\x00 "
b"þ\x05 ÿ''\x12 I´ŠÏ›\x0E +M\x1F Ç "
b"""
þ2,¼\n
ëC׬Û\x12 ª=³ŠÐ
"""
b"þ·x…ÅúG+¨ªŠ¿:xæX "
b"■╠ðYúHìó²õiGR:¿ "
b"ÿf]¥ó\x07 N4”šŒU@òy„ "
b"ÿkMcCÒHn¦ ûÒÛÑô× "
b"""
ÿ™—‘ä\x04 MF«\x12 oˆ—\n
lº
"""
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (0x0335F509FBEC4683A88FA3DF6F010B86 , 0x04216ECC95C0431C89BA29D7622BE9A3 , 0x04F46D00DBFB4FEDBD799730E701CE2A , 0x051B1DC0507B49CAA1389206CE691BF6 , 0x05A73350FBA54C248B30E6CE5FA9F778 , 0x0642813495A44396A5BAB707776DDED0 , 0x064D25A1CD144027AEDB8CB5D75FB537 , 0x0702C4119FEE4DCE81460604A8ED8B17 , 0x07E8ADC884E94B63ABB979C2A436AF36 , 0x08463EE8B11C474CA54771FEFD7905AB , 0x084F67184AE946E68F4D4BB29F507183 , 0x0880C2D5250849B3903A3AE6BC0BDCCE , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x09594CE9B97546C2981E4A7EBECAD11D , 0x096DEC8D4BD549EB994B09CACFDE33C2 , 0x09AA9B43F907466DA0A7044C8200BCE4 , 0x09AF568E07BC4ED487F1DB8D97ED6EAD , 0x0A19AF48290F45C895FE4170E1A3B56B , 0x0AC2C900ED7B406C89CEB2B25D2A968B , 0x0B236B2B467D4DC0B19CDDCD8E016213 , 0x0BF23DB5B5214B9EAF126B0DF5CFC671 , 0x0C7865A557A849E69A4994846D391EDC , 0x0CACCA4751274A4C84197560DADED400 , 0x0D0CA2B4BB8D4030927C5A0D8A630BB0 , 0x0D8D1EE39AD84C93888C903F3CAE7FEB , 0x0E17C0DDAFF14104910ED3718B2316B7 , 0x0E6F9751419D43F094C7E4B3D7C9B7B2 , 0x0FCF375CA45B4BC2A5469639D21FCE11 , 0x0FD27251533E40A095C0B34FB26E8DB3 , 0x0FE88B3D017842DAA69A7B11E00E0D88 , 0x10086334A7964ABEB4786903BED8E959 , 0x12057C479D434731AB790D9F39BA7225 , 0x12A58100181140B19164873F6DA56A56 , 0x1386A6836686473E8262A7A9D13407C9 , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x14F109CA315E46B08937215EF26F7F6F , 0x14F2ED72991A438CAE294C66DCAD3936 , 0x15303AE9F1A74BA5A55620E2665CEE80 , 0x16611B315CB04E8EADE69BA95F25281B , 0x168A74ABFB074F34AC838BC098CAAD84 , 0x1714D198638441598DB66FF331D59A18 , 0x174D380F1488426D866F994FE66483A2 , 0x175AE7752421488FBB9D3C7DA8433880 , 0x17B0E67DBC0D42249F90911A7E32639B , 0x191932C1975441A08811713EE134AE2F , 0x192C1AA2170B40C0BFDA59E46134AE2D , 0x196D56BF5F5647C789742E719EFAEA14 , 0x199694A415B64F3391E5851B5A123305 , 0x1A33942D38134909BEBA11ED4DED25FC , 0x1AA3C98AF79746239AD1560D3CEAC900 , 0x1C8D557EF0EE4F0A87F84FE1DA188E22 , 0x1CA0C1A238F34C5DA10CA1928BA8E1E6 , 0x1CD376135038414C916B51394ABC35E4 , 0x1DE73C5D227B4E13BE50E795D63626F1 , 0x1DF93B98C5A042C8BC4C3A8D110E8861 , 0x1E5701CB404F4088B18D20B22D435EBD , 0x1E5DFDE13AF84B98B3EF21AED211813E , 0x1E90514A1DE94118AA3059B506AF82C9 , 0x1E9F9ACF872840A9A025B5215AC4643E , 0x1F019DCA73E24C6481F8873163557DF5 , 0x1F5698B23D76438B9CFC62BE4C2599B5 , 0x202D693577BA4ACD8BDD6206ECED08DD , 0x205173540056479B88B22F099E42C224 , 0x20DA1BD1BEA247649153D6AA4483986C , 0x21320CEDD8CF471DAC9D1596A17B725F , 0x228C9927878D45248E2C8D8BBC06614D , 0x22ED751DB6824D2D8C1E90DD1E9AA1FF , 0x23AE28A1B6EE4D02B09EFBDC2727744D , 0x2465065CB9194705B5B3587814208284 , 0x263399D2A82B494F956E2FD8945F33D3 , 0x266CB56447BD4008B7C203D7FCE35DB8 , 0x26A98E09408441CABCC2AC2F026B9E77 , 0x26C74E69A6F34705916F30D4F6C1CB77 , 0x278FBF54998B42B7AA372566D4C125F5 , 0x27CBD94972F146818294090C130AFA16 , 0x286FC759204942BC8EA450AC513231B9 , 0x2891D968602540A4B297CC03F378EAFE , 0x28CDE03AAB804E89BB33924EE979833C , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2BFAC312BF144B3D9AEA4E017E9B3D7F , 0x2C0B86C727F24BAC9E3F61A59E09A407 , 0x2C2848C99D814B5CA7D4AA6F938A0A22 , 0x2C852C142A4B49A3AE4D4AB4545476DD , 0x2CB8AA29815941BCB625D08A7454E2F3 , 0x2D945B5A748F44629983C5E72466D49D , 0x2E4897D8957142679449791ACA5323C0 , 0x2E85E84719374EF997EB1174BFB6A712 , 0x2F7EA67C386C4F018D028BA6B1F6FF7E , 0x2F8D5074F42648518EA376EB2A526AFA , 0x2F9973F7148C44E08A6C01609AC26E8B , 0x32056FE13916450DAE592D9CE144FF19 , 0x32F1628BA1D8470D8A7D3DE56B7BA7DB , 0x33307723C0B74544B23D444284F595CA , 0x36470DC7D8AB4DF48A45D9DCFEF574CB , 0x36724C4B5E0740D3A62B4E00B2868DD7 , 0x3702E723EB6F4F47BECA9F3E8109448E , 0x37BBA30762BC4931A3F09B8011133413 , 0x37F2AE4A628C4DB9A654C9FD6035EE12 , 0x381D3017DD6F453D804C62AE6B0910DE , 0x3856ED02BD5B4D998A7204AE9C1E5EDD , 0x3898F35A1BC145CB8B5B49B474314E36 , 0x38F46531A0AF45689612F52BB863CA2E , 0x39D99D02EA144C448EBE8D88972FCBE5 , 0x39DD7C0901E14368B7504238473890CF , 0x3A1D25ED8CEA437BB01F9D5E898BEED7 , 0x3A733A3AD25B48C09D1158F833C87F9B , 0x3AE0330BAED643F18E9CEA63721A4BB2 , 0x3B31E18894BA40A1B88E274873571600 , 0x3B33ABACED7A409B9AE42446C55B662B , 0x3B9EC48511704A45A749E34BA4A78A27 , 0x3BBB7FDB52DE4A1CB937DDF6C5E2C4CB , 0x3C274F208C344EB2BC9D41E32A755FBA , 0x3CA18D4FF0254760A9C4371FF83383B2 , 0x3D6B45EF5D7E4A3CB2E5BCF0BD81F8D6 , 0x3D9BFD65E99D4BAC97CA049703ACFF97 , 0x3DA92939A4814A1F92521121535AF876 , 0x3EFC6EA75491424186EBD70329BEB2DC , 0x4008E67102BA44149FC59DAF9240EE57 , 0x407893E6A5384DF88E0113F8AC5538DC , 0x40FE7DCF968347F488398AA28F819497 , 0x411AE9B2E37D44D7BA566D16DE68507E , 0x413D41ABA4C942F1B8E8096A83BC8AB8 , 0x4145C0EC3A374BFBB10E45BA9826FDBD , 0x4157DF38DB64454E88AEB52C764A28DE , 0x4274EB11F5FA4CD3A4E9DDA052CCEF16 , 0x4335BF4D5DEF46DD8226914F59ECB0A8 , 0x43BD2AA9847B45FD8574DD1EB380D210 , 0x43D803F202D34FFBB9E3B76EE0795121 , 0x43E406EAF125425887A07735244D765D , 0x43FEDD96751E4476B7B05700EBEEDEF5 , 0x44654C09042C46C6B97A56DBFF339600 , 0x452B25D2CEA64933A1E4DEEEC05F8EEE , 0x45A5C92269094DE29FE802839C85D0AD , 0x45DDAC768C354F52A35968FB537EE514 , 0x469E6E63F18E471BAE606E7E4364EFD6 , 0x46A02BB9650B41858425DFAA3262F4E4 , 0x471C7D613DFE4D849BD31D17B2A9DBA3 , 0x47FA48CC1C724376B9C50B27B368589B , 0x4A05E37BF64C42D1BB1E18C829DB9C86 , 0x4AF4DCFA62F1427B823C8B3CA5033AAB , 0x4B4677B7C42149AE9DE438DD019AAD3D , 0x4BEA2F1C923841F685C55603A91262B8 , 0x4CEA61404F5D4B84A784380FE4FB740B , 0x4E434EE5DC2F41FA969117A6D192C6B7 , 0x4E686B55F16D4508B4E17CD243846B34 , 0x4E9697EDBF524226A24D24B295000809 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x4EC1936FD5FA4E8CB08164AB5E9E5A46 , 0x4F7D8BA9E07E4224B9650CD18CC4F477 , 0x5009B0318FDB469FAF826E9DD3EE963B , 0x50B5FE405D2B49D8A99F143A9CAD2022 , 0x514C2AB42ADF41BD9F387B6B202F2264 , 0x544C7799FDE447E5B56B00383DA9E5F0 , 0x555B8C37E0EB4AD593DE6E6D40CBEC0E , 0x555E80CB43CE4A0A897716F5AFE9C190 , 0x557B06AB7E244478B39F46985607903E , 0x55E08836DD664035A90994695C60C2F1 , 0x56AA88A901C947AC9B97FF66BF8868DA , 0x56B17D4BF7EC41E3902A972B3B394A6E , 0x57670B5B978A400DA34AB0F241CBC530 , 0x57E7F495E2A147C58AB1450E55DD8ADD , 0x585C31A1BDAF461086123C51788A212F , 0x5AD8B6EE64B449DCA8B769698D5D587B , 0x5B31C1F6B5004C9090605103B1864106 , 0x5C1B98FC1FC64E29B9C7A8D4DCF8EB10 , 0x5CB185A1DCF84F53BDEE7B761E0706C6 , 0x5E0A9A0579E8490C928812884E6EE1EE , 0x5E2AF49118E140F2A936DFE803E9203A , 0x5FB28B90B55A43B89DEBC843BEDE5C63 , 0x60573E13732F483AB3561262985DC088 , 0x60AD49719DB946B3807DDDD27E7BF221 , 0x60B34DBEC4884C27A0D052896354F185 , 0x614ACD7D4198467DBFAFCF14167DFF66 , 0x61916A945881440180D42596DAD358C3 , 0x61A026E641734085856CBDBDA3F26A77 , 0x626804C36AA14B6D9767EEC1DF039B6F , 0x63A7F781EB324307A3FBBA519B80F394 , 0x64E612B432F74D36B0272F9ACC644066 , 0x6554A95436DE450FB41F2B3F39C49CBF , 0x6575F4ADB9064420A96E21D9D69B8C2A , 0x65C3D1205F6F4BF9B8CEAE3110ACCF23 , 0x66C6C257B8074238A1B7A3D28FCAD51C , 0x67484191754A4AD49FFA78D2774A5BF8 , 0x68B3F28E497B489C87D642A8BC0DF370 , 0x694C49F9413A43859C3CF6C4EA94C40D , 0x6A8C379DD2A34F0BB43A4FD52174C40B , 0x6ABFBC694D004B13926B1AE18F9E8A79 , 0x6B6AA1AE92B141FCAC5D74F8063B24E9 , 0x6C252A8AFF34420A9F774E83913F0CF7 , 0x6C32DBEE30A640FBAA062C769A763D6D , 0x6CC30FDF544F4CADA4F311D7622DD756 , 0x6CE2A16DDCE4432993732C41251A6CB6 , 0x6D887E4B81454A5FA4CC967E739DA29E , 0x6DEAC527011C4CF8BF366F4B5AA26DC1 , 0x6DEFBFEC5EAD403C8B9BEE048650FB7C , 0x6DF1957B402841BB8CB621BF1977692C , 0x6E3D2F0A9E984D0FA295F913416D9DEC , 0x6ECC19B1507147499A9B0B358F871F3D , 0x6FF392F14ADA44159A067FCD9F421D66 , 0x70FD6A79763342CBAA76CFCF0CC638F7 , 0x7146BE2674FB4B3B8344793ED64D0575 , 0x7693878D73464124822F453ED85A9AD7 , 0x76B5CD3E4DB74141AAD2B58E95AE5A62 , 0x776601BE9A4A4715B93AABA212C23BBA , 0x78007B91ADF54881A2478638C8FEC522 , 0x782D2FA3EDC349AA9582712AADBAEA10 , 0x783536D15368429A9A714819CE317B17 , 0x786238F674834F7592AF7BB0F9BB86A7 , 0x794600A59BE648EF82894B955542566C , 0x79961E18D59541FEB17DFBF3B155819F , 0x79EDB9E56C79496EA2BF9E8BB391EE07 , 0x7A698BD34B944829BD1C5EACDE3A3ECA , 0x7A9768A412B242E3A969D9BAEA68AADB , 0x7AC7AC0862A7425CBBE0F65DBAF2B7E7 , 0x7C4316A1E22F4156934B4973B63F4E2B , 0x7C496F8F9DF849E88DBE1A09A45FA464 , 0x7F598FB4FBAA4F40A8A76508200255B1 , 0x7F65B3C2C61E4F689851C6A45F25DB7A , 0x7F8DC0BE2B1349E19CCE52E1DC60799B , 0x8126F90B9402492E90B42A4B0F10FFEC , 0x81650FC9F9964112946A6F91D7C03F8A , 0x81D5A96B14334BAA9817D3B0B6042E42 , 0x82FCFEB5CDD34C8A81EE430E41F69E66 , 0x85E557648C1540739DC568DCAD8FB53D , 0x860634E944F9419DAE4920D474B7F98E , 0x8613AB9F20704DA9A8265D8FCBED3842 , 0x86DB2148751145009944BBB68AE4A505 , 0x872C15C4B07D4DC381DC1A26BB47CB13 , 0x877100E708F941A3B4D380606B25180A , 0x8889722AC5304E17AEC8C9BE7650B88D , 0x88DBD1C418144BC7ABE0A2960AC13F89 , 0x8A3247809CA1481487BB01D95439A163 , 0x8A7576240051475E86D9123FAB72FA53 , 0x8BB427B6FB6445A5ACF4E7A09E7383EA , 0x8BF7541EB713440DADC7EE4E69605C56 , 0x8C0A85B5E63C49669C4564B54CAB49BB , 0x8C12296D0A6B48009F1126AAA97D516C , 0x8D790E9D0F4C408787593D5B403CE6C1 , 0x8DA8ED0372CE4DD2AFEC01E7AA9CE075 , 0x8E08D8913E9B4B7E8C00034977199108 , 0x8E8F6A6B2AC545ECA444D6A08B6B947E , 0x8EBE8FC2CE074F7E98A2396842A0DFF0 , 0x8EC4B68BF4104CF6823EB52E0D75E1A4 , 0x8F48B949AD9C488182120BDFF3E45455 , 0x91703B08468D4754A6BF57474F8D462F , 0x92F6CA255826473DA1EE499C44FD861B , 0x93D0D8BE9E124D07B38F72E75F7F9E9A , 0x94510934A7EF46BAA4B8D38D929FE708 , 0x94B050D0D3184129904986E0A23D9B78 , 0x94D4B2148BC140A787485314A29FF110 , 0x94F0600989F348379E16B7DE83435ED2 , 0x96BAFE09CB6D4223B3DF015E347FC1C3 , 0x972DEA23B1134A758C9DE24481F95A04 , 0x974783A0338F462B812E08828942749E , 0x994E3B9D0BE24C4E9E85D8E5E818965B , 0x9AE8B33F05084C1C8FCB2A2DB8D62815 , 0x9B2A20C53B7F458D9A0B64615DD01CE9 , 0x9B5BAA92014149A590AD6FF0E1E9F652 , 0x9C4B1EB46293433589E969BA08D7718C , 0x9CD2848007624D6FA596A13BF092BDF2 , 0x9EA2895DC6AE4003A17C98073FF88736 , 0x9ECABFEA7BB9489C8B2E346F7F0D7DB0 , 0xA0526D0FDE92406ABA5CA6544C937B07 , 0xA0C6AC14772B41BA91D66D1C6D2220D4 , 0xA11AE7D99A94428EB9B05AB28F558ED3 , 0xA1DA66D302F449C180152A0FAAE978D6 , 0xA21D837AB0834D3C9D66E568A520136C , 0xA259027364DB431D9CA11E534E62EDD8 , 0xA398A57FC64F4A128D190F8972857131 , 0xA3BB55FFD174440CAA6B36AAE51CD1B9 , 0xA3FF81FB0E5340649E0321E2F10F42A1 , 0xA41921A148CA45A2A36B0548739DDFA0 , 0xA517A976C5A14B64AB3F09F785EF8C89 , 0xA617EC724C1743529DC26E2EAC0EF59D , 0xA76F5888E81940B488E09C11EBC09936 , 0xA77914FF485642628C5AACEF2434FF54 , 0xA8AE128EFE194DD48AB9FE5A7430AB67 , 0xAA0AFB253E4C4422B0BBDB8BE2C2CB46 , 0xAB18D899903E435BB51ECD4C94860D39 , 0xAB5BE183C42B4DFA9E57950F77BFF9CA , 0xAC4AB00F310041A284E426ECB3A45F90 , 0xACB41DE3F5C54786BCD0482CB08764E0 , 0xACCDDDB87B0F4B80B49BDBB2065AC00D , 0xAFDD59F8227E4760BF12203DB12D6B27 , 0xB046AE42E917466881EA957E866D87B9 , 0xB06779DDC549402090099617A1AEB28B , 0xB1361D47B02A4811B4C58EA89D44DF79 , 0xB25CA9CC769C43A799F2A3909A9DD050 , 0xB2DC6DAA64D04219800D80B073DC682E , 0xB398CB463C3149C29A1CFC4FC03DBE58 , 0xB4657D9F9CC04B2AAAFA023747273B45 , 0xB4B045C9B0054892BDA538B03198C6F8 , 0xB537AB59F0124252BF477DDEB68459C2 , 0xB595A76441EF424AB814CE554AEFA9E1 , 0xB6FCA261C32640FAA3C2ECFFAC1EFF57 , 0xB7AB08EB1B124B5F82E9D40E617EEBED , 0xB84036565E0245C3A7CF310AA4EFA5C1 , 0xB878C3532DE64089B6B3B88027028EFE , 0xB8864F49BC014FB1B6F38C019B44ACAD , 0xB91DA7E9FAE94D12A484E6C8967D7721 , 0xB97F68E4BC3E49B69D67819309680277 , 0xB99544E2034B4CB8A381AB5B1C1157A1 , 0xB9973A723FD2420EAAA5D80BF5CB878F , 0xBA3C785ECAEC4B35BBA96532D206408C , 0xBAA65A27FB47402F8185FF835E7DE751 , 0xBAFA398A7FF64434AD4EF66305178D42 , 0xBB38D9C42ECB47B7817CF0B44BB4411F , 0xBB7BA1B75D76430F9F7F3CD902F3FC1D , 0xBC6EAE5C171D4A20B99B091536F621A4 , 0xBD164C6D3F3E4D94AB0941C0683CE02A , 0xBD8ECB9ADB1647ECB40B0917DF433ECD , 0xBDCCBD052FA444A78DCB91CBD611AEFF , 0xBE048CE40B0C46D78DE9BE99BD71E267 , 0xBE3D7154E7D442D4843CD581C7BCEC2D , 0xBF0FDD6C474648588DEF9FA5A9EA9FE9 , 0xBF7F33A21D0444AA8E44DEFD63C8A1B3 , 0xC0158CBCC67A471699B92DC15D66D967 , 0xC03E25E488D44AA797F8F069FF73140C , 0xC03E8AA921E645799507ED6C0B509642 , 0xC07465E3464E47D6A2F696D9114EBF50 , 0xC0A06F35FD9D4130BAAC55EE3E74CD1F , 0xC0C5BAFB822B4560A01D3627EDA1E2FF , 0xC37FF4D375FF421980036935FCF28E07 , 0xC4DA5051F7A14E499855CA3AC68A4C4A , 0xC78B36662D4A4D68B53EB0F03B844A4A , 0xC81C362E2673429AA342821701BDD22D , 0xC835C9F277F54951B3D6C6CB45979212 , 0xC934CBF870B54655BFF907A5E6BBD51B , 0xC954207282964DF8A642D877DD287F32 , 0xCA42810854254261BD97F0F626231507 , 0xCCC1697E26574C0EA863969EF77EDA23 , 0xCCDE23F659D54699A1C6E9C53A0570F7 , 0xCD13CC4EF6B24F1C863683EA011FCB56 , 0xCD2C6EB5698146838770374C0097F03A , 0xCD61EE13C66B492B80FE4B1F7E2289F9 , 0xCD7643C8B613449381DEBB4447FEDBBD , 0xCDE370DF26B545F8966888AB27F643E0 , 0xCDF963F3D4F14BEE885C5567B4169B4E , 0xCEB799A95B8E429C92B8CEEE603CD8F4 , 0xCF71775561184DEA8B943102EEB27073 , 0xCF9CD85AC77A467E8770E64303CAB4EC , 0xCFB3AC24FF0B4AE8AD4511F87983E78C , 0xD16C24D660334BC393A97FBCA2E211FC , 0xD1D8CBF804E14808AFA4F80D8D5B0741 , 0xD22910E8A61C4B65BC6B486D8F5FE6F9 , 0xD28D246408F140558FD7C7AADB166C89 , 0xD292A5BFA3FF4594B889876A91E1EA46 , 0xD347F433149941D592D7E7E85799FD45 , 0xD4DBE0411322489DA91D7A224F5D8EB4 , 0xD53019C21ACD4C2089D46454BE1EB976 , 0xD57EE57EFA634E8D98EDB046CD3A3104 , 0xD5F6F92ABF8742A9A790F9BB642E8922 , 0xD6DC85202A4B42C8B40711D268BBC885 , 0xD72CCAE6C2604503AD0848BCDB34D202 , 0xD7EC0B7E086845ED87845EE343CAAB89 , 0xD844E4975C524390A71A860EA6FBCA4F , 0xD904347C5C074C02865F1403CA254FAB , 0xDAA011C44F624E1090E6E095D813C668 , 0xDAD68FBBDA74403A8DEFA70A069F89E6 , 0xDB132C8420DE462AB3BCC923A65B10C6 , 0xDB2DA845F5874F46B5BCFDA5B0139E3F , 0xDC1B6AC40CA14D0AAAEDD3E857C04C23 , 0xDC3FC883142C41B0991920D8AEBFD599 , 0xDD39C6C0E7DB4EE2B568A3A14EDAFD87 , 0xDD73DB870AB94005995246578F1FA69C , 0xDE28A57483E84459B7AF962FDE98EE27 , 0xDF0487B807684282B7826E011F24E6A6 , 0xDF6FD2D5CFD14B039155A3B574B5B2AA , 0xDFE08CBBD0804FBAA99639E005B74B1B , 0xE005DBF872B64CA99A821E295B17DEA8 , 0xE0CC1C4C7CBD4FFBBE8859A5B8D34922 , 0xE0EE936DAB47445DAFD1B0C5A8EB52AB , 0xE1585A0C277F4F0AA23BA07329662797 , 0xE1BB5D1D4B514F02A683F526C18DA0AA , 0xE1CE1A451DE94739A2162602611B9953 , 0xE2B9CED4FA5C4AB4BD79328796CB6ADC , 0xE30E3A27D17C402CA9CABEDEF85B418B , 0xE49B3FF09C4146AD9938D7080ACE5C9E , 0xE693C8A605EF4F6A9CF2D2AFA4123166 , 0xE69F186532E340B89B66747D88B903FD , 0xE6FA119D9F0544D396A511F8402B549E , 0xE73138B3A70A4DB0898EDFB01BFF399E , 0xE919F6D050AB4A5BACE6B3C63873B58A , 0xEA0EFEFAA53F4A8094CC5A1900E0F2A1 , 0xEA15A1738B4F4C41834FD7257A890B61 , 0xEA4309180F02482A93A39F189BE5BEB4 , 0xEB9004D598104B6890DC9D1F165136E8 , 0xEBB21299E68B4607BA6BD57008D8972F , 0xEC1A3737B19640E58CFC7149AD4B5FF6 , 0xEC3726D4E54E452D81E68EE3998C2BAF , 0xEC79801090654E09BCA04ECBFD69D80D , 0xED10CA974FB140E7A5BE822B5E7F4632 , 0xEDC8938F864F4A7387E5C9D7F2AD34BB , 0xEDDB89E3806D4F31AEBBE965AF078A41 , 0xEE05D79E24CE4CFCBD7D5A761B58A615 , 0xEE7DB88CCEF04A3A8C871565A0FE92E1 , 0xEFF5B05ADE6746DC9B05D3C9812E2C95 , 0xF0368E094038405DA98F80B8F80AAC1C , 0xF057722155A64E0E8AEB7C07137C53FC , 0xF23E3E598A704237B5907FED97D3363E , 0xF240301C05B34011A17F6F65D4344161 , 0xF2BEB79CD468479A844B96089D754D5A , 0xF3FD608931B249B79CA75F11EA79598B , 0xF495AD152879492ABFA0936E6EAE31C1 , 0xF514E4D7D6544721957FB84A17DFFC61 , 0xF51DF11E4F9F403285BBAABC2779C0A1 , 0xF6392FE0CCEC4568B934B7D196ECD701 , 0xF674B00E68134816A31A6B3CE886D56F , 0xF6C7B8CF124D475A983147DD9E5C35D8 , 0xF6DD4FED1581461A826376FF94C917EF , 0xF7345F774C91492897B69E884FE89DA5 , 0xF769DE390D924D9E97D40C92F385B1CA , 0xF8AD1ECD61B8461BB9048E73DDAC8009 , 0xF8C4A001EAF94FF19B96466EB7B39367 , 0xF90454135EAA4985990CADCC349C7661 , 0xF9385B6FB4CE421A9A82ABD5F62FAD57 , 0xFA4CB2794EDA4C19BA9FCCFD0C96B489 , 0xFB3BBB675E514A10935A95F6478CDCA3 , 0xFC6A2DDCD5B6474B9216779B984D8E07 , 0xFD971461D6754714BC217E6802C6E947 , 0xFDAB68EF9B4B4FEDA890DE71EAAD1B00 , 0xFE05FF27271249B48ACF9B0E2B4D1FC7 , 0xFE322CBC0AEB43D7ACDB12AA3DB38AD0 , 0xFEB77885C5FA472BA8AA8ABF3A78E658 , 0xFECCD059A3F0488DA2FDE46947523AA8 , 0xFF665DA5F3074E34949A8C5540F27984 , 0xFF6B4D6343D2486EA620FBD2DBD1F4D7 , 0xFF999791E4044D46AB126F88970A6CBA );
Copy
86
4.76 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"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\x17 M8\x0F\x14 ˆBm†o™Oædƒ¢ "
b"\x1E ]©ÁñÈDÁò¡╗¤iÅä9 "
b"A\x1A é²ã}D׺Vm\x16 ÞhP~ "
b"Dú\x14 „7¯NoŒ{ãŠ2y\x06 ¶ "
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"Sû1ÿôô@-§*A)\x1D ‘,“ "
b"l2Ûî0¦@ûª\x06 ,všv=m "
b"zǬ\x08 b§B\»àö]ºò·ç "
b"|IoÅØ°IÞì¥\x1A\t ñ_ñd "
b"å\x06 4ÚD¨AØ«I ÈtÀ¨Ä "
b"’¨ÙmúÎDˆ¡Ñø\x1A µY˜‹ "
b"ù-Û#▒\x13 JuîØÔDü¨Z\x04 "
b"í\x1A þ┘ÜöBÄ╣░Z▓ÅUÄË "
b"═vC╚Â\x13 DôüÌ╗DG■█¢ "
b"Þ•8ÿ/ÐHž¹œì\x03 I¼Ú– "
b".\x04 Fh¨qAh‰Ï“C\x1C\x0E ÀC "
b"iLIùA:C…œ<öÄê”Ä\r "
b"""
ˆÛÑÄ\x18\x14 Kǫ࢖\n
Á?‰
"""
b"Íãpß&µEø–hˆ«'öCà "
b"×Ü"QS³MX·n$ÿ„\x1F kf "
b"""
ç18³§\n
M°‰Žß°\e ÿ9ž
"""
b"ê\x0E þú¥?J€”ÌZ\x19\x00 àò¡ "
b"êC\t\x18\x0F\x02 H*“£Ÿ\x18 ›å¾´ "
b" -i5wºJÍ‹Ýb\x06 ìí\x08 Ý "
b"*\x19 :x0“I/šÈ©ÊP‹#\x11 "
b"/~ª|8lO\x01 ì\x02 ïª▒÷ ~ "
b"C½*©„{Eý…tÝ\x1E ³€Ò\x10 "
b"FžncñŽG\e ®`n~CdïÖ "
b"wf\x01 ¾šJG\x15 ¹:«¢\x12 Â;º "
b"«[áƒÄ+MúžW•\x0F w¿ùÊ "
b"µ{@/9╚JNû\x03 ╣X+ÉC< "
b"\x0F è‹=\x01 xBÚ¦š{\x11 à\x0E \r ˆ "
b"$e\x06 \¹\x19 G\x05 µ³Xx\x14 ‚„ "
b"Ñ”irôÏOÞš\x00 +ãùÊ€• "
b"öt°\x0E h\x13 H\x16 £\x1A k<è†Õo "
b"ù\x04 T\x13 ^ªI…™\f Ì4œva "
b"\x0E oùQAØCöÃõ│Î╔À▓ "
b"\x10\x08 c4§–J¾´xi\x03 ¾ØéY "
b"\x13 E\x12 Ø~ëNMªÏüÒx=¾U "
b"\x1D ç<]"{N\x13 ¾Pç•Ö6&ñ "
b";3«¬íz@›šä$FÅ[f+ "
b"yû\x1E\x18 ıòA■▒}¹¾▒Uüƒ "
b"È█ÓA\x13 "HØ®\x1D z"O]Ä┤ "
b"\v ò=µµ!Kž¯\x12 k\r õÏÆq "
b"H?\x1E ƒ4NKͪZ\x03\x15 *\x11 HÇ "
b"UkM\v Ü›Lè¶\x00 “‰r…E\x1A "
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
b"kj¡®’±Aü¬]tø\x06 ;$é "
b"n╠\x19 ▒PqGIÜø\v 5Åç\x1F = "
b"\v #k+F}MÀ±œÝÍŽ\x01 b\x13 "
b"ø* ┼;\x7F EìÜ\v da]ð\x1C Ú "
b"À\x00\x05\f ÏØOõ§\x00\x17 ¹\x0F ³aJ "
b"ÐÏ╦°\x04 ßH\x08 »ñ°\r ì[\x07 A "
b"=kE´]~J<▓Õ╝¢ü°Í "
b"`émã?»DÓ´[úµ\x02 ƒcî "
b"‡q\x00 ç\x08 ùA£´Ó€`k%\x18 \n "
b"""
ä›?ðœAF™8×\x08 \n
Î\ž
"""
b"\x16 Št«û\x07 O4¬ƒ‹À˜Ê„ "
b"`¡IqØ╣F│Ç}¦Ê~{‗! "
b"u┤┘-ð\x17 G¹æø\x13 ®5╬/ü "
b"¥\x17 ©vÅ¡Kd«?\t ÷… "
b":à3\v ®ÖCñŽœêcr\x1A K² "
b"žÊ¿ê{¹Hœ‹.4o\x7F \r }° "
b"╩\t ┼ùUÝLA╗ü▒╬¨┼С "
b"ϳ¬$ÿ\v JèE\x11 øyƒçŒ "
b"ò@0\x1C\x05 ³@\x11 ¡\x7F oeÔ4Aa "
b"\x16 a\e 1\°NŽæ›©_%(\e "
b"$¼1éO▄G╚¼\x02 @Å\x06 ÍE^ "
b"ž¢‰]Æ®@\x03 ¡|˜\x07 ?ø‡6 "
b"À\x15 Œ¼ÆzG\x16 ™¹-Á]fÙg "
b"Õ0\x19 Â\x1A ÍL ‰ÔdT¾\x1E ¹v "
b"┌á\x11 ─ObN\x10 ɵÓòÏ\x13 ãh "
b"'Å┐TÖïBÀ¬7%fÈ┴%§ "
b"C\x1A íì▒█Góꫳ/Èc-\x0F "
b"HO[¶ å@îÐ@N¹åÉ* "
b"Àźû‚+E` \x1D 6'í¡âÿ "
b"ý—\x14 aÖuG\x14 ¼!~h\x02 ÆéG "
b"þ\x05 ÿ''\x12 I´ŠÏ›\x0E +M\x1F Ç "
b"B˜?»‰¾Oà£6:ÎU\x7F úU "
b"uh©·³ðD█â"═\x0F õW\x06 Ø "
b"ú ü¹\x0E S@d×\x03 !Ô±\x0F Bí "
b"³˜ËF<1Iš\x1C üOÀ=¾X "
b"ÏDõù\RCɺ\x1A å\x0E ª¹╩O "
b"û;»g^QJ\x10 “Z•öGŒÜ£ "
b"ÿ7ßôBSAGžpxX'Ä\x1A @ "
b" ¯‡ÿÁ#G\x16 §©ñ}f~¦+ "
b"8ôe1 ¯Eh–\x12 õ+¸cÊ. "
b"óý`‰1²I·œ§_\x11 êyY‹ "
b"\r |>|®V@ε½6èžâJ÷ "
b"\x19 –”¤\x15 ¶O3‘å…\e Z\x12 3\x05 "
b"J\x05 ã{öLBÑ»\x1E\x18 È)Ûœ† "
b"bh\x04 Ãj¡Km—gîÁß\x03 ›o "
b"dc§È\x1C ËB –\x05 Ÿ¸Ðx\e\x14 "
b"é³■Á═ËLèü¯C\x0E A÷×f "
b"…™C€KÔD\x1E œñ\x11 Röñ\x17 æ "
b"""
Œ\n
…µæ<IfœEdµL«I»
"""
b"Ä¥Å┬╬\x07 O~ÿó9hBá▀ "
b"”ð`\t ‰óH7ž\x16 ·ÞƒC^Ò "
b"ñ \x1C ¤i¶M\e Å]Å·ßÜ3\x08 "
b"""
¨˜(—Ë4KŽ•È\n
íb¡×l
"""
b"¥=qTþÈBÈä<ıüÃ╝ý- "
b"\x03 5§\t ¹ýFâ¿Åú▀o\x01\v å "
b"\x04 !nÌ•ÀC\x1C ‰º)×b+é£ "
b"\t mýìKıIÙÖK\t ╩¤Ì3┬ "
b"#f¡\x16 ÁBG#§€ÍƬ°aZ "
b"""
?╗r!─\n
C║ü╚ˬ8▒â'
"""
b"O}‹©à~B$¹e\f ÑŒÄôw "
b"ˆôIÅóÑN·´¨SæµS\f Ñ "
b"Œ\x12 )m\n kH\x00 Ÿ\x11 &ª©}Ql "
b"–îñ˜á\x04 HE¬N%Àl#©R "
b"Í\x13 ÌNö²O\x1C †6ƒê\x01\x1F ËV "
b"═t[°9D4âØ\v ß{WY‗ "
b"\x12 Ñü\x00\x18\x11 @▒ædç?mÑjV "
b"=ƒÅ'>8MÊ•¿5\x17\x18 fBz "
b"\±…¡ÜøOS½î{v\x1E\x07\x06 Æ "
b"ÖN;Ø\v ÔLN×àÏÕÞ\x18 û[ "
b"È\x1C 6.&sBš£B‚\x17\x01 ½Ò- "
b"\x19 mV¿_VGljt.qžúê\x14 "
b"7»£\x07 b¼I1£ð›€\x11\x13 4\x13 "
b"—"i\x06 Ú¡Büˆq\x07 $Hn¬\x1F "
b"""
┌ÍÅ╗┌t@:ì´º\n
\x06 ƒëµ
"""
b"µ·\x11 ؃\x05 DËûÑ\x11 °@+T× "
b"\x13 žÍsÒ]Oú°<Û\x03 «„Z "
b"\x19 ,\x1A ¢\x17\v @À¿ÚYäa4®- "
b"\x1A Ž%¿†FLùºjF·t\x0F Qõ "
b"\x1A £ÉŠ÷—F#šÑV\r <êÉ\x00 "
b"\x1E þm \x1A ³DT©1ÇB\x02 a„ "
b"""
%Žž7\n
\e In¹”tKøðl£
"""
b"2oqDü*@Aå=.Çíì÷\x1F "
b";ªsHn…H\x0E ŽŠ m…Ó“ñ "
b"Nws²ƒNM\f ´ò5p¹ŸôÒ "
b"S\f\x00 'ð?B\x01 ë\t dØûª\x1A æ "
b"Tµ\x10 ü▓\x16 A┤ø'4tZOQ "
b"Wg\v [—Š@\r £J°òAËÅ0 "
b"fùkGüË@æ¡×╩Ät~@ë "
b"owÍöK±LlªLr¡¿úÐï "
b"u─ÅÚ\x06 ç@┐ÉÅ\x14 Kÿö1: "
b"╣\x7F hõ╝>IÂØgüô\t h\x02 w "
b"ø\x1E Ía¸F\e ¹\x04 Žsݬ€\t "
b"╣òDÔ\x03 KL©úü½[\x1C\x11 Wí "
b"¼n®\\x17\x1D J ¹›\t\x15 6ö!¤ "
b"î\x05 מ$ÎLü½}Zv\e X¦\x15 "
b"&lµdG½@\x08 ·Â\x03 ×üã]¸ "
b"·«\x08 ë\e\x12 K_‚éÔ\x0E a~ëí "
b"8˜óZ\e ÁEË‹[I´t1N6 "
b"´e}ŸœÀK*ªú\x02 7G';E "
b"\f xe¥W¨IæšI”„m9\x1E Ü "
b"mêÅ'\x01\x1C Lø¿6oKZ¢mÁ "
b"üj¬fË=CŬ?╩1;\x00 D╩ "
b"Š—õù\x07 GFß±ŽRèeüB„ "
b"ÏœØZÇzF~‡pæC\x03 Ê´ì "
b"ý7&ÈÕNE-üµÄÒÖî+» "
b"ÿkMcCÒHn¦ ûÒÛÑô× "
b"\r \f ó┤╗ì@0Æ|Z\r èc\v ░ "
b"\x0E\x17 ÀݯñA\x04 ‘\x0E Óq‹#\x16 · "
b"wÏ–®¹\x15 EA‰acWþõrÈ "
b"ö░PðË\x18 A)ÉIåÓó=øx "
b"\f Ôül\x12 ¾HqŸtÜT̶`ô "
b"\r ì\x1E ÒÜÏLôêîÉ?<«\x7F Ù "
b"+úÃ\x12 ¿\x14 K=šêN\x01 ~›=\x7F "
b":\x1D %ÝîÛC{░\x1F Ø^ëï¯Î "
b"Œý‹½2oIº½¶[$ŠK:± "
b"Þù┴{\x0F dL¨©cd~¤Ø┘, "
b" Ú\e Ѿ¢Gd‘SÖªDƒ˜l "
b"µ7«Yð\x12 BR¿G}Þ¶„Y "
b"┘W╬Ý\\x17 AIÉÐSÅe\x7F ^, "
b"[1┴÷Á\x00 LÉÉ`Q\x03 ▒åA\x06 "
b"╗8┘─.╦GÀü|┤K┤A\x1F "
b"1QãH>\x02 DM³Øk\x03\x1F ´‹G "
b"A=A«¤ÉBñ¸è\t jƒ¼Š¸ "
b"Btë\x11 õúLÓ¤éÝ RÌï\x16 "
b"ŽÄ¶‹ô\x10 Lö‚>µ.\r uᤠ"
b"üe\x0F ╔¨ûA\x12 öjoæÎ└?è "
b"Å÷'½\v åDäÇð├sâ\x03 !P "
b"ÜÞ│?\x05\x08 L\x1C Å╦*-©Í(\x15 "
b"º<x^ÊìK5»©e2Ò\x06 @Œ "
b"═,nÁiüFâçp7L\x00 ù: "
b"úL²yNÚL\x19 ºŸÌý\f –´‰ "
b"²½h´øKOÝ¿ÉÌqÛ¡\e\x00 "
b"30w#À·ED²=DB„õ•Ê "
b"ÌÁi~&WL\x0E ¨c–ž÷~Ú# "
b"\x05\e\x1D ÀP{IÊ¡8’\x06 Îi\e ö "
b"\x0F Ï7\¤[KÂ¥F–9Ò\x1F Î\x11 "
b"&3™Ò¨+IO•n/Ø”_3Ó "
b"rN÷è,†NR«ø•ý7©,| "
b"ü&¨\v ö\x02 I.É┤*K\x0F\x10 ý "
b"""
ž\×ß\n
°A³¬ê'\x7F ª\x06 LD
"""
b"\x07\x02 ─\x11 ƒ¯M╬üF\x06\x04 ¿Ýï\x17 "
b"\x1F Â0vû\f J_«\x1C dËÁø!_ "
b"lÃ\x0F ßTOL¤ó\x11 ×b-×V "
b"""
\x7F ì÷Ks·N\n
ï³▄ã@[åÕ
"""
b"░gy¦┼I@ É\t û\x17 í«▓ï "
b"""
áXZ\f '\x7F O\n
¢; s)f'—
"""
b"KFwÀ─!I«Øõ8¦\x01 Ü¡= "
b"ú±*ñu¶FðÆ╩D░lÞôÉ "
b"""
ª\n
û%>LD"°»Û‹âÂËF
"""
b"\x1E Ô$GÇ\x0F JCž°;}\x05 x95 "
b"/ìPt¶&HQÄúvÙ*Rj· "
b"CþÝ–u\x1E Dv·°W\x00 ëîÞõ "
b" Ƭ\x14 w+Aº‘Öm\x1C m" Ô "
b"░F«BÚ\x17 FhüÛò~åmç╣ "
b"öǸÏ\x12 MGZ˜1GÝž\5Ø "
b"B\¤\x11 ö&E\f ‚\x1C aÌо*› "
b"a &æAs@……l½½£òjw "
b"_▓ïÉÁZC©ØÙ╚C¥Ì\c "
b";»\x7F ÛRÞJ\x1C ¹7ÝöÅâÄË "
b"""
n=/\n
×ÿM\x0F óò¨\x13 AmØý
"""
b"└áu▀¬\x0F AëÉ\x04 óÐTsØÆ "
b"ýyÇ\x10 ÉeN\t ╝áN╦²iÏ\r "
b"\x1E ÉQJ\x1D ÚA\x18 ¬0YÁ\x06 »é╔ "
b"K‡\x02 ]tàE\x15 ¾aq\x13 áª]Ê "
b"pýjyv3B˪vÏÏ\f Æ8÷ "
b"†Û!Hu\x11 E\x00 ™D»¶Šä¥\x05 "
b"""
¸@6V^\x02 EçÏ1\n
¤ï¥Á
"""
b"Ã\x7F ôÓuÿB\x19 €\x03 i5üòŽ\x07 "
b"ø[¬Æ\x01 AIÑÉ¡oßÚ÷R "
b";1ሔº@¡¸Ž'HsW\x16\x00 "
b"\x7F qÍš«ÞDà£H®W\‚KF "
b"+a-Û`qIØ‘N—欦¦û "
b"<íìO%G`®─7\x1F °3â▓ "
b"eÃÑ _oKù¸Î®1\x10 ¬Ï# "
b"k´à.2ŒN\f ’Ò\x0E\x16 #\x03\x7F p "
b"zi‹ÓK”H)½\x1C ^¬Þ:>Ê "
b"¨®\x12 Žþ\x19 MÔŠ¹þZt0«g "
b"ê\x15 ¡s‹OLAƒO×%z‰\v a "
b"#®(¡¶îM\x02 °žûÜ''tM "
b"é\x19 öÐP«J[¬æ³Æ8sµŠ "
b"ÌÞ#öYÕF™¡ÆéÅ:\x05 p÷ "
b"/™s÷\x14 ŒDàŠl\x01 `šÂn‹ "
b"TLw™ýäGåµk\x00 8=©åð "
b"E+%ÒΦI3¡äÞîÀ_Žî "
b"ãn\x0F\x03 C‹Oµ”G”&Ç,\x05\v "
b"éºþZ¨kAƒ‡±€DÀ*1/ "
b"\x14 òír™\x1A CŒ®)LfÜ96 "
b" Rm\x0F Þ’@jº\¦TL“{\x07 "
b"õ\x1D ñ\x1E OŸ@2…»ª¼'yÀ¡ "
b"`Œ¬ÃÇrGæ•`\x14 Ú' 1… "
b"mñ•{@(A»Œ¶!¿\x19 wi, "
b"}ªÏ░8\x18 E߃!╦ü╩6h? "
b"Ê)\x10 Þª\x1C Ke╝kHmÅ_µ¨ "
b"´§░ZÌgF▄ø\x05 Ë╔ü.,ò "
b"\x15 0:éñ§K¥¥V âf\î€ "
b".H—Ø•qBg”Iy\x1A ÊS#À "
b"Ž\x08 Ø‘>›K~Œ\x00\x03 Iw\x19 ‘\x08 "
b"·└â\x13 ıÞFãæ \x1E Ø\x1A D²╬ "
b""îÖ'çìE$Ä,ìï╝\x06 aM "
b"6mär\ÞEt¹µ?-x³Ø° "
b"e>ÆÄÅ(AÛ©ÏEó+▄v® "
b"┘JR-\x0E h@¥ó\x14 79ìdei "
b"ãtËÇ%tD¢¢â·<Ør\x1E = "
b"÷iÞ9\r ’Mž—Ô\f ’ó…±Ê "
b"""
l%*Šÿ4B\n
ŸwNƒ‘?\f ÷
"""
b"ÖÜ… *KBÈ´\x07\x11 Òh»È… "
b"÷¦OÝ\x15 üF\x1A écv ö╔\x17 ´ "
b"\t ´céò«Ežœ¡T!$¼Æ\x05 "
b",\v †Ç'òK¬ž?a¥ž\t ¤\x07 "
b"œK\x1E ´b“C5‰éiº\x08 ×qŒ "
b"¤Þ\x16 B³bGR™\x15 K\œüm% "
b"íÛ‰ã€mO1®»ée¯\x07 ŠA "
b"¨\x12 ─_ø‗LRáZ\x1F a\x0E Øgù "
b"""
/þèÉ~\t HÏ”\n
ömÔdK)
"""
b"ó\x1D âz░âM<ØfÕhÑ \x13 l "
b"\x0F ÊrQS>@áò└│O▓nì│ "
b"1\f Ó\x19 Áù@\x14 ž9³Oïû}ì "
b"8\x1D 0\x17 ÝoE=€Lb®k\t\x10 Þ "
b";žÄ…\x11 pJE§IãK¤§Š' "
b"[êÂËiÆBݽo”\x11 F\t Z- "
b"¢╠¢\x05 /ñDºì╦æ╦Í\x11 « "
b"§Aæ¢└üCÌúmı█╠SJ¥ "
b"\x14 m²˜)—L˜ˆcŽn `/† "
b"!ñžÕöˆHʤFfß3\x03\t G "
b"euô¹\x06 D ©n!ÙÖ›Œ* "
b"Ô\x15 #¶ì¶Eàä├a zØ▀¿ "
b"\x05 §3Pû¥L$‹0æÎ_©÷x "
b"Ls»j└-Hôü\x1F ¿\ƒ-╗¥ "
b"j\x16 CTƒKDpœœIŒÃqk² "
b"Å─0┤\x05 ¡BiòÎå│N■ÓM "
b"\x04 ôm\x00 ÛûOí½y—0ç\x01 Î* "
b"9¦|\t\x01 ßChÀPB8G8ɤ "
b"\x08 Ç┬ı%\x08 I│É::µ╝\v ▄╬ "
b"""
EžZŠB\n
Oy™ÊËuH:ÙÀ
"""
b"E¥É"i\t MâŸè\x02 ƒœ…Ð "
b"NCNåÜ/Aú–‘\x17 ¦Ñ’Æ· "
b"ÆïcÊÁ\x03 @\x05 ┐\x01 çü├ø\x1F $ "
b"Íaî\x13 ÆkI+€þK\x1F ~"‰ù "
b"ð³Zš¦ÙH1ƒ0¤ƒ\v ;Cš "
b"!IÂ\Ù“A\x1A €çiÀ2\x7F g\x04 "
b"""
U^Ç╦C╬J\n
ëw\x16 §»Ú┴É
"""
b"V▒}K¸ýAÒÉ*ù+;9Jn "
b"îK\x12 b'fE3▒oü»│±î\t "
b"¾7½Œ ?LØ¢½h¾ðky[ "
b"└áo5²ØA0║¼U¯>t═\x1F "
b"vôçìsFA$é/E>ÏZÜÎ "
b"‗¥À£ÈhGÜäKû\x08 ØuMZ "
b"\x19\x19 2Á—TA ˆ\x11 q>á4®/ "
b"øáÜf\t (O@¥\x03 ½ì\x12 £q{ "
b"0–Bb{…Gi¨6iœ4Yžl "
b"S\x03 hV6BO÷›Ï‘12\x0F A\x0F "
b"rú4fÅ.CÀ▒\x18 ´ÏVÊ_\x00 "
b"æp;\x08 FìGTª┐WGOìF/ "
b"õ\x14 ä×ÖTG!•\x7F ¸J\x17 ßüa "
b"\x08 Og\x18 JÚFµÅMK▓ƒPqâ "
b"@Ï\x07 ,ðñO¹µ1\x00 o£¨ö "
b"ôðÏ¥×\x12 M\x07 │Årþ_\x7F ×Ü "
b"˜]\â¢>K\x13 ›A\x03 ïsð\x10 l "
b"Ìáó\x17 ‘“B1³9 ‚\x07 P\x02 "
b"Êì$d\x08 ±@UÅÎì█\x16 lë "
b"\n ÂÉ\x00 í{@l‰Î²²]*–‹ "
b"büyádH\x18 èERqp\x00 Iø "
b"qF¾&tûK;ƒDy>ÖM\x05 u "
b"""
Ü\e jÄ\f ¡M\n
ªíÓèWÀL#
"""
b"(‘Ùh`%@¤²—Ì\x03 óxêþ "
b"GúHÌ\x1C rCv¹Å\v '³hX› "
b"ºšñ\x10 ™6Iúˆå¦Öa2AQ "
b"""
þ2,¼\n
ëC׬Û\x12 ª=³ŠÐ
"""
b"\x1C Óv\x13 P8AL‘kQ9J¼5ä "
b"Fa\x19 @Ê\x02 K\x05 ØÝ█´½\x1E áß "
b"üı®k\x14 3K¬ÿ\x17 Ë░Â\x04 .B "
b"ÄÚPQ÷¡NI˜UÊ:ÆŠLJ "
b"j┐╝iM\x00 K\x13 Æk\x1A ßÅ×èy "
b"±Eë\x19 EGFÞ£\x16 Ù§MÅr "
b"¶y„'‹\x00 Næ¾\x0E º:.mÜJ "
b"îM>€[`G‹ŒÑ¡"Õ•d˜ "
b"8o îúLLÃÅÌÏæýèëü "
b"ô┤çL¼\x02 KÈÉ‗ïô#ÊÄ~ "
b"à\x05 Ûør¶L©š‚\x1E )[\x17 Þ¨ "
b"ÙÉ\x04 ıÿ\x10 KhÉ▄Ø\x1F\x16 Q6Þ "
b"mï¿ì^@<‹›î\x04 †Pû| "
b"ª\x17 ýrL\x17 CRØ┬n.¼\x0E §Ø "
b"Ê+qÛ•QI¸—Z˜2°à\t { "
b"ðWr!U¦N\x0E Šë|\x07\x13 |Sü "
b"øÄ \x01 êùOñ›–Fn·³“g "
b"6rLK^\x07 @˪+N\x00 ▓åìÎ "
b"!2\f ÝϤG\x1D ¼Ø\x15 ûí{r_ "
b"ÎS¸}\x11 qK½ˆ9\x17\x12 ÙÁ©Í "
b"Cmƒ\v "õBí£Š0<0ÝäÉ "
b"x´ÄrΫHK╗üW\x11 +R_+ "
b"\x7F ì└¥+\x13 Iߣ╬Rß▄`yø "
b"Û\x13 ,„ ÞF*³¼É#¦[\x10 Æ "
b"`W>\x13 s/H:³V\x12 b˜]Àˆ "
b"aæjöXüD\x01 ÇÈ%û┌ËX├ "
b"½\x18 ÏÖÉ>C[Á\x1E ═Löå\r 9 "
b"æ“Ȧ\x05 ïOjœòÒ¯¤\x12 1f "
b"yÝ*x•mDµ£…Bx6W¥› "
b"¨Š¤ßdrFT¥Þ!'ÙIÁ¬ "
b"P\t ░1Å█Fƒ»énØ˯û; "
b"░=§Þ®¢O╝ÂÉ×ÏK\e ø¡ "
b"²ÜmªdÐB\x19 €\r €°sÜh. "
b"h³òŽI{Hœ‡ÖB¨¼\r óp "
b"šûcï\x07 ÓOc¬DFÍc©AÄ "
b"¬.I~_MLì¾¢þC2L$œ "
b"¥\x04 îõ\v\f FÎìÚ¥Ö¢qÔg "
b"å\x13 ½ƒ pM®¿&]Å╦Ý8B "
b"N┴ôoı·Nî░üd½^×ZF "
b"mê~KüEJ_ñ╠û~sØó× "
b"ô•\x15 (yI*¿ “nn®1Á "
b"yF\x00 ¥›æHK•UBVl "
b"°C6¡]ëK¾ü\x1E x└ߪ³w "
b"¶ü¢aÃ&@ú£Âìÿ¬\x1E ÿW "
b"¸4_wLæI(ùÂ×êOÞØÑ "
b"¬´\x1D ãõÅG†¼ÐH,°‡dà "
b"<'O î4N▓╝ØAÒ*u_║ "
b"gHA‘uJJÔŸúxÒwJ[ø "
b"¼J░\x0F 1\x00 Aóäõ&ý│ñ_É "
b"\f ¬ÊGQ'JL„\x19 u`ÚÞÔ\x00 "
b"Eãl™ƒ•KÚ–Ú–j‹…`™ "
b"\\e ˜ü\x1F ÆN)¹Ç¨ÔÜøë\x10 "
b"'ÕZ6┴╩Es▓ÜÕ£¬ìzV "
b"@\x08 µq\x02 ║D\x14 ƒ┼Ø»Æ@¯W "
b"AEÀì:7Kû±\x0E Eº˜&ý½ "
b"U[Œ7àëJÕ“Þnm@Ëì\x0E "
b"ü\x1C Þà\x0F ×LÞÀ3\x1C [\x11 tH2 "
b"Š2G€œ¡H\x14 ‡»\x01 ÙT9¡c "
b"""
,(H╔ØüK\ºÈ¬oôè\n
"
"""
b"ÄÅjk*┼EýñDÍáïkö~ "
b"ÀteãFNGÖ¢ö–Ù\x11 N¿P "
b"Wçô•â¡GÅŠ±E\x0E UÝŠÝ "
b"§õS\x00 Ó.M1ü¶ └ø:4\x1A "
b"\x10 §‚oBeEÀ´\x06 nš¯©fS "
b"\x07 S±al²DÀÅÜîJrq╠╔ "
b"DÄS:îÛIÕÄŹñ\x1F B&═ "
b"KÑ‘ìü\x16 J—š¦\ÞÌ>Ñ "
b"├¹╣ÆyæNÝí\x19 ├Êo■Éä "
b"eT©T6ÞE\x0F ´\x1F +?9Äœ¿ "
b"┤®L«C‗Jøª|AØ|ã·À "
b"\v ä~\x16 n¤OFžŸô\x01 Ž\e Á’ "
b"\x17\x14 ÐÿcäAYìÂo¾1ıÜ\x18 "
b"ßoÒÕÏÑK\x03 ‘U£µtµ²ª "
b"æŸ\x18 e2ã@¸›ft}ˆ¹\x03 ý "
b"ù8[o´ÎB\x1A š‚«Õö/W "
b":s::Ê[H└Ø\x11 X°3╚\x7F ø "
b"s┼d\x01 lCÉ▒N│OP~Ý\x13 "
b"▓\®╠v£CºÖ‗úÉÜØðP "
b"┐\x0F ¦lGFHXì´ƒÑ®ÛƒÚ "
b"àÌ\x1C L|½Oû¾ˆY¥¸ÓI" "
b"vµÍ>M·AAªÒµŽ•®Zb "
b"┴ı╔l│#BçÉ═'òû;< "
b"þ·x…ÅúG+¨ªŠ¿:xæX "
b"1[X¢¡XCƒ–\x1F ã{\x07 §\t ¡ "
b"Pyè\x1A Å\x17 K˜/\x1E\x16 WÂøM "
b"8Ví\x02 ½[M™Šr\x04 ®œ\x1E ^Ý "
b"\x13 †¦ƒf†G>‚b§©Ñ4\x07 É "
b"\x1E ŸšÏ‡(@© %µ!ZÄd> "
b"ƒé\x10\x0F 9úFQó½╗Æéy¶Å "
b"É»\x1F ž[¡I\x06 µåhø\x19 bÃ4 "
b"ìy\x0E Ø\x0F L@ççY=[@<µ┴ "
b"\x1F\x01 Ø╩sÔLdü°ç1cU}§ "
b"F +¹e\v A…„%ߪ2bôä "
b"cº¸üÙ2C\x07 ú¹║QøǾö "
b"ÓGô3\x14 ™AÕ’×çèW™ýE "
b"\x18 ©\x0F\x0E UCCî”ØÍÛ1\x16 ãx "
b"2\x05 oá9\x16 E\r ®Y-œáDÿ\x19 "
b".¹zæÅ#HÖš.æ“\x18 –Ï¥ "
b"\× \x04 ¦îL®›$°–áVÏ\x1A "
b"ÖÉ\r ½×aGâî!(s\x00 {¤Ø "
b"pú¢;î¶N½„wógžkt "
b"|C\x16 ¡â/AV“KIs¶?N+ "
b"¿\x7F 3¢\x1D\x04 DªŽDÞýcÈ¡³ "
b"Pµþ@]+IØ©Ÿ\x14 :œ " "
b"µ•§dAïBJ¸\x14 ÎUJï©á "
b"åbqv¡ŠJч7aë6¾¶ä "
b"ñ\x19 !íH╩Eóúk\x05 HsØ▀á "
b"\x07 èÈ„éKc«¹y¤6¯6 "
b"ÅH╣I¡£Hüé\x12\v ▀¾õTU "
b"\x07 'ßó\x0E ‰CB“‡ááœCD» "
b"Lêa@O]K„§„8\x0F äût\v "
b"\x1D ¨;ÿ┼áB╚╝L:ì\x11\x0E êa "
b"öQ\t 4º´F║ñ©Ëìƃþ\x08 "
b"ß╗]\x1D KQO\x02 ªâ§&┴ìᬠ"
b"§y\x14 ÿHVBbŒZ¬ï$4ÿT "
b"î}¸ŒÎðJ:Œ‡\x15 e þ’á "
b"""
'╦┘Ir±Füéö\t\f\x13 \n
·\x16
"""
b"2ñb‹¡ØG\r Š}=åk{§Û "
b"™øŸ-~fMº¹\v l`/<—È "
b"╣ù:r?ÊB\x0E ¬ÑÏ\v §╦çÅ "
b"À>Š©!æEy•\x07 íl\v P–B "
b"║ªZ'¹G@/üà â^}þQ "
b"N2êQWõE\x01 ˜n¢\x14 áRéÚ "
b"^ªw\r Ý»M+•Ù%t¥\t *+ "
b"êër*┼0N\x17 «╚╔¥vP©ì "
b"ê╣@eVñI║ÜüÝ╚#Å¢▄ "
b"‹´'¶ûdE¥¬ôç žsƒê "
b"Ý╚ôÅåOJsçÕ╔Î‗¡4╗ "
b"&ÇNi¦óG\x05 ‘o0ÔöÁËw "
b"\x1E W\x01 ╦@O@ê▒ì ▓-C^¢ "
b"\x1F V˜²=vC‹œüb¾L%™µ "
b"&dÓ┬ë»I|úZüR"o«0 "
b"(Íà:«€N‰»3’Néyƒ< "
b"A½ºóð\x1F J-üR\x1C\t *\x12 'Æ "
b"ö9/àÌìEh¹4·Ñ–ì×\x01 "
b"\x04 6”Y½Þ@Ù–\x08\x07\x0E yëw\x03 "
b"\x06 M%¡Í\x14 @'®ÛŒµ×_µ7 "
b",Ÿö®©;EK†×^ŠÂ\x11 ‹µ "
b"½\x16 Lm?>M”«\t AÀh<à* "
b"\x08 F>è±\x1C GL¥Gqþýy\x05 « "
b")H.÷>®Iyüéy<¦ù\v ù "
b"N–—í¿RB&¢M$²•\x00\x08\t "
b"¸†OI¼\x01 O±¶óŒ\x01 ›D¬ "
b"\x07 7bÚ\x08 ÿHZŠë¤\t\x07 /?o "
b"NhkUñmE\x08 ´á|ÒC„k4 "
b"┘Àì»QoCÜé,Ú#╝È1c "
b"áÎ\x1A E\x1D éG9¢\x16 &\x02 a\e ™S "
b"\t »VÄ\x07 ╝NÈç±█ìùÝn¡ "
b"\x14 ñ\t Ê1^F°‰7!^òo\x7F o "
b"ë²\x12 ™æ‹F\x07 ºkÕp\x08 Ø—/ "
b"""
6Ä\t @8@]®ÅÇ©°\n
¼\x1C
"""
b"‗>>YèpB7ÁÉ\x7F ÝùË6> "
b".…èG\x19 7Nù—ë\x11 t¿¶§\x12 "
b"x-/£íÃIª•‚q*ºê\x10 "
b",…,\x14 *KI£®MJ´TTvÝ "
b"║·9è\x7F ÷D4¡N÷c\x05\x17 ìB "
b"&©Ž\t @„Aʼ¬/\x02 kžw "
b"▒6\x1D G░*H\x11 ┤┼Ä¿ØD▀y "
b"Ù\x04 4|\\x07 L\x02 †_\x14\x03 Ê%O« "
b"""
\x1C ìU~¯O\n
ç°Oß┌\x18 Ä"
"""
b"#á…(˜çB4Ÿ]A\x1F –íí4 "
b"=®)9ñüJ\x1F ÆR\x11 !SZ°v "
b"6G\r ÇØ«MôŠEÙÜþõtË "
b"7\x02 þ#ÙoOG¥╩ƒ>ü\t DÄ "
b"\t ª›Cù\x07 Fm §\x04 L‚\x00 ¼ä "
b"Cä\x06 êñ%BX‡ w5$Mv] "
b"ì¿Ý\x03 r╬MÊ»ý\x01 þ¬£Óu "
b"▓║¼─P¢J┬ä░│¨ÅHtÓ "
b"\x1A 3”-8\x13 I\t ¾º\x11 íMí%ü "
b"""
æ\n
ä\x06 ²ÖFt…®\x03 vh¿V&
"""
b"ì\x1A 77±–@åŒüqIK_ö "
b"x56ÑShBššqH\x19 Î1{\x17 "
b"´°EÉ°\x05 H’½¥8°1˜Æø "
b"³t¦,Ñ»O\x00 ö6'üßËÙn "
b"\x1D T¢ýÝÿJk¡\x13 i£ØÕ\x1E\x12 "
b"<‘ºŠq±K(ŸžÚë‰ú)ú "
b">ün§T‘BA†ë×\x03 )¾²Ü "
b".\x17 P·~]A5“ñàÔ`Û83 "
b"À>%äˆÔJ§—øðiÿs\x14\f "
b":~a\ÍõJÚ±e|EÍ\x03 §g "
b">ƒ7PEÉITÂñt!╬▄Ò "
b"ı÷¨*┐çB®ºÉ¨╗d.ë" "
b"Ü?ȃ\x14 ,A°™\x19 Ø®¿Õ™ "
b"\x06 Bü4òñCûÑ║À\x07 wmÌð "
b"jšx{!ÝC«´>\x00 ÁºpZf "
b"l|&[Y|D€†ÑHIŸÄª{ "
b"ÅÙh╗$ÐLÜ┐¿d=³v\e 5 "
b"5\x19 ´ºhâFvÆÍ\x13 ┐¯ìo\x15 "
b"oó’ñJÚD\x15 š\x06\x7F ÍŸB\x1D f "
b"Kê/\x1C ’8Aö…ÅV\x03 ©\x12 b¸ "
b"šËd+öCJW¨%-\x18 bl e "
b"¨Õ\f pt›EÔ´\e CWób¬¥ "
b"ÛÈ@\x02 àôBë³'<e\x03 ˜š‹ "
b"ÓgkÆ\x04\f N\e ║Øn\;F × "
b"ÏqwUa\x18 Mê‹”1\x02 î²ps "
b"Òq\v VÀ®IvØc\x04 "1fvÇ "
b"=ø²eÚØK¼ù╩\x04 ù\x03 ¼ ù "
b"QØO┬(ÑJTÆ‗ml▒{! "
b"\x7F YÅ┤¹¬O@¿ºe\x08 \x02 U▒ "
b"▄áؤ\x19 ´Fmƒ,ÑF"Kó£ "
b"ÿf]¥ó\x07 N4”šŒU@òy„ "
b"5ÒFrGW@U®¯ù4[L#Ô "
b"Zϯd┤I▄¿Àiiì]X{ "
b"”Ô²\x14 ‹Á@§‡HS\x14 ¢Ÿñ\x10 "
b"Ò’¥¿£ÿE”¸‰‡j‘áêF "
b"AWß8ÛdENˆ®µ,vJ(Þ "
b"\x1C Á¢8óL]¡\f ¡’‹¨áæ "
b"Ûe\e tu§EZü╬\x7F 9XÒFÝ "
b"\x12\x05 |GØCG1½y\r ƒ9║r% "
b"xb8ötƒOu’¯{°ù»†§ "
b"Ñl$Ö`3KÓ©\x7F ¼¢â\x11 ü "
b"ã\x0E :'Ñ|@,©Ê¾Þø[A‹ "
b"`³M¾ÄˆL' ÐR‰cTñ… "
b"Ç‹6f-JMhµ>°ð;„JJ "
b"0Éÿ¶\x1C YAÿé"\x01 fpQ│4 "
b"@■}¤ûâG¶ê9èóÅüöù "
b" Ÿ"°’‹C¹š;üŠ•†%c "
b"\x1E ]²ß:°Kÿ│´!«Ê\x11 ü> "
b"G\x1C }a=þM„›Ó\x1D\x17 ²©Û£ "
b"½ŽËšÛ\x16 Gì´\v\t\x17 ßC>Í "
b"÷\x10 ™³Û\r B°ƒ>îÁÁ\x00 ª& "
b"Ô‗Gi\x07 ;B±Ä\x12 É/┤Pñ╦ "
b""Ýu\x1D ÂéM-î\x1E ɦ\x1E Üí "
b"#C┌jÇ\x06 D¥ì°e═j\e ±o "
b"7ò®JbŒM¹¦TÉý`5î\x12 "
b"aJÍ}A˜F}¿¯Ï\x14\x16 }ÿf "
b"$ÝæI`MF¬º==dÚ"\f ½ "
b"àî“m«GD]¯Ñ°Å¨ëR« "
b"EݬvŒ5OR£YhûS~å\x14 "
b"dæ\x12 ´2÷M6°'/šÌd@f "
b"ùY—©jFMs¨¾·Œ#p\x06 m "
b"»{¡·]vC\x0F Ÿ\x7F <Ù\x02 óü\x1D "
b"iÞj¬ðÉEÁ–\x1F i`ˆ-\x01 Î "
b"ßàŒ»Ð€Oº©–9à\x05 ·K\e "
b"´l\x1A Ñg:Aòà\x11 ┬%Ï\x08 ؼ "
b"Uàˆ6Ýf@5©\t ”i\`Âñ "
b"Þ(¥tƒèDY·¯–/Þ˜î' "
b"""
ÿ™—‘ä\x04 MF«\x12 oˆ—\n
lº
"""
b"-ö[ZtÅDbÖâ┼þ$fÈØ "
b"¬Íݸ{\x0F K€´›Û²\x06 ZÀ\r "
b"""
àùé\x0E ’ûNT°Ü}¬\n
WóÕ
"""
b"\t YLé¹uF˜\x1E J~¾ÊÑ\x1D "
b"z—h¤\x12 ²Bã©iÙºêhªÛ "
b"\x7F e³ÂÆ\x1E Oh˜QƤ_%Ûz "
b"í\x10 Ê—O±@祾‚+^\x7F F2 "
b"å└ܺ\v üOñú╣ô G±┘> "
b"¦{&\x12 CBy–sèäp¸!q "
b"§oXˆè\x19 @´ˆàœ\x11 ëÀ™6 "
b"Û-¨Eõ‡OFµ¼ý¥°\x13 ž? "
b"""
¦s█ç\n
╣@\x05 ÖRFWÅ\x1F ª£
"""
b"lâ¡mÜäC)“s,A%\x1A l¶ "
b"""
¿-nF”sE1¼€«9o\n
^t
"""
b"–ºþ\t ËmB#³ß\x01 ^4\x7F Áà "
b"Þ+–#÷¾BÝŸiüû\^>æ "
b" wa£;\x08 CO€¨Ím\x0E úl” "
b"yí¹ålyIn¢¿ž‹³‘î\x07 "
b"¹\x1D §éúéM\x12 ¤„æÈ–}w! "
b"╩Bü\x08 T%Ba¢ù÷&#\x15\x07 "
b"Ý9ÆÀçÛNâµh£¡NÚý‡ "
b"¢Y\x02 sdÛC\x1D œ¡\x1E SNbíØ "
b"Ñü|D\x1C ÔDmÆÉ\x16 4B;3Ú "
b"È5ÉòwõIQ³ÖÆËE—’\x12 "
b"\x11 #\x11 mvdF\x1F §¹ÊÕ"&\x1C ì "
b"\x17 Zþu$!HÅ╗Ø<}¿C8Ç "
b"SÅø(|;Lè‚`f‹/Údé "
b"`0á#QDBHÉÙS(À±¥¤ "
b"{(╚îÕôN\x7F År:ò\x07 └g "
b"C5¿M]ïFÝ‚&‘OYì°¨ "
b"QL*´*ßA½Ÿ8{k /"d "
b"Šuv$\x00 QG^†Ù\x12 ?«rúS "
b"X\1¡½¯F\x10 †\x12 <QxŠ!/ "
b"[─¨v╦ØLpâG\x17 %HÄ+ "
b"g?Iæ¬íK²²\x7F F\x14\x15 ùaÿ "
b"ü<\x07 z▒gC¡ÉQE┴_g=m "
b"¸xÃS-æ@‰¶³¸€'\x02 Žþ "
b"C\x7F x$â\x13 Bõ¯ù\x0E Àµ8(à "
b"×ì\v ~\x08 hE퇄^ãCÊ«‰ "
b"¯ÝYø"~G`¿\x12 =±-k' "
b"\x1D ’ŘφB\x19 Œ€>öi›”D "
b"\x17 ░µ}╝\r B$ƒÉæ\x1A ~2cø "
b"\x18 ìų£ÊJ›‚ó×ýÒ£hÑ "
b"äOéöq\v CÕ¤º,·éMG> "
b"(oÇY IB¼Ž¤P¬Q21¹ "
b"úÿÑ\x7F ãOJ\x12 ì\x19\x0F ëràq1 "
b"ı~Õ~·cNìÿÝ░F═:1\x04 "
b"üj-ÜÕ¶GK’\x16 w›˜MŽ\x07 "
b"\x04 C¹üšêF6„ÂÀÔ¡—/@ "
b"Vªˆ©\x01 ÉG¬›—ÿf¿ˆhÚ "
b"""
^\n
š\x05 yèI\f ’ˆ\x12 ˆNnáî
"""
b"É4ËøpµFU¿ù\x07 ¥æ»Õ\e "
b"â¹ÎÔú\J´½y2‡–ËjÜ "
b"CØ\x03 ò\x02 ÓOû¹ã·nàyQ! "
b"r|┼╔~ÇCjÄÅb²eG┬é "
b"}\x18 s\x16 þÛCa—.œ\\x13 nCÎ "
b"¹\x06 µê¡\x02 DУ—I²ë3bÞ "
b"h+²~à±E(µ\v L®;~\x07 ÷ "
b"‹÷T\x1E ·\x13 D\r ÇîNi`\V "
b"\x03\x1A #ÙÀoH\«WÌr┬ð¡ü "
b"""
\n
\x19 ¯H)\x0F EÈ•þApᣵk
"""
b"\x12 &J„\x08 W@b¨á\x15 \r -ž˜\e "
b"x\x00 {桧HüóGå8╚■┼" "
b"àÕWdî\x15 @sØ┼h▄¡ÅÁ= "
b"""
ª©¥y`¯BÏ¿'\n
?%}Ï\x10
"""
b"└^OÅU<Dƒü\x03\x0F\x0F [\x02 ÚÉ "
b"ÉT r‚–Mø¦BØwÝ(\x7F 2 "
b"""
/¹lôÖ\x02 F¤‹Ÿ\n
]zõ\x18 w
"""
b"Cüó>_CHq˜\x01 qV\x7F Ön’ "
b"fã┬W©\x07 B8íÀúÊÅ╩ı\x1C "
b"\r 0y4B\x02 Ȩ¿»£Þ!\x15 "
b"ùGâá3ÅF+ü.\x08 éëBt× "
b"η™©[ŽBœ’¸Îî`<Øô "
b"jî7ØÊúO\v ┤:Oı!t─\v "
b"■╠ðYúHìó²õiGR:¿ "
b"’öÊ%X&G=¡îIœDý†\e "
b" QsT\x00 VG›ˆ²/\t žBÂ$ "
b"œÒ„€\x07 bMo¥–¡;ð’½ò "
b"@x“æ¥8MøŽ\x01\x13 ø¬U8Ü "
b",©¬)üYA╝Â%ðètTÔ¾ "
b"Q…„lÇÈH\e ŠLÃëŽÍ4 "
b"9&S‗à8M!ÇðíhI├\x04 Å "
b"9┘Ø\x02 Û\x14 LDÄ¥ìêù/╦Õ "
b"£»UÿÑtD\f ªk6ªå\x1C ѹ "
b"JôÜúbñB{‚<‹<¥\x03 :« "
b"ß\x04 ‡¸\x07 hB‚·‚n\x01\x1F $æ¦ "
b"†…Á¿(ÆG·–ûX/Ï\v\x19 Ï "
b"DeL\t\x04 ,FƹzVÛÿ3–\x00 "
b"U{\x06 ½~$Dx│ƒFÿV\x07 É> "
b"ÍùcóÔñKîˆ\Ug´\x16 ›N "
b"¡ÚfÓ\x02 ôIÁ€\x15 *\x0F ªéxÖ "
b"ç,\x15 ─░}M├ü▄\x1A &╗G╦\x13 "
b"×,ÊæÂ`E\x03 \x08 H¼Û4Ò\x02 "
b"á87å\x07 âAw¸›\x11 ¬[½ˆë "
]
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 (0x090ECF99A0864B3E9DEB23162A79F769 , 0x174D380F1488426D866F994FE66483A2 , 0x1E5DB8B5A4D444B595ADBBCF698F8439 , 0x411AE9B2E37D44D7BA566D16DE68507E , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x53FB31FFF4F4402DA72A41291D912C93 , 0x6C32DBEE30A640FBAA062C769A763D6D , 0x7AC7AC0862A7425CBBE0F65DBAF2B7E7 , 0x7C496F8F9DF849E88DBE1A09A45FA464 , 0x860634E944F9419DAE4920D474B7F98E , 0x92A8D96DFACE4488A1D1F81AB559988B , 0x972DEA23B1134A758C9DE24481F95A04 , 0xA11AE7D99A94428EB9B05AB28F558ED3 , 0xCD7643C8B613449381DEBB4447FEDBBD , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0x2E044668A871416889CF93431C0EC043 , 0x694C49F9413A43859C3CF6C4EA94C40D , 0x88DBD1C418144BC7ABE0A2960AC13F89 , 0xCDE370DF26B545F8966888AB27F643E0 , 0xD7DC225153B34D58B76E24FF841F6B66 , 0xE73138B3A70A4DB0898EDFB01BFF399E , 0xEA0EFEFAA53F4A8094CC5A1900E0F2A1 , 0xEA4309180F02482A93A39F189BE5BEB4 , 0x202D693577BA4ACD8BDD6206ECED08DD , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2F7EA67C386C4F018D028BA6B1F6FF7E , 0x43BD2AA9847B45FD8574DD1EB380D210 , 0x469E6E63F18E471BAE606E7E4364EFD6 , 0x776601BE9A4A4715B93AABA212C23BBA , 0xAB5BE183C42B4DFA9E57950F77BFF9CA , 0xE67B402F39C84A4E9603B9582B90433C , 0x0FE88B3D017842DAA69A7B11E00E0D88 , 0x2465065CB9194705B5B3587814208284 , 0xD1946972F4CF4FDE9A002BE3F9CA8095 , 0xF674B00E68134816A31A6B3CE886D56F , 0xF90454135EAA4985990CADCC349C7661 , 0x0E6F9751419D43F094C7E4B3D7C9B7B2 , 0x10086334A7964ABEB4786903BED8E959 , 0x1345129D7E894E4DA6D881E3783DF355 , 0x1DE73C5D227B4E13BE50E795D63626F1 , 0x3B33ABACED7A409B9AE42446C55B662B , 0x79961E18D59541FEB17DFBF3B155819F , 0xD4DBE0411322489DA91D7A224F5D8EB4 , 0x0BF23DB5B5214B9EAF126B0DF5CFC671 , 0x483F1E83344E4BCDAA5A03152A1148C7 , 0x556B4D0BDC9B4CE8B60093897285451A , 0x5E2AF49118E140F2A936DFE803E9203A , 0x6B6AA1AE92B141FCAC5D74F8063B24E9 , 0x6ECC19B1507147499A9B0B358F871F3D , 0x0B236B2B467D4DC0B19CDDCD8E016213 , 0x9B2A20C53B7F458D9A0B64615DD01CE9 , 0xC000050CCFD84FF5A70017B90FB3614A , 0xD1D8CBF804E14808AFA4F80D8D5B0741 , 0x3D6B45EF5D7E4A3CB2E5BCF0BD81F8D6 , 0x60E96DE33FBB44D3B45BFAB5028363EE , 0x877100E708F941A3B4D380606B25180A , 0xE49B3FF09C4146AD9938D7080ACE5C9E , 0x168A74ABFB074F34AC838BC098CAAD84 , 0x60AD49719DB946B3807DDDD27E7BF221 , 0x75B4D92DD01747FB919B13A935CE2F81 , 0xA517A976C5A14B64AB3F09F785EF8C89 , 0x3AE0330BAED643F18E9CEA63721A4BB2 , 0x9ECABFEA7BB9489C8B2E346F7F0D7DB0 , 0xCA09C59755ED4C41BB81B1CEF9C5D1AD , 0xCFB3AC24FF0B4AE8AD4511F87983E78C , 0xF240301C05B34011A17F6F65D4344161 , 0x16611B315CB04E8EADE69BA95F25281B , 0x24AC31824FDC47C8AC02408F06D6455E , 0x9EA2895DC6AE4003A17C98073FF88736 , 0xC0158CBCC67A471699B92DC15D66D967 , 0xD53019C21ACD4C2089D46454BE1EB976 , 0xDAA011C44F624E1090E6E095D813C668 , 0x278FBF54998B42B7AA372566D4C125F5 , 0x431AA18DB1DB47A288AEFC2FD4632D0F , 0x484F5BF4208640F08CD1404EFB86902A , 0xC0C5BAFB822B4560A01D3627EDA1E2FF , 0xFD971461D6754714BC217E6802C6E947 , 0xFE05FF27271249B48ACF9B0E2B4D1FC7 , 0x42983FBB89BE4FE0A3363ACE557FFA55 , 0x7568B8FAFCD044DB8322CD0FE457069D , 0xA3FF81FB0E5340649E0321E2F10F42A1 , 0xB398CB463C3149C29A1CFC4FC03DBE58 , 0xD844E4975C524390A71A860EA6FBCA4F , 0xFB3BBB675E514A10935A95F6478CDCA3 , 0xFF37DFF4425341479E70785827C41A40 , 0x20AF87FFC1234716A7A9F17D667EA62B , 0x38F46531A0AF45689612F52BB863CA2E , 0xF3FD608931B249B79CA75F11EA79598B , 0x0D7C3E7CAE5640CEB5BD36E89EE24AF7 , 0x199694A415B64F3391E5851B5A123305 , 0x4A05E37BF64C42D1BB1E18C829DB9C86 , 0x626804C36AA14B6D9767EEC1DF039B6F , 0x6463A7C81CCB42A096059FB8D0781B14 , 0x82FCFEB5CDD34C8A81EE430E41F69E66 , 0x859943804BD4441E9CF11152F6F117E6 , 0x8C0A85B5E63C49669C4564B54CAB49BB , 0x8EBE8FC2CE074F7E98A2396842A0DFF0 , 0x94F0600989F348379E16B7DE83435ED2 , 0xA4FF1CCF69F44D1B8F5D8FFAE19A3308 , 0xA8982897CB344B8E95C80AED62A1D76C , 0xBE3D7154E7D442D4843CD581C7BCEC2D , 0x0335F509FBEC4683A88FA3DF6F010B86 , 0x04216ECC95C0431C89BA29D7622BE9A3 , 0x096DEC8D4BD549EB994B09CACFDE33C2 , 0x2366A116C1424723A780CDC6ACB0615A , 0x3FBB7221C40A43BA81C8D3AA38B18327 , 0x4F7D8BA9E07E4224B9650CD18CC4F477 , 0x88F449C5F3D14EB7B4A853E6B5530CD1 , 0x8C12296D0A6B48009F1126AAA97D516C , 0x96EEF198E1044845AC4E25C06C23A952 , 0xCD13CC4EF6B24F1C863683EA011FCB56 , 0xCD745BF0F8394434839D0BE17B5759F2 , 0x12A58100181140B19164873F6DA56A56 , 0x3D83C5273E384DCA95BF35171866427A , 0x5CB185A1DCF84F53BDEE7B761E0706C6 , 0x994E3B9D0BE24C4E9E85D8E5E818965B , 0xC81C362E2673429AA342821701BDD22D , 0x196D56BF5F5647C789742E719EFAEA14 , 0x37BBA30762BC4931A3F09B8011133413 , 0x97226906DAA142FC88710724486EAC1F , 0xDAD68FBBDA74403A8DEFA70A069F89E6 , 0xE6FA119D9F0544D396A511F8402B549E , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x192C1AA2170B40C0BFDA59E46134AE2D , 0x1A8E25BF86464CF9BA6A46B7740F51F5 , 0x1AA3C98AF79746239AD1560D3CEAC900 , 0x1EFE6DA01AB34454A931ADC742026184 , 0x258E9E370A1B496EB994744BF8F06CA3 , 0x326F7144812A4041863D2E80A18DF61F , 0x3BAA73486E85480E8E8AA06D85D393F1 , 0x4E7773B2834E4D0CB4F23570B99FF4D2 , 0x530C0027D03F42018909649D96A61A91 , 0x54E61081B21641B49B2734745A4F51FF , 0x57670B5B978A400DA34AB0F241CBC530 , 0x66976B4781D34091AD9ECA8E747E4089 , 0x6F77CDF64BB14C6CAA4C72A1BFFAD0EF , 0x75C48FE9068740BF908F144B9894313A , 0xB97F68E4BC3E49B69D67819309680277 , 0xF8AD1ECD61B8461BB9048E73DDAC8009 , 0xB99544E2034B4CB8A381AB5B1C1157A1 , 0xBC6EAE5C171D4A20B99B091536F621A4 , 0xEE05D79E24CE4CFCBD7D5A761B58A615 , 0x266CB56447BD4008B7C203D7FCE35DB8 , 0xB7AB08EB1B124B5F82E9D40E617EEBED , 0x3898F35A1BC145CB8B5B49B474314E36 , 0xB4657D9F9CC04B2AAAFA023747273B45 , 0x0C7865A557A849E69A4994846D391EDC , 0x6DEAC527011C4CF8BF366F4B5AA26DC1 , 0x816AAA66D33D438FAA3FCA313B0044CA , 0x8A97F5F9074746DFB18E52E865FC4284 , 0xCF9CD85AC77A467E8770E64303CAB4EC , 0xEC3726D4E54E452D81E68EE3998C2BAF , 0xFF6B4D6343D2486EA620FBD2DBD1F4D7 , 0x0D0CA2B4BB8D4030927C5A0D8A630BB0 , 0x0E17C0DDAFF14104910ED3718B2316B7 , 0x77CF96AEB915454189616357FEF572C8 , 0x94B050D0D3184129904986E0A23D9B78 , 0x0CD4FC6C12BE48719F74DC54CCB660F4 , 0x0D8D1EE39AD84C93888C903F3CAE7FEB , 0x2BFAC312BF144B3D9AEA4E017E9B3D7F , 0x3A1D25ED8CEA437BB01F9D5E898BEED7 , 0x8CFD8BBD326F49BABDB65B248A4B3AB1 , 0xE897C17B0F644CF9B863647ECF9DD92C , 0x20DA1BD1BEA247649153D6AA4483986C , 0xB537AB59F0124252BF477DDEB68459C2 , 0xD957CEED5C17414990D1538F657F5E2C , 0x5B31C1F6B5004C9090605103B1864106 , 0xBB38D9C42ECB47B7817CF0B44BB4411F , 0x3151E3483E02444DB3D86B031FB48B47 , 0x413D41ABA4C942F1B8E8096A83BC8AB8 , 0x4274EB11F5FA4CD3A4E9DDA052CCEF16 , 0x8EC4B68BF4104CF6823EB52E0D75E1A4 , 0x81650FC9F9964112946A6F91D7C03F8A , 0x8FF627AB0B86448480D0C37383032150 , 0x9AE8B33F05084C1C8FCB2A2DB8D62815 , 0xBA3C785ECAEC4B35BBA96532D206408C , 0xCD2C6EB5698146838770374C0097F03A , 0xFA4CB2794EDA4C19BA9FCCFD0C96B489 , 0xFDAB68EF9B4B4FEDA890DE71EAAD1B00 , 0x33307723C0B74544B23D444284F595CA , 0xCCC1697E26574C0EA863969EF77EDA23 , 0x051B1DC0507B49CAA1389206CE691BF6 , 0x0FCF375CA45B4BC2A5469639D21FCE11 , 0x263399D2A82B494F956E2FD8945F33D3 , 0x724EF7E82C864E52ABF895FD37A92C7C , 0x8126F90B9402492E90B42A4B0F10FFEC , 0x9E5CD7DF0AB041B3ACEA277FAA064C44 , 0x0702C4119FEE4DCE81460604A8ED8B17 , 0x1FC23076FB0C4A5FAB1C64CBC1F8215F , 0x6CC30FDF544F4CADA4F311D7622DD756 , 0x7F8DF64B73FA4E0A8BFCDCC6405B86E5 , 0xB06779DDC549402090099617A1AEB28B , 0xE1585A0C277F4F0AA23BA07329662797 , 0x4B4677B7C42149AE9DE438DD019AAD3D , 0xA3F12AA475F446D092CA44B06CE89390 , 0xAA0AFB253E4C4422B0BBDB8BE2C2CB46 , 0x1ED42447C70F4A439EB03B7D05783935 , 0x2F8D5074F42648518EA376EB2A526AFA , 0x43FEDD96751E4476B7B05700EBEEDEF5 , 0xA0C6AC14772B41BA91D66D1C6D2220D4 , 0xB046AE42E917466881EA957E866D87B9 , 0xF6C7B8CF124D475A983147DD9E5C35D8 , 0x425CA411F626450C821C61CCD0BE2A9B , 0x61A026E641734085856CBDBDA3F26A77 , 0x5FB28B90B55A43B89DEBC843BEDE5C63 , 0x3BBB7FDB52DE4A1CB937DDF6C5E2C4CB , 0x6E3D2F0A9E984D0FA295F913416D9DEC , 0xC0A075DFAA0F41899004A2D154739D92 , 0xEC79801090654E09BCA04ECBFD69D80D , 0x1E90514A1DE94118AA3059B506AF82C9 , 0x4B87025D74E04515BE617113E1AA5DCA , 0x70FD6A79763342CBAA76CFCF0CC638F7 , 0x86DB2148751145009944BBB68AE4A505 , 0xB84036565E0245C3A7CF310AA4EFA5C1 , 0xC37FF4D375FF421980036935FCF28E07 , 0x9B5BAA92014149A590AD6FF0E1E9F652 , 0x3B31E18894BA40A1B88E274873571600 , 0x7F71CD9AABDE44E0A348AE575C824B46 , 0x2B612DDB607149D8914E97E6ACA6A6FB , 0x3CA18D4FF0254760A9C4371FF83383B2 , 0x65C3D1205F6F4BF9B8CEAE3110ACCF23 , 0x6BB4E02E328C4E0C92D20E1623037F70 , 0x7A698BD34B944829BD1C5EACDE3A3ECA , 0xA8AE128EFE194DD48AB9FE5A7430AB67 , 0xEA15A1738B4F4C41834FD7257A890B61 , 0x23AE28A1B6EE4D02B09EFBDC2727744D , 0xE919F6D050AB4A5BACE6B3C63873B58A , 0xCCDE23F659D54699A1C6E9C53A0570F7 , 0x2F9973F7148C44E08A6C01609AC26E8B , 0x544C7799FDE447E5B56B00383DA9E5F0 , 0x452B25D2CEA64933A1E4DEEEC05F8EEE , 0xE36E0F03438B4FB594479426C72C050B , 0xE9BAFE5AA86B418387B18044C02A312F , 0x14F2ED72991A438CAE294C66DCAD3936 , 0xA0526D0FDE92406ABA5CA6544C937B07 , 0xF51DF11E4F9F403285BBAABC2779C0A1 , 0x608CACC3C77247E6956014DA27A03185 , 0x6DF1957B402841BB8CB621BF1977692C , 0x7DA6D8B0381845E19F21CB81CA36683F , 0xD22910E8A61C4B65BC6B486D8F5FE6F9 , 0xEFF5B05ADE6746DC9B05D3C9812E2C95 , 0x15303AE9F1A74BA5A55620E2665CEE80 , 0x2E4897D8957142679449791ACA5323C0 , 0x8E08D8913E9B4B7E8C00034977199108 , 0xFAC08313D5E846C691FF1E9D1A44FDCE , 0x228C9927878D45248E2C8D8BBC06614D , 0x366DE4725CDE4574B9B53F2D78B3D8B0 , 0x653E928E8F2841EAB8D845A22BDC76A9 , 0xD94A522D0E6840BEA21437398D646569 , 0xE374CBC7257444A2A2E2B73CD8721E3D , 0xF769DE390D924D9E97D40C92F385B1CA , 0x6C252A8AFF34420A9F774E83913F0CF7 , 0xD6DC85202A4B42C8B40711D268BBC885 , 0xF6DD4FED1581461A826376FF94C917EF , 0x09B463E9F2AB459E9CA1542124BCC605 , 0x2C0B86C727F24BAC9E3F61A59E09A407 , 0x9C4B1EB46293433589E969BA08D7718C , 0xA4DE1642B362475299154B5C9CFC6D25 , 0xEDDB89E3806D4F31AEBBE965AF078A41 , 0xF912C45F9BF24C52A05A1F610E9D6797 , 0x2FFEE8C97E0948CF940AF66DD4644B29 , 0xA21D837AB0834D3C9D66E568A520136C , 0x0FD27251533E40A095C0B34FB26E8DB3 , 0x310CD319C1F940149E39B34FEFFB7DEC , 0x381D3017DD6F453D804C62AE6B0910DE , 0x3B9EC48511704A45A749E34BA4A78A27 , 0x5BEAC2CB69C642DDBD6F941146095A2D , 0xBDCCBD052FA444A78DCB91CBD611AEFF , 0xF54191BDC08143DEA36DD5DBCC534ABE , 0x146DB29829974C9888638E6EA0602F86 , 0x21F19ED5F68848CAA44666DF33030947 , 0x6575F4ADB9064420A96E21D9D69B8C2A , 0xE21523F48DF4458584C361207A9DDFA8 , 0x05A73350FBA54C248B30E6CE5FA9F778 , 0x4C73AF6AC02D4893811FA85C9F2DBBBE , 0x6A164354834B44709C9C498CC3716BB2 , 0x8FC430B405AD426995D786B34EFEE04D , 0x04F46D00DBFB4FEDBD799730E701CE2A , 0x39DD7C0901E14368B7504238473890CF , 0x0880C2D5250849B3903A3AE6BC0BDCCE , 0x459E5A8A420A4F7999CACB75483AD9C0 , 0x45A5C92269094DE29FE802839C85D0AD , 0x4E434EE5DC2F41FA969117A6D192C6B7 , 0x928B63D2B5034005BF018781C39B1F24 , 0xCD61EE13C66B492B80FE4B1F7E2289F9 , 0xF0B35A9AA6D948318330A4830B3B439A , 0x2149C25CD993411A80E769C0327F6704 , 0x555E80CB43CE4A0A897716F5AFE9C190 , 0x56B17D4BF7EC41E3902A972B3B394A6E , 0x8C4B126227664533B16F81AFB3F18C09 , 0xBE37BD8C203F4CD8A2BD68BEF06B795B , 0xC0A06F35FD9D4130BAAC55EE3E74CD1F , 0x7693878D73464124822F453ED85A9AD7 , 0xF2BEB79CD468479A844B96089D754D5A , 0x191932C1975441A08811713EE134AE2F , 0x9BA09A6609284F40BE03AB8D129C717B , 0x309642627B854769A836699C34599E6C , 0x5303685636424FF79BCF9131320F410F , 0x72A334668F2E43B7B118EFD856D25F00 , 0x91703B08468D4754A6BF57474F8D462F , 0xF514E4D7D6544721957FB84A17DFFC61 , 0x084F67184AE946E68F4D4BB29F507183 , 0x40CF072CF0F14FB9B53100AD6FA3A8F6 , 0x93D0D8BE9E124D07B38F72E75F7F9E9A , 0x985D5CE2A23E4B139B4103EF73F0106C , 0xCCE1F31791934231B33920AD82075002 , 0xD28D246408F140558FD7C7AADB166C89 , 0x0AC2C900ED7B406C89CEB2B25D2A968B , 0x6281F079A06448188A4552717000499B , 0x7146BE2674FB4B3B8344793ED64D0575 , 0xDC1B6AC40CA14D0AAAEDD3E857C04C23 , 0x2891D968602540A4B297CC03F378EAFE , 0x47FA48CC1C724376B9C50B27B368589B , 0xBA9AF110993649FA88E5A6D661324151 , 0xFE322CBC0AEB43D7ACDB12AA3DB38AD0 , 0x1CD376135038414C916B51394ABC35E4 , 0x46611940D2024B059DEDDBEFAB1EA0E1 , 0x81D5A96B14334BAA9817D3B0B6042E42 , 0xC4DA5051F7A14E499855CA3AC68A4C4A , 0x6ABFBC694D004B13926B1AE18F9E8A79 , 0xB145EB19454746DEA316D9ADA74DC572 , 0xB67984278B004EE6BE0EBA3A2E6DDC4A , 0xEE4D3E805B60478B8CD1A122D5956498 , 0x386FFF8CA34C4CC78FDED891EC8A8981 , 0x93B4874CAC024BD490F28B9323D28E7E , 0xE005DBF872B64CA99A821E295B17DEA8 , 0xEB9004D598104B6890DC9D1F165136E8 , 0x6DEFBFEC5EAD403C8B9BEE048650FB7C , 0xA617EC724C1743529DC26E2EAC0EF59D , 0xCA2B71DB955149B8975A9832B0E0097B , 0xF057722155A64E0E8AEB7C07137C53FC , 0xF8C4A001EAF94FF19B96466EB7B39367 , 0x36724C4B5E0740D3A62B4E00B2868DD7 , 0x21320CEDD8CF471DAC9D1596A17B725F , 0xCE53B87D11714BBD88391712D9C1A9CD , 0x436D830B22F542EDA38A303C30DDE4C9 , 0x78EF8E72D7AE484BBB8157112B525F2B , 0x7F8DC0BE2B1349E19CCE52E1DC60799B , 0xDB132C8420DE462AB3BCC923A65B10C6 , 0x60573E13732F483AB3561262985DC088 , 0x61916A945881440180D42596DAD358C3 , 0xAB18D899903E435BB51ECD4C94860D39 , 0xE693C8A605EF4F6A9CF2D2AFA4123166 , 0x79DD2A78956D44B5A38542783657A59B , 0xA88AA4DF64724654A5DE2127D949C1AC , 0x5009B0318FDB469FAF826E9DD3EE963B , 0xB03DF5E8A9BD4FBCB6909ED84B1B9BAD , 0xB2DC6DAA64D04219800D80B073DC682E , 0x68B3F28E497B489C87D642A8BC0DF370 , 0x9AFB63EF07D34F63AC4446CD63A941C4 , 0xAC2E497E5F4D4CECBEA2FE43324C249C , 0xBE048CE40B0C46D78DE9BE99BD71E267 , 0x8613AB9F20704DA9A8265D8FCBED3842 , 0x4EC1936FD5FA4E8CB08164AB5E9E5A46 , 0x6D887E4B81454A5FA4CC967E739DA29E , 0xF495AD152879492ABFA0936E6EAE31C1 , 0x794600A59BE648EF82894B955542566C , 0xF84336AD5D894BF3811E78C0E1A6FC77 , 0xB6FCA261C32640FAA3C2ECFFAC1EFF57 , 0xF7345F774C91492897B69E884FE89DA5 , 0xACB41DE3F5C54786BCD0482CB08764E0 , 0x3C274F208C344EB2BC9D41E32A755FBA , 0x67484191754A4AD49FFA78D2774A5BF8 , 0xAC4AB00F310041A284E426ECB3A45F90 , 0x0CACCA4751274A4C84197560DADED400 , 0x45E36C9983954BDA96DA966A8B856099 , 0x5C1B98FC1FC64E29B9C7A8D4DCF8EB10 , 0x27E55A36C1CA4573B29AE59CAA8D7A56 , 0x4008E67102BA44149FC59DAF9240EE57 , 0x4145C0EC3A374BFBB10E45BA9826FDBD , 0x555B8C37E0EB4AD593DE6E6D40CBEC0E , 0x811CE8850F9E4CE8B7331C5B11744832 , 0x8A3247809CA1481487BB01D95439A163 , 0x2C2848C99D814B5CA7D4AA6F938A0A22 , 0x8E8F6A6B2AC545ECA444D6A08B6B947E , 0xC07465E3464E47D6A2F696D9114EBF50 , 0x57E7F495E2A147C58AB1450E55DD8ADD , 0xF5E45300E02E4D3181F4FFC09B3A341A , 0x10A7826F426545C0B4066E9AAFA96653 , 0x0753F1616CFD44B78F9A8C4A7271CCC9 , 0x448E533A8CEA49E58E8FFBA41F4226CD , 0x4BD191ECFC164A979AA65CDECC3ED1A0 , 0xC3FBB99279914EEDA119C3D26FFE9084 , 0x6554A95436DE450FB41F2B3F39C49CBF , 0xB4A94CAE43F24A9BA67C419D7CC6FAB7 , 0x0BE47E166EA44F469E9FF4018E1BC192 , 0x1714D198638441598DB66FF331D59A18 , 0xDF6FD2D5CFD14B039155A3B574B5B2AA , 0xE69F186532E340B89B66747D88B903FD , 0xF9385B6FB4CE421A9A82ABD5F62FAD57 , 0x3A733A3AD25B48C09D1158F833C87F9B , 0x73C56401206C4390B14EB34F507EED13 , 0xB25CA9CC769C43A799F2A3909A9DD050 , 0xBF0FDD6C474648588DEF9FA5A9EA9FE9 , 0xE0CC1C4C7CBD4FFBBE8859A5B8D34922 , 0x76B5CD3E4DB74141AAD2B58E95AE5A62 , 0xC1D5C96CB323428790CD279596D6F33C , 0xFEB77885C5FA472BA8AA8ABF3A78E658 , 0x315B58A2A1584383961FE37B07A709A1 , 0x5079E81AC5174BAD982F1E1657C2F84D , 0x3856ED02BD5B4D998A7204AE9C1E5EDD , 0x1386A6836686473E8262A7A9D13407C9 , 0x1E9F9ACF872840A9A025B5215AC4643E , 0x9F82100F39A34651A2ABBB928279F48F , 0xC9BB1F9E5BA14906B5E568F81962C334 , 0x8D790E9D0F4C408787593D5B403CE6C1 , 0x1F019DCA73E24C6481F8873163557DF5 , 0x46A02BB9650B41858425DFAA3262F4E4 , 0x63A7F781EB324307A3FBBA519B80F394 , 0xD347F433149941D592D7E7E85799FD45 , 0x18A90F0E554343EE94D8CDDB3116E378 , 0x32056FE13916450DAE592D9CE144FF19 , 0x2EB97AE6C52348D69A2EE6931896CFA5 , 0x5CD7A004A6EE4CAE9B24B096E156CF1A , 0x99900DAB9E6147838C212873007BCF9D , 0x70FAA23BEEB64EBD8477F3679E6BAD74 , 0x7C4316A1E22F4156934B4973B63F4E2B , 0xBF7F33A21D0444AA8E44DEFD63C8A1B3 , 0x50B5FE405D2B49D8A99F143A9CAD2022 , 0xB595A76441EF424AB814CE554AEFA9E1 , 0xE5627176A18A4AD1873761EB36BEB6E4 , 0xA41921A148CA45A2A36B0548739DDFA0 , 0x07E8ADC884E94B63ABB979C2A436AF36 , 0x8F48B949AD9C488182120BDFF3E45455 , 0x0727DFF30E8943429387E1E19C4344BB , 0x4CEA61404F5D4B84A784380FE4FB740B , 0x1DF93B98C5A042C8BC4C3A8D110E8861 , 0x94510934A7EF46BAA4B8D38D929FE708 , 0xE1BB5D1D4B514F02A683F526C18DA0AA , 0xA77914FF485642628C5AACEF2434FF54 , 0xEE7DB88CCEF04A3A8C871565A0FE92E1 , 0x27CBD94972F146818294090C130AFA16 , 0x32F1628BA1D8470D8A7D3DE56B7BA7DB , 0x99F89F2D7E664DBAB90B6C602F3C97C8 , 0xB9973A723FD2420EAAA5D80BF5CB878F , 0xC03E8AA921E645799507ED6C0B509642 , 0xBAA65A27FB47402F8185FF835E7DE751 , 0x4E32EA5157F54501986EA214E152E9DA , 0x5EAA770DDDBB4D2B95D92574A5092A2B , 0x8889722AC5304E17AEC8C9BE7650B88D , 0x88B9406556A449BA9A81EDC8238FBDDC , 0x8BB427B6FB6445A5ACF4E7A09E7383EA , 0xEDC8938F864F4A7387E5C9D7F2AD34BB , 0x26C74E69A6F34705916F30D4F6C1CB77 , 0x1E5701CB404F4088B18D20B22D435EBD , 0x1F5698B23D76438B9CFC62BE4C2599B5 , 0x2664E0C289AF497CA35A8152226FAE30 , 0x28CDE03AAB804E89BB33924EE979833C , 0x41ABA7A2D01F4A2D81521C092A122792 , 0xF6392FE0CCEC4568B934B7D196ECD701 , 0x04369459BDDE40D99608070E79EB7703 , 0x064D25A1CD144027AEDB8CB5D75FB537 , 0x2C9FF6AEA93B454B86D75E8AC2118BB5 , 0xBD164C6D3F3E4D94AB0941C0683CE02A , 0x08463EE8B11C474CA54771FEFD7905AB , 0x29482EF63EA949798182793CDD970B97 , 0x4E9697EDBF524226A24D24B295000809 , 0xB8864F49BC014FB1B6F38C019B44ACAD , 0x073762DA08FF485A8AEBA409072F3F6F , 0x4E686B55F16D4508B4E17CD243846B34 , 0xD9B78DAF516F439A822CE923BCD43163 , 0xE1CE1A451DE94739A2162602611B9953 , 0x09AF568E07BC4ED487F1DB8D97ED6EAD , 0x14F109CA315E46B08937215EF26F7F6F , 0xEBB21299E68B4607BA6BD57008D8972F , 0xF0368E094038405DA98F80B8F80AAC1C , 0xF23E3E598A704237B5907FED97D3363E , 0x2E85E84719374EF997EB1174BFB6A712 , 0x782D2FA3EDC349AA9582712AADBAEA10 , 0x2C852C142A4B49A3AE4D4AB4545476DD , 0xBAFA398A7FF64434AD4EF66305178D42 , 0x26A98E09408441CABCC2AC2F026B9E77 , 0xB1361D47B02A4811B4C58EA89D44DF79 , 0xD904347C5C074C02865F1403CA254FAB , 0x1C8D557EF0EE4F0A87F84FE1DA188E22 , 0x23E1852898E742349F5D411F96EDED34 , 0x3DA92939A4814A1F92521121535AF876 , 0x36470DC7D8AB4DF48A45D9DCFEF574CB , 0x3702E723EB6F4F47BECA9F3E8109448E , 0x09AA9B43F907466DA0A7044C8200BCE4 , 0x43E406EAF125425887A07735244D765D , 0x8DA8ED0372CE4DD2AFEC01E7AA9CE075 , 0xB2BAACC450BD4AC284B0B3F98F4874E0 , 0x1A33942D38134909BEBA11ED4DED25FC , 0xE60AE406B2D6467485AE037668BF5626 , 0xEC1A3737B19640E58CFC7149AD4B5FF6 , 0x783536D15368429A9A714819CE317B17 , 0xB4B045C9B0054892BDA538B03198C6F8 , 0xFC74DD2CA5AF4F0094362781E1D3EB6E , 0x1D54BDECED984A6BAD13699C9DE51E12 , 0x3C91BA8A71B14B289F9EDAEB89FA29FA , 0x3EFC6EA75491424186EBD70329BEB2DC , 0x2E1750B77E5D413593F1E0D460DB3833 , 0xC03E25E488D44AA797F8F069FF73140C , 0x3A7E615CCDF54ADAB1657C45CD03A767 , 0x3E9F375045904954B6A47421CEDCE3B6 , 0xD5F6F92ABF8742A9A790F9BB642E8922 , 0xDC3FC883142C41B0991920D8AEBFD599 , 0x0642813495A44396A5BAB707776DDED0 , 0x6A9A787B21DD43ABB43E00C1BA705A66 , 0x6C7C265B597C448086D148499FC4AA7B , 0x8FEB68BB24D14C9ABFA8643DFC761B35 , 0x3519EFA76883467692D613BFEE8D6F15 , 0x6FF392F14ADA44159A067FCD9F421D66 , 0x4BEA2F1C923841F685C55603A91262B8 , 0x9ACB642BF6434A57A8252D18626C2065 , 0xA8D50C70749B45D4B41B4357F362ACA5 , 0xDBC84002E0F442EBB3273C6503989A8B , 0xE0676B92040C4E1BBA9D6E5C3B46209E , 0xCF71775561184DEA8B943102EEB27073 , 0xE3710B56B7A949769D63042231667680 , 0x3D9BFD65E99D4BAC97CA049703ACFF97 , 0x519D4FC228A54A5492F26DF06CB17B21 , 0x7F598FB4FBAA4F40A8A76508200255B1 , 0xDCA09DCF19EF466D9F2CA546224BA29C , 0xFF665DA5F3074E34949A8C5540F27984 , 0x35D2467247574055AEAFF9345B4C23D4 , 0x5AD8B6EE64B449DCA8B769698D5D587B , 0x94D4B2148BC140A787485314A29FF110 , 0xD292A5BFA3FF4594B889876A91E1EA46 , 0x4157DF38DB64454E88AEB52C764A28DE , 0x1CA0C1A238F34C5DA10CA1928BA8E1E6 , 0xEA651B7475F5455A81CE7F3958E346ED , 0x12057C479D434731AB790D9F39BA7225 , 0x786238F674834F7592AF7BB0F9BB86A7 , 0xD16C24D660334BC393A97FBCA2E211FC , 0xE30E3A27D17C402CA9CABEDEF85B418B , 0x60B34DBEC4884C27A0D052896354F185 , 0xC78B36662D4A4D68B53EB0F03B844A4A , 0x309098F41C594198822201667051B334 , 0x40FE7DCF968347F488398AA28F819497 , 0xA09F22B0928B43B99A3BFC8A95862563 , 0x1E5DFDE13AF84B98B3EF21AED211813E , 0x471C7D613DFE4D849BD31D17B2A9DBA3 , 0xBD8ECB9ADB1647ECB40B0917DF433ECD , 0xF71099B3DB0D42B0833EEEC1C100AA26 , 0xE2F24769073B42F18E12902FB450A4CB , 0x22ED751DB6824D2D8C1E90DD1E9AA1FF , 0x2343DA6A800644BE8DF865CD6A1BF16F , 0x37F2AE4A628C4DB9A654C9FD6035EE12 , 0x614ACD7D4198467DBFAFCF14167DFF66 , 0x24DDE649604D46ACBA3D3D64DA220CBD , 0xE0EE936DAB47445DAFD1B0C5A8EB52AB , 0x45DDAC768C354F52A35968FB537EE514 , 0x64E612B432F74D36B0272F9ACC644066 , 0xF95997A96A464D73A8BEB78C2370066D , 0xBB7BA1B75D76430F9F7F3CD902F3FC1D , 0x69DE6AACF0C945C1961F6960882D01CE , 0xDFE08CBBD0804FBAA99639E005B74B1B , 0xEF6C1AA5673A41958511C225D8089DAC , 0x55E08836DD664035A90994695C60C2F1 , 0xDE28A57483E84459B7AF962FDE98EE27 , 0xFF999791E4044D46AB126F88970A6CBA , 0x2D945B5A748F44629983C5E72466D49D , 0xACCDDDB87B0F4B80B49BDBB2065AC00D , 0xE0F9E90E92FB4E54B0DC7DAC0A57F3D5 , 0x09594CE9B97546C2981E4A7EBECAD11D , 0x7A9768A412B242E3A969D9BAEA68AADB , 0x7F65B3C2C61E4F689851C6A45F25DB7A , 0xED10CA974FB140E7A5BE822B5E7F4632 , 0x86C09AA70B814FA4A3B9932047F1D93E , 0xADA67B26124342799673E8E470B82171 , 0xA76F5888E81940B488E09C11EBC09936 , 0xDB2DA845F5874F46B5BCFDA5B0139E3F , 0xDD73DB870AB94005995246578F1FA69C , 0x6CE2A16DDCE4432993732C41251A6CB6 , 0xBF2D6E4694734531BC80AB396F0A5E74 , 0x96BAFE09CB6D4223B3DF015E347FC1C3 , 0xDE2B9623F7BE42DD9F69FCFB5C5E3EE6 , 0x207761A33B08434F80A8CD6D0EFA6C94 , 0x79EDB9E56C79496EA2BF9E8BB391EE07 , 0xB91DA7E9FAE94D12A484E6C8967D7721 , 0xCA42810854254261BD97F0F626231507 , 0xDD39C6C0E7DB4EE2B568A3A14EDAFD87 , 0xA259027364DB431D9CA11E534E62EDD8 , 0xA5817C441CE2446D92901634423B33E9 , 0xC835C9F277F54951B3D6C6CB45979212 , 0x1123116D7664461FA7B9CAD522261CEC , 0x175AE7752421488FBB9D3C7DA8433880 , 0x53C5F8287C3B4CE88260668B2FDA64E9 , 0x6030A0235144424890EB5328B7F1BECF , 0x7B28C88CE5934E7F8FF0723A9507C067 , 0x4335BF4D5DEF46DD8226914F59ECB0A8 , 0x514C2AB42ADF41BD9F387B6B202F2264 , 0x8A7576240051475E86D9123FAB72FA53 , 0x585C31A1BDAF461086123C51788A212F , 0x5BC4F976CB9D4C7083471725488E2B20 , 0x673F49E6ACED4BB2B27F461415F961FF , 0x813C077AB16743AD905145C15F673D6D , 0xB878C3532DE64089B6B3B88027028EFE , 0x437F7824E21342F5AFF90EC0B53828E0 , 0xD7EC0B7E086845ED87845EE343CAAB89 , 0xAFDD59F8227E4760BF12203DB12D6B27 , 0x1D92C598CF8642198C803EF6699B9444 , 0x17B0E67DBC0D42249F90911A7E32639B , 0x18ECC5B3A3CA4A9B82F3D7FDD2A368D1 , 0xE44FE9F6710B43D5A4BA2CB7E94D473E , 0x286FC759204942BC8EA450AC513231B9 , 0xA398A57FC64F4A128D190F8972857131 , 0xD57EE57EFA634E8D98EDB046CD3A3104 , 0xFC6A2DDCD5B6474B9216779B984D8E07 , 0x0443B9FC9AEA463684C2C0D4A1972F40 , 0x56AA88A901C947AC9B97FF66BF8868DA , 0x5E0A9A0579E8490C928812884E6EE1EE , 0xC934CBF870B54655BFF907A5E6BBD51B , 0xE2B9CED4FA5C4AB4BD79328796CB6ADC , 0x43D803F202D34FFBB9E3B76EE0795121 , 0x727CC5C97E80436A8E8F62FD6547C282 , 0x7D187316FEDB4361972E9C5C136E43CE , 0xB906B5EAA10244D0A39749B2EB3362DE , 0x682BB27EE0B14528B50B4CAE3B7E07F7 , 0x8BF7541EB713440DADC7EE4E69605C56 , 0x031A23EBB76F485CAE57DE72C2D0AD81 , 0x0A19AF48290F45C895FE4170E1A3B56B , 0x12264A8408574062A8E1150D2D9E981B , 0x78007B91ADF54881A2478638C8FEC522 , 0x85E557648C1540739DC568DCAD8FB53D , 0xAAA9A57960AF42CFBF270A3F257DCF10 , 0xC05E4F8F553C449F81030F0F5B02E990 , 0xC954207282964DF8A642D877DD287F32 , 0x2FB96CF4D60246A48B9F0A5D7AF51877 , 0x43FCF33E5F434871980171567FD66E92 , 0x66C6C257B8074238A1B7A3D28FCAD51C , 0x0D307934420245CCA7BFADBBA3DE2115 , 0x974783A0338F462B812E08828942749E , 0xCEB799A95B8E429C92B8CEEE603CD8F4 , 0x6A8C379DD2A34F0BB43A4FD52174C40B , 0xFECCD059A3F0488DA2FDE46947523AA8 , 0x92F6CA255826473DA1EE499C44FD861B , 0x205173540056479B88B22F099E42C224 , 0x9CD2848007624D6FA596A13BF092BDF2 , 0x407893E6A5384DF88E0113F8AC5538DC , 0x2CB8AA29815941BCB625D08A7454E2F3 , 0x5185846CC7C8481B8A4CC3EB8ECDAD34 , 0x392653F285384D2180D0A16849C3048F , 0x39D99D02EA144C448EBE8D88972FCBE5 , 0xA3BB55FFD174440CAA6B36AAE51CD1B9 , 0x4AF4DCFA62F1427B823C8B3CA5033AAB , 0xDF0487B807684282B7826E011F24E6A6 , 0x8685C1BF28C647B796FB582FCF0B19CF , 0x44654C09042C46C6B97A56DBFF339600 , 0x557B06AB7E244478B39F46985607903E , 0xCDF963F3D4F14BEE885C5567B4169B4E , 0xA1DA66D302F449C180152A0FAAE978D6 , 0x872C15C4B07D4DC381DC1A26BB47CB13 , 0xD72CCAE6C2604503AD0848BCDB34D202 , 0xE13837E507E24177B89B11AC5BBD88EB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
87
0.78 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
88
2.99 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01933FD0CBE772C58004DC57CB30CB1E );
Copy
89
0.53 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x01933FD0CBE772C58004DC57CB30CB1E ));
Copy
90
0.67 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
91
0.33 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
92
1.70 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.NavEntity` . `id` as `category.NavEntity.id` , `category.NavEntity` . `category_id` as `category.NavEntity.category_id` , `category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` , `category.NavEntity` . `category_video` as `category.NavEntity.category_video` , `category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` , `category.NavEntity` . `created_at` as `category.NavEntity.createdAt` , `category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` , `category.NavEntity.translation.description_top` , `category.NavEntity.translation.description_top` as `category.NavEntity.description_top` , `category.NavEntity.translation.description_bottom` , `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` , `category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` , `category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` , `category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` , `category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` , `category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.NavEntity.translation` . `nav_id` , `category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` , `category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation` . `language_id` = ? ) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"géOà¤#K“‘dŽˆ7í²• "
]
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.NavEntity` . `id` as `category.NavEntity.id` ,
`category.NavEntity` . `category_id` as `category.NavEntity.category_id` ,
`category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` ,
`category.NavEntity` . `category_video` as `category.NavEntity.category_video` ,
`category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` ,
`category.NavEntity` . `created_at` as `category.NavEntity.createdAt` ,
`category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` ,
`category.NavEntity.translation.description_top` ,
`category.NavEntity.translation.description_top` as `category.NavEntity.description_top` ,
`category.NavEntity.translation.description_bottom` ,
`category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` ,
`category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` ,
`category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` ,
`category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` ,
`category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` ,
`category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id`
LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.NavEntity.translation` . `nav_id` ,
`category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` ,
`category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom`
FROM
`nav_translation` `category.NavEntity.translation`
WHERE
`category.NavEntity.translation` . `language_id` = ?
) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(`category` . `id` = ? )
)
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.NavEntity` . `id` as `category.NavEntity.id` , `category.NavEntity` . `category_id` as `category.NavEntity.category_id` , `category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` , `category.NavEntity` . `category_video` as `category.NavEntity.category_video` , `category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` , `category.NavEntity` . `created_at` as `category.NavEntity.createdAt` , `category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` , `category.NavEntity.translation.description_top` , `category.NavEntity.translation.description_top` as `category.NavEntity.description_top` , `category.NavEntity.translation.description_bottom` , `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` , `category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` , `category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` , `category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` , `category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` , `category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.NavEntity.translation` . `nav_id` , `category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` , `category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `id` = 0x67E94FE0A4234B9391648E8837EDB295 ));
Copy
93
1.55 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"TrustedShopsEasyIntegrationS6 "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'TrustedShopsEasyIntegrationS6' );
Copy
94
0.79 ms
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = ? AND `payment_method` . `active` = ? )
Parameters :
[
"Kiener\MolliePayments\Handler\Method\ApplePayPayment "
true
]
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment' AND `payment_method` . `active` = 1 );
Copy
95
0.77 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
96
0.48 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
97
1.03 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 “\x18\x1D Ä•p$‘Ws`\x18 áX@ "
b"\x01 “\x18\x1D\x18 ÛqE¶ò©ÛÅî\x0F ¼ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x0193181DC49570249157736018E15840 , 0x0193181D18DB7145B6F2A9DBC5EE0FBC ));
Copy
98
2.21 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/67e94fe0a4234b9391648e8837edb295 "
"/support "
"/account/recover "
"/navigation/5ca2b75300854aad81822c4839382fc2 "
"/navigation/67996f09feed4edba6037746f4d04c55 "
"/navigation/7c91e191e1b44bcea07d78e00fe3cd92 "
"/navigation/70b16c79fa434cd8b60738feadc6a47f "
"/navigation/52f659d7bdea416e94d96b63918d533c "
"/navigation/df5f93cb301a46a997d4363299eaed3c "
"/navigation/c7431e7d43ce4d5cb9a419b0a4ad25ba "
"/navigation/7822efdd87364c70962c834bb54d7a2b "
"/navigation/404fad26d0774c30a540bcf592ac9ec1 "
"/navigation/704edc9c699241d0b0c1246fc0a2238d "
"/navigation/5a425d0de51c497b9ef23f86c84830ab "
"/navigation/63c138021d9a4d3f971575b2ff5a52cb "
"/navigation/5a373591efe7443ea6cd418235f48f89 "
"/navigation/a3c62fd246db4eaab84d2322f6a40700 "
"/navigation/f73cb1e0fc9044d499106966da2d3298 "
"/navigation/8d235606c6624551a64be75c72bc932f "
"/navigation/33a390d5e7c547b88062acd1bd1f4f43 "
"/navigation/ae5dda55ead74629afa892731fed2ec2 "
"/navigation/d93150d5f9df4bf8bcb9b10a4b38b7df "
"/navigation/45a2aec1a90f41178d34aa55a47b7960 "
"/navigation/b5612a21f9b04b879b1b9d60c08e36e1 "
"/navigation/1ea2dba5b5474d10ac40cd4c962d8b8b "
"/navigation/4889cf9e4cb449d7a989968b16ca2988 "
"/navigation/342dc12fc5e740789b42068a8b1fb6e8 "
"/detail/62371d157d4341db8d9f2f089c2fb575 "
"/detail/b7f8ceab3f71436f9dc7a1f5c8b41c5b "
"/detail/26a9b72016984bc190a14a162fcec5bb "
"/detail/620b47bddef64bb6b760c94c94311f13 "
"/detail/9ae8c40af840487c9ad9093556b363c9 "
"/retoure-und-reklamation "
"/wissen-kompakt "
"/bestellung-bezahlung "
"/impressum "
"/datenschutz "
"/AGB "
"/widerrufsrecht "
"/rechtliche-hinweise "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ’µ8öEr²ªÍW«a$LH "
]
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/67e94fe0a4234b9391648e8837edb295' , '/support' , '/account/recover' , '/navigation/5ca2b75300854aad81822c4839382fc2' , '/navigation/67996f09feed4edba6037746f4d04c55' , '/navigation/7c91e191e1b44bcea07d78e00fe3cd92' , '/navigation/70b16c79fa434cd8b60738feadc6a47f' , '/navigation/52f659d7bdea416e94d96b63918d533c' , '/navigation/df5f93cb301a46a997d4363299eaed3c' , '/navigation/c7431e7d43ce4d5cb9a419b0a4ad25ba' , '/navigation/7822efdd87364c70962c834bb54d7a2b' , '/navigation/404fad26d0774c30a540bcf592ac9ec1' , '/navigation/704edc9c699241d0b0c1246fc0a2238d' , '/navigation/5a425d0de51c497b9ef23f86c84830ab' , '/navigation/63c138021d9a4d3f971575b2ff5a52cb' , '/navigation/5a373591efe7443ea6cd418235f48f89' , '/navigation/a3c62fd246db4eaab84d2322f6a40700' , '/navigation/f73cb1e0fc9044d499106966da2d3298' , '/navigation/8d235606c6624551a64be75c72bc932f' , '/navigation/33a390d5e7c547b88062acd1bd1f4f43' , '/navigation/ae5dda55ead74629afa892731fed2ec2' , '/navigation/d93150d5f9df4bf8bcb9b10a4b38b7df' , '/navigation/45a2aec1a90f41178d34aa55a47b7960' , '/navigation/b5612a21f9b04b879b1b9d60c08e36e1' , '/navigation/1ea2dba5b5474d10ac40cd4c962d8b8b' , '/navigation/4889cf9e4cb449d7a989968b16ca2988' , '/navigation/342dc12fc5e740789b42068a8b1fb6e8' , '/detail/62371d157d4341db8d9f2f089c2fb575' , '/detail/b7f8ceab3f71436f9dc7a1f5c8b41c5b' , '/detail/26a9b72016984bc190a14a162fcec5bb' , '/detail/620b47bddef64bb6b760c94c94311f13' , '/detail/9ae8c40af840487c9ad9093556b363c9' , '/retoure-und-reklamation' , '/wissen-kompakt' , '/bestellung-bezahlung' , '/impressum' , '/datenschutz' , '/AGB' , '/widerrufsrecht' , '/rechtliche-hinweise' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x0192B538F64572B2AACD57AB61244C48 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
99
0.83 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"\x06 ;\x1A Ô÷²HŠ—j²\x1F g\x0F +¾ "
b"\x07 ü©»äeCÓ¬4^AóŽÿ "
b"\x16\v 5è0ßN+±\x16\x08\x08 k?Q\x00 "
b"\x1A pÎbÖˆOv ‹‘\x12 ÿ¤h) "
b"#{Þ\x03 ©g@ œ“¥R¾òj\x15 "
b"'[ÆÞ┤ìN\x04 ïð▒ͼ§ƒ╩ "
b"'©mÑô\r @ÝŸ\t /÷‘\v\v á "
b"-XfÈ\x04 {Oüª´\x1E ë!õL¼ "
b"7¢^¸¹äC%©€ª¶‘Øž\x12 "
b"=\x03 ÷zXLN?¦S~w*w|Œ "
b"Aš\x15 ÷n—Nü‚òF\x18 Zë³Ä "
b"""
M\x16 \r 7FòAJ£\kH±\n
t¹
"""
b"b\\x13 R\x12 FG\x1D §åcì7¹8\x10 "
b"fœ¸¾;ÀK‹Žq«TÁÞÞ= "
b"v|<\x15 =.Dê¡ÊJø5;Ÿd "
b"w«S;/TE&¬ègâ2É\x04 Í "
b"""
€‰U†\n
\x1E @H„p$G›#2\x0F
"""
b"†ñ¼áf\x12 Hþ„ÔÕ\v P_-F "
b"•Ó\r »žˆFõ°žM׳ß\x19 ¨ "
b"•éÝØHb@£ŽÈ‹æ¬—\e + "
b"–ìeø%µE¿—ï ‹l\t ä+ "
b"¬.\x1A F▀\x1A DèÉö\x1A ƒú+Z× "
b"½$GÀ\x1E ºJFâç,Ø[0ëC "
b"·Ì<L…üKP²\x0E gª‘{0® "
b"Ìz¹©ÐA@%‘¡ëwG´´„ "
b"Ú\x1C ¼¥w*O—¶¡ÓŠffÑK "
b"ÚIþx\x02 WDq®>¯ÿ;\x10 ´þ "
b"ó¥¸ÃOHF\x00 °{cÅF=ð "
b"\x01 ’µ8h~p{¶ºê,€q\r a "
b"\x01 ’µ8h¶pH¨«Û&çDР"
b"\x01 ÆÁ8v▒p3Å\x0F V\x7F i\x04\x19 ■ "
b"\x01 “ ý½/sÍ£c~0°\t 8f "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
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 (0x063B1AD4F7B2488A976AB21F670F2BBE , 0x07FCA9BBE46543D3AC345E41C3B38EFF , 0x160B35E830DF4E2BB11608086B3F5100 , 0x1A70CE62D6884F76A08B9112FFA46829 , 0x237BDE03A96740209C93A552BEF26A15 , 0x275B92E8B48D4E048BD0B1D6ACF59FCA , 0x27A96DD1F40D40DD9F092FF7910B0BE1 , 0x2D5866C8047B4FFCAAB41EEB21F54CBC , 0x37A25EB8B9E44325A980AAB691D89E12 , 0x3D03F77A584C4E3FA6537E772A777C8C , 0x419A15F76E974EFC82F246185AEBB3C4 , 0x4D160D3746F2414AA35C6B48B10A74B9 , 0x625C13521246471DA7E563EC37B93810 , 0x669CB8BE3BC04B8B8E71AB54C1DEDE3D , 0x767C3C153D2E44EAA1CA4AF8353B9F64 , 0x77AE533B2F544526AA8A6783329004D6 , 0x808955860A1E4048847024479B23320F , 0x86F1BCE1661248FE84D4D50B505F2D46 , 0x95D30DBB9E8846F5B09E4DD7B3DF19A8 , 0x95E9DDD8486240A38EC88BE6AC971B2B , 0x96EC65F825B545BF97EF208B6C09E42B , 0xAA2E1A46DF1A448A90941A9FA32B5A9E , 0xAB2447B71EA74A4683872C9D5B308943 , 0xB7CC3C4C85FC4B50B20E67AA917B30AE , 0xCC7AB9A9D041402591A1EB7747B4B484 , 0xDA1CBCA5772A4F97B6A1D38A6666D14B , 0xDA49FE7802574471AE3EAFFF3B10B4FE , 0xF3A5B8C34F484600A0B07B63C5463DF0 , 0x0192B538687E707BB6BAEA2C80710D61 , 0x0192B53868B67048A8ABDB26E744D0C2 , 0x0192B53876B170338F0F567F690419FE , 0x019320FDBD2F73CDA3637E30B0093866 , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy