1
0.44 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.80 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
17.71 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
3.89 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
3.57 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
6
1.24 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 "
"Sale "
"Sale/ "
]
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 = 'Sale' OR seo_path_info = 'Sale/' ));
Copy
7
3.90 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
8
23.66 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ’µ8öEr²ªÍW«a$LH "
"yRiRW0Hh98yoQHEVV7MfspfJN08nuCf2 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0192B538F64572B2AACD57AB61244C48 ) AND (token = 'yRiRW0Hh98yoQHEVV7MfspfJN08nuCf2' ) LIMIT 1 ;
Copy
9
0.56 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"yRiRW0Hh98yoQHEVV7MfspfJN08nuCf2 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'yRiRW0Hh98yoQHEVV7MfspfJN08nuCf2' ;
Copy
10
10.34 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
11
6.82 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
14.98 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.92 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.49 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
3.84 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
7.67 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
17
11.82 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
3.30 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
1.07 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
20
6.17 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
8.13 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters :
[
"token " => "yRiRW0Hh98yoQHEVV7MfspfJN08nuCf2 "
]
DELETE FROM `cart` WHERE `token` = 'yRiRW0Hh98yoQHEVV7MfspfJN08nuCf2' ;
Copy
22
2.62 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
7.03 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
6.68 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.70 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.64 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.53 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
2.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\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
3.74 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
2.28 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
5.84 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
7.10 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.64 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.83 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
35
4.67 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
6.17 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
2.97 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
38
0.77 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
1.47 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
1.56 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.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
2.45 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
8.61 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
43
3.40 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
2.52 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
5.94 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
3.90 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
4.03 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
48
6.35 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
1.90 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.97 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
6.09 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
10.17 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"\x1E ‘àž¤EK\x1C …+ž¿êÎ&Y "
]
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 (0x1E91E09EA4454B1C852B9EBFEACE2659 ));
Copy
53
11.25 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.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
12.89 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
6.88 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
11.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
15.97 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
5.54 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
2.08 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
5.38 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"\x1E ‘àž¤EK\x1C …+ž¿êÎ&Y "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x1E91E09EA4454B1C852B9EBFEACE2659 )) LIMIT 1 ;
Copy
61
2.39 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"\x1E ‘àž¤EK\x1C …+ž¿êÎ&Y "
]
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 (0x1E91E09EA4454B1C852B9EBFEACE2659 ));
Copy
62
10.97 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"\x1E ‘àž¤EK\x1C …+ž¿êÎ&Y "
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` = 0x1E91E09EA4454B1C852B9EBFEACE2659 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
7.11 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"\x1E ‘àž¤EK\x1C …+ž¿êÎ&Y "
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` = 0x1E91E09EA4454B1C852B9EBFEACE2659 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
64
5.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"\x1E ‘àž¤EK\x1C …+ž¿êÎ&Y "
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` = 0x1E91E09EA4454B1C852B9EBFEACE2659 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
65
1.33 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `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"…'\x7F ú@~L½“ûê“K’_L "
b"‘ÒÄCÜ`A³‚D–;=úrŸ "
b"\x10 „€™¡T@ù«‘íe½'hÎ "
b"~I§¿'ZOy‹Ý\x1F 9¦Ú_‘ "
b"_O╔êIªN×¥┼y½|SÞÅ "
b"ýP@ÇúwDÔØH\x11 ¯ü©j~ "
b"""
ÍVÓ\n
òÇN·¬\r ¶¬Œ:ll
"""
b"úˆÎuñoC/ºEe;²ÈΑ "
b"7ô\x1E “öYCƒ\x14 J¯¨\x00 ž\x17 "
b"Ä•X¢êìE°”\x12 ;o‰gÿr "
b"ëMPÒ\x1F ŽC\x05 ®¯¨Ü–†Ò\x08 "
b"8Ç\r ”…8E$€E7=j1˜Ÿ "
b"""
\n
²ä|óüMÃ╣░\x11 d§xøç
"""
b"\x15 `┴iÉ╔F|¥:·\x1A ┼ FÛ "
]
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 (0x85277FFA407E4CBD93FBEA934B925F4C , 0x91D2C443DC6041B38244963B3DFA729F , 0x10848099A15440F9AB91ED65BD2768CE , 0x7E49A7BF275A4F798BDD1F39A6DA5F91 , 0x5F4FC98849A64E9EBEC579AB7C53E88F , 0xEC504080A37744E29D4811EE81B86A7E , 0xCD56D30AF2C74EB7AC0DB6AC8C3A6C6C , 0xFA88CE75F16F432FBA45653BB2C8CE91 , 0x37F41E93F65943AD83144AAFA8009E17 , 0xC49558A2EAEC45B094123B6F8967FF72 , 0xEB4D50D21F8E4305AEAFA8DC9686D208 , 0x38C70D94853845248045373D6A31989F , 0x0AFD847CA2814DC7B9B01164F5789B87 , 0x1560C16990C9467CBE3AFA1AC5FF46EA ));
Copy
66
125.95 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"\x1E ‘àž¤EK\x1C …+ž¿êÎ&Y "
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` = 0x1E91E09EA4454B1C852B9EBFEACE2659 AND NOT (`product` . `display_group` < = > NULL )));
Copy
67
3.04 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"\x1E ‘àž¤EK\x1C …+ž¿êÎ&Y "
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` = 0x1E91E09EA4454B1C852B9EBFEACE2659 AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
68
3.21 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"\x1E ‘àž¤EK\x1C …+ž¿êÎ&Y "
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` = 0x1E91E09EA4454B1C852B9EBFEACE2659 AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
69
21.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"\x1E ‘àž¤EK\x1C …+ž¿êÎ&Y "
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` = 0x1E91E09EA4454B1C852B9EBFEACE2659 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
70
5.64 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"\x1E ‘àž¤EK\x1C …+ž¿êÎ&Y "
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` = 0x1E91E09EA4454B1C852B9EBFEACE2659 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
71
0.90 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"@\x14 «;áºL╦º\f\x19 ¨J\x04 Ø® "
b"\x1E CƒXÔ)Kt޲õ‹Ó•“1 "
b"\r j¹╦&ìD└áåü\r █¤=\x04 "
]
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 , 0x4014AE3BA0A74CCBA70C19F94A049DA9 , 0x1E438358D4294B748EB2F58BD3959331 , 0x0D6AFBCB268D44C0A086810DDBCF3D04 );
Copy
72
4.37 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"@\x14 «;áºL╦º\f\x19 ¨J\x04 Ø® "
b"\x1E CƒXÔ)Kt޲õ‹Ó•“1 "
b"\r j¹╦&ìD└áåü\r █¤=\x04 "
]
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 , 0x4014AE3BA0A74CCBA70C19F94A049DA9 , 0x1E438358D4294B748EB2F58BD3959331 , 0x0D6AFBCB268D44C0A086810DDBCF3D04 )) GROUP BY `product` . `id` ;
Copy
73
9.93 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"@\x14 «;áºL╦º\f\x19 ¨J\x04 Ø® "
b"\x1E CƒXÔ)Kt޲õ‹Ó•“1 "
b"\r j¹╦&ìD└áåü\r █¤=\x04 "
]
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 , 0x4014AE3BA0A74CCBA70C19F94A049DA9 , 0x1E438358D4294B748EB2F58BD3959331 , 0x0D6AFBCB268D44C0A086810DDBCF3D04 ));
Copy
74
2.09 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"\x04 +'‗¿ì@╔åè£═b■\x14 "
b" ÊÅlF\x1C L±©™\x08 è\x17 ÚwD "
b"_V÷ÿç\x01 FsÖ\x16 ]Ø}&\x12 ± "
b"x4Ü/Ú@KĶ\x14 ®;iÐȹ "
b"‘vcB\x19 $F¶Ÿö4\x06 ï»{\n "
b"“Ã\x10 TgmB\x00 ©î\x0E ´y«Jl "
b"\x04 +'‗¿ì@╔åè£═b■\x14 "
b" ÊÅlF\x1C L±©™\x08 è\x17 ÚwD "
b"&æ[_ÌJNµ„2\x04 |¹ßv© "
b"S§ü³æOÁܤq\x1C K·îL "
b"~á2\x0E\x1F îEª•oo=læ\x1A 1 "
b"â%!¾\x0F bM█ùEDSü\x1A ¸Ê "
b"‡7h2_\x1D Iµ‘g{á"s\x1C i "
b"¿\x17 –=ÙÍJ‚œÝïêý\t\e ; "
b"ÀñœµK¡Aî—‰±ñ>\x1A ’L "
b"ïIëÅÒêIÝ™áØX\x19 QlK "
b"\x04 +'‗¿ì@╔åè£═b■\x14 "
b" ÊÅlF\x1C L±©™\x08 è\x17 ÚwD "
b"&æ[_ÌJNµ„2\x04 |¹ßv© "
b"v˧1\v =N╠ñ8:7\x14 <É┌ "
b"~á2\x0E\x1F îEª•oo=læ\x1A 1 "
b"â%!¾\x0F bM█ùEDSü\x1A ¸Ê "
b"‡7h2_\x1D Iµ‘g{á"s\x1C i "
b"¿\x17 –=ÙÍJ‚œÝïêý\t\e ; "
b"ÀñœµK¡Aî—‰±ñ>\x1A ’L "
b"ïIëÅÒêIÝ™áØX\x19 QlK "
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"-ö[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 (0x042B27F2A88D40C9868A9CCD62FEF014 , 0x20CAC56C461C4CB1A99908E817DA7744 , 0x5F56F6988701467399165D9D7D2612F1 , 0x7834DC2FDA404BC4B614AE3B69D0C8B9 , 0x91766342192446B69FF63406EFBB7B0A , 0x93C31054676D4200A9EE0EB479AB4A6C , 0x042B27F2A88D40C9868A9CCD62FEF014 , 0x20CAC56C461C4CB1A99908E817DA7744 , 0x26E65B5FCC4A4EB58432047CB9DF76A9 , 0x53F581F0FC914FB59ACF711C4BFA8C4C , 0x7EE1320E1FEE45AA956F6F3D6CE61A31 , 0x832521F30F624DDB97454453811AF7D2 , 0x873768325F1D49B591677BE122731C69 , 0xBF17963DD9CD4A829CDDEFEAFD091B3B , 0xC0F19CB54BA141EE9789B1F13E1A924C , 0xEF49EBC5D2EA49DD99E1D85819516C4B , 0x042B27F2A88D40C9868A9CCD62FEF014 , 0x20CAC56C461C4CB1A99908E817DA7744 , 0x26E65B5FCC4A4EB58432047CB9DF76A9 , 0x76D3F5310B3D4ECCA4383A37143C90DA , 0x7EE1320E1FEE45AA956F6F3D6CE61A31 , 0x832521F30F624DDB97454453811AF7D2 , 0x873768325F1D49B591677BE122731C69 , 0xBF17963DD9CD4A829CDDEFEAFD091B3B , 0xC0F19CB54BA141EE9789B1F13E1A924C , 0xEF49EBC5D2EA49DD99E1D85819516C4B , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x202D693577BA4ACD8BDD6206ECED08DD , 0x24AC31824FDC47C8AC02408F06D6455E , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2C2848C99D814B5CA7D4AA6F938A0A22 , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x5E2AF49118E140F2A936DFE803E9203A , 0x776601BE9A4A4715B93AABA212C23BBA , 0x8E8F6A6B2AC545ECA444D6A08B6B947E , 0x9EA2895DC6AE4003A17C98073FF88736 , 0xC0158CBCC67A471699B92DC15D66D967 , 0xDAA011C44F624E1090E6E095D813C668 , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x202D693577BA4ACD8BDD6206ECED08DD , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2D945B5A748F44629983C5E72466D49D , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x5E2AF49118E140F2A936DFE803E9203A , 0x776601BE9A4A4715B93AABA212C23BBA , 0x860634E944F9419DAE4920D474B7F98E , 0x877100E708F941A3B4D380606B25180A , 0x8E8F6A6B2AC545ECA444D6A08B6B947E , 0xACCDDDB87B0F4B80B49BDBB2065AC00D , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0xE0F9E90E92FB4E54B0DC7DAC0A57F3D5 );
Copy
75
0.98 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"\r j¹╦&ìD└áåü\r █¤=\x04 "
b"\x1E CƒXÔ)Kt޲õ‹Ó•“1 "
b"@\x14 «;áºL╦º\f\x19 ¨J\x04 Ø® "
b"b7\x1D\x15 }CA█ìƒ/\x08 £/Áu "
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 (0x0D6AFBCB268D44C0A086810DDBCF3D04 , 0x1E438358D4294B748EB2F58BD3959331 , 0x4014AE3BA0A74CCBA70C19F94A049DA9 , 0x62371D157D4341DB8D9F2F089C2FB575 , 0xB7F8CEAB3F71436F9DC7A1F5C8B41C5B ));
Copy
76
1.46 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"\r j¹╦&ìD└áåü\r █¤=\x04 "
b"\x1E CƒXÔ)Kt޲õ‹Ó•“1 "
b"@\x14 «;áºL╦º\f\x19 ¨J\x04 Ø® "
b"b7\x1D\x15 }CA█ìƒ/\x08 £/Áu "
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 (0x0D6AFBCB268D44C0A086810DDBCF3D04 , 0x1E438358D4294B748EB2F58BD3959331 , 0x4014AE3BA0A74CCBA70C19F94A049DA9 , 0x62371D157D4341DB8D9F2F089C2FB575 , 0xB7F8CEAB3F71436F9DC7A1F5C8B41C5B ));
Copy
77
1.01 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"\r j¹╦&ìD└áåü\r █¤=\x04 "
b"\x1E CƒXÔ)Kt޲õ‹Ó•“1 "
b"@\x14 «;áºL╦º\f\x19 ¨J\x04 Ø® "
b"b7\x1D\x15 }CA█ìƒ/\x08 £/Áu "
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 (0x0D6AFBCB268D44C0A086810DDBCF3D04 , 0x1E438358D4294B748EB2F58BD3959331 , 0x4014AE3BA0A74CCBA70C19F94A049DA9 , 0x62371D157D4341DB8D9F2F089C2FB575 , 0xB7F8CEAB3F71436F9DC7A1F5C8B41C5B )));
Copy
78
0.95 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.71 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
80
1.46 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.64 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.78 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.59 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
9.03 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"\x10\x14 ¢nüÔIήÆ_êñ\e v> "
b"\x1D ÿi½PÅO4Ñ·C´®ÓTÄ "
b"$÷ž(ÿŸJ¨€ï„‡ü3ÐY "
b",Uçê¸KA\x01 šá„Äú, ƒ "
b"KÕ—Þ>÷MÍ”\x0F ̲ç\x04 CÙ "
b"Y&\x05 ”ò\x18 Ec«Ñ@P=W\f à "
b"[─¨v╦ØLpâG\x17 %HÄ+ "
b"zǬ\x08 b§B\»àö]ºò·ç "
b"ìX*░´ÛEÿÂMún²R·Æ "
b"’¨ÙmúÎDˆ¡Ñø\x1A µY˜‹ "
b"ù-Û#▒\x13 JuîØÔDü¨Z\x04 "
b"§Tå?ÓPOY»½£(õ_’\x03 "
b"«~`9=_J\x0E ƒ\x11\t -¼w1\x16 "
b"░OLî¿åE\x19 ü█p\x1E óE\x10 × "
b"·åmåv5G\x1D мaÊ‚\r \x1A ( "
b"╗8┘─.╦GÀü|┤K┤A\x1F "
b"ÉT r‚–Mø¦BØwÝ(\x7F 2 "
b"═vC╚Â\x13 DôüÌ╗DG■█¢ "
b"\x07 Þ»0£$Lu©Om\x16 oˆ¬[ "
b"1\/ZK[B$¥ó&\x14 >è#› "
b"3ø\e ãaÛC©«ìdPrWÐÃ "
b";3«¬íz@›šä$FÅ[f+ "
b"=®)9ñüJ\x1F ÆR\x11 !SZ°v "
b"EìzÎ^…IŠÔ‹\x10\x03 :ó* "
b"Lç\x13 e\x12 yJ»ù6Qãü±±\t "
b"O└¤ù ╦JÉå║⮵Û_Ö "
b"j:üDyoBHÉüz¹7ù Ó "
b"„W‹\r iXL ·iÉÁ\t ‹¹Ý "
b"ޤ/G\x1F ¯EH£±ó\x1C •p‰½ "
b"”^z¿rpEY©NCoÅžú÷ "
b"¼‘æaHzB¶•£~\x0F &\x1F {ƒ "
b"Ô7(*ebLP ¤˜;0«âÊ "
b"Þ•8ÿ/ÐHž¹œì\x03 I¼Ú– "
b"൦6§³HÄ—««ƒï\x08 ' "
b"ù@}Y±dF»¹Ð\x19 sz‚æ¦ "
b"\x1C ¨·“õK‹¾UC«u=—T "
b"\x1E ]©ÁñÈDÁò¡╗¤iÅä9 "
b"\x1F Âçü\x0F \N|×àW═r¦Ã■ "
b"Fı@öû\x01 HÉ×╣û-\x1F yV\x08 "
b"Q¹¾¨ãXF\x11 \x11 ª©\r Øè¶ "
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
b"""
a¾'µUVAê¬\n
i¸Á /É
"""
b"d½ı&X\x11 B8úîÅùä.\x04 è "
b"u\x7F °›ÕK¸»Ð…;>QH) "
b"}\x7F Ù†'ìLÁœ\x02 ˆèÓê@: "
b"\x7F ┴år¤½MıÅ·¥\x07 õ³èp "
b"¢æPXM‚J;²ý¾6\x11 /œ¬ "
b"ã2PZ▒PH\x16 Âü▀\x1A\x0E tå┐ "
b"ÌŒú?w,I|œã\x13 áá?ªk "
b"ñFùº¨›B\x1D –€å–\x02 :|ƒ "
b"\f\x1A ›\x10 ‘ÔIÙ„°\x7F õ\x07 ¦\x1E d "
b"\r h1\x05 †ùL ¨·ÃU…¢àF "
b"\x13 \r ò«\x7F ÿD\x04 §èïpÜœèX "
b"\x18 ûkÇ·¨MÀ·5ÁX)¼‹Q "
b")l·!\x03 ÂC¹€@+×x\e Ål "
b"=€\x04 Óš×N\x10 ‘IèÏi„ 7 "
b"""
L¦læò\x16 Hé‘n\x1D \p\n
Y%
"""
b"gl˜w1ðGò´ž!Œ‚±j— "
b"x\x00 {æ¡§HüóGå8╚■┼" "
b"ÉÈ▀*@\x1A D│©Þ¯1ÑÁ\t ' "
b"—#Â\e\x15 ¡Fœ²\x08 Ÿ‰ìF’2 "
b"©4_£^"F¸½MÊ\f 0ñ;û "
b"ã`ÉYé\x0F CqñÛëÆ,8à' "
b"мݹ\x1A ÔOu¤ t\x15 X9%Ë "
b"ÕóykoýH¿„Ä;õZŸ—¢ "
b"Ì╚\x13 `8à@m╗\e T╬Éo┬Í "
b"â\x08 ÇšƒÔB[—\x01 ›pq~gŒ "
b"ä\x06\x1E €\f ÎB„œÂh<ÈÎä "
b"äJ‰k\t jK±‚\x1C õô§½)\v "
b"åÌÍ\x1F ÊÊJ‰¥þïŠÃÐc„ "
b"ý\x1A Å\x01 ¶hF▓║C¹Ï┐}Q" "
b"4êDÉZ@4▓\x1F ┤╔ã\t Hy "
b"²åÉf\x18 ╣Hç░d\f ▒&B─ "
b"""
\x05 ç8Û]\n
A\e ˜@D\x03\x0E p‹,
"""
b"-ù¹!€œK\x10 —î±VßÚR= "
b"W╚b‗\x1E IOPÿ\e ì┬LN\f ═ "
b"YƈÖ\x03 6Mµ€¬\r \x07\x12 }|Ö "
b"sµÑ╦ÄæO1ô\r ,ti·Å§ "
b"’Ð\x13\x18 è\x15 F;œÏ\x1D\x00 Ð\x1F x7 "
b"ö┐¨\x13 ¢ÅI!«t$ÆÌPêk "
b"Ä\x17 Š\x00 ’\x11 B˲žÖ±Õí®\x18 "
b"\x03 >ÜŒJsMá§”x\x03\x13 ´˜A "
b"\x0E S6ÊÀ¡BÙ…Ø]ï\x15\x14 CS "
b"\x14 ¾X‡]ÇCµ¥×G\x13 ¡n±\x08 "
b"""
\x16 ÕäAS×A\n
’—\x11 Ê·\x1D c)
"""
b"w*š¾º!O\t ®+c¤hÑÜÈ "
b"y(x‚×uA‘´yN!e7TK "
b"äÏà\t ñØO(£Gý¬╣\x1F ¢ "
b"ðr4ìA5D_åuf(]┤RB "
b"■╠ðYúHìó²õiGR:¿ "
b"\x1A æ<Û\x13 WMÆÅ¢j(╬iÒ╔ "
b"!À.ú‡Mõ‚@(‡wúæµ "
b"*¡Z\x07 ù░IÌå\x16 s½üÙvE "
b"1£M§p¸E—•.œâÕ†jû "
b"rüQß┤\x16 B\x15 Á»,16\x7F ]║ "
b"x¼™^™»I›¨‚Ž]\x14 úá• "
b"ì\x00 ºqû Jưá¡(Ïx¯¿ "
b" TÃ\x05 Ê|FY¿│½ÞoR'Ø "
b"""
\x07 ßQÑ\x11 \n
FKžJMî«"¬E
"""
b"'\x0E Ëœ@ðMÑ¿…Ú\x02 Ó8”Ñ "
b";GMÜ\x14 CHJ²:\x1D )«;Ê "
b"V®’ˆF»Olˆ:WÙÒZ+ù "
b"izc\x15 ÅuK)®WÄ1\x00 ?×_ "
b"É#╗"ôÇB\x02 à©▀╔WÿgG "
b"ñ \x1C ¤i¶M\e Å]Å·ßÜ3\x08 "
b"ÂË▓è©\x07 HØ¿_)╗º'$ "
b"ÆWA!œŸJ\x11 ’Ÿ}\x14 åþ¦‰ "
b"ÒNwÍ\x12 áJÕ¹ô\x06\x08 Ÿ…€_ "
b"Õ\x08 eh£ÅG"¤ÿ”êµ{p\x0F "
b"ÖªÒóPýCÜ´@S\x00\x06\x0E àr "
b"â.~V¾ GÇ•E¦d\x1A é&Ì "
b"äý»ÏƒôC³¢_e&VL*Ê "
b"æ“Ȧ\x05 ïOjœòÒ¯¤\x12 1f "
b"\x0E\x06 îuÕg@±¢0L9Ï}}, "
b"\x19 mÃ4ù˜I±¬9Sôço+n "
b"6ã‚%q„@Ö¬¨óa^ŠÛ\x1D "
b"z°JþÔÈB\x1A Ï\x05\x01 ^Ãòí "
b"çZa¨\r ´Kdè©7ƒï\x13 É+ "
b"Ó‹Æ@Œ0FÜ‘å\x0E =ßÌd¨ "
b"Ü\x03 QõvÆD¬¥‡:µáVÈÒ "
b"µÿ├õFìG«óÌGq\x1C 9Â" "
b"Ú0$³bSIÅ╝sƒí¼\x15 7n "
b"\x1F M=4\x13\t LŒks\v <êÒA "
b"%ö¦ø»¸B£‘sX÷Š€©Ë "
b"-’HlÑ*F\t в\x1D ²/‹P( "
b"JOnSdÇND¶ƒ8g3BD\v "
b"bB▒"FØL"ñ▄æDóóG "
b"€AÞ¸”\x0E Iuµw›‚?\x0E '' "
b"Ž|Iý$\x01 C뎑ò³õ\x14 Mi "
b"""
Å\n
\t\x05 ÛÌM/ä°ª┤▓rA`
"""
b"›ÑÈk>WD#©¸•¸‰t׌ "
b"""
²œ\n
&üžB(®˜5\x14\x1A\x02 °é
"""
b"¾7½Œ ?LØ¢½h¾ðky[ "
b"ñÉ~ÇúýGÉŽ çVòb5÷ "
b"\x04 €‹ô2JFß´Ú0ˆ˜¿\x00 Ì "
b"\v vÿýˆc@K€l\t .ˆj\r È "
b"5ùBÃÌ$A\x10 ¦*ÆŠ%\x06\v ñ "
b"?:ˆ‡µßLòŒV±ÐíÉŒs "
b"A\x13 ªÊþZ@î¿HŸP\x1F kVò "
b"L´C\x17 NšH‹ƒÄð›2|BÐ "
b"\á½uXêJÿ‹‡—¦ö]KZ "
b"{úÀ¡ÈâJe‡–Üz†Àh¥ "
b"\x7F\x16 xŸ1\x02 Gf¢ž—÷÷T}- "
b"Žy¼Õu\x00 I4¢mgÈ;¹Õ\x01 "
b"æyøN=¯EÅÀM'■ðBJ╣ "
b"©ð“øjî@$’þìÀª\x19 sÁ "
b"«îj‹%•IRµÖ,\t\x1A H\e "
b"»\x19 UG~ØH Â7▀└}õ\Þ "
b"Åýs¾6^O¯€íבéÇ\t q "
b"ÈmêI–Ð@–±‹–Y|s€ "
b"Ðyr¹\e UAðÖì‗¡ü‗\t ╦ "
b"""
ÖŒ¯Ö\n
yD4‡†\x11 Ý\x1C ”ü¾
"""
b"Ý\x16 µ•£ôC]©\x19 ‘±W\x0E . "
b"¦ì!9gºFÅó`È\x06 EG╠x "
b"ç0•\x03 ²8J\x06 ž\x1F ×|\x15\x03 ”3 "
b"ý)ú\x07 ÐoNó´íN|ô;ë! "
b"\x04 +'‗¿ì@╔åè£═b■\x14 "
b" ÊÅlF\x1C L±©™\x08 è\x17 ÚwD "
b"_V÷ÿç\x01 FsÖ\x16 ]Ø}&\x12 ± "
b"x4Ü/Ú@KĶ\x14 ®;iÐȹ "
b"‘vcB\x19 $F¶Ÿö4\x06 ï»{\n "
b"“Ã\x10 TgmB\x00 ©î\x0E ´y«Jl "
b"\x16\x14\x05 œ-7D·¹(BaIõ-5 "
b"\e ˆ^ªWáO— 4Ï\x00 Ú,áì "
b"%|odŽ˜H‘»\x03 ®]Â\x0E É1 "
b"-\x00 S»‘øO\x10 ¥£àˆ±¤\x1D \n "
b"2oqDü*@Aå=.Çíì÷\x1F "
b"@ö®‹{<K¦‰\x05 ÈPî\x0F F "
b"YÈ‹VÀ¿C3¤Vô/·+@å "
b"c}´¿ß¡BוËo\x13 jç´; "
b"fùkGüË@æ¡×╩Ät~@ë "
b"yV„ø&oF›¼¶\x18\f ü“Zs "
b"zi‹ÓK”H)½\x1C ^¬Þ:>Ê "
b"éóèAªÉCJë\x00 àÑÖñá^ "
b"â#╗<┐~GmæüTo\x03 ÕMê "
b"Ä¥Å┬╬\x07 O~ÿó9hBá▀ "
b"’ÅY\f ì½KU¯übA\x7F %\x13 Ð "
b"–îñ˜á\x04 HE¬N%Àl#©R "
b"˜ä\t / ÖNvª\x05\x14\x03 ‡¼\x18 Q "
b"""
¨˜(—Ë4KŽ•È\n
íb¡×l
"""
b"°*~v£\x1C K\x0E ¼\_—óÅ–\x02 "
b"¶%\x16 ýnNCc©jŸ\x04 öŽÏ- "
b"Õl>”ÜîD+‚>Øgu€PÍ "
b"┘úÏß)\t H╗ñ19\f\x0E\x11 WÅ "
b"ôÁ”.\x0F žG\x04 ®Â,Œ\x07 ¹\f 5 "
b"õ\x02 y5ñÊB1¦±\x10 /™¯yò "
b"ý\x06 ȯøoN\x10 ‰ò³Úƒœ\x04 1 "
b"""
\x01 ËMÁë-GÊ•$„Fä\n
U¹
"""
b"\v émfþkJªŽAró\x00 ŸÌ1 "
b"""
\f \n
ö╗&└Fì╣Dd▄■╝Sµ
"""
b"\x12 2\x03 £\v ÏB]«b¯lI|]Ý "
b"DO\v !4╚Cøñì\x18 "º\x1A ½° "
b"XÅ<Ìy¹@Rè©Ñvd\x17 ìÓ "
b"Xò´hgò@\x15 «wua³\x10 …U "
b"gHA‘uJJÔŸúxÒwJ[ø "
b"{/sN\x1A\x19 Jb│¼\x07 µÅÒ´ı "
b"Ø·C\x18 +ÎHxèÑ>\x01 ô÷k\x13 "
b"┼8¥öó×OQü:O@äÛÇæ "
b"ê½_K7œI;¤Ûë§\x12 žµ= "
b"ì\x1A 77±–@åŒüqIK_ö "
b"\x03 £â´ê}@Ò¬(G¨ž7FH "
b"\x1A £ÉŠ÷—F#šÑV\r <êÉ\x00 "
b"4ØÆ\x1A @UDé«’\x10 àøFµü "
b"rX^~gåKô¿\x0E U˜˜=È¥ "
b"Â\x19 ÌIÜuB¥ØÐı"\f\x7F à\x1A "
b"¸.\x14 yøHHÁ§ñU<½\x7F ü2 "
b"Êÿ*{ü‹K¦¨Ü+ÅÔ„\x11 i "
b"Ï€–"=¹Iȵ¼‹†Ð\x18 «† "
b"Ñ7q™þ\x7F Os¨¾å>·´/q "
b"""
\n
YIz;O\x16 ║ì\x18 ³\x06 ▄pù
"""
b"\x1D '\x17 M1xM_ØâH\x04 29═ "
b"$À‘e\x07\x03 B³¢‹'´Œkäm "
b"?#\x0E +Ý»Nà¾ÂÛ'ûØÈl "
b"V·eå¦}Nu¯á7@÷J‚" "
b"mñ•{@(A»Œ¶!¿\x19 wi, "
b"n\x1D ¹ïqzGQŠ•_f^\x1C &° "
b"""
®Å6c“$I\x08 šž)!)n\n
Ê
"""
b"Ö´}\x1E m©LÙ£yÿ³\x02 å±™ "
b"V¿‰Ù\x10 ÊKA…gOÓ\x0E\x11 0 "
b"ì2>;\x10 ~J7èÈÑâ═=¤\n "
b"±]—ô'\x13 @\x08 µMIþ\x10 .Τ "
b"Å\x12 yÄË\r G6¡üäÿ¸E¯Ù "
b"Êjßg-\x02 Lõû/ì<(ð·À "
b"ÓÔ–¯\v !AS«Ç¢ÿ\x06 8&7 "
b"ß\x00 £┤<XGxØÄÀ┌óÒa▄ "
b"¨│Tü\x02 ]A$░}®\r \x00 ¬·É "
b"\x0F à$¡Ó)LD—rRÂ`ô_Æ "
b"\x13 ÅmRýdIöà=Ö¯wÛ]¯ "
b"&Qz\x1A\x19 ╬Klìt\x13 ╩00(< "
b")ÃTÚÓIIÀ‡ÿ‘)ý3ÔØ "
b"7ŕܪ‚@q´¿`\x17 Å Á. "
b"Cð\x03 Ju×A怽\x15 óXØC’ "
b"UeP«ÁÓA»¨D<“9Æõæ "
b"[\x05 ®x=ÞCû—ÀTŠ L*ã "
b"ƒ–œ\x11 œˆI"ˆX!\x11 7ì«\x1D "
b"¦IÀ@³²N|› ‰‹Àø\x18\x10 "
b"""
±±K>q1N\n
¹¶¢‰¢¥†“
"""
b"²×Ñ\x1D\x11 ‹E»˜Zo% >\x19 $ "
b"Ù.éÖcýN½—ƒ$,JPVl "
b"""
Û¼© >|J¯°\n
}s¢C_«
"""
b"ßF\x15\x08\x07 üEc╗wSÚç\x1D #\x1E "
b"'Å┐TÖïBÀ¬7%fÈ┴%§ "
b"1Ÿ“öœ³Néš´\x1F O¤UÔP "
b"Tëa\x03 }\f Fê‘;0]\x18 B<× "
b"«¼\x07 Mµ═AżN,ö‗yL! "
b"´ª0QhÌ@YަNWø\x03 T\r "
b"ºD¬\x01\x0F\x1E Fí½ª¢«w¯Gì "
b"Ú,ïÚÏjAä¸èžH§…\x00 º "
b"&æ[_ÌJNµ„2\x04 |¹ßv© "
b"S§ü³æOÁܤq\x1C K·îL "
b"~á2\x0E\x1F îEª•oo=læ\x1A 1 "
b"â%!¾\x0F bM█ùEDSü\x1A ¸Ê "
b"‡7h2_\x1D Iµ‘g{á"s\x1C i "
b"¿\x17 –=ÙÍJ‚œÝïêý\t\e ; "
b"ÀñœµK¡Aî—‰±ñ>\x1A ’L "
b"ïIëÅÒêIÝ™áØX\x19 QlK "
b"\x03\x1A #ÙÀoH\«WÌr┬ð¡ü "
b"\x13 ØÁl¼║E±ï²│}<CV( "
b" \x7F Ô\x0E Ç\x07 D+çÖPø4üm¦ "
b";%yåYPE\t ª`¾Ø\x02\x7F E "
b"DÑxcr4D*†…ƒ§:&ft "
b"XÙ¶ÍíÉJ®–·é@é2íÒ "
b"└^OÅU<Dƒü\x03\x0F\x0F [\x02 ÚÉ "
b"öt°\x0E h\x13 H\x16 £\x1A k<è†Õo "
b"ýZ²ÊÎ\x02 DŠŸ‚uÑ\f n™¨ "
b"\x1D ç<]"{N\x13 ¾Pç•Ö6&ñ "
b"+úÃ\x12 ¿\x14 K=šêN\x01 ~›=\x7F "
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"\x05 Òï)8sC‡¤Ü®§]ý\x1F "
b"\x1D ìÞ\x0F %hJó»*Ë└ª¨AÑ "
b"""
ÚYä\x05 ‚I~•\n
û¨ËbS†
"""
b"#¢&3å»A«ºMlÛ„‘\x1E ú "
b"F¾;û÷SAÔÉ\x1E ╦ÍÙ¹÷─ "
b"xy.!3\x0E J:ì\x01 _Õ\x10 lÿs "
b"©\x7F Ã"H¨MYªú\x0F ž\f ¸û "
b"äZ\x05 ]œDYˆß\x14 ŸQ\x1C\x13\x02 "
b"JگݩYB¬–,JXÃúB¹ "
b"S\f\x00 'ð?B\x01 ë\t dØûª\x1A æ "
b"psD±=ïD—·xJ,òv]\x05 "
b"Çe+,¹³D£ü╩b\x01\x1F Ï+& "
b"""
‰Í\x18 ØAcOÓ”ô4\x17 >š\n
_
"""
b"¦Ø‡Æc"Mr¨ƒ„è{\x15\x05 Ø "
b"┴D¨Ë?¨Lõî)\x04 ╣Å\x04 ½K "
b"Ãåâe#8F\x05 ¿EFÜAg\x06 á "
b"Ðß5M\t ÂEtNÏzœ·Ÿø "
b"""
┌ÍÅ╗┌t@:ì´º\n
\x06 ƒëµ
"""
b"+a-Û`qIØ‘N—欦¦û "
b"<íìO%G`®─7\x1F °3â▓ "
b"Dú\x14 „7¯NoŒ{ãŠ2y\x06 ¶ "
b"eÃÑ _oKù¸Î®1\x10 ¬Ï# "
b"k´à.2ŒN\f ’Ò\x0E\x16 #\x03\x7F p "
b"¨®\x12 Žþ\x19 MÔŠ¹þZt0«g "
b"ê\x15 ¡s‹OLAƒO×%z‰\v a "
b"\x18 ¥|╣-HêØË╗\x18 Tõ═╩ "
b"""
\e\x1A\x13 /΂O’Œ\n
ÓÍ\x17 €]y
"""
b":.ÊȃXJݧµJY×·Ø\x03 "
b"QØO┬(ÑJTÆ‗ml▒{! "
b"gЈJ²\x04 Lܽ}ãùå`G• "
b"ŸqMQy†J{›*àf\v Ïñ´ "
b"©±╬¯fìD»î\x7F fPM#ÅF "
b"Î!ArMŒL©†\x07 ØG|ì\x11 ý "
b""îÖ'çìE$Ä,ìï╝\x06 aM "
b"&3™Ò¨+IO•n/Ø”_3Ó "
b":à3\v ®ÖCñŽœêcr\x1A K² "
b"e>ÆÄÅ(AÛ©ÏEó+▄v® "
b"¥=qTþÈBÈä<ıüÃ╝ý- "
b"ϳ¬$ÿ\v JèE\x11 øyƒçŒ "
b"┘JR-\x0E h@¥ó\x14 79ìdei "
b"ãtËÇ%tD¢¢â·<Ør\x1E = "
b"""
/þèÉ~\t HÏ”\n
ömÔdK)
"""
b"·«\x08 ë\e\x12 K_‚éÔ\x0E a~ëí "
b"È█ÓA\x13 "HØ®\x1D z"O]Ä┤ "
b"\x16 ¦é(æŠBd«û\x15 á\x04 vÇû "
b""‘éŒj@C©£'ö@ûÑ'¤ "
b"FäŠqkºA\x03 §\x12 ½\x12 P~_ˆ "
b"{\x0E\x17 <aÏOFŒ—°ÇEì‹\v "
b"â9Æ\x14 Ó├Eé┐\x14 ÉlZ²»ƒ "
b"ÞÔ0-ª\x1A Dí»ï\x07 äo´ÿ& "
b"\x0E\x17 ÀݯñA\x04 ‘\x0E Óq‹#\x16 · "
b".H—Ø•qBg”Iy\x1A ÊS#À "
b"e\x03 Òû|gKÉáTz┘½|^\n "
b"Ž\x08 Ø‘>›K~Œ\x00\x03 Iw\x19 ‘\x08 "
b"çh¦\x1A Š„H\x1F ¥x£³\x1F œ¢‚ "
b";žÄ…\x11 pJE§IãK¤§Š' "
b"[êÂËiÆBݽo”\x11 F\t Z- "
b"mêÅ'\x01\x1C Lø¿6oKZ¢mÁ "
b"¢╠¢\x05 /ñDºì╦æ╦Í\x11 « "
b"ò@0\x1C\x05 ³@\x11 ¡\x7F oeÔ4Aa "
b"§Aæ¢└üCÌúmı█╠SJ¥ "
b"ÿkMcCÒHn¦ ûÒÛÑô× "
b"""
\n
݉ÚhwC\x1C £DQŽ£œøi
"""
b"-»Ò\x13 ÓûGa’‹I}\x01 l–ž "
b"8oÚ©O-D\x03 šZ ¬€+ªL "
b"<\x08 ´á|ZDú\r vF:<\x12 "
b">Â\x07 „ÅJ’³‚È\x01 §ôè® "
b"L\e ž!JÃI:”¿çƒ{'\x12 ì "
b"vMW\x1A ü\x07 G¼¢áMG W\x06 l "
b"ŒÕñ@&×Kq’.œ˜c™\x02 ß "
b"˜Ùj[»úJ3y\x18 µÝ̆\x05 "
b"Ópä—zIŒ¹ÀX,’\e úÓ "
b"¦@5\x15 lÆAcïPN5;Éeà "
b"IÑKTFàM=˜êù¯\r ûýØ "
b"¡00Dw‰I©²keð{&¤Ù "
b"¿n»ƒGýK<¹D.á2!Ø0 "
b"ÿ\x15 H˜’RAÓœ\x16 }>8\e\x19 à "
b"\t §ÎàzÏG¶‚{Od(˜ù\x1F "
b"\x0F ¦ö<±▀Fo¼ü░¡R//Å "
b";µ÷Å\x1C ÆAdɦ¯76\x04 ▒\x01 "
b"Oò%†E E¸”¿ŸÕ\x18 m&ó "
b"\┬¥\x0E }©CÅ×C▀°êÞ¤┤ "
b"Ö=Èu\v .B9‰¡µ÷¨Š¦P "
b"°▒▄╚xZOkÄ[¬╠O2▀Å "
b".\x04 Fh¨qAh‰Ï“C\x1C\x0E ÀC "
b"HW%“QÑCa¸\x07 _$bÀÓ¹ "
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"WÉmt\x01 #J°¿¾X\x17 ,\x0E éô "
b"náLQ×\x1C BrŠ)w€½ÊQ‘ "
b"p²ÀªÍ#O&€}ì\x18 oÛÉO "
b"ç¡àÛ\x1E ÀB¹º[\x7F üw$m= "
b"Äç▄ár#LÛÿü¥I└f{P "
b"˜–®¿.÷I$½f¢ù œé. "
b"£\r iˆ}÷KɘB;¼\x16 õþý "
b"""
¸@6V^\x02 EçÏ1\n
¤ï¥Á
"""
b"¿ºULzìE¤„Ìû•" ÈÕ "
b"\x07 ŠõÐñGK\x02 ±_ç^\r ©o‚ "
b"*–ò\e\x13 ¯GG±ž äœx¤‚ "
b"U}©–g\x16 @@³å<Ë9nÅÝ "
b"‹€¿¢E)EK€\x17 ’8¿ÚZû "
b"ܶÜ\x02 U\x08 I`ºªjhSÏìÛ "
b"÷┐Ø\x12 ÏÊLä┤M¡×V¯D. "
b" ¯‡ÿÁ#G\x16 §©ñ}f~¦+ "
b"$e\x06 \¹\x19 G\x05 µ³Xx\x14 ‚„ "
b"1È\x12 ŒÚMHŒœ)£ª[¿¥÷ "
b"5gÅ!2ZOX·¥ë\r \x0E •ge "
b"B\x1D uA‘H>©Ô&(‘¯©+ "
b"d{S\x13\x0F /C—™–8k\x07 Ž4Y "
b"‘‡ÄÔ<HJ£ˆ…’©\x7F T\x08 – "
b"┐_ÃÚ┘yNäòNá┴*\x1E äÉ "
b"é\x19 öÐP«J[¬æ³Æ8sµŠ "
b"\x15 }Ú€:mO\x11 ”f‚mþyz "
b"\x1A Ž%¿†FLùºjF·t\x0F Qõ "
b"nÆîŠîfGk±5\x1C Î1ª^£ "
b"MáìFÕm@²¼Î9x\x11 TÊI "
b"vô©\x17 %üIž§\x17 %”\x1A ì\x12 - "
b"Ž,ì±Æ]MÕ«Ze\x15 ’÷pî "
b"´q³EÆßNk‹÷˜Á\x1E ص_ "
b"¼.-g’\e Dj¾F©ùx¼ëÀ "
b"¿qoA§SHÛ©ÀqAåÑ#Ò "
b"ïÔµ_1sEÞ¼ç\x0F нñ+b "
b"§D3ɤ\f OÊÆmáS®\x04 ╔± "
b"“ˆ\x04 žŒÝNi¤>SÍPPÍ| "
b"¬\x01 ƤP_B\x15 Š\x1A StB \x08 "
b"Ù_!\x12 …IB°)\x07\x05 }¡<J "
b"·╗ÆãçYG┤ä»sxXþSì "
b"\x03 õf%Z>J\f £BS¯Õ=Ø{ "
b"|²»ûıûAY╣o╦Ãü─Ç» "
b"}N─kN\M¼ì2Æ¢ ©t: "
b"Â\x17 ÑN\x02 §CeƒXß¿ÆDrü "
b"ãn&:ýçJŠ—:åÔHÁšâ "
b"åÇêð¸_C\x1C ¯¹\x1C ÁdŸRŽ "
b"óý`‰1²I·œ§_\x11 êyY‹ "
b"5½''á1GU¨·GN¢\x05 ,˜ "
b"Ôo\f Ú-÷IU¦¤øó ìe/ "
b"v˧1\v =N╠ñ8:7\x14 <É┌ "
b"\x10 ÊÝóæéLÃ ÂþYmÝ\r C "
b" ¼ÓnÉ-DpëRƒ\x1D ?ô\x04 "
b"0¡F\x1F ˜ÄMº‚)Â'°÷_ò "
b"""
BQ™!\x02 ,Jj¨ä%\n
ž‘6
"""
b"EݬvŒ5OR£YhûS~å\x14 "
b"HÜúç[ÚBl’\x11 SrÊÅ}G "
b"K\x11 øÑ\f\x0E K[‘ßÝ=¾x`| "
b"UË'VÞ=N›½\x0E\v Úºž%: "
b"rð\x1D ƃ^D^‡åÀ<\x1F Ì\x02 ¬ "
b"\x7F ‚\x14 PÜ\x03 L”»¾º;Jpõ9 "
b"¤á\r õÒ<M[±=ˆÛ¤Ú,š "
b"®\f ‚÷Ö\v L‡¯É\x0E\x11 (¾®‚ "
b"└qÚ─¬\x19 B¿®Ó\x0F É\x10 Gôù "
b"╠²L³ËÊKÅà║¬\x1E ã╩|® "
b"┌^Z\x7F [#BÉ▒▀ðñ\x0E ¸Û\x13 "
b"ýÉë\x01 ‡r@À› ûœZûn! "
b"3Ú\x07 {ÕãD$ž&ˆbì>ªñ "
b"³€í\x14 ›FÓ¶²ÙòÛ²¬ç "
b"\x08 F>è±\x1C GL¥Gqþýy\x05 « "
b",\x08 2├£tH1Àn\x04 ò\x7F ┤Ø· "
b"4ãÁúısA"ÉøfÃáT'S "
b"ZM1\x12\x11 ╩@0»7A±Bã±É "
b"üR\f aO&@Ü¿\v\x0E ÏÁ│Gs "
b"ûØhrïÚKRä\x14 Juëõ9═ "
b"É\6åÙ$H²„@gb®ÒÓ\f "
b"åÒ\x1A !€ÓN_–%~á!“5Ú "
b"ëC+K¶\x13 K”¡W\f µÒ>¶ô "
b"@Ï\x07 ,ðñO¹µ1\x00 o£¨ö "
b"KFwÀ─!I«Øõ8¦\x01 Ü¡= "
b"ôðÏ¥×\x12 M\x07 │Årþ_\x7F ×Ü "
b"˜]\â¢>K\x13 ›A\x03 ïsð\x10 l "
b"ú±*ñu¶FðÆ╩D░lÞôÉ "
b"""
ª\n
û%>LD"°»Û‹âÂËF
"""
b"Ìáó\x17 ‘“B1³9 ‚\x07 P\x02 "
b"\x18 ω®Ž¨MŸkŠó«´Vü "
b"$íP\t\x18 .GìÿÀRÃìxa‗ "
b"""
[╠\n
d\x0E *E\x06 ¿ÅÑñ'{óþ
"""
b"_Â6É@GA┬üµ¨:ê╩i▒ "
b"g>&\x7F ¹•Dr¿*Ìí‘[æ† "
b"€þ\x0F\x10 ¤)C1‹g\v á~É-µ "
b"‘ëY}5íC\x16 ”‰ØmK^’Ç "
b"šrš×݈Oƒ¹Œ\x1C Wh†d¯ "
b"œ\x08 :\x1E ˆÐD\x07 ±tš<<}aÈ "
b"¥xîïõ\x08 Bo¦g1Kñ5t< "
b"Íaî\x13 ÆkI+€þK\x1F ~"‰ù "
b"צ2=ñ›E„ŠSl\x0F S̺Р"
b"ýxHç▒uGJûÕKüÆ:-] "
b"ö.¨@„ŠIJ”„Uì¤ý—ý "
b"úýˤ)„Až¬t\ºvìá¶ "
b"\x16 Š\x01 Æ?‚Háª\x7F .už-‘ "
b"\x1C Óv\x13 P8AL‘kQ9J¼5ä "
b"""
M‡:n¹\x1C G\n
º\x01 £y[RÒõ
"""
b"g/Ô]GØCü½3‘ßrå\x06 ` "
b"h]'ä+kD3²YlO¿ñ@… "
b"«°\x1E `ôH«▓ƒVjFü!\x05 "
b"³Ë¼¶R]F·”9ø»†S\r œ "
b"©+╠ü§\x01 K\v ÁË,£.ÞOç "
b"¹þŠ;ô©DÕºƒ;ω€\x19 e "
b"ÙÁ½Òh>B\r —ù`Ô\x12 ï\x0E g "
b"ä„Lb‚ìEø¶ïo¼'fŽt "
b"±\x17 ®¼¼6@ªÆ\x03 M;É¥╝½ "
b"§åÕRç%EÓöWâü¹Oä\x14 "
b"\x13 žÍsÒ]Oú°<Û\x03 «„Z "
b"2\x1C ŸG†×Aø‘ÂSfÌîL\x07 "
b"Mý|£EWBo£\x14 嫹"\x10 q "
b"QË¥\x19\x04 MM"£\x0E cËž\x0F îž "
b"i4Å\x05 {[D`¬²d\t bÌŒ¶ "
b"iLIùA:C…œ<öÄê”Ä\r "
b"jŒiÊ\x03\v D\x01 ±ÿñ(*‘sA "
b"€]q\x00 ¹dJ™Žòôˆ[Ü\x03  "
b"Àµ·]ü>Fz‰oÑèe\x10 “Ö "
b"옾h`+Jÿ‰+õ¡†ª\x03 ˆ "
b"`g\f YÅ\x07 CÙôÏl\x05\x1C )\x01 u "
b"h\x06 ß#å^JÊŠo\r ’Fþ.\ "
b"û#ÌB\t ïC+µ¡o¾œ½t\x7F "
b"\t jf1ó\x13 Aî„R5¦þipå "
b"\x0F LØ`68G³¡╠®└Í*öá "
b"|\x1F ÆGÚ¢Aâ‚z\e ß\x02 ²’\n "
b"ÌBS&œöOô¡\x1D ã\x01 SâÕJ "
b"×ì\v ~\x08 hE퇄^ãCÊ«‰ "
b"\x1A ¥ÍÚ'HDÆ‚]Ο\x1F\x13 ü< "
b"%º\x16 ¼ooD4╝Å®Ü▀ÏıÌ "
b"niQ{Ò¬JVª*†[\x00 À\r ½ "
b"À\x15 Œ¼ÆzG\x16 ™¹-Á]fÙg "
b"""
\n
üóM/ûCì®ØýZó2^[
"""
b"\x1A ú‚?^ICªŽöì‡\x10 &1* "
b"\x1F \là;´Få’®uÞƒðñÝ "
b"YL®\x13 W»Oqºu3ßX\x13 Þ¢ "
b"bÅ_vùVJ¯¸/ÎM\x10 ]Š‹ "
b"fh²-q–AyŽ\x08 šÏ<ê‰÷ "
b"’5\x02 Žê°JÍ‚d°¤Ô\x7F ²\x1F "
b"³y•‹AMO“¡Iõt×W°l "
b"¹\x07 ¾F \x0E Gë¦ï¶C¹h‡B "
b"ñ¥„’ØcH ³(¶\x16 P;\e ’ "
b"""
7ä\n
3T…D–²®þ@ÖT°Ì
"""
b"\x12 &J„\x08 W@b¨á\x15 \r -ž˜\e "
b"†lKµ§¡Bý®\x1E ç4¸Ó\x1D š "
b"Á<sÇ.ìM=°4\x7F ýf¡šU "
b"Ö\t ¬ëjOJ\x15 «`´ŒUè(H "
b"üƒb\e\x17 hM牮\x15 jJšëD "
b"!Þ¾{4ÎDé€0¦O[52¦ "
b"8µ▄"~═LƒïQÎáÖwÉ "
b"A\r ?Þ˜ÈH~¯/µÓDí!¤ "
b"P\t ░1Å█Fƒ»énØË¯û; "
b"ZHÐ%CiOª¨þÛ¦\x16 Î܇ "
b" \x0F ×XÄ”G:Ž3,a\x01 ²nÒ "
b"Û\x13 ´╚y1Ds▒¸K■D╩DØ "
b" 5DÉÍäGs╗¸\x1A ¬µ#½W "
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"wf\x01 ¾šJG\x15 ¹:«¢\x12 Â;º "
b"ÄÅjk*┼EýñDÍáïkö~ "
b"ž¢‰]Æ®@\x03 ¡|˜\x07 ?ø‡6 "
b"┌á\x11 ─ObN\x10 ɵÓòÏ\x13 ãh "
b"\x00 ìÒ\x1F E\x10 DâÉÕ0sx█¾« "
b"\x0F ÅÆý2fH\x03 «M½ÿÝM\e \ "
b"\x15 0:éñ§K¥¥V âf\î€ "
b"^—\x0F sÿôJÔ–÷\x0E ¸àDa\x00 "
b"hèjͱ³M”€':ÅBVº\x14 "
b"""
p\n
pn×û@\v âêúÓ\x1F ║IØ
"""
b"‚W\x1F ¿¡\x10 Kì‹´èúö€eN "
b"Åg\x08 «?UBÚùÇݺ^\e !z "
b"’ºŠ(NžOh¾5ô›¡2wÔ "
b"Ö~'õ\x13 \D├Ľ Ôî\x05 ìv "
b"ž\x15 ÀûÿÌDF¶Cº\x00 ‡3|= "
b" Ç9³ù=HM¨BÒ 9£` "
b"í¦øZ\x7F #F[¬ ¹Å\x0F õîâ "
b"┐\x0F ¦lGFHXì´ƒÑ®ÛƒÚ "
b"¿Å†5m\x17 LH ‘Ê\x17\x12 0Ó7 "
b"Ë?·¿<ðI‰»ßü8\r øN} "
b"úü™ëÍ5H‚»3Û\e _WVø "
b"|þ\x01 nÚ'FIÉ´\x10\x03 â"µ+ "
b"ß╗]\x1D KQO\x02 ªâ§&┴ìᬠ"
b"þ÷ªùë\x18 D—§’°µc¶c„ "
b"\x06 )É^<\x15 E(ôÒ{┴·v¥ú "
b"OÎ"uö¹L_¿\f À[É*cg "
b"çöA▓╩ÙDàÜN»\x1A ÷É-< "
b"▓8»▓┘ìHXù\x08 »\x19 $?é\x12 "
b"߀›gÚpAÞ©¢`öÀ†ã\x1C "
b"ß÷+i\x10\x17 Aו[ßÊ] \f W "
b"â/ƒzùØK¿®%Î\x1D ÛîV\x02 "
b"\x01 ²ã\f ‰tOE²SK}ÕñŒ‚ "
b"\v Õ_HcwB7Ÿ¹Òß¼¹¹U "
b"\x1E ûºÁIÓOQ¸rå™ÒhgÉ "
b"""
-¶º“\x0F LKdúY\n
iR\x7F Ö
"""
b"p5uÍ,FJû¢eý-C\x11 eü "
b"ž3e:ø®H6·iÄÃa`ÂM "
b"Ä\x1C ìmýÊAžº\x17 …†\x1A =!x "
b"Äï]Ji©E¾²(Šš¯\x1F\x01 ³ "
b"ÆC¥¥\x0F\x1E H²†\x15 ëùêSÓ "
b"╚üUÚ\x15 l@u│¸ıW«░Úf "
b"ùìÑl\x19 ¯J\r ²ùág×Ù’† "
b"""
+/\x0E ®ê\x06 Bçµ\n
Ò\ýõ-½
"""
b"po°ÍqŠO™¶*§^æõ\x02\x00 "
b"{K\x03 Kª5JX‡/Äv\x13 ëÔ\f "
b"™V²0œÙE\x05 œO¦ñØŸ4L "
b"""
Êâ4÷T5GKü▄µ½#\n
I1
"""
b"Ù¤2\x15\x0F\x13 I³žä.Yÿ\x19 å; "
b"ß}~£ÿ4H µ\x03 >\x05 Šå\x1E æ "
b"‚iAÄB\r A\x14 »7ñÏÇ|¥½ "
b"„\x07 Ûª\x03 ËNç£×Ô™vÜg¡ "
b"®l÷KÿdJr³šeƒóßs, "
b"\x05 m=bY\x11 H\x1F –™6åÇ’Óí "
b"\r ¶é¹ØVB®ôq±è\9Û "
b"\x0E úèZ LF¿”œ0 \x16 Ê\x02\x10 "
b"FöXt÷+IpøPØ▓9Á╗À "
b"b\x15 ÷“¸4O\f ÿå™ÑÙô’ "
b"ŽÄ¶‹ô\x10 Lö‚>µ.\r uᤠ"
b"—"i\x06 Ú¡Büˆq\x07 $Hn¬\x1F "
b"ÂKK3`|BÑúɃ;Ï@³§ "
b"Ê)\x10 Þª\x1C Ke╝kHmÅ_µ¨ "
b"\x01 ï\x15 n>ØIû¬╬77`┐░Y "
b"\v ÏÅÞPåHŹ\x18 0\x08 lzö "
b"\x0E .°k³~FS†¼º!PAgQ "
b"\x1D tKP˜¾Oh°{ßW\x0E ŒÝw "
b"\x1F ÜÀáå1Df4\r m´jW "
b"""
┘%'÷\x08 J╝ìâô‗\n
¨Å1
"""
b"1ؘy"yAŸƒÓ„\Ï/à\x06 "
b"k\x02 ÿlô®GCœ_ÒÙXJG\x10 "
b"v-\x07 QÅIL/ªO±/C\x15 £| "
b"Éew#£4M╩í-\x16 Å\t 9ºm "
b"©Žfà\x1C Ë@Žˆ·ÚàbfΛ "
b"Å×\x1E @õgBŠ€£7._O-í "
b"╩ÖðDجJð▒×·\x03 Æ=Ú` "
b"Ï&æ\x10 ¬&D\x04 «\x06 ðnYЊò "
b"┘\x1A Þ÷O&E÷è\x05 º\x11 zuvØ "
b"ì\r êpìèB\x0F „|\x08 èo:1ì "
b"1[X¢¡XCƒ–\x1F ã{\x07 §\t ¡ "
b"E¥É"i\t MâŸè\x02 ƒœ…Ð "
b"Pyè\x1A Å\x17 K˜/\x1E\x16 WÂøM "
b"═,nÁiüFâçp7L\x00 ù: "
b"úL²yNÚL\x19 ºŸÌý\f –´‰ "
b"²½h´øKOÝ¿ÉÌqÛ¡\e\x00 "
b"\x0E „grù+K„d’¶Ü1VÖ "
b"\x0E Ĩ˜xÊE¡°K¿3 æÕ\x17 "
b"\x1C îUÛ:\x04 Dk«$ÅÙ└ÎI╝ "
b";Jz║©\x12 G³úIøòÃÒÉ# "
b"BAœ^Ã[J2•ü’w ]-Í "
b"Gt\x04 ¿¦\x07 JtØ6\x13 \r \x0E 8De "
b"R4ð›\x1D ÖCÔ†‡”ÏKp€W "
b"|\v ±GO¾E\x0E ¦^°3\x19\x1A ËÏ "
b"Üáò\x01\x05 ╚DÞüQj╚╚█V\x08 "
b"¤I®¹È£J[¬T\v d„(“9 "
b"Ѥ·.L┌@^ºtAIÉÀý÷ "
b"ã\x06 F—+|BYˆçâ\x00 ÒŒî\x18 "
b"ð\x04 ‡YÆ7MA‡‘ÍhÜ\x1C ¿? "
b"öXR‘'ÀAgµÍ:\x03\x16 b»k "
b"\x12 è\x04 D†&Cm§¸â/et§L "
b"_Òk4j-EÏîÅ\x00 ôV5_¤ "
b"m\x04 Í\¶»Arì1Z░î©"ß "
b"œ„ìK\x07 ÝCGœ•¹>Ó)ÔI "
b"▒Ô╠¹\x13 ╣BÍÅ\x16 qrï\Ð. "
b"=ê\x1E b░VN,ìÉ\x03 jH?^÷ "
b"J3¼8ÊZDéµê¥\x03 •ÿ–× "
b"Y¯\x1A «ä\e Lž˜ðo~ÄTû? "
b"]¦Tk\x1E ¡Oë±\x16 ú¦/W„f "
b"aÝüdc8HIá<äãô▀rª "
b"g‹ë•³ÏOܘ§#¬@zÀñ "
b"\x7F "═uñN®Ø\x1C H|a¯[\x07 "
b"ç\x16 BQ9jO~Á═Z┼Ø,í9 "
b"╬©╬Ø-DC=äÈ▄ ▀├║f "
b"à‰\x00 |‘àDÆŠÜ‚¹[\x1A A§ "
b"³üö¢nÿA°ò1æSnì/| "
b"&¦_Õ═hKxá└íc\e l¸ü "
b"/¦K¡À\x07 HרÎFZšÌÙs "
b"C¡ö‘,úD*§\x1E 3\f ö¨9o "
b"F\x18 לMºA\x1F ¾lê½Ut}^ "
b"I╦T─&ÛDìëÝ└vt\e §{ "
b"_s¨Z25Lgì³‗°RrÒ╚ "
b"""
l³®B\n
\x08 A\n
¾bl¥%žÉ\x1D
"""
b"w\x10 >h¼ÖNg…e=@½\x04\x13 & "
b"\x16 ¾â^;ÅDhŠÂ·²µÈ\x13 ‹ "
b"\x1D UGeuÎK;ŶuäÀ\x06\x1F / "
b"\x1F `͉×áBü´åÚ8UÓ, "
b"+Á•?\x7F öH¨¾¿\x11 é\x1A µ£, "
b"<ÈÅxÓ'A_£C™‰53ÆÏ "
b"@fC¤–xGȨ°´\x10 =\f cP "
b"Aܶ<\x1F ²I˜˜,™vM¬p× "
b"Kyæ”6\e H˜¨Æ\x10 »[ZGH "
b"j®\r ÞáK@®§@&¡jo/ "
b"kô*\x10 :\x1D C=”LDî®üa0 "
b"’ˆ¯v·\x1D J\r ƒHé\r a\z2 "
b"¬?┴T▒4E│É\t bøã┼Ì, "
b"¬\x15 v~\x0F sAo©R¬\x0F ¢\x00 ìæ "
b"Á[ÿSòéN¯°\x10 ›'ÃŽXE "
b"ØE“²zöBe „\x18 K²›Jy "
b"Ø÷\x14 ÆèåG\x12 ³!¢ÎŠmô2 "
b"""
÷\x15\x15 õ•.G\n
žä\x04 B>\x10\f î
"""
b"ú\x1E A¦$¤F¹´bâ\x16\x04 4dk "
b"(O•#ƒàM)‚Ö\v ½xe”\f "
b"0\x1D\x16 7ð\x1C A´É\x04 ┤j┬èCÊ "
b"˜7·éÒEO²±g\v ~&ÖG "
b"ái\x15\x16 ,DMЃƧµ\t `}ó "
b"ÒØ┴6ÉhA■╣(èÞû¾ák "
b"Ù/ph`ÞMØáEu\x12 z═┌: "
b"\x12 ÆÖæÉ.O¼ùZY\x05 ¨+í¼ "
b"‰ïüËøy@Ö»Õlš¹_§Ó "
b"mœŸ\x00 èHAÆ¿©\r ðE\x14 dP "
b"Šø¬èOYJ\x15 ²$ÈÐà“%n "
b"«g\x07 U‚OD\e ¬ìQ‡ÍŒø\f "
b"êíMÓ(`@ßœ¼\ÝQe\x18 p "
b"7\x16 ÉAwãMJ˜HNT\x04 ‘3r "
b"O\x18 ê\x00 MíNÅ—ièÂ<ã\x0E ^ "
b"Å┴´¡\x1E g@¸╣Ö?¢rý\x02 Ç "
b"""
“i\n
r2ðHš€òÙ™0èÐJ
"""
b"»Üá\x1F ×▄BõçÉ╔\x1E\x08 Àñì "
b"´╠=·▓\x13 G.ÿØ÷"vÜ\x13 « "
b"-Ó•p—þEœ™iC62\x16 Ç¢ "
b"XàáyY\x15 H®˜Ôú¹µ‘\x01\x0F "
b"cÝÀ•\x1D DJ§‹9ÀréÚÏÐ "
b"ü·ØJ ÓF═Çý│¿<AæÆ "
b"´j6‘Ç1Jýªø\x13 ¬mõž0 "
b"¼`Z_\x1D µF\x10 ¨8ý³Rˆÿr "
b"""
\x11 R&Ri\n
KܱèõÚ$˜‚B
"""
b"\e `%å3wH[¯9½¯>àFä "
b"\x1E ¥?s<êJbô╬ŵä\x03 Îa "
b"3hËóŸ\x16 K¹¤\e òyLJõ9 "
b"«=˜ëŸÑCÀ±yËü¸½_¯ "
b"ɨ Ù“hA΃ãf·Ð7¥Y "
b"úÀõ\x07 ÿFNk¶v½\x0E ·´\x1F æ "
b"p\x19 ]ß.2A€™ìJ\x04 r\x0F þã "
b"ƒ¡\x06 Æ\x10 ‹Aœ†Ë;üOpiû "
b"„Ó\r ¯1;J}Šàð«ß\x1A xm "
b"Å\x14 (\x11 h\x17 IØà\x03 Ûv[ûûË "
b"Ü\x0E üäT`A░Åõ\x03 ¢│U#µ "
b" Z Œ¸bG\x1F ª:YK–Õžo "
b"²MC”¤\x1C Cð¶C ‚êª;ð "
b"Ñ 2Û©óD釀E\x05 ÅùŠõ "
b"ùƒ/6q£EF¤HUâ‡+>\x1A "
b"\x10\x08 c4§–J¾´xi\x03 ¾ØéY "
b"cº¸üÙ2C\x07 ú¹║QøÇ¾ö "
b"n╠\x19 ▒PqGIÜø\v 5Åç\x1F = "
b"yû\x1E\x18 ıòA■▒}¹¾▒Uüƒ "
b"éºþZ¨kAƒ‡±€DÀ*1/ "
b"\x08 ÞC\x1E ç´Ké¢Ê@^óÞšâ "
b"<\x06 ÆÂoÖJ\x11 ░\x1F ÉH\f LÖW "
b"R\r ðLzˆE:·®¾m\x13 QøŸ "
b"€-}Á»\x06 C\x19 –:¶¢ÍdêÜ "
b".z¡¦B4NV”¡‰\x0F ¤ø‰û "
b"─`┬╣ŹA┌ªæ«\t ├¼T\x05 "
b"Ãdü£úáDÈ┤╬§%Ç░\x1D L "
b",ÌÜõ±}G†–ñ¯‘Ý¿¦ñ "
b"A9¢'vBD\x1A ®{\v sZ\x14 ÂÄ "
b"Ibm@Ä\x0E Fõ´8\f q&Ã7ä "
b"Wg\v [—Š@\r £J°òAËÅ0 "
b"ü¿È╝├fG¥┤öEv├¯)t "
b"ƒì╬øP\e KIöBbkìá9S "
b"Œ\x12 )m\n kH\x00 Ÿ\x11 &ª©}Ql "
b"É´sÒ┌ÙIËû¶ã¹Zg°└ "
b"Æn>\x15\x05 ╣A*ó ║^Ø╔öà "
b"""
â¡æ\n
µˆJƒ•À\f u¥’\v\x1C
"""
b"ï\x05 Ø\x1C óìF\x19 £ê “™¯e "
b"O}‹©à~B$¹e\f ÑŒÄôw "
b"ˆôIÅóÑN·´¨SæµS\f Ñ "
b"║ªZ'¹G@/üà â^}þQ "
b"Åܺê¤ÍF\x01 ‰ÃfmJª × "
b"\x11\t >ú"»H<Å`═%,┴!\x7F "
b"ï╦)ýدF\x13 Ö\x15 a¡QËBf "
b"—°ÄpÎáC0®0±¨õ8´€ "
b"║Æ\x05 ┼‗É@xÂVºf ╗Ñ\t "
b"*\x02 :\x0F S]O»ˆ,s×äûgÀ "
b"T~gEú╝O\x00 ▒8÷¥Øÿ£b "
b"_A‚ ÂuAJ†¸—~çPp› "
b"`D+j\x15 ©A\x0F ¿\f\x06 ‚[\x12 ‘¦ "
b"s⢢ýÓCÎôÁÎcÕîä "
b"}fÉÂÄÅA]³\x0F\x0F ŒÆžŠq "
b"˜Âµk.\x1F K±“%›°\x1F {Úx "
b"¡u¬█\x0E ▀E─»3ÈõØ\~É "
b"ÚiÂiû;Hë›\t <[s¬éì "
b"ÆÃ̲Œ³Gž¨³y\t ?Ií¢ "
b"\x02 œfy\x05 ÓGàŽ‡Vì“\x02 ãð "
b"\t X╔È´©O`ªéà\x08 Éh4╬ "
b"(n\v\x16\x06 IK¤‚\x19 B+6v%Ï "
b",^jçìIH‘¸®O´b55# "
b"mı6╔a\x06 A\x0E ¡\x05 ┼D& Øé "
b"~(‰œÓåKëº/m¤ß¤AR "
b"˜ ›2*¬J\x07 °LêHVÔ‘J "
b"¦òÿv\x14 RDî¬\e 1ƒe1t\e "
b"D.¯ŽqA\x7F £âeè\x02 ‡wš "
b"Q}Á¡éöLn•\x06 È\x1E ŸSí\x1E "
b"ðÊÒnµ\x0F H\e ¹pZK€óVx "
b"4é[~îûIîÉ\x17\x18 5╚\x0E ┼¼ "
b"¯˜SÑãDIM‘n\x1F ܼµX¢ "
b"ôgÍ@•ŽGΡ£ÙNÇ1lƒ "
b"\t ªp/\x0F\x12 LÛš\x12 YV\v cÆ\ "
b"!\x08 │ììÂMp╝W\x10 -╗SAØ "
b"-áBJzŽA\t Œ\â\x02 w[£r "
b"I╦ÅÊB¦Oh¼S\x19 kòQe\x02 "
b"UÏáÜ'sJÅí-(╩╔íã° "
b"ìõ┘÷ý^M>Ö\x11 ðyu5®z "
b"▄GVÜföJ┬øÔÎ\x17 Î6Å\n "
b"â\x17\x16\t ¥AMB¾p8ðkòj\x13 "
b",¨‘\x1E l†L$¤\x1F BqiO\x1A Ö "
b"1ı╣ÛƒîKöü·XWd═}¥ "
b"5Ú\x15 ’zÐNõ«lèì,ÇsÝ "
b";âd ädM©Á╦:e\x16 >ÉÆ "
b"HyP–\x18 ÚMî«ÏS¢Ý•y\x1C "
b"L$¡O49J³´ ËwŽf„2 "
b"N'\x05 ²ÍbM™´¯P¢]„%Š "
b"V▀│\x0F\x08 /CªöµÉ·\x0F ─ï- "
b"cØÜÀÌxEo┐Z\e àS>í¤ "
b"„’O»$‡O\x15 «%P\x07 »kà\x1E "
b"""
°R\r 4±5HD¦oÕ\n
DNO
"""
b"áÁwö°àKA¸éÖw'-\x05\e "
b"ÙÌ║║ü¡Eýùàc\x02 ▒\x18\x17\x1D "
b"ú mUçmMm†ò\x00 Í5Q¬‰ "
b"\v ƒ$©8\x14 J²½\v ÂLj€ò "
b"\x12 n]²\x15 œCý…íDÂ%\x02\x05 ® "
b"1QãH>\x02 DM³Øk\x03\x1F ´‹G "
b"e[ù›\x0E DA\x1D †—yÌåögm "
b"eßó╝6\e LäØ▓¶\x18 Í\v ƒí "
b"í\x0F μÀNK¿¸zÅÞ×,“ "
b"î}¸ŒÎðJ:Œ‡\x15 e þ’á "
b"[\e E\x04 ~REP…Lm:\x1C „Gè "
b"a\x06 aýº¢Gm»¾ jñŒý "
b"ƒ§\x14 yÂìDÑØþ\t ║D╣»À "
b"Ðö\x18 iº_E¾®Nj–÷\x10 Êè "
b"Ý™´ì\x03 >Cs n¾œÊ+®— "
b"ÁÑÀ¢”\x1F C@Ÿæî\x14 –è\x17 Z "
b"·w\x0F «\x06 ÕJ█óÉù} Ûk█ "
b"\x15 ┐Ás0Ñ@\t íÑ▒#³±ìú "
b"\x18 úTÿ░\x1F AsüS\r Ű*ÁÙ "
b"$¾´ÛÓ\x0E AX…‚z„º\x10 çÆ "
b"6îg\x0F °¢H;ɹ\x14 A¹Ë╝Z "
b"G\v (‰\v îI.¯ïZ¿!ÄLÙ "
b"\ø§)O¿@÷ÂrÔ¥ØN "
b"╩>dÖzkJF╗Á\x15 ìÌS\f ' "
b"""
╦\n
áúrÄGüÑı▀Jµ[[ô
"""
b"ãK\x12 #`m@-”.ØF\x04 ×û¹ "
b"ÿQiÚ_{HƃÊ{X\è4³ "
b""Ýu\x1D ÂéM-î\x1E ɦ\x1E Üí "
b"&dÓ┬ë»I|úZüR"o«0 "
b"'\v Å\x04 ùßHHç«WC\x19 ╝*║ "
b",hîøÙrM\x1F ü╣\x19 Ê:7¤· "
b"=\x05 üI┤6I┤å\x1D |3Ëoj¡ "
b"OÍ\x0F\x1A ›lJX¿-\x10 \r t±éY "
b"s\x10 ß5ŠkD\v ¼q¬Bs\x1E\x1A ~ "
b" Ƭ\x14 w+Aº‘Öm\x1C m" Ô "
b"""
Îr@å§åD\x19 º\x1D \n
íkáÓ_
"""
b"ÕÚZÚ]J¾¬þ*7Œ/êª "
b"Ü\x03 ¡…«UA4¾¦´\x18 7\x14 \\n "
b"ü13\x19 4s@#…z` gô‚¾ "
b"(k@n\x03\x1C KB…Š?ªÜ^\x01 £ "
b"H5£R\“D\x1C œ#‚¤i˜–ê "
b"\”Ây¬\x13 @\x00 …š¦¹in¦² "
b"~¹üõ%§Næ¼ø¶í;<‘c "
b"ùØ┌Ó\x7F\x04 D%ózF┌W\x1D È‗ "
b"àn ¹<'E¢¬,£Ótþot "
b"""
\n
ÚzÌ!¤FQµL{à\x07\v\x19
"""
b"\x16 !ÙÃx&Dú»vý§g§\r X "
b">┌À¿êÃNBìÑ┼\x13 4█Òc "
b">öXY\x19 ÅM\v ¡ÃaoJX>« "
b"o\x16 w\x0E 3\f HÓü%8┌┬ÉC× "
b"«ßQ\x11 qICzŽÎ\x1D 6qh\x1C "
b"±…\x0E n ŠC‚¡|Dؗكj "
b"ÓÜHÔ\x18\x7F FÞ»HïÐq"\x04\x07 "
b"$ö,’ÿêDÿµò„¶/ÆË… "
b"E\x03 ýV╝ÊDQì<)¤c¼QÒ "
b"I+_fá;@^™12oS9\x13 y "
b"u─ÅÚ\x06 ç@┐ÉÅ\x14 Kÿö1: "
b"~&îÊØlE7©«U\x1E Ô\x18 þ\x0E "
b"è\x1C Xbe:C\x0F Å*ªYæÀ/ö "
b"\x0F FÀ‡\x05 ƒB™›?\x0F lÌœR\x1F "
b"40Ï\f \r 4@#ˆäçâìjÇ\f "
b"GdŽfUÜO\x14 ‡“¹¢ïô-6 "
b"\úsñêÛI\r ¸äÖè¡SÍ; "
b"†•\x19 ì4nF-™…øæ\x11 :" "
b"Ø\x01 █\x1D 3╔F¼║¼±µ¬º!Ó "
b"º6\t ╩üîDe»ac+5° Î "
b"¸õÈ4Qw@Ä”L·4íü§ˆ "
b"ݼ/° SK¾£®#Ù\x0E ‘¤N "
b"ó\x0E ×\r \x05 •Lñª¹Ó\v k:«d "
b"""
4´\n
©/™B˜ƒE\x05 Í”ü\x19 œ
"""
b"ksÀ\x00 £àG„±’ª]I1ÝJ "
b"ÅpXëpVIÌà▄\x08 Ì\x19\x06 /¢ "
b"“A)W¶˜Iõº\x7F «Ef®Šº "
b"¢$>+#žI\x0E …\x13 l‡ ៌ "
b"¿ÈW[fÈN ‘œ¾\x1A\x0F\x1E µh "
b"ʳ\x13 Ž\x06 ìBº¡t\x02 ^Cà Í "
b"╦\f █#¸\x15 NÓä\f µ\x18 ÉV▀\f "
b"Ô"ŸORúC命‘žJõZù "
b"ýTJª\x16\x12 @Uªsìm!„™å "
b"""
&&£$%\x7F B\n
‰\x14 ¯Nôax_
"""
b"2û‘gïšJųÉ{¹\x01 ¥'U "
b"EùID;\x05 GW¿■l╣ÖɺX "
b"X7ÎÃSØGê┤v:╠Àzç┴ "
b"lŽI‚íJOä‚þ]ÿlù?] "
b"¤Þ\x16 B³bGR™\x15 K\œüm% "
b"═˱ÅdëEýí╦C+┴\r ıÖ "
b"▄\x02 '³¢F\x16 ¡▓IÅ┘╚\f ì "
b"lG.#O…Cc¥õÄz®šG% "
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"kj¡®’±Aü¬]tø\x06 ;$é "
b"ÖÜ… *KBÈ´\x07\x11 Òh»È… "
b"\r |>|®V@ε½6èžâJ÷ "
b"\x19 –”¤\x15 ¶O3‘å…\e Z\x12 3\x05 "
b"Uàˆ6Ýf@5©\t ”i\`Âñ "
b"dc§È\x1C ËB –\x05 Ÿ¸Ðx\e\x14 "
b"ü&¨\v ö\x02 I.É┤*K\x0F\x10 ý "
b"Þ(¥tƒèDY·¯–/Þ˜î' "
b"""
ÿ™—‘ä\x04 MF«\x12 oˆ—\n
lº
"""
b"\r \f ó┤╗ì@0Æ|Z\r èc\v ░ "
b"wÏ–®¹\x15 EA‰acWþõrÈ "
b"ö░PðË\x18 A)ÉIåÓó=øx "
b"-ö[ZtÅDbÖâ┼þ$fÈØ "
b"å\x06 4ÚD¨AØ«I ÈtÀ¨Ä "
b"‡q\x00 ç\x08 ùA£´Ó€`k%\x18 \n "
b"¬Íݸ{\x0F K€´›Û²\x06 ZÀ\r "
b"""
àùé\x0E ’ûNT°Ü}¬\n
WóÕ
"""
b"A½ºóð\x1F J-üR\x1C\t *\x12 'Æ "
b"ðš“\x1F :ÔKåŽHM»\x11 ìHž "
b"\x18 ³aðÁßHv‰‡õŸ·t9\x13 "
b"[+ËûK°M±£gôˆ›}V\r "
b"…€¡Å£ÂA\x18 šzrÐõÇï¸ "
b"╗¿░åéôI¡ïÅ\x1D ıÜ─èg "
b"á’P\x0E ìüH¸ŽR\x19 ¡ø\f Zx "
b"ð9µå\x19\x1E @£žs\x10 QàYZr "
b"Áì╗ÏmDD\x00 ó¸<Ø»SÄ┼ "
b"%!]h■[B!»òÏÅË~´B "
b"`\x14 =2Ø(@Ù▓À|iU\x11 ┌> "
b"m3o:¤ÆC^¡m\r qKy5ô "
b"ü‰³÷:JK1ª8Að\x1A œÆ "
b"&9"\x16 ~[Fܲ€û«\x03 [íó "
b"6\x1F 7ò(ILßšp¨%Ï™úæ "
b"?Úeg’eOQ´Ö¨$e>\x17 2 "
b"Mwƒ¼\ÉGóŒÍ”b\f Yt‡ "
b"œ\f µ…‰äCì©Wm_³‰ŸB "
b"""
ʨWtU\n
KÞ„z&|é|Cq
"""
b"ÚÒí\x12\x05 JE±‰ØhÅ\x1F ¤¿D "
b"▄eæºZTAmƒÅ`\x01 ã®\x18 » "
b"³Å¢H%\e J+öÛÙ¢¢e¯\x0E "
b"\t mýìKıIÙÖK\t ╩¤Ì3┬ "
b"""
?╗r!─\n
C║ü╚ˬ8▒â'
"""
b"Fa\x19 @Ê\x02 K\x05 ØÝ█´½\x1E áß "
b"üı®k\x14 3K¬ÿ\x17 Ë░Â\x04 .B "
b"""
Œ\n
…µæ<IfœEdµL«I»
"""
b"ÄÚPQ÷¡NI˜UÊ:ÆŠLJ "
b"═t[°9D4âØ\v ß{WY‗ "
b"‗¥À£ÈhGÜäKû\x08 ØuMZ "
b"PÔõ¿¤ÖJe¯=ú-#r̆ "
b"V(\x16 "5ÒCLØ;└░õÉ╦╦ "
b"k«■söàKü│N┼m°ªâ\x02 "
b"ŽtŽ¥!îC\•í\x00 vš\e á+ "
b"\x14 m²˜)—L˜ˆcŽn `/† "
b"¨Š¤ßdrFT¥Þ!'ÙIÁ¬ "
b"¯ÝYø"~G`¿\x12 =±-k' "
b"Ô\x15 #¶ì¶Eàä├a zØ▀¿ "
b"èüìñ»*IsœÍ®0{óZè "
b"+Ú\x05\x00 <GC´ÄüT N▄&ò "
b"1+┤\x1C f─MØéÓÏ(÷å%Í "
b"HL\x03 oaÁEO²ÕÐ1Û°ÄÌ "
b"Wÿ\x16\x02 f\x1A A·BxÑþÈF\r "
b"r†v^\x08 ÜNG¥UkíÿÓWê "
b"‹q2pTÞA›—<NFÅáêÁ "
b"mï¿ì^@<‹›î\x04 †Pû| "
b"\x7F ì└¥+\x13 Iߣ╬Rß▄`yø "
b"ª\x17 ýrL\x17 CRØ┬n.¼\x0E §Ø "
b"Ê+qÛ•QI¸—Z˜2°à\t { "
b"ı~Õ~·cNìÿÝ░F═:1\x04 "
b"ðWr!U¦N\x0E Šë|\x07\x13 |Sü "
b"øÄ \x01 êùOñ›–Fn·³“g "
b"·└â\x13 ıÞFãæ \x1E Ø\x1A D²╬ "
b"\x15 „Êc¯âDÈŽ\x19 )õn+Ëü "
b"\x1D ô¼xh╚G«Å²U═AàH\x19 "
b"¢„\x15 M4\x01 Jü gê> ,\t G "
b"▒sï6{ØK\x12 ¡¡*Ã Qå\x0F "
b"ɧæüþcH˜¼\x18 ™*.Ñ1 "
b"\x14 -V8ˆMIð±dߎԶõñ "
b"\x1F [øî¶\x1C C¯Ÿ¹6 ¨\x7F ì\x08 "
b"X\r v6‚WDó‹XW\x00 t¿Ù± "
b"kœH)”F¾¦K…\x04 J8ê "
b"q┘>BÁÄB×ì[Ìúãà\x05 ý "
b"’Vχ'-KXª6ÿ\x1F f&©§ "
b"¡&ûVHUFŒ…Ù¨!:{¯M "
b"¡»ð\x15 ùJcªk\x10 ZX "
b"ÉÕóLæiK®¥†¿þîüþm "
b"òض»‰òIîªbr³Ãs\x08\x03 "
b"pY±©¹ÅLV¼}H-Så×h "
b"rnéÆ[ÄG踕ÉZ\x18 hã] "
b"\x7F z';*ÿM‚–]ÅÎo_îI "
b"\x02 S0l#kLÕºˆliçcì) "
b"\x02 Ô\x02 ÔάMõ¼S*4¬û~ü "
b"fZgu\x16 IFMµ\r ~t=àò¸ "
b"¬2;ÌÑ\x07 C€¹ÈÎè— ½* "
b"¯\x1E ‰cT^Dˇi±¤ãaé\x0F "
b"È0dl\x0E\x1F NUžë<a¬iòx "
b"ãÄ\ôJYMÒ½êeï\x14\x03 §Ÿ "
b"·Ð\x7F û┤PL\t ©k\x0E 3\x02 OüÛ "
b"xñ?Ï" Eا–.wð;dq "
b"""
Ë\n
\x05 ð\r \e OS…ѽ÷+á•=
"""
b"Nµ/úÉK@▀À\x19 ╝ËX\t «É "
b"\I-7)GB\x06 ‘¡¨Ô.\v ·ê "
b"t¯É\x01 þnHh€\x1E ûï\x07 ϵ/ "
b"‚\x11 bü÷0O¶¸D\x1F ,…ÒF‹ "
b"±¥‘{,BL˜¡\x08 J“…m\t ¤ "
b" VD\t ¶╔OråÍ│Â(ü/¹ "
b"\x0F ¢Ý2â!Ni±œ¢¤mŒ]\x1E "
b"/Ín¶\x03 ÉN´ÄÈ\x1A ø░└Ô> "
b"I\x17 ¨ÑBWDfŒsl1m?sH "
b"‗.Ò©·ûD8┤q\x17 §cüÍ "
b">+—î\r ŠA\x08 Œ{0<±¡\x00\t "
b"xž4ÜvÝG†\x1E ð mL*\x1E "
b"‰€ÐWÓbAº·ÐhÄ7¿}? "
b"µðr¿\x16\x03 A\x03 ¢zýB\x1F ·˜â "
b"©MÑA\t ØK¨©9\x06 ─<×╗§ "
b"úÅé|ÍÌF«˜QÜÑCcµH "
b"d\x1C -±ø¸C³¬\x7F 9vÏáÃ- "
b"™éš·T±BLžÊ\x01 §Lìûi "
b"Ù\x14 fº lGó¢€…c7FY "
b" \x0F Åw\x1F øD\x1F åÿL\x00\x17 ËpP "
b"‰ÓXd÷©Mذ{ô\x19 b…‘® "
b"ØéÝÛHøA³à4¤úú?Hh "
b"/ÌD\x1F íâF~ØZ\x7F\t ═¶®N "
b"2=\x1E }\x14 ÛD™ãɉ3\x1F Ó~ "
b"oó’ñJÚD\x15 š\x06\x7F ÍŸB\x1D f "
b"Àµøƒ,ÞG\x1C ™‚uâó¥â« "
b"Ë\v =Y×ÝG·³«æ]\x1F á›E "
b"æŽA¯7úK\x14 ¶¤\t\x04 (š½6 "
b"í“°m²iF"b\x18 QëŸ‘È "
b"\x0F Ï7\¤[KÂ¥F–9Ò\x1F Î\x11 "
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èpB7ÁÉ\x7F ÝùË6> "
]
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 , 0x1014BD6E81E249D7A9925F88A41B763E , 0x1D9869AB508F4F34A5FA43EFA9E0548E , 0x24F79E28FF9F4AA880EF8487FC33D059 , 0x2C55E7EAB84B41019AE184C4FA2CA083 , 0x4BD597DE3EF74DCD940FCCB2E70443D9 , 0x59260594F2184563ABD140503D570CE0 , 0x5BC4F976CB9D4C7083471725488E2B20 , 0x7AC7AC0862A7425CBBE0F65DBAF2B7E7 , 0x8D582AB0EFEA4598B64DA36EFD52FA92 , 0x92A8D96DFACE4488A1D1F81AB559988B , 0x972DEA23B1134A758C9DE24481F95A04 , 0xA754E53FD3504F59BBBDA328F55F9203 , 0xAB7E60393D5F4A0E8311092DBC773116 , 0xB04F4C8CA886451981DB701EA245109E , 0xB7E56DE57635471D8ABC61CA820D1A28 , 0xBB38D9C42ECB47B7817CF0B44BB4411F , 0xC954207282964DF8A642D877DD287F32 , 0xCD7643C8B613449381DEBB4447FEDBBD , 0x07DEBB30A3244C75A94F6D166F88AC5B , 0x315C2F5A4B5B4224A5F326143EE8239B , 0x339B1BC661EA43B8AE8D64507257D1C7 , 0x3B33ABACED7A409B9AE42446C55B662B , 0x3DA92939A4814A1F92521121535AF876 , 0x45EC7ACE5E85498AADD48B10033AF32A , 0x4C87136512794AAF973651C681F1F109 , 0x4FC0CF9720CB4A9086BA83A9E6EA5F99 , 0x6A3A8144796F424890817AFB379720E0 , 0x84578B0D69584C20B769C9C1098BB9DD , 0x8EA42F471FAF4548A3B1F31C957089BD , 0x945E7ABF72704559A94E436FC59EFAF7 , 0xBC91E661487A42B695A37E0F261F7B83 , 0xD437282A65624C50A0A4983B30ABE2CA , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0xE0B5A636A7B348C497ABAB83EF082720 , 0xF9407D59B16446BBB9D019737A82E6A6 , 0x1CA8B793ADF54B8BBE5543AB753D9754 , 0x1E5DB8B5A4D444B595ADBBCF698F8439 , 0x1FB687810F5C4E7C9E8557CD72DDC7FE , 0x46D54094960148909EB9962D1F795608 , 0x51B9BEA8E3584611A011AAA90DD8E8B6 , 0x5E2AF49118E140F2A936DFE803E9203A , 0x61BE27B5555641EAAC0A69B8C1202FC9 , 0x64ABD52658114238A38C8F97842E048A , 0x757FA0B09BD54BB8BBD0853B3E514829 , 0x7D7FD98627EC4CC19C0288E8D3EA403A , 0x7FC18672CFAB4DD58FFABE07E4FC8A70 , 0xA2E650584D824A3BB2FDBE36112F9CAC , 0xC632505AB1504816B681DF1A0E7486BF , 0xCC8CFA3F772C497C9CE313E1E13FAA6B , 0xF146F9BAA89B421D9680E596023A7C83 , 0x0C1A9B1091D449D984B07FF507A61E64 , 0x0D68310586F94C20A8B7C35585A2E046 , 0x130DF2AB7FFF4404A7E8EF70DC9CE858 , 0x18FB6BC7B7A84DC0B735C15829BC8B51 , 0x296CB72103C243B980402BD7781BC56C , 0x3D8004D39AD74E109149E8CF69842037 , 0x4CA66CE6F21648E9916E1D5C700A5925 , 0x676C987731F047F2B49E218C82B16A97 , 0x78007B91ADF54881A2478638C8FEC522 , 0x90D4DF2A401A44B3B8E8EE31A5B50927 , 0x9723C21B15A1469CB2089F89EC469232 , 0xA9345FA35E2246B8BD4DCA0C30F13BFB , 0xC6609059820F4371A4EA89922C388527 , 0xD0BCDDB91AD44F75A4A07415583925CB , 0xD5F3796B6FFD48BF84C43BF55A9F97A2 , 0xDEC813603885406DBB1B54CE906FC2D6 , 0xE208C79A83D4425B97019B70717E678C , 0xE4061E800CCE42C2849CC2683CC8CEE4 , 0xE44A896B096A4BB1821CF5F4A7BD290B , 0xE5CCCD1FCACA4A89A5FEEF8AC3D06384 , 0xEC1A8F01F46846B2BA43FBD8BF7D5122 , 0xF0348844905A4034B21FB4C9C6094879 , 0xFD86906618B94887B0640CB12642C420 , 0x05E738DB5D0A411B984044030E708B2C , 0x2DF9B921809C4B1097EEB156DFDA523D , 0x57C862F21E494F50981B8DC24C4E0CCD , 0x59C688D603364DB580AC0D07127D7CD6 , 0x73E6A5CB8E914F31930D2C7469FA8FF5 , 0x92D01318E815463B9CCF1D00D01F7837 , 0x94BFF913BD8F4921AE742492DE50886B , 0xC4178A00921142CBB29ED6B1D5EDAE18 , 0x033EDC8C4A734DE1A794780313B49841 , 0x0E5336CAC0A142D985D85DEF15144353 , 0x14BE58875DC743B5A5D74713A16EB108 , 0x16D5E44153D7410A929711CAB71D6329 , 0x772A9ABEBA214F09AE2B63A468D1DCC8 , 0x79287882D7754191B4794E216537544B , 0x84D88509A49D4F289C47ECAAB91FB6BD , 0xD072348D4135445F867566285DB45242 , 0xFECCD059A3F0488DA2FDE46947523AA8 , 0x1A913CEA13574D928FBD6A28CE69E3C9 , 0x21C02EFAAD874DF58240288777FAE6B5 , 0x2AAD5A0797B049DE861673AB81EB7645 , 0x31A34DA770B84597952E9CE2D5866AFB , 0x728151E1B4164215B5AF2C31367F5DBA , 0x78BC995E99BB499BA8828E5D14FAE195 , 0xEC00BA71FB204AC6B0E1A128CF78AFBF , 0xFF54C705D27C4659A8B3ABE86F52279D , 0x07DF51D1110A464B9E4A4DEEAB22AC45 , 0x270ECB9C40F04DD1BF85DA02D33894D1 , 0x3B474DDC1443484AB23A1DAD29AB3BCA , 0x56AE928846BB4F6C883A57D9D25A2BF9 , 0x697A63158F754B29A9578E31003F9E5F , 0x9023BB229380420285B8DFC957986747 , 0xA4FF1CCF69F44D1B8F5D8FFAE19A3308 , 0xB6D3B28AB807489DA85F29BBA72724F0 , 0xC65741219C9F4A11929F7D14E5FEA689 , 0xD24E77CD12E14AD5B9F406089F85805F , 0xD5086568A3C54722A4FF94EAB57B700F , 0xD6AAD2F350FD43DCB4405300060EE072 , 0xE22E7E56BE2047C79545A6641AE926CC , 0xE4FDBBCF83F443B3A25F6526564C2ACA , 0xE693C8A605EF4F6A9CF2D2AFA4123166 , 0x0E06EE75D56740B1A2304C39CF7D7D2C , 0x196DC334F99849B1AC3953F4E76F2B6E , 0x36E38225718440D6ACA8F3615E8ADB1D , 0x7AB04AFED4C8421AA0CF05015EC3F2ED , 0x875A61F90DEF4B648AB8379F8B13902B , 0xD38BC6408C3046DC91E50E3DDFCC64A8 , 0xDC0351F576C644ACA5873AB5E156C8D2 , 0xE698C3E4468D47AEA2DE47711C39B622 , 0xE93024FC6253498FBC739FA1AC15376E , 0x1F4D3D3413094C8CAD6B730B3CEAD241 , 0x25F6A6F8BBB842A3917358F78A80A9CB , 0x2D92486CD12A46098AB21DB22F8B5028 , 0x4A4F6E5364C74E44B68338673342440B , 0x6242B122469D4C22A4DC9144A2A247FF , 0x8041DEB8940E4975B5779B823F0E2727 , 0x8E7C49FD240143EB8E91F2B3F5144D69 , 0x8F0A0905EADE4D2F84F8A6B4B2724160 , 0x9BD1C86B3E574423A9B895B88974D78C , 0xB29C0A26FC9E4228AE9835141A02B0E9 , 0xBE37BD8C203F4CD8A2BD68BEF06B795B , 0xF1C97EC7FAFD47C98EA0E756F26235F7 , 0x04808BF4324A46DFB4DA308898BF00CC , 0x0B76FFFD8863404B806C092E886A0DC8 , 0x35F942C3CC244110A62AC68A25060BF1 , 0x3F3A8887B5DF4CF28C56B1D0EDC98C73 , 0x4113AACAFE5A40EEBF489F501F6B56F2 , 0x4CB443174E9A488B83C4F09B327C42D0 , 0x5CE1BD7558EA4AFF8B8797A6F65D4B5A , 0x7BFAC0A1C8E24A658796DC7A86C068A5 , 0x7F16789F31024766A29E97F7F7547D2D , 0x8E79BCD575004934A26D67C83BB9D501 , 0x91799B4E3DEE458FB74D27FED0424AB9 , 0xA9F093F86AEE402492FEECC0AA1973C1 , 0xABEE6A8B25954952B5D62C091A481BAD , 0xAF1955477E9D4820B637DFC07DE45CE8 , 0xC5FD73BE365E4FAF80EDD791E9C70971 , 0xC86DEA4996D04096B18BAD96597C7380 , 0xD17972FB1B5541D0998DF2AD81F209CB , 0xD68CAFD60A794434878611DD1C94FCBE , 0xDD16B595A3F4435DADA91991B1570E2E , 0xDD8D213967A7468FA260D4064547CC78 , 0xE7309503B2384A069E1FD77C15039433 , 0xFD29FA07D06F4EF3B4ED4E7CF43BEB21 , 0x042B27F2A88D40C9868A9CCD62FEF014 , 0x20CAC56C461C4CB1A99908E817DA7744 , 0x5F56F6988701467399165D9D7D2612F1 , 0x7834DC2FDA404BC4B614AE3B69D0C8B9 , 0x91766342192446B69FF63406EFBB7B0A , 0x93C31054676D4200A9EE0EB479AB4A6C , 0x1614059C2D3744B7B928426149F52D35 , 0x1B885EAA57E14F97A034CF00DA2CE1EC , 0x257C6F648E984891BB03AE5DC20EC931 , 0x2D0053BB91F84F10A5A3E088B1A41D0A , 0x326F7144812A4041863D2E80A18DF61F , 0x40F6AE8B7B3C4BA68905C850EE0FAD46 , 0x59C88B56C0BF4333A456F42FB72B40E5 , 0x637DB4BFDFA142D795CB6F136AE7B43B , 0x66976B4781D34091AD9ECA8E747E4089 , 0x795684F8266F469BBCB6180CFC935A73 , 0x7A698BD34B944829BD1C5EACDE3A3ECA , 0x82A28A41A690434A890085A599A4A05E , 0x8323BB3CBF7E476D9181546F03E54D88 , 0x8EBE8FC2CE074F7E98A2396842A0DFF0 , 0x92C5590CECBD4B55AFFC62417F2513D0 , 0x96EEF198E1044845AC4E25C06C23A952 , 0x98E4092F20D64E76AA05140387BC1851 , 0xA8982897CB344B8E95C80AED62A1D76C , 0xB02A7E76A31C4B0EBC5C5F97F3C59602 , 0xB62516FD6E4E4363A96A9F04F68ECF2D , 0xD56C3E94DCEE442B823ED867758050CD , 0xD9A3D8E1290948BBA431390C0E11578F , 0xF4C1942E0F9E4704AEC22C8C07B90C35 , 0xF5027935F1CA4231A6B1102F99AF79F2 , 0xFD06C8AFF86F4E1089F2B3DA839C0431 , 0x01CB4DC1EB2D47CA95248446E40A55B9 , 0x0BE96D66FE6B4AAA8E4172F3009FCC31 , 0x0C0A94BB26C0468DB94464DCFEBC53E6 , 0x123203A30BCF425DAB62AF6C497C5DDD , 0x444F0B2134C8439BA48D1822A71AABF8 , 0x588F3CDE79FB40528AB8A57664178DE0 , 0x58F2B46867F24015AB777561B3108555 , 0x67484191754A4AD49FFA78D2774A5BF8 , 0x7B2F734E1A194A62B3AC07E68FE3EFD5 , 0x9DFA43182BD748788AA53E0193F66B13 , 0xC538BE94A29E4F51813A4F4084EA8091 , 0xEABD5F4B379C493BA4DBEBA7129EB53D , 0xEC1A3737B19640E58CFC7149AD4B5FF6 , 0x03A3E2B4EA7D40D2AC2847A89E374648 , 0x1AA3C98AF79746239AD1560D3CEAC900 , 0x34D8C61A405544E9AB9210E0F846B5FC , 0x72585E7E67E54BF4BF0E5598983DC8A5 , 0xB619DE499A7542BE9DD1D5220C7F851A , 0xB82E1479F84848C1A7F1553CBD7FFC32 , 0xCAFF2A7BFC8B4BA6A8DC2BC5D4841169 , 0xCF8096223DB949C8B5BC8B86D018AB86 , 0xD1377199FE7F4F73A8BEE53EB7B42F71 , 0x0A2059497A3B4F16BA8D18FC06DC7097 , 0x1D27174D31784D5F9D83480432F039CD , 0x24C09165070342B3A28B27B48C6BE46D , 0x3F230E2BDDBB4EE0BEC2DB27FBD8C86C , 0x56B765E5A67D4E75AFE13740F74A8222 , 0x6DF1957B402841BB8CB621BF1977692C , 0x6E1DB9EF717A47518A955F665E1C26B0 , 0xAEC53663932449089A9E2921296E0ACA , 0xD6B47D1E6DA94CD9A379FFB302E5B199 , 0x56BF89D910CA4B4185AD674FD30E1130 , 0x8D323E3B107E4A378AD4A583CD3DCF0A , 0xB15D97F427134008B54D49FE102ECEA4 , 0xC51279C4CB0D4736A1FCE4FFB845AFD9 , 0xD26AE1672D024CE4962F8D3C28D0FAB7 , 0xD3D496AF0B214153ABC7A2FF06382637 , 0xE1009CB43C5847789D8EB7DAA2E361DC , 0xF9B35481025D4124B07DA90D00AAFA90 , 0x0FE024A1D3294C44977252C260F45FC6 , 0x138F6D52EC644994853D99EE77EA5DEE , 0x26517A1A19CE4B6C8D7413CA3030283C , 0x29C354DAD34949C087FF9129FD33D4D8 , 0x37C595DCAA824071B4BF6017C520C12E , 0x43F0034A75D741E680BD15F358D84392 , 0x556550ABC1D341BBA8443C9339C6F5E6 , 0x5B05AE783DDE43FB97C0548AA04C2AE3 , 0x83969C119C8849228858211137ECAB1D , 0xA649C040B3B24E7C9B20898BC0F81810 , 0xB1B14B3E71314E0AB9B6A289A2A58693 , 0xB2D7D11D118B45BB985A6F25203E1924 , 0xD92EE9D663FD4EBD9783242C4A50566C , 0xDBBCA9A03E7C4AAFB00A7D73A2435FAB , 0xE146150807814563BB7753E9871D231E , 0x278FBF54998B42B7AA372566D4C125F5 , 0x319F93F69CB34EE99AB41F4FA455D450 , 0x54EB61037D0C46EA913B305D18423CD7 , 0xAEAC074DE6CD418FAC4E2C94F2794C21 , 0xB4AA305168CC40598EA64E57F803540D , 0xBA44AC010F1E46EDBDAAA2AB77AF47EC , 0xDA2CEFDACF6A41E4B8E89E48A78500BA , 0x26E65B5FCC4A4EB58432047CB9DF76A9 , 0x53F581F0FC914FB59ACF711C4BFA8C4C , 0x7EE1320E1FEE45AA956F6F3D6CE61A31 , 0x832521F30F624DDB97454453811AF7D2 , 0x873768325F1D49B591677BE122731C69 , 0xBF17963DD9CD4A829CDDEFEAFD091B3B , 0xC0F19CB54BA141EE9789B1F13E1A924C , 0xEF49EBC5D2EA49DD99E1D85819516C4B , 0x031A23EBB76F485CAE57DE72C2D0AD81 , 0x139DB56CACBA45F18BFDB37D3C435628 , 0x207FE20E8007442B8799509B34816DDD , 0x3B2579E559504509AA60BED8027F45AD , 0x44D178637234442A868583A73A266674 , 0x58D9B6CDEDC94AAE96B7E940E932EDD2 , 0xC05E4F8F553C449F81030F0F5B02E990 , 0xF674B00E68134816A31A6B3CE886D56F , 0xFD5AB2CACE02448A9F8275D10C6E99A8 , 0x1DE73C5D227B4E13BE50E795D63626F1 , 0x2BFAC312BF144B3D9AEA4E017E9B3D7F , 0x3BBB7FDB52DE4A1CB937DDF6C5E2C4CB , 0x6E3D2F0A9E984D0FA295F913416D9DEC , 0xC0A075DFAA0F41899004A2D154739D92 , 0xEC79801090654E09BCA04ECBFD69D80D , 0x05D2EF2938734387A4DCAEA7AD5DFD1F , 0x1D8DE80F25684AA2AF2AD3C0A6F941A5 , 0x20DA59E40582497E950AFBA8CB625386 , 0x23A22633E5BB41ABBA4D6CDB84911EFA , 0x46F33B96F65341E2901ECBD6EBFBF6C4 , 0x78792E21330E4A3A8D015FE5106C9873 , 0xA97FC32248A84D59AAFA0F9E0CB8FBAD , 0xE45A05A05D9C445988DF149F511C1302 , 0x4ADAAFDDA95942AC962C4A58C3FA42B9 , 0x530C0027D03F42018909649D96A61A91 , 0x707344B13DEF4497B7784A2CF2765D05 , 0x80652B2CFBFC449C81CA62011FD82B26 , 0x89CD18D841634FD394F434173E9A0A5F , 0xA6D887C663224D72A88384E87B1505D8 , 0xC144F9D33FF94CE48C2904B98F04AB4B , 0xC3E5E26523384605BF4546DC416706E1 , 0xD0DF354D09C24574AD4ECF7A9CB79FF8 , 0xDAD68FBBDA74403A8DEFA70A069F89E6 , 0x2B612DDB607149D8914E97E6ACA6A6FB , 0x3CA18D4FF0254760A9C4371FF83383B2 , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x65C3D1205F6F4BF9B8CEAE3110ACCF23 , 0x6BB4E02E328C4E0C92D20E1623037F70 , 0xA8AE128EFE194DD48AB9FE5A7430AB67 , 0xEA15A1738B4F4C41834FD7257A890B61 , 0x18BE7CF0B92D48889DD3BB1854E4CDCA , 0x1B1A132FCE824F928C0AD3CD17805D79 , 0x3A2ECAC883584ADDA7B54A59D7B7D803 , 0x519D4FC228A54A5492F26DF06CB17B21 , 0x67D0884AB2044CDCBD7DE3F9E5604795 , 0x9F714D5179864A7B9B2AE0660BCFF1B4 , 0xB8F1CEEE668D44AF8C7F66504D238F46 , 0xCE2141724D8C4CA98607D8477CEC11FD , 0x228C9927878D45248E2C8D8BBC06614D , 0x263399D2A82B494F956E2FD8945F33D3 , 0x3AE0330BAED643F18E9CEA63721A4BB2 , 0x653E928E8F2841EAB8D845A22BDC76A9 , 0xBE3D7154E7D442D4843CD581C7BCEC2D , 0xCFB3AC24FF0B4AE8AD4511F87983E78C , 0xD94A522D0E6840BEA21437398D646569 , 0xE374CBC7257444A2A2E2B73CD8721E3D , 0x2FFEE8C97E0948CF940AF66DD4644B29 , 0xB7AB08EB1B124B5F82E9D40E617EEBED , 0xD4DBE0411322489DA91D7A224F5D8EB4 , 0x16A6E928E68A4264ABFB15E10476C7FB , 0x2291E98C6A4043A9A327F640FBD127A4 , 0x46E48A716BBA4103A712BD12507E5F88 , 0x7B0E173C61CF4F468C97B0C745EC8B0B , 0x83399214E0C34582BF14906C5AFDAF9F , 0xDED4302DAA1A44EDBBEF07E46FB4FF26 , 0x0E17C0DDAFF14104910ED3718B2316B7 , 0x2E4897D8957142679449791ACA5323C0 , 0x6503E3967C674B90A0547AD9AB7C5E0A , 0x8E08D8913E9B4B7E8C00034977199108 , 0xE768A61A8A84481FA578A3B31F9CA282 , 0x3B9EC48511704A45A749E34BA4A78A27 , 0x5BEAC2CB69C642DDBD6F941146095A2D , 0x6DEAC527011C4CF8BF366F4B5AA26DC1 , 0xBDCCBD052FA444A78DCB91CBD611AEFF , 0xF240301C05B34011A17F6F65D4344161 , 0xF54191BDC08143DEA36DD5DBCC534ABE , 0xFF6B4D6343D2486EA620FBD2DBD1F4D7 , 0x0ADD89DA6877431CA344518EA39CF869 , 0x2DBBD213D3FB4761928B497D016C969E , 0x386FDAA94F2D44039A5AA0AC802BAA4C , 0x3C08B4E17C5A44C3BAAD0D76463A3C12 , 0x3EC3820784C54A92B382C801A7F4E8AE , 0x4C1B9E214AC3493A94BFE7837B2712EC , 0x764D571AFC0747BCA2E14D472057066C , 0x8CD5F14026D74B71922E9C98639902DF , 0x98D96A5BBBFA4A33AD7918B5DDCC8605 , 0xD370C3A4977A498CB9C0582C921BFAD3 , 0xDD4035156C9241638B504E353B9065C7 , 0x49D14B5446E04D3D98EAF9AF0DFBFDD8 , 0xA1303044778949A9B26B65F07B26A4D9 , 0xBF6EBB8347FD4B3CB9442EE13221D830 , 0xFF154898925241D39C167D3E381B19E0 , 0x09A7CEE07ACF47B6827B4F642898F91F , 0x0FDD943CF1DF466FAC81B0AD522F2F8F , 0x3BE6F68F1C92416490DDEE373604B101 , 0x4FF2258645A045B894BF9FD5186D26F3 , 0x5CC2BE0E7DB8438F9E43DFF888E8CFB4 , 0xD63DC8750B2E423989A1B5F7A88AA650 , 0xF8B1DCC8785A4F6B8E5BAACC4F32DF8F , 0x2E044668A871416889CF93431C0EC043 , 0x4857259351D14361B8075F2462C0D3B9 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x57906D7401234AF8A8F358172C0E8293 , 0x6EE14C51D71C42728A297780BDCA5191 , 0x70B2C0AACD234F26807DEC186FDBC94F , 0x87AD85EA1EB742FBA75B7F8177246D3D , 0x8E87DCA072234CEA9881BE49C0667B50 , 0x9896AEBF2EF74924BD66A2F9209CE92E , 0xA30D69887DF74BC998423BBC16F5FEFD , 0xB84036565E0245C3A7CF310AA4EFA5C1 , 0xBFBA554C7AEC45A484CCFB952220C8D5 , 0x078AF5D0F1474B02B15FE75E0DA96F82 , 0x2A96F21B13AF4747B19E20E49C78A482 , 0x557DA99667164040B3E53CCB396EC5DD , 0x8B80BFA24529454B80179238BFDA5AFB , 0xDCB6DC0255084960BAAA6A6853CFECDB , 0xF6BF9D12D8D24C84B44DAD9E56EE442E , 0x20AF87FFC1234716A7A9F17D667EA62B , 0x2465065CB9194705B5B3587814208284 , 0x31C8128CDA4D488C9C29A3AA5BBFA5F7 , 0x3567C521325A4F58B7A5EB0D0E956765 , 0x421DAD754191483EA9D4262891AFA92B , 0x647B53130F2F43979996386B078E3459 , 0x9187C4D43C484AA3888592A97F540896 , 0xBF5FC7E9D9794E84954EA0C12A1E8490 , 0xE919F6D050AB4A5BACE6B3C63873B58A , 0x157DDA803A6D4F119466AD826DFE797A , 0x1A8E25BF86464CF9BA6A46B7740F51F5 , 0x6EC6EE8AEE66476BB1351CCE31AA5EA3 , 0x4DE1EC46D56D40B2BCCE39781154CA49 , 0x76F4A91725FC499EA71725941AEC122D , 0x8E2CECB1C65D4DD5AB5A651592F770EE , 0xB471B345C6DF4E6B8BF798C11ED8B55F , 0xBC2E2D67921B446ABE46A9F978BCEBC0 , 0xBF716F41A75348DBA9C07141E5D123D2 , 0xEFD4B55F317345DEBCE70FD0BDF12B62 , 0xF5443390CF0C4FD2926DA053A904C9F1 , 0x9388049E8CDD4E69A43E53CD5050CD7C , 0xAC01C6A4505F42158AAD1A5374422008 , 0xC3995F2112854942B02907057DA13C4A , 0xFABB92C6875947B484AF737858E7538D , 0x03E466255A3E4A0C9C4253EEE53D9D7B , 0x7CFDAF96D5964159B96FCBC781C480AF , 0x7D4EC46B4E5C4DAC8D3292BD20B8743A , 0xB617A54E02F543659F58E1A892447281 , 0xE36E263AFDE74A8A973AE5D448C19AE2 , 0xE5C7EAF0B85F431CAFB91CC1649F528E , 0xF3FD608931B249B79CA75F11EA79598B , 0x35BD2727E1314755A8B7474EA2052C98 , 0xD46F0CDA2DF74955A6A4F8F3A0EC652F , 0x76D3F5310B3D4ECCA4383A37143C90DA , 0x10CADDF3E6E94CC3A0C2FE596DDD0D43 , 0x20ACE06E902D447089F0529F1D3F9304 , 0x30A1461F98C44DBA8229C227B0F75FF2 , 0x42519921022C4A6AA8E4250A209E9136 , 0x45DDAC768C354F52A35968FB537EE514 , 0x48DCFAE75BDA426C92115372CAC57D47 , 0x4B11F8D10C0E4B5B91DFDD3DBE78607C , 0x55CB2756DE3D4E9BBD0E0BDABA9E253A , 0x72F01DC6835E445E87E5C03C1FCC02AC , 0x7F821450DC034C94BBBEBA3B4A70F539 , 0xA4E10DF5D23C4D5BB13D88DBA4DA2C9A , 0xAE0C82F7D60B4C87AFC90E1128BEAE82 , 0xC071E9C4AA1942A8A9E00F9010479397 , 0xCCFD4CFCD3D24B8F85BAAA1EC6CA7CA9 , 0xDA5E5A7F5B234290B1DFD0A40EF7EA13 , 0xFDC9EB01877240C09B20FB9C5AFB6E21 , 0x33DA077BD5E344249E268862EC3EAAF1 , 0xC2B380ED149B46D3B6B2D9F2DBB2ACE7 , 0x08463EE8B11C474CA54771FEFD7905AB , 0x2C0832C39C744831B76E04957FB49DFA , 0x34C6B5A3D5734122909B66C7A0542753 , 0x5A4D311211CA4030AF3741F142C6F190 , 0x81520C614F26409AA80B0ED8B5B34773 , 0x969D68728BE94B5284144A7589E439CD , 0xC95C36E5D92448B284406762AED2D30C , 0xE5D21A2180D34E5F96257EE1219335DA , 0xEB432B4BB6134B94A1570CB5D23EB6F4 , 0x40CF072CF0F14FB9B53100AD6FA3A8F6 , 0x4B4677B7C42149AE9DE438DD019AAD3D , 0x93D0D8BE9E124D07B38F72E75F7F9E9A , 0x985D5CE2A23E4B139B4103EF73F0106C , 0xA3F12AA475F446D092CA44B06CE89390 , 0xAA0AFB253E4C4422B0BBDB8BE2C2CB46 , 0xCCE1F31791934231B33920AD82075002 , 0x18CF89AE8EA84DC5B86B8AF3ABB456FC , 0x24A15009182E478D98B752C78D7861F2 , 0x5BCC0A640E2A4506A88FA5A4277BA2E7 , 0x5FB63690404741C281E6F93A88CA69B1 , 0x673E267FB9954472BF2ACCED915BE686 , 0x80FE0F10A42943318B670BE17EC92DB5 , 0x91EB597D35ED43169489D86D4B5E92C7 , 0x9A729AD7DD884F83B98C1C57688664AF , 0x9C083A1E88D04407B1749A3C3C7D61C8 , 0xA578EEEFF508426FA667314BF135743C , 0xCD61EE13C66B492B80FE4B1F7E2289F9 , 0xD7A6323DF19B45848A536C0F53CCBAD0 , 0xEC784887B175474A96E54B81923A2D5D , 0xF62EA840848A494A948455ECA4FD97FD , 0xFAFDCBA42984419EAC745CBA76ECE1B6 , 0x168A01C63F8248E1AA7F2E759E2D91AD , 0x1CD376135038414C916B51394ABC35E4 , 0x4D873A6EB91C470ABA01A3795B52D2F5 , 0x672FD45D47D843FCBD3391DF72E50660 , 0x685D27E42B6B4433B2596C4FBFF14085 , 0xAEF81E6093F048AEB29F566A46812105 , 0xB3CBBCB6525D46B79439F8BB86530D9C , 0xB82BCC81F5014B0BB5D32C9C2EE84F87 , 0xB9FE8A3BF4A944D5BA833BCF89801965 , 0xD9C1BDD2683E420D97F960D412EF0E67 , 0xE4844C6282EC45F8B6EF6FBC27668E74 , 0xF117A9ACAC3640A692034D3B90BEBCAB , 0xF586E552872545E094578381FB4F8414 , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x321C9F4786D741F891C25366CCEE4C07 , 0x4DFD7CA34557426FA314E5ABB9221071 , 0x51CBA519044D4D22A30E63CB9E0FEE9E , 0x6934C5057B5B4460ACB2640962CC8CB6 , 0x694C49F9413A43859C3CF6C4EA94C40D , 0x6A8C69CA030B4401B1FFF1282A917341 , 0x805D7100B9644A998EF2F4885BDC03C2 , 0xC0B5B75DFC3E467A896FD1E8651093D6 , 0xEC98BE68602B4AFF892BF5A186AA0388 , 0x60670C598F0743EB93D86C051C290175 , 0x6806DF23E55E4ACA8A6F0D9246FE2E5C , 0xFB23CC4209EF432BB5A16FBE9CBD747F , 0x096A6631F31341EE845235A6FE6970E5 , 0x0F4C9D60363847FCADCCA9C0D62A94A0 , 0x7C1FC647DAA241E2827A1BDF02B2920A , 0xCC4253269CF64FF4A11DE30153E2D54A , 0xD7EC0B7E086845ED87845EE343CAAB89 , 0x1AA5CDDA274844C6825DCE9F1F13FC3C , 0x25A716AC6F6F4434BC8FA99ADFD8D5DE , 0x6E69517BD2AC4A56AA2A865B00C00DBD , 0xC0158CBCC67A471699B92DC15D66D967 , 0x0AFCF34D2FFB43ECAED8FD5AF3325E5B , 0x1AFA823F5E4943AA8EF6EC871026312A , 0x1F5C6CE03BB446E592AE75DE83F0F1DD , 0x594CAE1357BB4F71BA7533DF5813DEA2 , 0x62C55F76F9564AAFB82FCE4D105D8A8B , 0x6668B22D719641798E089ACF3CEA89F7 , 0x9235028EEAB04ACD8264B0A4D47FB21F , 0xB379958B414D4F93A149F574D757B06C , 0xB907BE46200E47EBA6EFB643B9688742 , 0xF1A58492D86348A0B328B616503B1B92 , 0x37E40A3354854496B2AEFE40D654B0CC , 0x12264A8408574062A8E1150D2D9E981B , 0x866C4BB5A7A142FDAE1EE734B8D31D9A , 0xC13C73C72EEC4D3DB0347FFD66A19A55 , 0xD609ACEB6A4F4A15AB60B48C55E82848 , 0xFC83621B17684DE789AE156A4A9AEB44 , 0x21DEBE7B34CE44E98030A64F5B3532A6 , 0x38E6DC227ECD4C9F8B51D7A099779020 , 0x410D3FDE98C8487EAF2FB5D344ED21A4 , 0x5009B0318FDB469FAF826E9DD3EE963B , 0x5A48D02543694FAAA8FEDBA616CEDC87 , 0xA00FD758C494473A8E332C6101B26ED2 , 0xEA13EFC879314473B1F74BFE44CA449D , 0xFF354490D6844773BBF71AAAE623AB57 , 0x202D693577BA4ACD8BDD6206ECED08DD , 0x24AC31824FDC47C8AC02408F06D6455E , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2C2848C99D814B5CA7D4AA6F938A0A22 , 0x776601BE9A4A4715B93AABA212C23BBA , 0x8E8F6A6B2AC545ECA444D6A08B6B947E , 0x9EA2895DC6AE4003A17C98073FF88736 , 0xDAA011C44F624E1090E6E095D813C668 , 0x008DE31F4510448390E5307378DBF3AE , 0x0F8F92EC32664803AE4DAB98ED4D1B5C , 0x15303AE9F1A74BA5A55620E2665CEE80 , 0x5E970F73FFF44AD496F70EB8E0446100 , 0x68E86ACDB1B34D9480273AC54256BA14 , 0x700A706E9E96400B8388A3E01FBA499D , 0x82571FBFA1104BEC8BB4E8FAF680654E , 0x8F6708AE3F5542E99780EDA75E1B217A , 0x92BA8A284E9E4F68BE35F49BA13277D4 , 0x997E27E4135C44C38EAB20E28C058D76 , 0x9E15C0FBFFCC4446B643BA0087337C3D , 0xA0C739B3F93D484DA842D2ADA039A360 , 0xA1DD9B5A7F23465BAAFFFB8F0FE48C83 , 0xBF0FDD6C474648588DEF9FA5A9EA9FE9 , 0xBFC586356D174C48A091CA171230D337 , 0xCB3FB7BF3CF04989BBDFFC380DF84E7D , 0xFAFC99EBCD354882BB33DB1B5F5756F8 , 0x7CE7016EE927464990EF10038322E62B , 0xE1BB5D1D4B514F02A683F526C18DA0AA , 0xFEF7AAF9EB184497A792B0B563B66384 , 0x0629905E3C15452893E37BC1FA76BEA3 , 0x4FD7227594FB4C5FA80CB75B902A6367 , 0x879441B2CAEB44859A4EAF1AF6902D3C , 0xB238AFB2D98D48589708AF19243F8212 , 0xDF809B67DA7041DEA9A260F6C086E31C , 0xDFF72B69101741D7955BDFCA5D200C57 , 0xE22F837AF9D84BBFAE25CE1DDBEE5602 , 0x01B2E30C89744F45B2534B7DD5F18C82 , 0x0BD55F48637742379FB9D2DFBCB9B955 , 0x1EFBBAC149D34F51B872E599D26867C9 , 0x2DB6BA930F4C4B64ADFA590A69527FD6 , 0x703575D62C464A96BD65EC2D43116581 , 0x9E33653AF8AE4836B769C4C36160C24D , 0xC41CEC6DFDCA419EBA1785861A3D2178 , 0xC4EF5D4A69A945BEB2288A9AAF1F01B3 , 0xC643A5A50F1E48B28615EBF9EA53D3C2 , 0xC88155E9156C4075B3F7D557AEB0E966 , 0xF9ECD16C19AF4A0DB2F9E167D7D99286 , 0x2B2F0EAEEA0642E7B50AD25CFDF52DBD , 0x706FB0CD718A4F99B62AA75EE6F50200 , 0x7B4B034BAA354A58872FC47613EBD40C , 0x9956B2309CD945059C4FA6F1D89F344C , 0xD28334F65435474B81DCE6AB230A4931 , 0xD9A432150F1349B39EE42E59FF19E53B , 0xDF7D7EA3FF344820B5033E058AE51EE6 , 0x826941C4420D4114BB37F1CFC77CA5BD , 0x8407DBAA03CB4EE7A3D7D49976DC67A1 , 0xAE6CF74BFF644A72B39A6583F3DF732C , 0x056D3D625911481F969936E5C792D3ED , 0x0DB6E9B9D85642C2AEF471B1E85C39DB , 0x0EFAE85A204C46BF949C302016CA0210 , 0x46945874F62B49709B509DB239B5BBB7 , 0x6215F793B8344F0CA0FFE599D1D9F492 , 0x8EC4B68BF4104CF6823EB52E0D75E1A4 , 0x97226906DAA142FC88710724486EAC1F , 0xB64B4B33607C42A5A3909F3BD840FCF5 , 0xD22910E8A61C4B65BC6B486D8F5FE6F9 , 0x018B156E3E9D4996AACE373760BFB059 , 0x0BCFC5DE50E548C5B9AD1830086C7AF6 , 0x0E2EB06BB37E465386BCBA2150416751 , 0x1D744B5098BE4F68B07BDF570E8CDD77 , 0x1FDCC0E1E5314466AD340DA06DB46A57 , 0x20D92527F6084ABC8D8393F20AF98F31 , 0x31D898792279419F83D3845CCF2FE006 , 0x6B02FF6CF4AE47439C5FD2D9584A4710 , 0x762D0751C5494C2FAA4FB12F4315A37C , 0x906577239C344DCAA12D168F0939A76D , 0xA98E66E01CCB408E88B7DAE06266CE9B , 0xC5D71E40F567428A80A3372E5F4F2DED , 0xCA99D0449DAA4AD0B19EFA03923DE960 , 0xCF26E610AC264404AB06F06E59D08AF2 , 0xD91AE8F64F2645F68A05A7117A75769D , 0xEC0DEA70ECE8420F847C08E86F3A31EC , 0x315B58A2A1584383961FE37B07A709A1 , 0x45A5C92269094DE29FE802839C85D0AD , 0x5079E81AC5174BAD982F1E1657C2F84D , 0xCD2C6EB5698146838770374C0097F03A , 0xFA4CB2794EDA4C19BA9FCCFD0C96B489 , 0xFDAB68EF9B4B4FEDA890DE71EAAD1B00 , 0x0E846772F92B4BAD846492B6DC3156D6 , 0x0EC4A89878CA45A1B04BBF3320E6D517 , 0x1C8C55EA3A04446BAE248FEBC0D749BC , 0x3B4A7ABAB81247FCA3499B95C7E39023 , 0x42419C5EC35B4A3295FC9277A05D2DCD , 0x477404A8DD074A749D36130D0E384465 , 0x5234F09B1DD643D4868794CF4B708057 , 0x7C0BB1474FBE450EA65EB033191ACBCF , 0x9AA0950105C844E881516AC8C8DB5608 , 0xA449AEB9C8A34A5BAC540B6484289339 , 0xA5CFFA2E4CDA405EA774414990B7ECF6 , 0xE30646972B7C425988E7E200D28CEE18 , 0xF0048759C6374D418791CD68DC1CBF3F , 0xF658529127C04167B5CD3A031662BB6B , 0x12E804448626436DA7B8E22F6574A74C , 0x5FE36B346A2D45D88C8F009356355FCF , 0x6D04D65CF4AF41728D315AB08CB822E1 , 0x9C84EC4B07DD43479C95B93ED329D449 , 0xB1E2CCFB13B942D68F1671728B5CD12E , 0x3D881E62B0564E2C8D90036A483F5EF6 , 0x4A33BC38CA5A44E9B5EAA50395FF96D7 , 0x59AF1AABE41B4C9E98F06F7EC454FB3F , 0x5DA6546B1EA14FEBB116FAA62F578466 , 0x61ED816463384849A03C84C693DF72A6 , 0x678BEB95B3CF4FDC98A723AC407AC0F1 , 0x7FF022CD75A44EA99D1C487C61EE5B07 , 0x87164251396A4F7EB5CD5AC59D2CA139 , 0xCEB8CE9D2D44433D84D4DC20DFC3BA66 , 0xE089007C91E044C68ADC82B95B1A41A7 , 0xFC8194BD6E9841F8953191536E8D2F7C , 0x26DD5FE5CD684B78A0C0A1631B6CF781 , 0x2FA64BA1C00748D7A8CE465A9ACCD973 , 0x43A1F6912CFA442AA71E330CF6A8396F , 0x4618D79C4DBA411FBE6CEABD55747D5E , 0x49CB54C426EA448D89EDC076741BF57B , 0x5F73F95A32354C678DFCF2F85272E3C8 , 0x6CB3AE420A08410ABE626CA5259EC91D , 0x77103E68BCD64E6785653D40BD041326 , 0x16BEE25E3BC544688AC2B7B2B5C8138B , 0x1D55476575D74B3B8FF47584B7061F2F , 0x1F60CD89D7E142FCB4E5DA3855C3932C , 0x2BC1953F7FF648A8BEBF11E91AB5A32C , 0x3CC8C578D327415FA34399893533C6CF , 0x406643A4967847C8A8B0B4103D0C6350 , 0x41DCB63C1FB24998982C99764DAC70D7 , 0x4B79E694361B4898A8C610BB5B5A4748 , 0x6AAE0DDEE14B40AEA74026A16A6FAD2F , 0x6BF42A103A1D433D944C44EEAEFC6130 , 0x9288AF76B71D4A0D8348E90D615C7A32 , 0xAA3FC154B13445B39009629BC6C5DE2C , 0xAC15767E0F73416FA952AC0FA200ECE6 , 0xC15BFF53F2E94EAFB0109B27C38E5845 , 0xD84593B27AF64265A084184BB29B4A79 , 0xD8F714C6E8E54712B321A2CE8A6DF432 , 0xF71515F5952E470A9EE404423E100CEE , 0xFA1E41A624A446B9B462E2160434646B , 0x284F952383E04D2982D60BBD7865940C , 0x301D1637D01C41EF9004B46AC28A43D2 , 0x9837B7E9D2454FB2B1670B7E26D64720 , 0xE16915162C444DD083C6A7B509607DF3 , 0xE39DC136906841FEB9288AE896F3A06B , 0xEB2F706860E84D9DA04575127ACDDA3A , 0x12929991902E4FAC975A5905F92BA1AC , 0x89EFFCCBF87940D6BBD56C9AB95FA7D3 , 0x6D9C9F00E84841C6BFA90DF045146450 , 0x8AF8ACE84F594A15B224C8D0E093256E , 0xAB670755824F441BACEC5187CD8CF80C , 0xEAED4DD3286040DF9CBC5CDD51651870 , 0x3716C94177E34D4A98484E5404913372 , 0x4F18EA004DED4EC59769E8C23CE30E5E , 0x8FC1EFAD1E6740F7B9993FBD72EC0280 , 0x93690A7232F0489A80F2D99930E8D04A , 0xAF9AA01F9EDC42E48790C91E08B7A48D , 0xEFCC3DFAB213472E989DF622769A13AE , 0x2DD3957097FE459C996943363216C7A2 , 0x58E0E179591548AE98D4FAB9B591010F , 0x63DDC0951D444AA78B39C072E9DACFD0 , 0x81FA9D4AFFE046CD80ECB3A83C419192 , 0xB46A3691C7314AFDAAF813AC6DF59E30 , 0xBC605A5F1DB54610A838FDB35288FF72 , 0x11522652690A4BDCB1E8F5DA24988242 , 0x1B6025E53377485BAF39BDAF3EE046E4 , 0x1EBE3F733C884A6293CE8FE68403D761 , 0x3368CBF39F164BB9A41BF2794C4AF539 , 0xAB3D98EB9FD143C0B179CBFCB8BD5FAF , 0xC9A820D9936841CE83E366B7D037A559 , 0xFAC0F507FF464E6BB676BD0EB7B41FE6 , 0x70195DDF2E32418099EC4A04720FFEE3 , 0x83A106C6108B419C86CB3BFC4F7069FB , 0x84D30DAF313B4A7D8AE0F0ABDF1A786D , 0x8F1428116817499D8503EA765B9696D3 , 0x9A0E8184546041B08FE403BDB35523E6 , 0xA05AA08CB862471FAA3A594B96D59E6F , 0xB24D4394A41C43F0B6432082EAAA3BF0 , 0xD12032DBA9F344E987804505C5F98AF5 , 0xF9832F3671A34546A44855E2872B3E1A , 0x10086334A7964ABEB4786903BED8E959 , 0x63A7F781EB324307A3FBBA519B80F394 , 0x6ECC19B1507147499A9B0B358F871F3D , 0x79961E18D59541FEB17DFBF3B155819F , 0xE9BAFE5AA86B418387B18044C02A312F , 0x08DE431EE7B44BE9A2CA405EF3DE9AE2 , 0x3C0692B66F994A11B01F90480C4C9957 , 0x520DF04C7A88453AB7AEBE6D1351F89F , 0x802D7DC1BB064319963AB6A2CD64EADC , 0x2E7AA1A642344E5694A1890FA4F889FB , 0xC460C2B98FFB41DAA691AE09C3AC5405 , 0xC764819CA3A044D4B4CEF52580B01D4C , 0x2CCCDCF5B17D478696F1AF91DDBFA6F1 , 0x4139A2277642441AAE7B0B735A14C2C4 , 0x49626D40C40E46F5B4380C7126C337E4 , 0x57670B5B978A400DA34AB0F241CBC530 , 0x81A8D4BCC36647BEB4944576C3EE2974 , 0x9F8DCE9B501B4B499442626B8DA03953 , 0x8C12296D0A6B48009F1126AAA97D516C , 0x90EF73E3DAEB49D396F4C6FB5A67F8C0 , 0x926E3E1505B9412AA2FFBA5E9DC994C7 , 0xE2A1E60AB5884A8395C00C75A5920B1C , 0xEF05D81CF3EC4619A3EA20209399AF65 , 0x4F7D8BA9E07E4224B9650CD18CC4F477 , 0x88F449C5F3D14EB7B4A853E6B5530CD1 , 0xBAA65A27FB47402F8185FF835E7DE751 , 0xC5DCBAEAA4CD460189C3666D4AAA20D7 , 0x11093EA322AF483C8F60CD252CC1217F , 0x8BCB29EC9DEE4613991561AD51D34266 , 0x97B0C470CEE14330AE30B1A8F538B480 , 0xBA9205C5F2904078B656A76620BBA509 , 0x2A023A0F535D4FBB882C73D7E4FB67C0 , 0x547E6745A3BC4F00B138F6BE9D989C62 , 0x5F4182A0C275414A86B8977EE750709B , 0x60442B6A15A9410FBF0C06825B1291A6 , 0x73E2A2A2FDD343CEADF4C1CE63D5EEE4 , 0x7D66C9C2C4C5415DB30F0F8CC69E8A71 , 0x98C2B56B2E1F4BB193259BB01F7BDA78 , 0xAD75AADB0EDF45C4AF33D4E49D5C7E90 , 0xDA69C269FB3B48EB9B093C5B73ACE9EC , 0xC6C3CCB28CB3479EA8B379093F49EDA2 , 0x029C667905D347E08E8756EC9302E3F0 , 0x0958C9D4EFB84F60A6828508906834CE , 0x286E0B1606494BA48219422B367625CF , 0x2C5E6AE7EC494891B8AE4FB462353523 , 0x6DD536C96106410EAD05C54426209D82 , 0x7E28899CD3E54BEBBA2F6DA4DFA44152 , 0x98A09B322AAC4A07B04CEA4856D4914A , 0xA6F2FF76145244EEAC1B31836531741B , 0xAD442EAF8E71417FA3E265E80287779A , 0x517DC1A1E9F64C6E9506C81E9F53ED1E , 0xF0CAD26EB50F481BB9705A4B80F35678 , 0x34825B7E8C96498C90171835C80EC5AC , 0xAF9853D1E344494D916E1FDCBCB558A2 , 0xF467CD40958E47CEA1A3D94EC7316C83 , 0x09AA702F0F124CDB9A1259560B63C65C , 0x2108B38D8DB64D70BC57102DBB53419D , 0x2DE1424A7A8E41098C5CE202775BA372 , 0x49CB8FD242DD4F68AC53196B95516502 , 0x55D8A09A27734A8FA12D28CAC9A1C6F8 , 0x8DE4D9F6EC5E4D3E9911D0797535A97A , 0xDC47569A66944AC29BE2D717D7368F0A , 0xE2171609A5414D42BE7038F06BF26A13 , 0x2CA8911E6C864C24A41F4271694F1AD6 , 0x31D5B9EA9F8C4B9481FA585764CD7DBE , 0x35DA15927AD04EF5AB6CE8EC2CC773DD , 0x3B8364FF84644DB8B5CB3A65163E9092 , 0x4879509618DA4DEEABCF53A2DD95791C , 0x4C24A14F34394AB3B420CB778E668432 , 0x4E2705B2CD624D99B4AF50A25D84258A , 0x56DFB30F082F43A694E690FA0FC48B2D , 0x639D9AB7DE78456FBF5A1B85533EA1CF , 0x84924FBB24874F15AB255007BB6BE01E , 0xB0520D34B1354844ADA66FD50A444E4F , 0xE1C177F6B0E04B41B8E9D677272D051B , 0xEBDEBABA81AD45EC97856302B118171D , 0xFA206D55E76D4D6D86F200CD3551AC89 , 0x0B8324A938144AB2BD0BC3824C6A80F2 , 0x126E5DB2159C43FD85ED44C2250205AE , 0x3151E3483E02444DB3D86B031FB48B47 , 0x655BF99B0E44411D869779CCE5F6676D , 0x65E1A2BC361B4C849DB2F418D60B9FA1 , 0xED0FCEADBCC04E4BBFB87AC5DED72C93 , 0xEE7DB88CCEF04A3A8C871565A0FE92E1 , 0x5B1B45047E524550854C6D3A1C8447E8 , 0x610661FDBAA2476DBBBEADA06AF18CFD , 0x9FF51479B68D44A59DE709BA44B9AFB7 , 0xD0F61869BA5F45BEAE4E6A96F710CAE8 , 0xDD99B4EC033E4373A06EBE9CCA2BAE97 , 0xC1D1C0A2941F43409FE6EE1496E8175A , 0xFA770FAE06E54ADBA290977D20EA6BDB , 0x15BFB57330A54009A1A5B123FCF18DA3 , 0x18A35498B01F417381530D8FF82AB5EB , 0x24BEB4DBD30E415885827A84BA10E7C6 , 0x368C670FF8BD483B90FB1441FBD3BC5A , 0x470B28890BEE492EAFEF5ABF21C44CD9 , 0x5CF8A7294FBF40C3B7C272ADD4A5D84E , 0xCA3E64997A6B4A46BBB5158DDE530C27 , 0xCB0AA0A3728E4781A5D5DF4AE65B5B93 , 0xE34B1223606D402D942ED84604D7FBB9 , 0xFF5169DA5F7B48C683CA7B585CE834B3 , 0x22ED751DB6824D2D8C1E90DD1E9AA1FF , 0x2664E0C289AF497CA35A8152226FAE30 , 0x270B8F0497E1484887AE574319BC2ABA , 0x2C688C9BEB724D1F81B919D23A37CFFA , 0x3D058149B43649B4861D7C33D36F6AAD , 0x4FCD0F1A9B6C4A58BF2D100D74B1E959 , 0x7310DF358A6B440BBC71AC42731E1A7E , 0xA0C6AC14772B41BA91D66D1C6D2220D4 , 0xCE7240E5A7E54419BA1D0AED6BE1D35F , 0xD5DA5ADAAD5D4ABEACFE2A378C2FEAAA , 0xDC03A185AB554134BEA6B41837145C0A , 0xFC31331934734023857A60A067F482BE , 0x286B406E031C4B42858A3FAADC5E01A3 , 0x4835A3525C93441C9C2382A4699896EA , 0x5C94C279AC134000859AA6B9696EA6B2 , 0x7EB9FCF525A74EE6BCF8B6ED3B3C9163 , 0x979DDAE07F044425A27A46DA571DD4F2 , 0xE06E20B93C2745A2AC2CA3D374FE6F74 , 0x0ADA7ACC21A44651B54CAD7BE0070B19 , 0x1621D9C3782644FABB76FDA767A70D58 , 0x3EDAB7A888C74E428DA5C51334DBE363 , 0x3EF6585919C54D0BA1C3616F4A583EAB , 0x6F16770E330C48E0812538DAC290439E , 0xABDF51117149437A8ECEAD1D3671681C , 0xB1850E6E208A4382A17C44D897D9836A , 0xD3DC48D4187F46DEBB48EFD071220407 , 0x24F62C92FFEA44FFB5F284B62FC6CB85 , 0x4503EC56BCD244518D3C29CF63AC51E3 , 0x492B5F66E13B405E9931326F53391379 , 0x75C48FE9068740BF908F144B9894313A , 0x7E26EECAD86C4537A9AB551ED418FE0E , 0x8A1C5862653A430F8F2AA65991B72F94 , 0x0F46C087058342999B3F0F6CCC9C521F , 0x3430CF0C0D34402388E4E7E2EC6AC70C , 0x47648E6655DC4F148793B9A2EFF42D36 , 0x5CFA73F1EADB490DB8E4D6E8A153CD3B , 0x869519EC346E462D9985F8ADE6113A22 , 0x9D01DB1D33C946ACBAACF1E6AAA721E0 , 0xA73609CA818C4465AF61632B35F820D7 , 0xB8F5C834517740C4944CB734EDFCA788 , 0xDDBC2FB0A0534BBEA3AE23D90E91A44E , 0xF30ED70D05954CF1AAB9D30B6B3AAB64 , 0x34B40AA92F994298834505CD94FC199C , 0x6B73C000A3E04784B192AA5D4931DD4A , 0x8F705889705649DE85DC08DE19062FBD , 0x93412957B69849F5BA7FAB4566AE8ABA , 0xA2243E2B239E490E85136C8720E19F8C , 0xBFC8575B66C84E20919CBE1A0F1EB568 , 0xCAB3138E06EC42BAA174025E43E020CD , 0xCB0CDB23F7154EE0840CE6189056DF0C , 0xD4229F4F52FA43E591BD919E4AF55AF9 , 0xFD544AAA16124055AA73EC6D218499E5 , 0x2626A324257F420A8914AF4EF461785F , 0x32FB9167EF9A4AC5B3C97BB901A52755 , 0x459749443B054757A8FE6CB99990A758 , 0x5837D7C7539D4788B4763ACCB77A87C1 , 0x6C8E4982ED4A4FE482FE5DFF6CF93F5D , 0xA4DE1642B362475299154B5C9CFC6D25 , 0xCDD3F18F648945ECA1CB432BC10DD599 , 0xDC02FF27FCBD4616ADB2498FD9C80C8D , 0x6C472E234F854363A5F5C47AAE9A4725 , 0x0BF23DB5B5214B9EAF126B0DF5CFC671 , 0x483F1E83344E4BCDAA5A03152A1148C7 , 0x556B4D0BDC9B4CE8B60093897285451A , 0x6B6AA1AE92B141FCAC5D74F8063B24E9 , 0xD6DC85202A4B42C8B40711D268BBC885 , 0x0D7C3E7CAE5640CEB5BD36E89EE24AF7 , 0x199694A415B64F3391E5851B5A123305 , 0x55E08836DD664035A90994695C60C2F1 , 0x6463A7C81CCB42A096059FB8D0781B14 , 0x8126F90B9402492E90B42A4B0F10FFEC , 0xDE28A57483E84459B7AF962FDE98EE27 , 0xFF999791E4044D46AB126F88970A6CBA , 0x0D0CA2B4BB8D4030927C5A0D8A630BB0 , 0x77CF96AEB915454189616357FEF572C8 , 0x94B050D0D3184129904986E0A23D9B78 , 0x2D945B5A748F44629983C5E72466D49D , 0x860634E944F9419DAE4920D474B7F98E , 0x877100E708F941A3B4D380606B25180A , 0xACCDDDB87B0F4B80B49BDBB2065AC00D , 0xE0F9E90E92FB4E54B0DC7DAC0A57F3D5 , 0x41ABA7A2D01F4A2D81521C092A122792 , 0xF09A931F3AD44BE58E484DBB11EC489E , 0x18B361F0C1DF48768987F59FB7743913 , 0x5B2BCBFB4BB04DB1A367F4889B7D560D , 0x8580A1C5A3C241189A7A72D0F5C7EFB8 , 0xBBA8B086829349AD8B8F1DD59AC48A67 , 0xE192500EECFC48B88E5219A1F80C5A78 , 0xF039B5E5191E40A39E731051E0595A72 , 0xB58DBBD86D444400A2F73C9DAF538EC5 , 0x25215D68FE5B4221AF95D88FD37EEF42 , 0x60143D329D2840EBB2B77C695511DA3E , 0x6D336F3AA4C6435EA16D0D714B7935F4 , 0xFC89B3F73A4A4B31AA3841F01AAD9CC6 , 0x263922167E5B46DCB280FBAB035BEDF3 , 0x361F37F228494CDF9A70A825CF99FAE6 , 0x3FDA656792654F51B4D6A824653E1732 , 0x4D7783BC5CC947F38CCD94620C597487 , 0x9C0CB58589E443ECA9576D5FB3899F42 , 0xCAA85774550A4BDE847A267CE97C4371 , 0xDAD2ED12054A45B189D868C51FA4BF44 , 0xDC6591A75A54416D9F8F6001C6A918AF , 0xFC8FBD48251B4A2B94EAEBBDBD65EE0E , 0x096DEC8D4BD549EB994B09CACFDE33C2 , 0x3FBB7221C40A43BA81C8D3AA38B18327 , 0x46611940D2024B059DEDDBEFAB1EA0E1 , 0x81D5A96B14334BAA9817D3B0B6042E42 , 0x8C0A85B5E63C49669C4564B54CAB49BB , 0xC4DA5051F7A14E499855CA3AC68A4C4A , 0xCD745BF0F8394434839D0BE17B5759F2 , 0xF2BEB79CD468479A844B96089D754D5A , 0x50D4F5BFA4D64A65AF3DFA2D2372CC86 , 0x5628162235E3434C9D3BC0B0E490CBCB , 0x6BAEFE7394854B81B34EC56DF8A68302 , 0x8E748EA521EE435C95ED00769A1BE12B , 0x146DB29829974C9888638E6EA0602F86 , 0xA88AA4DF64724654A5DE2127D949C1AC , 0xAFDD59F8227E4760BF12203DB12D6B27 , 0xE21523F48DF4458584C361207A9DDFA8 , 0xE8FCECF1BB2A49739CCDAE307BF35AE8 , 0x2BE905003C4743EF8E8154204EDC2695 , 0x312BB41C66C44D9D82E0D828F68625D6 , 0x484C036F61C1454FB2D5D031DBB0C4CC , 0x57FF1602661A41CE874278D1FEC8460D , 0x7286765E08DC4E47A5556BEDFFD357EA , 0x8B71327054DE419B973C4E46C5E1EAC1 , 0x6DEFBFEC5EAD403C8B9BEE048650FB7C , 0x7F8DC0BE2B1349E19CCE52E1DC60799B , 0xA617EC724C1743529DC26E2EAC0EF59D , 0xCA2B71DB955149B8975A9832B0E0097B , 0xD57EE57EFA634E8D98EDB046CD3A3104 , 0xF057722155A64E0E8AEB7C07137C53FC , 0xF8C4A001EAF94FF19B96466EB7B39367 , 0xFAC08313D5E846C691FF1E9D1A44FDCE , 0x1584CA63AFE244C88E1929F56E2BCBFC , 0x1D93AC7868C847AE8FFD55CD41854819 , 0xA284154D34014AFCA067EA3EA02C0947 , 0xB1738B367B9D4B12ADAD2AC7FF51860F , 0xC9A7E6FCFE634898BC18992A2ED131A0 , 0x142D5638884D49F0B164DF8ED4B6F5F1 , 0x1F5BF8EEB61C43AF9FB936A0A87FEC08 , 0x580D7636825744F38B58570074BFD9B1 , 0x6B9C4829AD9446BEADA64B85044A38EA , 0x71D93E42B58E429E8D5BDEA3C68505EC , 0x9256CF87272D4B58AA36FF1F6626A9A7 , 0xA126FB564855468C85D9A8213A7BAF4D , 0xA1BBF0AD15F94A63AA6B10EE8BA45A58 , 0xC9D5F34CE6694BAEA586BFFEEEFCFE6D , 0xF2D8B6BB89F249EEAA6272B3C3730803 , 0x7059F1B8FB8F4C56AC7D482D53869E68 , 0x726EE9C65BC447E8B895C95A1868E35D , 0x7F7A273B2AFF4D82965DC5CE6F5FEE49 , 0x0253306C236B4CD5BA886C69E763EC29 , 0x02E202E2D7AA4DE4AC532A34AA967E81 , 0x665A67751649464DB50D7E743DE0F2B8 , 0xAC323BCCD1074380B9C8CEE897A0BD2A , 0xAF1E8963545E44CB8769B1A4E361E90F , 0xC830646C0E1F4E559EEB3C61AC69F278 , 0xE3C45CF44A594DD2BDEA65EF1403A79F , 0xFAD17F96B4504C09B86B0E33024F81EA , 0x78F13FCF22A045D8A7962E77F03B6471 , 0xCB0A05F00D1B4F5385D1BDF72BE1953D , 0x4EE62FA3904B40DFB719BCD35809AE90 , 0x5C492D372947420691A1A8D42E0BB7EA , 0x74AFC901FE6E4868801EFBEF07CFB52F , 0x821162FCF7304FB6B8441F2C85D2468B , 0xB1A5917B2C424C98A1084A93856D09A4 , 0xFF564409F4C94F7286D6B3B628812FFB , 0x0FA2DD32E2214E69B19CA2A46D8C5D1E , 0x2FD66EF403904EEF8ED41A9BB0C0E23E , 0x4917A8D1425744668C736C316D3F7348 , 0xF22EE3B8FA964438B47117F0F56381D6 , 0x3E2B97EE0D8A41088C7B303CB1A10009 , 0x789E34DC76DD4786AD1EF0206D4C2A1E , 0x8980D057D36241BAB7D068C437BF7D3F , 0xB5F072BF16034103A27AFD421FB798E2 , 0xB84DA541099D4BF9B83906C43C9EBBF5 , 0xFAC5E97CCDCC46AB9851DCD14363B548 , 0x641C2DB1F8B843B3AC7F3976CFE1C32D , 0x99E99AB754B1424C9ECA01A74CECFB69 , 0xD91466BAA06C47F3A28085AD63374659 , 0x200F8F771F9B441F86984C0017D37050 , 0x89D35864F7A94DD8B07BF419628591AE , 0x9D82EDEA489B41FC8534CFA3A33F4868 , 0x2FDE441FA183467E9D5A7F09CDF4A94E , 0x323D1E7D14DB44AD99E3C989331FD37E , 0x6FF392F14ADA44159A067FCD9F421D66 , 0xC0B5F8832CDE471C998275E2F3A5E2AB , 0xCB0B3D59D7DD47B7B3ABE65D1FE19B45 , 0xE68E41AF37FA4B14B6A40904289ABD36 , 0xED93B06DB2694622AD621851EB9F91C8 , 0x0FCF375CA45B4BC2A5469639D21FCE11 , 0x1386A6836686473E8262A7A9D13407C9 , 0x1E9F9ACF872840A9A025B5215AC4643E , 0x9F82100F39A34651A2ABBB928279F48F , 0xC9BB1F9E5BA14906B5E568F81962C334 , 0xF23E3E598A704237B5907FED97D3363E )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
85
6.74 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ²ã\f ‰tOE²SK}ÕñŒ‚ "
b"\x03 õf%Z>J\f £BS¯Õ=Ø{ "
b"\x04 +'‗¿ì@╔åè£═b■\x14 "
b"\x05 m=bY\x11 H\x1F –™6åÇ’Óí "
b"\x05 Òï)8sC‡¤Ü®§]ý\x1F "
b"\x06 )É^<\x15 E(ôÒ{┴·v¥ú "
b"\x08 F>è±\x1C GL¥Gqþýy\x05 « "
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\t mýìKıIÙÖK\t ╩¤Ì3┬ "
b"\t §ÎàzÏG¶‚{Od(˜ù\x1F "
b"\t ªp/\x0F\x12 LÛš\x12 YV\v cÆ\ "
b"\v vÿýˆc@K€l\t .ˆj\r È "
b"\v ÏÅÞPåHŹ\x18 0\x08 lzö "
b"\v ò=µµ!Kž¯\x12 k\r õÏÆq "
b"\r \f ó┤╗ì@0Æ|Z\r èc\v ░ "
b"\r h1\x05 †ùL ¨·ÃU…¢àF "
b"\x0E\x06 îuÕg@±¢0L9Ï}}, "
b"\x0E\x17 ÀݯñA\x04 ‘\x0E Óq‹#\x16 · "
b"\x0F Ï7\¤[KÂ¥F–9Ò\x1F Î\x11 "
b"\x0F ¦ö<±▀Fo¼ü░¡R//Å "
b"\x10\x08 c4§–J¾´xi\x03 ¾ØéY "
b"\x10\x14 ¢nüÔIήÆ_êñ\e v> "
b"\x10 ÊÝóæéLÃ ÂþYmÝ\r C "
b"""
\x11 R&Ri\n
KܱèõÚ$˜‚B
"""
b"\x13 †¦ƒf†G>‚b§©Ñ4\x07 É "
b"\x13 žÍsÒ]Oú°<Û\x03 «„Z "
b"\x15 0:éñ§K¥¥V âf\î€ "
b"\x16 Š\x01 Æ?‚Háª\x7F .už-‘ "
b"\x16 ¾â^;ÅDhŠÂ·²µÈ\x13 ‹ "
b"\x18 ¥|╣-HêØË╗\x18 Tõ═╩ "
b"\x19 –”¤\x15 ¶O3‘å…\e Z\x12 3\x05 "
b"\x1A £ÉŠ÷—F#šÑV\r <êÉ\x00 "
b"\x1A ú‚?^ICªŽöì‡\x10 &1* "
b"""
\e\x1A\x13 /΂O’Œ\n
ÓÍ\x17 €]y
"""
b"\e ˆ^ªWáO— 4Ï\x00 Ú,áì "
b"\x1C îUÛ:\x04 Dk«$ÅÙ└ÎI╝ "
b"\x1C Óv\x13 P8AL‘kQ9J¼5ä "
b"\x1D tKP˜¾Oh°{ßW\x0E ŒÝw "
b"\x1D ç<]"{N\x13 ¾Pç•Ö6&ñ "
b"\x1E ŸšÏ‡(@© %µ!ZÄd> "
b"\x1E ¥?s<êJbô╬ŵä\x03 Îa "
b"\x1F \là;´Få’®uÞƒðñÝ "
b" -i5wºJÍ‹Ýb\x06 ìí\x08 Ý "
b" ÊÅlF\x1C L±©™\x08 è\x17 ÚwD "
b"!À.ú‡Mõ‚@(‡wúæµ "
b"!Þ¾{4ÎDé€0¦O[52¦ "
b""îÖ'çìE$Ä,ìï╝\x06 aM "
b""Ýu\x1D ÂéM-î\x1E ɦ\x1E Üí "
b"$e\x06 \¹\x19 G\x05 µ³Xx\x14 ‚„ "
b"$À‘e\x07\x03 B³¢‹'´Œkäm "
b"$ö,’ÿêDÿµò„¶/ÆË… "
b"%!]h■[B!»òÏÅË~´B "
b"%ö¦ø»¸B£‘sX÷Š€©Ë "
b"""
&&£$%\x7F B\n
‰\x14 ¯Nôax_
"""
b"&3™Ò¨+IO•n/Ø”_3Ó "
b"'Å┐TÖïBÀ¬7%fÈ┴%§ "
b"(O•#ƒàM)‚Ö\v ½xe”\f "
b")l·!\x03 ÂC¹€@+×x\e Ål "
b"*\x19 :x0“I/šÈ©ÊP‹#\x11 "
b"+úÃ\x12 ¿\x14 K=šêN\x01 ~›=\x7F "
b",\x08 2├£tH1Àn\x04 ò\x7F ┤Ø· "
b"""
,(H╔ØüK\ºÈ¬oôè\n
"
"""
b",^jçìIH‘¸®O´b55# "
b",hîøÙrM\x1F ü╣\x19 Ê:7¤· "
b"-’HlÑ*F\t в\x1D ²/‹P( "
b"-ö[ZtÅDbÖâ┼þ$fÈØ "
b"""
-¶º“\x0F LKdúY\n
iR\x7F Ö
"""
b".H—Ø•qBg”Iy\x1A ÊS#À "
b"0¡F\x1F ˜ÄMº‚)Â'°÷_ò "
b"1È\x12 ŒÚMHŒœ)£ª[¿¥÷ "
b"3hËóŸ\x16 K¹¤\e òyLJõ9 "
b"4é[~îûIîÉ\x17\x18 5╚\x0E ┼¼ "
b"5½''á1GU¨·GN¢\x05 ,˜ "
b"7ŕܪ‚@q´¿`\x17 Å Á. "
b"8oÚ©O-D\x03 šZ ¬€+ªL "
b":.ÊȃXJݧµJY×·Ø\x03 "
b":à3\v ®ÖCñŽœêcr\x1A K² "
b";3«¬íz@›šä$FÅ[f+ "
b";žÄ…\x11 pJE§IãK¤§Š' "
b";»\x7F ÛRÞJ\x1C ¹7ÝöÅâÄË "
b"<\x08 ´á|ZDú\r vF:<\x12 "
b"<íìO%G`®─7\x1F °3â▓ "
b"<ÈÅxÓ'A_£C™‰53ÆÏ "
b"=€\x04 Óš×N\x10 ‘IèÏi„ 7 "
b"=®)9ñüJ\x1F ÆR\x11 !SZ°v "
b">Â\x07 „ÅJ’³‚È\x01 §ôè® "
b">öXY\x19 ÅM\v ¡ÃaoJX>« "
b"A\r ?Þ˜ÈH~¯/µÓDí!¤ "
b"A\x13 ªÊþZ@î¿HŸP\x1F kVò "
b"Aܶ<\x1F ²I˜˜,™vM¬p× "
b"Cð\x03 Ju×A怽\x15 óXØC’ "
b"E¥É"i\t MâŸè\x02 ƒœ…Ð "
b"EݬvŒ5OR£YhûS~å\x14 "
b"EìzÎ^…IŠÔ‹\x10\x03 :ó* "
b"FäŠqkºA\x03 §\x12 ½\x12 P~_ˆ "
b"GdŽfUÜO\x14 ‡“¹¢ïô-6 "
b"I╦T─&ÛDìëÝ└vt\e §{ "
b"K\x11 øÑ\f\x0E K[‘ßÝ=¾x`| "
b"KFwÀ─!I«Øõ8¦\x01 Ü¡= "
b"Kyæ”6\e H˜¨Æ\x10 »[ZGH "
b"L´C\x17 NšH‹ƒÄð›2|BÐ "
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"O}‹©à~B$¹e\f ÑŒÄôw "
b"O└¤ù ╦JÉå║⮵Û_Ö "
b"Oò%†E E¸”¿ŸÕ\x18 m&ó "
b"P\t ░1Å█Fƒ»énØË¯û; "
b"Q¹¾¨ãXF\x11 \x11 ª©\r Øè¶ "
b"UË'VÞ=N›½\x0E\v Úºž%: "
b"Uàˆ6Ýf@5©\t ”i\`Âñ "
b"V¿‰Ù\x10 ÊKA…gOÓ\x0E\x11 0 "
b"Wg\v [—Š@\r £J°òAËÅ0 "
b"WÉmt\x01 #J°¿¾X\x17 ,\x0E éô "
b"XÅ<Ìy¹@Rè©Ñvd\x17 ìÓ "
b"Y¯\x1A «ä\e Lž˜ðo~ÄTû? "
b"[\e E\x04 ~REP…Lm:\x1C „Gè "
b"\┬¥\x0E }©CÅ×C▀°êÞ¤┤ "
b"\úsñêÛI\r ¸äÖè¡SÍ; "
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
b"_Òk4j-EÏîÅ\x00 ôV5_¤ "
b"`g\f YÅ\x07 CÙôÏl\x05\x1C )\x01 u "
b"a\x06 aýº¢Gm»¾ jñŒý "
b"bB▒"FØL"ñ▄æDóóG "
b"c}´¿ß¡BוËo\x13 jç´; "
b"cº¸üÙ2C\x07 ú¹║QøÇ¾ö "
b"d½ı&X\x11 B8úîÅùä.\x04 è "
b"e\x03 Òû|gKÉáTz┘½|^\n "
b"eÃÑ _oKù¸Î®1\x10 ¬Ï# "
b"eßó╝6\e LäØ▓¶\x18 Í\v ƒí "
b"fZgu\x16 IFMµ\r ~t=àò¸ "
b"fh²-q–AyŽ\x08 šÏ<ê‰÷ "
b"gHA‘uJJÔŸúxÒwJ[ø "
b"gЈJ²\x04 Lܽ}ãùå`G• "
b"h\x06 ß#å^JÊŠo\r ’Fþ.\ "
b"h]'ä+kD3²YlO¿ñ@… "
b"iLIùA:C…œ<öÄê”Ä\r "
b"jŒiÊ\x03\v D\x01 ±ÿñ(*‘sA "
b"k\x02 ÿlô®GCœ_ÒÙXJG\x10 "
b"kj¡®’±Aü¬]tø\x06 ;$é "
b"lŽI‚íJOä‚þ]ÿlù?] "
b"m\x04 Í\¶»Arì1Z░î©"ß "
b"mı6╔a\x06 A\x0E ¡\x05 ┼D& Øé "
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ÆîŠîfGk±5\x1C Î1ª^£ "
b"n╠\x19 ▒PqGIÜø\v 5Åç\x1F = "
b"oó’ñJÚD\x15 š\x06\x7F ÍŸB\x1D f "
b"""
p\n
pn×û@\v âêúÓ\x1F ║IØ
"""
b"p5uÍ,FJû¢eý-C\x11 eü "
b"rX^~gåKô¿\x0E U˜˜=È¥ "
b"sµÑ╦ÄæO1ô\r ,ti·Å§ "
b"wf\x01 ¾šJG\x15 ¹:«¢\x12 Â;º "
b"x\x00 {æ¡§HüóGå8╚■┼" "
b"yV„ø&oF›¼¶\x18\f ü“Zs "
b"yû\x1E\x18 ıòA■▒}¹¾▒Uüƒ "
b"zi‹ÓK”H)½\x1C ^¬Þ:>Ê "
b"z°JþÔÈB\x1A Ï\x05\x01 ^Ãòí "
b"zǬ\x08 b§B\»àö]ºò·ç "
b"|²»ûıûAY╣o╦Ãü─Ç» "
b"\x7F ì└¥+\x13 Iߣ╬Rß▄`yø "
b"ü&¨\v ö\x02 I.É┤*K\x0F\x10 ý "
b"üR\f aO&@Ü¿\v\x0E ÏÁ│Gs "
b"üı®k\x14 3K¬ÿ\x17 Ë░Â\x04 .B "
b"ü·ØJ ÓF═Çý│¿<AæÆ "
b"‚W\x1F ¿¡\x10 Kì‹´èúö€eN "
b"‚iAÄB\r A\x14 »7ñÏÇ|¥½ "
b"„\x07 Ûª\x03 ËNç£×Ô™vÜg¡ "
b"„Ó\r ¯1;J}Šàð«ß\x1A xm "
b"å\x06 4ÚD¨AØ«I ÈtÀ¨Ä "
b"‡q\x00 ç\x08 ùA£´Ó€`k%\x18 \n "
b"‰ïüËøy@Ö»Õlš¹_§Ó "
b"‹q2pTÞA›—<NFÅáêÁ "
b"‹€¿¢E)EK€\x17 ’8¿ÚZû "
b"""
Œ\n
…µæ<IfœEdµL«I»
"""
b"Œ\x12 )m\n kH\x00 Ÿ\x11 &ª©}Ql "
b"Ž\x08 Ø‘>›K~Œ\x00\x03 Iw\x19 ‘\x08 "
b"ÄÅjk*┼EýñDÍáïkö~ "
b"Ä¥Å┬╬\x07 O~ÿó9hBá▀ "
b"ŽÄ¶‹ô\x10 Lö‚>µ.\r uᤠ"
b"Åg\x08 «?UBÚùÇݺ^\e !z "
b"’Vχ'-KXª6ÿ\x1F f&©§ "
b"’Ð\x13\x18 è\x15 F;œÏ\x1D\x00 Ð\x1F x7 "
b"“A)W¶˜Iõº\x7F «Ef®Šº "
b"""
“i\n
r2ðHš€òÙ™0èÐJ
"""
b"ôðÏ¥×\x12 M\x07 │Årþ_\x7F ×Ü "
b"ö░PðË\x18 A)ÉIåÓó=øx "
b"ù-Û#▒\x13 JuîØÔDü¨Z\x04 "
b"ùØ┌Ó\x7F\x04 D%ózF┌W\x1D È‗ "
b"˜Âµk.\x1F K±“%›°\x1F {Úx "
b"˜ä\t / ÖNvª\x05\x14\x03 ‡¼\x18 Q "
b"Ö~'õ\x13 \D├Ľ Ôî\x05 ìv "
b"Ø\x01 █\x1D 3╔F¼║¼±µ¬º!Ó "
b"Ø·C\x18 +ÎHxèÑ>\x01 ô÷k\x13 "
b"ž¢‰]Æ®@\x03 ¡|˜\x07 ?ø‡6 "
b" Z Œ¸bG\x1F ª:YK–Õžo "
b" Ƭ\x14 w+Aº‘Öm\x1C m" Ô "
b"¡&ûVHUFŒ…Ù¨!:{¯M "
b"í¦øZ\x7F #F[¬ ¹Å\x0F õîâ "
b"¥xîïõ\x08 Bo¦g1Kñ5t< "
b"ª\x17 ýrL\x17 CRØ┬n.¼\x0E §Ø "
b"º6\t ╩üîDe»ac+5° Î "
b"¨®\x12 Žþ\x19 MÔŠ¹þZt0«g "
b"""
ª\n
û%>LD"°»Û‹âÂËF
"""
b"«ßQ\x11 qICzŽÎ\x1D 6qh\x1C "
b"«îj‹%•IRµÖ,\t\x1A H\e "
b"¬\x15 v~\x0F sAo©R¬\x0F ¢\x00 ìæ "
b"¬Íݸ{\x0F K€´›Û²\x06 ZÀ\r "
b"¡u¬█\x0E ▀E─»3ÈõØ\~É "
b"¯\x1E ‰cT^Dˇi±¤ãaé\x0F "
b"¯ÝYø"~G`¿\x12 =±-k' "
b"░OLî¿åE\x19 ü█p\x1E óE\x10 × "
b"""
°R\r 4±5HD¦oÕ\n
DNO
"""
b"±]—ô'\x13 @\x08 µMIþ\x10 .Τ "
b"±…\x0E n ŠC‚¡|Dؗكj "
b"±¥‘{,BL˜¡\x08 J“…m\t ¤ "
b"▓8»▓┘ìHXù\x08 »\x19 $?é\x12 "
b"´q³EÆßNk‹÷˜Á\x1E ص_ "
b"´ª0QhÌ@YަNWø\x03 T\r "
b"µðr¿\x16\x03 A\x03 ¢zýB\x1F ·˜â "
b"·«\x08 ë\e\x12 K_‚éÔ\x0E a~ëí "
b"""
¸@6V^\x02 EçÏ1\n
¤ï¥Á
"""
b"¸õÈ4Qw@Ä”L·4íü§ˆ "
b"¹þŠ;ô©DÕºƒ;ω€\x19 e "
b"ºD¬\x01\x0F\x1E Fí½ª¢«w¯Gì "
b"║ªZ'¹G@/üà â^}þQ "
b"╗8┘─.╦GÀü|┤K┤A\x1F "
b"╗¿░åéôI¡ïÅ\x1D ıÜ─èg "
b"¢╠¢\x05 /ñDºì╦æ╦Í\x11 « "
b"¥=qTþÈBÈä<ıüÃ╝ý- "
b"┐\x0F ¦lGFHXì´ƒÑ®ÛƒÚ "
b"¿qoA§SHÛ©ÀqAåÑ#Ò "
b"¿ºULzìE¤„Ìû•" ÈÕ "
b"À\x15 Œ¼ÆzG\x16 ™¹-Á]fÙg "
b"┴D¨Ë?¨Lõî)\x04 ╣Å\x04 ½K "
b"³€í\x14 ›FÓ¶²ÙòÛ²¬ç "
b"Ù_!\x12 …IB°)\x07\x05 }¡<J "
b"ÄÚPQ÷¡NI˜UÊ:ÆŠLJ "
b"Å\x12 yÄË\r G6¡üäÿ¸E¯Ù "
b"Åܺê¤ÍF\x01 ‰ÃfmJª × "
b"ÆWA!œŸJ\x11 ’Ÿ}\x14 åþ¦‰ "
b"ÉT r‚–Mø¦BØwÝ(\x7F 2 "
b"ɨ Ù“hA΃ãf·Ð7¥Y "
b"ÉÕóLæiK®¥†¿þîüþm "
b"╩>dÖzkJF╗Á\x15 ìÌS\f ' "
b"""
╦\n
áúrÄGüÑı▀Jµ[[ô
"""
b"ÌŒú?w,I|œã\x13 áá?ªk "
b"═,nÁiüFâçp7L\x00 ù: "
b"Íaî\x13 ÆkI+€þK\x1F ~"‰ù "
b"═vC╚Â\x13 DôüÌ╗DG■█¢ "
b"""
Îr@å§åD\x19 º\x1D \n
íkáÓ_
"""
b"ϳ¬$ÿ\v JèE\x11 øyƒçŒ "
b"ðr4ìA5D_åuf(]┤RB "
b"мݹ\x1A ÔOu¤ t\x15 X9%Ë "
b"Ðß5M\t ÂEtNÏzœ·Ÿø "
b"Ê)\x10 Þª\x1C Ke╝kHmÅ_µ¨ "
b"Ópä—zIŒ¹ÀX,’\e úÓ "
b"ÓÔ–¯\v !AS«Ç¢ÿ\x06 8&7 "
b"Ôo\f Ú-÷IU¦¤øó ìe/ "
b"È█ÓA\x13 "HØ®\x1D z"O]Ä┤ "
b"Õl>”ÜîD+‚>Øgu€PÍ "
b"ı~Õ~·cNìÿÝ░F═:1\x04 "
b"ÖÜ… *KBÈ´\x07\x11 Òh»È… "
b"צ2=ñ›E„ŠSl\x0F S̺Р"
b"×ì\v ~\x08 hE퇄^ãCÊ«‰ "
b"Ù.éÖcýN½—ƒ$,JPVl "
b"ÙÁ½Òh>B\r —ù`Ô\x12 ï\x0E g "
b"Ú,ïÚÏjAä¸èžH§…\x00 º "
b"┌^Z\x7F [#BÉ▒▀ðñ\x0E ¸Û\x13 "
b"┌á\x11 ─ObN\x10 ɵÓòÏ\x13 ãh "
b"ÚÒí\x12\x05 JE±‰ØhÅ\x1F ¤¿D "
b"""
┌ÍÅ╗┌t@:ì´º\n
\x06 ƒëµ
"""
b"""
Û¼© >|J¯°\n
}s¢C_«
"""
b"Ý\x16 µ•£ôC]©\x19 ‘±W\x0E . "
b"¦@5\x15 lÆAcïPN5;Éeà "
b"¦ì!9gºFÅó`È\x06 EG╠x "
b"Þ(¥tƒèDY·¯–/Þ˜î' "
b"൦6§³HÄ—««ƒï\x08 ' "
b"ái\x15\x16 ,DMЃƧµ\t `}ó "
b"ß╗]\x1D KQO\x02 ªâ§&┴ìᬠ"
b"â.~V¾ GÇ•E¦d\x1A é&Ì "
b"""
â¡æ\n
µˆJƒ•À\f u¥’\v\x1C
"""
b"ä\x06\x1E €\f ÎB„œÂh<ÈÎä "
b"ä„Lb‚ìEø¶ïo¼'fŽt "
b"æ“Ȧ\x05 ïOjœòÒ¯¤\x12 1f "
b"èüìñ»*IsœÍ®0{óZè "
b"é\x19 öÐP«J[¬æ³Æ8sµŠ "
b"ê\x15 ¡s‹OLAƒO×%z‰\v a "
b"ÙÌ║║ü¡Eýùàc\x02 ▒\x18\x17\x1D "
b"ì\x1A 77±–@åŒüqIK_ö "
b"ýyÇ\x10 ÉeN\t ╝áN╦²iÏ\r "
b"î}¸ŒÎðJ:Œ‡\x15 e þ’á "
b"ïÔµ_1sEÞ¼ç\x0F нñ+b "
b"ð\x04 ‡YÆ7MA‡‘ÍhÜ\x1C ¿? "
b"ðWr!U¦N\x0E Šë|\x07\x13 |Sü "
b"ðš“\x1F :ÔKåŽHM»\x11 ìHž "
b"‗>>YèpB7ÁÉ\x7F ÝùË6> "
b"ò@0\x1C\x05 ³@\x11 ¡\x7F oeÔ4Aa "
b"‗¥À£ÈhGÜäKû\x08 ØuMZ "
b"òض»‰òIîªbr³Ãs\x08\x03 "
b"óý`‰1²I·œ§_\x11 êyY‹ "
b"ôÁ”.\x0F žG\x04 ®Â,Œ\x07 ¹\f 5 "
b"§åÕRç%EÓöWâü¹Oä\x14 "
b"öt°\x0E h\x13 H\x16 £\x1A k<è†Õo "
b"øÄ \x01 êùOñ›–Fn·³“g "
b"ùƒ/6q£EF¤HUâ‡+>\x1A "
b"úL²yNÚL\x19 ºŸÌý\f –´‰ "
b"·w\x0F «\x06 ÕJ█óÉù} Ûk█ "
b"·╗ÆãçYG┤ä»sxXþSì "
b"úÀõ\x07 ÿFNk¶v½\x0E ·´\x1F æ "
b"úýˤ)„Až¬t\ºvìá¶ "
b"üƒb\e\x17 hM牮\x15 jJšëD "
b"ü‰³÷:JK1ª8Að\x1A œÆ "
b"ý)ú\x07 ÐoNó´íN|ô;ë! "
b"ýZ²ÊÎ\x02 DŠŸ‚uÑ\f n™¨ "
b"²½h´øKOÝ¿ÉÌqÛ¡\e\x00 "
b"■╠ðYúHìó²õiGR:¿ "
b" 5DÉÍäGs╗¸\x1A ¬µ#½W "
b" VD\t ¶╔OråÍ│Â(ü/¹ "
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 (0x01B2E30C89744F45B2534B7DD5F18C82 , 0x03E466255A3E4A0C9C4253EEE53D9D7B , 0x042B27F2A88D40C9868A9CCD62FEF014 , 0x056D3D625911481F969936E5C792D3ED , 0x05D2EF2938734387A4DCAEA7AD5DFD1F , 0x0629905E3C15452893E37BC1FA76BEA3 , 0x08463EE8B11C474CA54771FEFD7905AB , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x096DEC8D4BD549EB994B09CACFDE33C2 , 0x09A7CEE07ACF47B6827B4F642898F91F , 0x09AA702F0F124CDB9A1259560B63C65C , 0x0B76FFFD8863404B806C092E886A0DC8 , 0x0BCFC5DE50E548C5B9AD1830086C7AF6 , 0x0BF23DB5B5214B9EAF126B0DF5CFC671 , 0x0D0CA2B4BB8D4030927C5A0D8A630BB0 , 0x0D68310586F94C20A8B7C35585A2E046 , 0x0E06EE75D56740B1A2304C39CF7D7D2C , 0x0E17C0DDAFF14104910ED3718B2316B7 , 0x0FCF375CA45B4BC2A5469639D21FCE11 , 0x0FDD943CF1DF466FAC81B0AD522F2F8F , 0x10086334A7964ABEB4786903BED8E959 , 0x1014BD6E81E249D7A9925F88A41B763E , 0x10CADDF3E6E94CC3A0C2FE596DDD0D43 , 0x11522652690A4BDCB1E8F5DA24988242 , 0x1386A6836686473E8262A7A9D13407C9 , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x15303AE9F1A74BA5A55620E2665CEE80 , 0x168A01C63F8248E1AA7F2E759E2D91AD , 0x16BEE25E3BC544688AC2B7B2B5C8138B , 0x18BE7CF0B92D48889DD3BB1854E4CDCA , 0x199694A415B64F3391E5851B5A123305 , 0x1AA3C98AF79746239AD1560D3CEAC900 , 0x1AFA823F5E4943AA8EF6EC871026312A , 0x1B1A132FCE824F928C0AD3CD17805D79 , 0x1B885EAA57E14F97A034CF00DA2CE1EC , 0x1C8C55EA3A04446BAE248FEBC0D749BC , 0x1CD376135038414C916B51394ABC35E4 , 0x1D744B5098BE4F68B07BDF570E8CDD77 , 0x1DE73C5D227B4E13BE50E795D63626F1 , 0x1E9F9ACF872840A9A025B5215AC4643E , 0x1EBE3F733C884A6293CE8FE68403D761 , 0x1F5C6CE03BB446E592AE75DE83F0F1DD , 0x202D693577BA4ACD8BDD6206ECED08DD , 0x20CAC56C461C4CB1A99908E817DA7744 , 0x21C02EFAAD874DF58240288777FAE6B5 , 0x21DEBE7B34CE44E98030A64F5B3532A6 , 0x228C9927878D45248E2C8D8BBC06614D , 0x22ED751DB6824D2D8C1E90DD1E9AA1FF , 0x2465065CB9194705B5B3587814208284 , 0x24C09165070342B3A28B27B48C6BE46D , 0x24F62C92FFEA44FFB5F284B62FC6CB85 , 0x25215D68FE5B4221AF95D88FD37EEF42 , 0x25F6A6F8BBB842A3917358F78A80A9CB , 0x2626A324257F420A8914AF4EF461785F , 0x263399D2A82B494F956E2FD8945F33D3 , 0x278FBF54998B42B7AA372566D4C125F5 , 0x284F952383E04D2982D60BBD7865940C , 0x296CB72103C243B980402BD7781BC56C , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2BFAC312BF144B3D9AEA4E017E9B3D7F , 0x2C0832C39C744831B76E04957FB49DFA , 0x2C2848C99D814B5CA7D4AA6F938A0A22 , 0x2C5E6AE7EC494891B8AE4FB462353523 , 0x2C688C9BEB724D1F81B919D23A37CFFA , 0x2D92486CD12A46098AB21DB22F8B5028 , 0x2D945B5A748F44629983C5E72466D49D , 0x2DB6BA930F4C4B64ADFA590A69527FD6 , 0x2E4897D8957142679449791ACA5323C0 , 0x30A1461F98C44DBA8229C227B0F75FF2 , 0x31C8128CDA4D488C9C29A3AA5BBFA5F7 , 0x3368CBF39F164BB9A41BF2794C4AF539 , 0x34825B7E8C96498C90171835C80EC5AC , 0x35BD2727E1314755A8B7474EA2052C98 , 0x37C595DCAA824071B4BF6017C520C12E , 0x386FDAA94F2D44039A5AA0AC802BAA4C , 0x3A2ECAC883584ADDA7B54A59D7B7D803 , 0x3AE0330BAED643F18E9CEA63721A4BB2 , 0x3B33ABACED7A409B9AE42446C55B662B , 0x3B9EC48511704A45A749E34BA4A78A27 , 0x3BBB7FDB52DE4A1CB937DDF6C5E2C4CB , 0x3C08B4E17C5A44C3BAAD0D76463A3C12 , 0x3CA18D4FF0254760A9C4371FF83383B2 , 0x3CC8C578D327415FA34399893533C6CF , 0x3D8004D39AD74E109149E8CF69842037 , 0x3DA92939A4814A1F92521121535AF876 , 0x3EC3820784C54A92B382C801A7F4E8AE , 0x3EF6585919C54D0BA1C3616F4A583EAB , 0x410D3FDE98C8487EAF2FB5D344ED21A4 , 0x4113AACAFE5A40EEBF489F501F6B56F2 , 0x41DCB63C1FB24998982C99764DAC70D7 , 0x43F0034A75D741E680BD15F358D84392 , 0x45A5C92269094DE29FE802839C85D0AD , 0x45DDAC768C354F52A35968FB537EE514 , 0x45EC7ACE5E85498AADD48B10033AF32A , 0x46E48A716BBA4103A712BD12507E5F88 , 0x47648E6655DC4F148793B9A2EFF42D36 , 0x49CB54C426EA448D89EDC076741BF57B , 0x4B11F8D10C0E4B5B91DFDD3DBE78607C , 0x4B4677B7C42149AE9DE438DD019AAD3D , 0x4B79E694361B4898A8C610BB5B5A4748 , 0x4CB443174E9A488B83C4F09B327C42D0 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x4F7D8BA9E07E4224B9650CD18CC4F477 , 0x4FC0CF9720CB4A9086BA83A9E6EA5F99 , 0x4FF2258645A045B894BF9FD5186D26F3 , 0x5009B0318FDB469FAF826E9DD3EE963B , 0x51B9BEA8E3584611A011AAA90DD8E8B6 , 0x55CB2756DE3D4E9BBD0E0BDABA9E253A , 0x55E08836DD664035A90994695C60C2F1 , 0x56BF89D910CA4B4185AD674FD30E1130 , 0x57670B5B978A400DA34AB0F241CBC530 , 0x57906D7401234AF8A8F358172C0E8293 , 0x588F3CDE79FB40528AB8A57664178DE0 , 0x59AF1AABE41B4C9E98F06F7EC454FB3F , 0x5B1B45047E524550854C6D3A1C8447E8 , 0x5CC2BE0E7DB8438F9E43DFF888E8CFB4 , 0x5CFA73F1EADB490DB8E4D6E8A153CD3B , 0x5E2AF49118E140F2A936DFE803E9203A , 0x5FE36B346A2D45D88C8F009356355FCF , 0x60670C598F0743EB93D86C051C290175 , 0x610661FDBAA2476DBBBEADA06AF18CFD , 0x6242B122469D4C22A4DC9144A2A247FF , 0x637DB4BFDFA142D795CB6F136AE7B43B , 0x63A7F781EB324307A3FBBA519B80F394 , 0x64ABD52658114238A38C8F97842E048A , 0x6503E3967C674B90A0547AD9AB7C5E0A , 0x65C3D1205F6F4BF9B8CEAE3110ACCF23 , 0x65E1A2BC361B4C849DB2F418D60B9FA1 , 0x665A67751649464DB50D7E743DE0F2B8 , 0x6668B22D719641798E089ACF3CEA89F7 , 0x67484191754A4AD49FFA78D2774A5BF8 , 0x67D0884AB2044CDCBD7DE3F9E5604795 , 0x6806DF23E55E4ACA8A6F0D9246FE2E5C , 0x685D27E42B6B4433B2596C4FBFF14085 , 0x694C49F9413A43859C3CF6C4EA94C40D , 0x6A8C69CA030B4401B1FFF1282A917341 , 0x6B02FF6CF4AE47439C5FD2D9584A4710 , 0x6B6AA1AE92B141FCAC5D74F8063B24E9 , 0x6C8E4982ED4A4FE482FE5DFF6CF93F5D , 0x6D04D65CF4AF41728D315AB08CB822E1 , 0x6DD536C96106410EAD05C54426209D82 , 0x6DEAC527011C4CF8BF366F4B5AA26DC1 , 0x6DEFBFEC5EAD403C8B9BEE048650FB7C , 0x6DF1957B402841BB8CB621BF1977692C , 0x6E3D2F0A9E984D0FA295F913416D9DEC , 0x6EC6EE8AEE66476BB1351CCE31AA5EA3 , 0x6ECC19B1507147499A9B0B358F871F3D , 0x6FF392F14ADA44159A067FCD9F421D66 , 0x700A706E9E96400B8388A3E01FBA499D , 0x703575D62C464A96BD65EC2D43116581 , 0x72585E7E67E54BF4BF0E5598983DC8A5 , 0x73E6A5CB8E914F31930D2C7469FA8FF5 , 0x776601BE9A4A4715B93AABA212C23BBA , 0x78007B91ADF54881A2478638C8FEC522 , 0x795684F8266F469BBCB6180CFC935A73 , 0x79961E18D59541FEB17DFBF3B155819F , 0x7A698BD34B944829BD1C5EACDE3A3ECA , 0x7AB04AFED4C8421AA0CF05015EC3F2ED , 0x7AC7AC0862A7425CBBE0F65DBAF2B7E7 , 0x7CFDAF96D5964159B96FCBC781C480AF , 0x7F8DC0BE2B1349E19CCE52E1DC60799B , 0x8126F90B9402492E90B42A4B0F10FFEC , 0x81520C614F26409AA80B0ED8B5B34773 , 0x81D5A96B14334BAA9817D3B0B6042E42 , 0x81FA9D4AFFE046CD80ECB3A83C419192 , 0x82571FBFA1104BEC8BB4E8FAF680654E , 0x826941C4420D4114BB37F1CFC77CA5BD , 0x8407DBAA03CB4EE7A3D7D49976DC67A1 , 0x84D30DAF313B4A7D8AE0F0ABDF1A786D , 0x860634E944F9419DAE4920D474B7F98E , 0x877100E708F941A3B4D380606B25180A , 0x89EFFCCBF87940D6BBD56C9AB95FA7D3 , 0x8B71327054DE419B973C4E46C5E1EAC1 , 0x8B80BFA24529454B80179238BFDA5AFB , 0x8C0A85B5E63C49669C4564B54CAB49BB , 0x8C12296D0A6B48009F1126AAA97D516C , 0x8E08D8913E9B4B7E8C00034977199108 , 0x8E8F6A6B2AC545ECA444D6A08B6B947E , 0x8EBE8FC2CE074F7E98A2396842A0DFF0 , 0x8EC4B68BF4104CF6823EB52E0D75E1A4 , 0x8F6708AE3F5542E99780EDA75E1B217A , 0x9256CF87272D4B58AA36FF1F6626A9A7 , 0x92D01318E815463B9CCF1D00D01F7837 , 0x93412957B69849F5BA7FAB4566AE8ABA , 0x93690A7232F0489A80F2D99930E8D04A , 0x93D0D8BE9E124D07B38F72E75F7F9E9A , 0x94B050D0D3184129904986E0A23D9B78 , 0x972DEA23B1134A758C9DE24481F95A04 , 0x979DDAE07F044425A27A46DA571DD4F2 , 0x98C2B56B2E1F4BB193259BB01F7BDA78 , 0x98E4092F20D64E76AA05140387BC1851 , 0x997E27E4135C44C38EAB20E28C058D76 , 0x9D01DB1D33C946ACBAACF1E6AAA721E0 , 0x9DFA43182BD748788AA53E0193F66B13 , 0x9EA2895DC6AE4003A17C98073FF88736 , 0xA05AA08CB862471FAA3A594B96D59E6F , 0xA0C6AC14772B41BA91D66D1C6D2220D4 , 0xA126FB564855468C85D9A8213A7BAF4D , 0xA1DD9B5A7F23465BAAFFFB8F0FE48C83 , 0xA578EEEFF508426FA667314BF135743C , 0xA617EC724C1743529DC26E2EAC0EF59D , 0xA73609CA818C4465AF61632B35F820D7 , 0xA8AE128EFE194DD48AB9FE5A7430AB67 , 0xAA0AFB253E4C4422B0BBDB8BE2C2CB46 , 0xABDF51117149437A8ECEAD1D3671681C , 0xABEE6A8B25954952B5D62C091A481BAD , 0xAC15767E0F73416FA952AC0FA200ECE6 , 0xACCDDDB87B0F4B80B49BDBB2065AC00D , 0xAD75AADB0EDF45C4AF33D4E49D5C7E90 , 0xAF1E8963545E44CB8769B1A4E361E90F , 0xAFDD59F8227E4760BF12203DB12D6B27 , 0xB04F4C8CA886451981DB701EA245109E , 0xB0520D34B1354844ADA66FD50A444E4F , 0xB15D97F427134008B54D49FE102ECEA4 , 0xB1850E6E208A4382A17C44D897D9836A , 0xB1A5917B2C424C98A1084A93856D09A4 , 0xB238AFB2D98D48589708AF19243F8212 , 0xB471B345C6DF4E6B8BF798C11ED8B55F , 0xB4AA305168CC40598EA64E57F803540D , 0xB5F072BF16034103A27AFD421FB798E2 , 0xB7AB08EB1B124B5F82E9D40E617EEBED , 0xB84036565E0245C3A7CF310AA4EFA5C1 , 0xB8F5C834517740C4944CB734EDFCA788 , 0xB9FE8A3BF4A944D5BA833BCF89801965 , 0xBA44AC010F1E46EDBDAAA2AB77AF47EC , 0xBAA65A27FB47402F8185FF835E7DE751 , 0xBB38D9C42ECB47B7817CF0B44BB4411F , 0xBBA8B086829349AD8B8F1DD59AC48A67 , 0xBDCCBD052FA444A78DCB91CBD611AEFF , 0xBE3D7154E7D442D4843CD581C7BCEC2D , 0xBF0FDD6C474648588DEF9FA5A9EA9FE9 , 0xBF716F41A75348DBA9C07141E5D123D2 , 0xBFBA554C7AEC45A484CCFB952220C8D5 , 0xC0158CBCC67A471699B92DC15D66D967 , 0xC144F9D33FF94CE48C2904B98F04AB4B , 0xC2B380ED149B46D3B6B2D9F2DBB2ACE7 , 0xC3995F2112854942B02907057DA13C4A , 0xC4DA5051F7A14E499855CA3AC68A4C4A , 0xC51279C4CB0D4736A1FCE4FFB845AFD9 , 0xC5DCBAEAA4CD460189C3666D4AAA20D7 , 0xC65741219C9F4A11929F7D14E5FEA689 , 0xC954207282964DF8A642D877DD287F32 , 0xC9A820D9936841CE83E366B7D037A559 , 0xC9D5F34CE6694BAEA586BFFEEEFCFE6D , 0xCA3E64997A6B4A46BBB5158DDE530C27 , 0xCB0AA0A3728E4781A5D5DF4AE65B5B93 , 0xCC8CFA3F772C497C9CE313E1E13FAA6B , 0xCD2C6EB5698146838770374C0097F03A , 0xCD61EE13C66B492B80FE4B1F7E2289F9 , 0xCD7643C8B613449381DEBB4447FEDBBD , 0xCE7240E5A7E54419BA1D0AED6BE1D35F , 0xCFB3AC24FF0B4AE8AD4511F87983E78C , 0xD072348D4135445F867566285DB45242 , 0xD0BCDDB91AD44F75A4A07415583925CB , 0xD0DF354D09C24574AD4ECF7A9CB79FF8 , 0xD22910E8A61C4B65BC6B486D8F5FE6F9 , 0xD370C3A4977A498CB9C0582C921BFAD3 , 0xD3D496AF0B214153ABC7A2FF06382637 , 0xD46F0CDA2DF74955A6A4F8F3A0EC652F , 0xD4DBE0411322489DA91D7A224F5D8EB4 , 0xD56C3E94DCEE442B823ED867758050CD , 0xD57EE57EFA634E8D98EDB046CD3A3104 , 0xD6DC85202A4B42C8B40711D268BBC885 , 0xD7A6323DF19B45848A536C0F53CCBAD0 , 0xD7EC0B7E086845ED87845EE343CAAB89 , 0xD92EE9D663FD4EBD9783242C4A50566C , 0xD9C1BDD2683E420D97F960D412EF0E67 , 0xDA2CEFDACF6A41E4B8E89E48A78500BA , 0xDA5E5A7F5B234290B1DFD0A40EF7EA13 , 0xDAA011C44F624E1090E6E095D813C668 , 0xDAD2ED12054A45B189D868C51FA4BF44 , 0xDAD68FBBDA74403A8DEFA70A069F89E6 , 0xDBBCA9A03E7C4AAFB00A7D73A2435FAB , 0xDD16B595A3F4435DADA91991B1570E2E , 0xDD4035156C9241638B504E353B9065C7 , 0xDD8D213967A7468FA260D4064547CC78 , 0xDE28A57483E84459B7AF962FDE98EE27 , 0xE0B5A636A7B348C497ABAB83EF082720 , 0xE16915162C444DD083C6A7B509607DF3 , 0xE1BB5D1D4B514F02A683F526C18DA0AA , 0xE22E7E56BE2047C79545A6641AE926CC , 0xE2A1E60AB5884A8395C00C75A5920B1C , 0xE4061E800CCE42C2849CC2683CC8CEE4 , 0xE4844C6282EC45F8B6EF6FBC27668E74 , 0xE693C8A605EF4F6A9CF2D2AFA4123166 , 0xE8FCECF1BB2A49739CCDAE307BF35AE8 , 0xE919F6D050AB4A5BACE6B3C63873B58A , 0xEA15A1738B4F4C41834FD7257A890B61 , 0xEBDEBABA81AD45EC97856302B118171D , 0xEC1A3737B19640E58CFC7149AD4B5FF6 , 0xEC79801090654E09BCA04ECBFD69D80D , 0xEE7DB88CCEF04A3A8C871565A0FE92E1 , 0xEFD4B55F317345DEBCE70FD0BDF12B62 , 0xF0048759C6374D418791CD68DC1CBF3F , 0xF057722155A64E0E8AEB7C07137C53FC , 0xF09A931F3AD44BE58E484DBB11EC489E , 0xF23E3E598A704237B5907FED97D3363E , 0xF240301C05B34011A17F6F65D4344161 , 0xF2BEB79CD468479A844B96089D754D5A , 0xF2D8B6BB89F249EEAA6272B3C3730803 , 0xF3FD608931B249B79CA75F11EA79598B , 0xF4C1942E0F9E4704AEC22C8C07B90C35 , 0xF586E552872545E094578381FB4F8414 , 0xF674B00E68134816A31A6B3CE886D56F , 0xF8C4A001EAF94FF19B96466EB7B39367 , 0xF9832F3671A34546A44855E2872B3E1A , 0xFA4CB2794EDA4C19BA9FCCFD0C96B489 , 0xFA770FAE06E54ADBA290977D20EA6BDB , 0xFABB92C6875947B484AF737858E7538D , 0xFAC0F507FF464E6BB676BD0EB7B41FE6 , 0xFAFDCBA42984419EAC745CBA76ECE1B6 , 0xFC83621B17684DE789AE156A4A9AEB44 , 0xFC89B3F73A4A4B31AA3841F01AAD9CC6 , 0xFD29FA07D06F4EF3B4ED4E7CF43BEB21 , 0xFD5AB2CACE02448A9F8275D10C6E99A8 , 0xFDAB68EF9B4B4FEDA890DE71EAAD1B00 , 0xFECCD059A3F0488DA2FDE46947523AA8 , 0xFF354490D6844773BBF71AAAE623AB57 , 0xFF564409F4C94F7286D6B3B628812FFB , 0xFF6B4D6343D2486EA620FBD2DBD1F4D7 , 0xFF999791E4044D46AB126F88970A6CBA );
Copy
86
8.23 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\x10\x14 ¢nüÔIήÆ_êñ\e v> "
b"\x1D ÿi½PÅO4Ñ·C´®ÓTÄ "
b"$÷ž(ÿŸJ¨€ï„‡ü3ÐY "
b",Uçê¸KA\x01 šá„Äú, ƒ "
b"KÕ—Þ>÷MÍ”\x0F ̲ç\x04 CÙ "
b"Y&\x05 ”ò\x18 Ec«Ñ@P=W\f à "
b"[─¨v╦ØLpâG\x17 %HÄ+ "
b"zǬ\x08 b§B\»àö]ºò·ç "
b"ìX*░´ÛEÿÂMún²R·Æ "
b"’¨ÙmúÎDˆ¡Ñø\x1A µY˜‹ "
b"ù-Û#▒\x13 JuîØÔDü¨Z\x04 "
b"§Tå?ÓPOY»½£(õ_’\x03 "
b"«~`9=_J\x0E ƒ\x11\t -¼w1\x16 "
b"░OLî¿åE\x19 ü█p\x1E óE\x10 × "
b"·åmåv5G\x1D мaÊ‚\r \x1A ( "
b"╗8┘─.╦GÀü|┤K┤A\x1F "
b"ÉT r‚–Mø¦BØwÝ(\x7F 2 "
b"═vC╚Â\x13 DôüÌ╗DG■█¢ "
b"\x07 Þ»0£$Lu©Om\x16 oˆ¬[ "
b"1\/ZK[B$¥ó&\x14 >è#› "
b"3ø\e ãaÛC©«ìdPrWÐÃ "
b";3«¬íz@›šä$FÅ[f+ "
b"=®)9ñüJ\x1F ÆR\x11 !SZ°v "
b"EìzÎ^…IŠÔ‹\x10\x03 :ó* "
b"Lç\x13 e\x12 yJ»ù6Qãü±±\t "
b"O└¤ù ╦JÉå║⮵Û_Ö "
b"j:üDyoBHÉüz¹7ù Ó "
b"„W‹\r iXL ·iÉÁ\t ‹¹Ý "
b"ޤ/G\x1F ¯EH£±ó\x1C •p‰½ "
b"”^z¿rpEY©NCoÅžú÷ "
b"¼‘æaHzB¶•£~\x0F &\x1F {ƒ "
b"Ô7(*ebLP ¤˜;0«âÊ "
b"Þ•8ÿ/ÐHž¹œì\x03 I¼Ú– "
b"൦6§³HÄ—««ƒï\x08 ' "
b"ù@}Y±dF»¹Ð\x19 sz‚æ¦ "
b"\x1C ¨·“õK‹¾UC«u=—T "
b"\x1E ]©ÁñÈDÁò¡╗¤iÅä9 "
b"\x1F Âçü\x0F \N|×àW═r¦Ã■ "
b"Fı@öû\x01 HÉ×╣û-\x1F yV\x08 "
b"Q¹¾¨ãXF\x11 \x11 ª©\r Øè¶ "
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
b"""
a¾'µUVAê¬\n
i¸Á /É
"""
b"d½ı&X\x11 B8úîÅùä.\x04 è "
b"u\x7F °›ÕK¸»Ð…;>QH) "
b"}\x7F Ù†'ìLÁœ\x02 ˆèÓê@: "
b"\x7F ┴år¤½MıÅ·¥\x07 õ³èp "
b"¢æPXM‚J;²ý¾6\x11 /œ¬ "
b"ã2PZ▒PH\x16 Âü▀\x1A\x0E tå┐ "
b"ÌŒú?w,I|œã\x13 áá?ªk "
b"ñFùº¨›B\x1D –€å–\x02 :|ƒ "
b"\f\x1A ›\x10 ‘ÔIÙ„°\x7F õ\x07 ¦\x1E d "
b"\r h1\x05 †ùL ¨·ÃU…¢àF "
b"\x13 \r ò«\x7F ÿD\x04 §èïpÜœèX "
b"\x18 ûkÇ·¨MÀ·5ÁX)¼‹Q "
b")l·!\x03 ÂC¹€@+×x\e Ål "
b"=€\x04 Óš×N\x10 ‘IèÏi„ 7 "
b"""
L¦læò\x16 Hé‘n\x1D \p\n
Y%
"""
b"gl˜w1ðGò´ž!Œ‚±j— "
b"x\x00 {æ¡§HüóGå8╚■┼" "
b"ÉÈ▀*@\x1A D│©Þ¯1ÑÁ\t ' "
b"—#Â\e\x15 ¡Fœ²\x08 Ÿ‰ìF’2 "
b"©4_£^"F¸½MÊ\f 0ñ;û "
b"ã`ÉYé\x0F CqñÛëÆ,8à' "
b"мݹ\x1A ÔOu¤ t\x15 X9%Ë "
b"ÕóykoýH¿„Ä;õZŸ—¢ "
b"Ì╚\x13 `8à@m╗\e T╬Éo┬Í "
b"â\x08 ÇšƒÔB[—\x01 ›pq~gŒ "
b"ä\x06\x1E €\f ÎB„œÂh<ÈÎä "
b"äJ‰k\t jK±‚\x1C õô§½)\v "
b"åÌÍ\x1F ÊÊJ‰¥þïŠÃÐc„ "
b"ý\x1A Å\x01 ¶hF▓║C¹Ï┐}Q" "
b"4êDÉZ@4▓\x1F ┤╔ã\t Hy "
b"²åÉf\x18 ╣Hç░d\f ▒&B─ "
b"""
\x05 ç8Û]\n
A\e ˜@D\x03\x0E p‹,
"""
b"-ù¹!€œK\x10 —î±VßÚR= "
b"W╚b‗\x1E IOPÿ\e ì┬LN\f ═ "
b"YƈÖ\x03 6Mµ€¬\r \x07\x12 }|Ö "
b"sµÑ╦ÄæO1ô\r ,ti·Å§ "
b"’Ð\x13\x18 è\x15 F;œÏ\x1D\x00 Ð\x1F x7 "
b"ö┐¨\x13 ¢ÅI!«t$ÆÌPêk "
b"Ä\x17 Š\x00 ’\x11 B˲žÖ±Õí®\x18 "
b"\x03 >ÜŒJsMá§”x\x03\x13 ´˜A "
b"\x0E S6ÊÀ¡BÙ…Ø]ï\x15\x14 CS "
b"\x14 ¾X‡]ÇCµ¥×G\x13 ¡n±\x08 "
b"""
\x16 ÕäAS×A\n
’—\x11 Ê·\x1D c)
"""
b"w*š¾º!O\t ®+c¤hÑÜÈ "
b"y(x‚×uA‘´yN!e7TK "
b"äÏà\t ñØO(£Gý¬╣\x1F ¢ "
b"ðr4ìA5D_åuf(]┤RB "
b"■╠ðYúHìó²õiGR:¿ "
b"\x1A æ<Û\x13 WMÆÅ¢j(╬iÒ╔ "
b"!À.ú‡Mõ‚@(‡wúæµ "
b"*¡Z\x07 ù░IÌå\x16 s½üÙvE "
b"1£M§p¸E—•.œâÕ†jû "
b"rüQß┤\x16 B\x15 Á»,16\x7F ]║ "
b"x¼™^™»I›¨‚Ž]\x14 úá• "
b"ì\x00 ºqû Jưá¡(Ïx¯¿ "
b" TÃ\x05 Ê|FY¿│½ÞoR'Ø "
b"""
\x07 ßQÑ\x11 \n
FKžJMî«"¬E
"""
b"'\x0E Ëœ@ðMÑ¿…Ú\x02 Ó8”Ñ "
b";GMÜ\x14 CHJ²:\x1D )«;Ê "
b"V®’ˆF»Olˆ:WÙÒZ+ù "
b"izc\x15 ÅuK)®WÄ1\x00 ?×_ "
b"É#╗"ôÇB\x02 à©▀╔WÿgG "
b"ñ \x1C ¤i¶M\e Å]Å·ßÜ3\x08 "
b"ÂË▓è©\x07 HØ¿_)╗º'$ "
b"ÆWA!œŸJ\x11 ’Ÿ}\x14 åþ¦‰ "
b"ÒNwÍ\x12 áJÕ¹ô\x06\x08 Ÿ…€_ "
b"Õ\x08 eh£ÅG"¤ÿ”êµ{p\x0F "
b"ÖªÒóPýCÜ´@S\x00\x06\x0E àr "
b"â.~V¾ GÇ•E¦d\x1A é&Ì "
b"äý»ÏƒôC³¢_e&VL*Ê "
b"æ“Ȧ\x05 ïOjœòÒ¯¤\x12 1f "
b"\x0E\x06 îuÕg@±¢0L9Ï}}, "
b"\x19 mÃ4ù˜I±¬9Sôço+n "
b"6ã‚%q„@Ö¬¨óa^ŠÛ\x1D "
b"z°JþÔÈB\x1A Ï\x05\x01 ^Ãòí "
b"çZa¨\r ´Kdè©7ƒï\x13 É+ "
b"Ó‹Æ@Œ0FÜ‘å\x0E =ßÌd¨ "
b"Ü\x03 QõvÆD¬¥‡:µáVÈÒ "
b"µÿ├õFìG«óÌGq\x1C 9Â" "
b"Ú0$³bSIÅ╝sƒí¼\x15 7n "
b"\x1F M=4\x13\t LŒks\v <êÒA "
b"%ö¦ø»¸B£‘sX÷Š€©Ë "
b"-’HlÑ*F\t в\x1D ²/‹P( "
b"JOnSdÇND¶ƒ8g3BD\v "
b"bB▒"FØL"ñ▄æDóóG "
b"€AÞ¸”\x0E Iuµw›‚?\x0E '' "
b"Ž|Iý$\x01 C뎑ò³õ\x14 Mi "
b"""
Å\n
\t\x05 ÛÌM/ä°ª┤▓rA`
"""
b"›ÑÈk>WD#©¸•¸‰t׌ "
b"""
²œ\n
&üžB(®˜5\x14\x1A\x02 °é
"""
b"¾7½Œ ?LØ¢½h¾ðky[ "
b"ñÉ~ÇúýGÉŽ çVòb5÷ "
b"\x04 €‹ô2JFß´Ú0ˆ˜¿\x00 Ì "
b"\v vÿýˆc@K€l\t .ˆj\r È "
b"5ùBÃÌ$A\x10 ¦*ÆŠ%\x06\v ñ "
b"?:ˆ‡µßLòŒV±ÐíÉŒs "
b"A\x13 ªÊþZ@î¿HŸP\x1F kVò "
b"L´C\x17 NšH‹ƒÄð›2|BÐ "
b"\á½uXêJÿ‹‡—¦ö]KZ "
b"{úÀ¡ÈâJe‡–Üz†Àh¥ "
b"\x7F\x16 xŸ1\x02 Gf¢ž—÷÷T}- "
b"Žy¼Õu\x00 I4¢mgÈ;¹Õ\x01 "
b"æyøN=¯EÅÀM'■ðBJ╣ "
b"©ð“øjî@$’þìÀª\x19 sÁ "
b"«îj‹%•IRµÖ,\t\x1A H\e "
b"»\x19 UG~ØH Â7▀└}õ\Þ "
b"Åýs¾6^O¯€íבéÇ\t q "
b"ÈmêI–Ð@–±‹–Y|s€ "
b"Ðyr¹\e UAðÖì‗¡ü‗\t ╦ "
b"""
ÖŒ¯Ö\n
yD4‡†\x11 Ý\x1C ”ü¾
"""
b"Ý\x16 µ•£ôC]©\x19 ‘±W\x0E . "
b"¦ì!9gºFÅó`È\x06 EG╠x "
b"ç0•\x03 ²8J\x06 ž\x1F ×|\x15\x03 ”3 "
b"ý)ú\x07 ÐoNó´íN|ô;ë! "
b"\x04 +'‗¿ì@╔åè£═b■\x14 "
b" ÊÅlF\x1C L±©™\x08 è\x17 ÚwD "
b"_V÷ÿç\x01 FsÖ\x16 ]Ø}&\x12 ± "
b"x4Ü/Ú@KĶ\x14 ®;iÐȹ "
b"‘vcB\x19 $F¶Ÿö4\x06 ï»{\n "
b"“Ã\x10 TgmB\x00 ©î\x0E ´y«Jl "
b"\x16\x14\x05 œ-7D·¹(BaIõ-5 "
b"\e ˆ^ªWáO— 4Ï\x00 Ú,áì "
b"%|odŽ˜H‘»\x03 ®]Â\x0E É1 "
b"-\x00 S»‘øO\x10 ¥£àˆ±¤\x1D \n "
b"2oqDü*@Aå=.Çíì÷\x1F "
b"@ö®‹{<K¦‰\x05 ÈPî\x0F F "
b"YÈ‹VÀ¿C3¤Vô/·+@å "
b"c}´¿ß¡BוËo\x13 jç´; "
b"fùkGüË@æ¡×╩Ät~@ë "
b"yV„ø&oF›¼¶\x18\f ü“Zs "
b"zi‹ÓK”H)½\x1C ^¬Þ:>Ê "
b"éóèAªÉCJë\x00 àÑÖñá^ "
b"â#╗<┐~GmæüTo\x03 ÕMê "
b"Ä¥Å┬╬\x07 O~ÿó9hBá▀ "
b"’ÅY\f ì½KU¯übA\x7F %\x13 Ð "
b"–îñ˜á\x04 HE¬N%Àl#©R "
b"˜ä\t / ÖNvª\x05\x14\x03 ‡¼\x18 Q "
b"""
¨˜(—Ë4KŽ•È\n
íb¡×l
"""
b"°*~v£\x1C K\x0E ¼\_—óÅ–\x02 "
b"¶%\x16 ýnNCc©jŸ\x04 öŽÏ- "
b"Õl>”ÜîD+‚>Øgu€PÍ "
b"┘úÏß)\t H╗ñ19\f\x0E\x11 WÅ "
b"ôÁ”.\x0F žG\x04 ®Â,Œ\x07 ¹\f 5 "
b"õ\x02 y5ñÊB1¦±\x10 /™¯yò "
b"ý\x06 ȯøoN\x10 ‰ò³Úƒœ\x04 1 "
b"""
\x01 ËMÁë-GÊ•$„Fä\n
U¹
"""
b"\v émfþkJªŽAró\x00 ŸÌ1 "
b"""
\f \n
ö╗&└Fì╣Dd▄■╝Sµ
"""
b"\x12 2\x03 £\v ÏB]«b¯lI|]Ý "
b"DO\v !4╚Cøñì\x18 "º\x1A ½° "
b"XÅ<Ìy¹@Rè©Ñvd\x17 ìÓ "
b"Xò´hgò@\x15 «wua³\x10 …U "
b"gHA‘uJJÔŸúxÒwJ[ø "
b"{/sN\x1A\x19 Jb│¼\x07 µÅÒ´ı "
b"Ø·C\x18 +ÎHxèÑ>\x01 ô÷k\x13 "
b"┼8¥öó×OQü:O@äÛÇæ "
b"ê½_K7œI;¤Ûë§\x12 žµ= "
b"ì\x1A 77±–@åŒüqIK_ö "
b"\x03 £â´ê}@Ò¬(G¨ž7FH "
b"\x1A £ÉŠ÷—F#šÑV\r <êÉ\x00 "
b"4ØÆ\x1A @UDé«’\x10 àøFµü "
b"rX^~gåKô¿\x0E U˜˜=È¥ "
b"Â\x19 ÌIÜuB¥ØÐı"\f\x7F à\x1A "
b"¸.\x14 yøHHÁ§ñU<½\x7F ü2 "
b"Êÿ*{ü‹K¦¨Ü+ÅÔ„\x11 i "
b"Ï€–"=¹Iȵ¼‹†Ð\x18 «† "
b"Ñ7q™þ\x7F Os¨¾å>·´/q "
b"""
\n
YIz;O\x16 ║ì\x18 ³\x06 ▄pù
"""
b"\x1D '\x17 M1xM_ØâH\x04 29═ "
b"$À‘e\x07\x03 B³¢‹'´Œkäm "
b"?#\x0E +Ý»Nà¾ÂÛ'ûØÈl "
b"V·eå¦}Nu¯á7@÷J‚" "
b"mñ•{@(A»Œ¶!¿\x19 wi, "
b"n\x1D ¹ïqzGQŠ•_f^\x1C &° "
b"""
®Å6c“$I\x08 šž)!)n\n
Ê
"""
b"Ö´}\x1E m©LÙ£yÿ³\x02 å±™ "
b"V¿‰Ù\x10 ÊKA…gOÓ\x0E\x11 0 "
b"ì2>;\x10 ~J7èÈÑâ═=¤\n "
b"±]—ô'\x13 @\x08 µMIþ\x10 .Τ "
b"Å\x12 yÄË\r G6¡üäÿ¸E¯Ù "
b"Êjßg-\x02 Lõû/ì<(ð·À "
b"ÓÔ–¯\v !AS«Ç¢ÿ\x06 8&7 "
b"ß\x00 £┤<XGxØÄÀ┌óÒa▄ "
b"¨│Tü\x02 ]A$░}®\r \x00 ¬·É "
b"\x0F à$¡Ó)LD—rRÂ`ô_Æ "
b"\x13 ÅmRýdIöà=Ö¯wÛ]¯ "
b"&Qz\x1A\x19 ╬Klìt\x13 ╩00(< "
b")ÃTÚÓIIÀ‡ÿ‘)ý3ÔØ "
b"7ŕܪ‚@q´¿`\x17 Å Á. "
b"Cð\x03 Ju×A怽\x15 óXØC’ "
b"UeP«ÁÓA»¨D<“9Æõæ "
b"[\x05 ®x=ÞCû—ÀTŠ L*ã "
b"ƒ–œ\x11 œˆI"ˆX!\x11 7ì«\x1D "
b"¦IÀ@³²N|› ‰‹Àø\x18\x10 "
b"""
±±K>q1N\n
¹¶¢‰¢¥†“
"""
b"²×Ñ\x1D\x11 ‹E»˜Zo% >\x19 $ "
b"Ù.éÖcýN½—ƒ$,JPVl "
b"""
Û¼© >|J¯°\n
}s¢C_«
"""
b"ßF\x15\x08\x07 üEc╗wSÚç\x1D #\x1E "
b"'Å┐TÖïBÀ¬7%fÈ┴%§ "
b"1Ÿ“öœ³Néš´\x1F O¤UÔP "
b"Tëa\x03 }\f Fê‘;0]\x18 B<× "
b"«¼\x07 Mµ═AżN,ö‗yL! "
b"´ª0QhÌ@YަNWø\x03 T\r "
b"ºD¬\x01\x0F\x1E Fí½ª¢«w¯Gì "
b"Ú,ïÚÏjAä¸èžH§…\x00 º "
b"&æ[_ÌJNµ„2\x04 |¹ßv© "
b"S§ü³æOÁܤq\x1C K·îL "
b"~á2\x0E\x1F îEª•oo=læ\x1A 1 "
b"â%!¾\x0F bM█ùEDSü\x1A ¸Ê "
b"‡7h2_\x1D Iµ‘g{á"s\x1C i "
b"¿\x17 –=ÙÍJ‚œÝïêý\t\e ; "
b"ÀñœµK¡Aî—‰±ñ>\x1A ’L "
b"ïIëÅÒêIÝ™áØX\x19 QlK "
b"\x03\x1A #ÙÀoH\«WÌr┬ð¡ü "
b"\x13 ØÁl¼║E±ï²│}<CV( "
b" \x7F Ô\x0E Ç\x07 D+çÖPø4üm¦ "
b";%yåYPE\t ª`¾Ø\x02\x7F E "
b"DÑxcr4D*†…ƒ§:&ft "
b"XÙ¶ÍíÉJ®–·é@é2íÒ "
b"└^OÅU<Dƒü\x03\x0F\x0F [\x02 ÚÉ "
b"öt°\x0E h\x13 H\x16 £\x1A k<è†Õo "
b"ýZ²ÊÎ\x02 DŠŸ‚uÑ\f n™¨ "
b"\x1D ç<]"{N\x13 ¾Pç•Ö6&ñ "
b"+úÃ\x12 ¿\x14 K=šêN\x01 ~›=\x7F "
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"\x05 Òï)8sC‡¤Ü®§]ý\x1F "
b"\x1D ìÞ\x0F %hJó»*Ë└ª¨AÑ "
b"""
ÚYä\x05 ‚I~•\n
û¨ËbS†
"""
b"#¢&3å»A«ºMlÛ„‘\x1E ú "
b"F¾;û÷SAÔÉ\x1E ╦ÍÙ¹÷─ "
b"xy.!3\x0E J:ì\x01 _Õ\x10 lÿs "
b"©\x7F Ã"H¨MYªú\x0F ž\f ¸û "
b"äZ\x05 ]œDYˆß\x14 ŸQ\x1C\x13\x02 "
b"JگݩYB¬–,JXÃúB¹ "
b"S\f\x00 'ð?B\x01 ë\t dØûª\x1A æ "
b"psD±=ïD—·xJ,òv]\x05 "
b"Çe+,¹³D£ü╩b\x01\x1F Ï+& "
b"""
‰Í\x18 ØAcOÓ”ô4\x17 >š\n
_
"""
b"¦Ø‡Æc"Mr¨ƒ„è{\x15\x05 Ø "
b"┴D¨Ë?¨Lõî)\x04 ╣Å\x04 ½K "
b"Ãåâe#8F\x05 ¿EFÜAg\x06 á "
b"Ðß5M\t ÂEtNÏzœ·Ÿø "
b"""
┌ÍÅ╗┌t@:ì´º\n
\x06 ƒëµ
"""
b"+a-Û`qIØ‘N—欦¦û "
b"<íìO%G`®─7\x1F °3â▓ "
b"Dú\x14 „7¯NoŒ{ãŠ2y\x06 ¶ "
b"eÃÑ _oKù¸Î®1\x10 ¬Ï# "
b"k´à.2ŒN\f ’Ò\x0E\x16 #\x03\x7F p "
b"¨®\x12 Žþ\x19 MÔŠ¹þZt0«g "
b"ê\x15 ¡s‹OLAƒO×%z‰\v a "
b"\x18 ¥|╣-HêØË╗\x18 Tõ═╩ "
b"""
\e\x1A\x13 /΂O’Œ\n
ÓÍ\x17 €]y
"""
b":.ÊȃXJݧµJY×·Ø\x03 "
b"QØO┬(ÑJTÆ‗ml▒{! "
b"gЈJ²\x04 Lܽ}ãùå`G• "
b"ŸqMQy†J{›*àf\v Ïñ´ "
b"©±╬¯fìD»î\x7F fPM#ÅF "
b"Î!ArMŒL©†\x07 ØG|ì\x11 ý "
b""îÖ'çìE$Ä,ìï╝\x06 aM "
b"&3™Ò¨+IO•n/Ø”_3Ó "
b":à3\v ®ÖCñŽœêcr\x1A K² "
b"e>ÆÄÅ(AÛ©ÏEó+▄v® "
b"¥=qTþÈBÈä<ıüÃ╝ý- "
b"ϳ¬$ÿ\v JèE\x11 øyƒçŒ "
b"┘JR-\x0E h@¥ó\x14 79ìdei "
b"ãtËÇ%tD¢¢â·<Ør\x1E = "
b"""
/þèÉ~\t HÏ”\n
ömÔdK)
"""
b"·«\x08 ë\e\x12 K_‚éÔ\x0E a~ëí "
b"È█ÓA\x13 "HØ®\x1D z"O]Ä┤ "
b"\x16 ¦é(æŠBd«û\x15 á\x04 vÇû "
b""‘éŒj@C©£'ö@ûÑ'¤ "
b"FäŠqkºA\x03 §\x12 ½\x12 P~_ˆ "
b"{\x0E\x17 <aÏOFŒ—°ÇEì‹\v "
b"â9Æ\x14 Ó├Eé┐\x14 ÉlZ²»ƒ "
b"ÞÔ0-ª\x1A Dí»ï\x07 äo´ÿ& "
b"\x0E\x17 ÀݯñA\x04 ‘\x0E Óq‹#\x16 · "
b".H—Ø•qBg”Iy\x1A ÊS#À "
b"e\x03 Òû|gKÉáTz┘½|^\n "
b"Ž\x08 Ø‘>›K~Œ\x00\x03 Iw\x19 ‘\x08 "
b"çh¦\x1A Š„H\x1F ¥x£³\x1F œ¢‚ "
b";žÄ…\x11 pJE§IãK¤§Š' "
b"[êÂËiÆBݽo”\x11 F\t Z- "
b"mêÅ'\x01\x1C Lø¿6oKZ¢mÁ "
b"¢╠¢\x05 /ñDºì╦æ╦Í\x11 « "
b"ò@0\x1C\x05 ³@\x11 ¡\x7F oeÔ4Aa "
b"§Aæ¢└üCÌúmı█╠SJ¥ "
b"ÿkMcCÒHn¦ ûÒÛÑô× "
b"""
\n
݉ÚhwC\x1C £DQŽ£œøi
"""
b"-»Ò\x13 ÓûGa’‹I}\x01 l–ž "
b"8oÚ©O-D\x03 šZ ¬€+ªL "
b"<\x08 ´á|ZDú\r vF:<\x12 "
b">Â\x07 „ÅJ’³‚È\x01 §ôè® "
b"L\e ž!JÃI:”¿çƒ{'\x12 ì "
b"vMW\x1A ü\x07 G¼¢áMG W\x06 l "
b"ŒÕñ@&×Kq’.œ˜c™\x02 ß "
b"˜Ùj[»úJ3y\x18 µÝ̆\x05 "
b"Ópä—zIŒ¹ÀX,’\e úÓ "
b"¦@5\x15 lÆAcïPN5;Éeà "
b"IÑKTFàM=˜êù¯\r ûýØ "
b"¡00Dw‰I©²keð{&¤Ù "
b"¿n»ƒGýK<¹D.á2!Ø0 "
b"ÿ\x15 H˜’RAÓœ\x16 }>8\e\x19 à "
b"\t §ÎàzÏG¶‚{Od(˜ù\x1F "
b"\x0F ¦ö<±▀Fo¼ü░¡R//Å "
b";µ÷Å\x1C ÆAdɦ¯76\x04 ▒\x01 "
b"Oò%†E E¸”¿ŸÕ\x18 m&ó "
b"\┬¥\x0E }©CÅ×C▀°êÞ¤┤ "
b"Ö=Èu\v .B9‰¡µ÷¨Š¦P "
b"°▒▄╚xZOkÄ[¬╠O2▀Å "
b".\x04 Fh¨qAh‰Ï“C\x1C\x0E ÀC "
b"HW%“QÑCa¸\x07 _$bÀÓ¹ "
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"WÉmt\x01 #J°¿¾X\x17 ,\x0E éô "
b"náLQ×\x1C BrŠ)w€½ÊQ‘ "
b"p²ÀªÍ#O&€}ì\x18 oÛÉO "
b"ç¡àÛ\x1E ÀB¹º[\x7F üw$m= "
b"Äç▄ár#LÛÿü¥I└f{P "
b"˜–®¿.÷I$½f¢ù œé. "
b"£\r iˆ}÷KɘB;¼\x16 õþý "
b"""
¸@6V^\x02 EçÏ1\n
¤ï¥Á
"""
b"¿ºULzìE¤„Ìû•" ÈÕ "
b"\x07 ŠõÐñGK\x02 ±_ç^\r ©o‚ "
b"*–ò\e\x13 ¯GG±ž äœx¤‚ "
b"U}©–g\x16 @@³å<Ë9nÅÝ "
b"‹€¿¢E)EK€\x17 ’8¿ÚZû "
b"ܶÜ\x02 U\x08 I`ºªjhSÏìÛ "
b"÷┐Ø\x12 ÏÊLä┤M¡×V¯D. "
b" ¯‡ÿÁ#G\x16 §©ñ}f~¦+ "
b"$e\x06 \¹\x19 G\x05 µ³Xx\x14 ‚„ "
b"1È\x12 ŒÚMHŒœ)£ª[¿¥÷ "
b"5gÅ!2ZOX·¥ë\r \x0E •ge "
b"B\x1D uA‘H>©Ô&(‘¯©+ "
b"d{S\x13\x0F /C—™–8k\x07 Ž4Y "
b"‘‡ÄÔ<HJ£ˆ…’©\x7F T\x08 – "
b"┐_ÃÚ┘yNäòNá┴*\x1E äÉ "
b"é\x19 öÐP«J[¬æ³Æ8sµŠ "
b"\x15 }Ú€:mO\x11 ”f‚mþyz "
b"\x1A Ž%¿†FLùºjF·t\x0F Qõ "
b"nÆîŠîfGk±5\x1C Î1ª^£ "
b"MáìFÕm@²¼Î9x\x11 TÊI "
b"vô©\x17 %üIž§\x17 %”\x1A ì\x12 - "
b"Ž,ì±Æ]MÕ«Ze\x15 ’÷pî "
b"´q³EÆßNk‹÷˜Á\x1E ص_ "
b"¼.-g’\e Dj¾F©ùx¼ëÀ "
b"¿qoA§SHÛ©ÀqAåÑ#Ò "
b"ïÔµ_1sEÞ¼ç\x0F нñ+b "
b"§D3ɤ\f OÊÆmáS®\x04 ╔± "
b"“ˆ\x04 žŒÝNi¤>SÍPPÍ| "
b"¬\x01 ƤP_B\x15 Š\x1A StB \x08 "
b"Ù_!\x12 …IB°)\x07\x05 }¡<J "
b"·╗ÆãçYG┤ä»sxXþSì "
b"\x03 õf%Z>J\f £BS¯Õ=Ø{ "
b"|²»ûıûAY╣o╦Ãü─Ç» "
b"}N─kN\M¼ì2Æ¢ ©t: "
b"Â\x17 ÑN\x02 §CeƒXß¿ÆDrü "
b"ãn&:ýçJŠ—:åÔHÁšâ "
b"åÇêð¸_C\x1C ¯¹\x1C ÁdŸRŽ "
b"óý`‰1²I·œ§_\x11 êyY‹ "
b"5½''á1GU¨·GN¢\x05 ,˜ "
b"Ôo\f Ú-÷IU¦¤øó ìe/ "
b"v˧1\v =N╠ñ8:7\x14 <É┌ "
b"\x10 ÊÝóæéLÃ ÂþYmÝ\r C "
b" ¼ÓnÉ-DpëRƒ\x1D ?ô\x04 "
b"0¡F\x1F ˜ÄMº‚)Â'°÷_ò "
b"""
BQ™!\x02 ,Jj¨ä%\n
ž‘6
"""
b"EݬvŒ5OR£YhûS~å\x14 "
b"HÜúç[ÚBl’\x11 SrÊÅ}G "
b"K\x11 øÑ\f\x0E K[‘ßÝ=¾x`| "
b"UË'VÞ=N›½\x0E\v Úºž%: "
b"rð\x1D ƃ^D^‡åÀ<\x1F Ì\x02 ¬ "
b"\x7F ‚\x14 PÜ\x03 L”»¾º;Jpõ9 "
b"¤á\r õÒ<M[±=ˆÛ¤Ú,š "
b"®\f ‚÷Ö\v L‡¯É\x0E\x11 (¾®‚ "
b"└qÚ─¬\x19 B¿®Ó\x0F É\x10 Gôù "
b"╠²L³ËÊKÅà║¬\x1E ã╩|® "
b"┌^Z\x7F [#BÉ▒▀ðñ\x0E ¸Û\x13 "
b"ýÉë\x01 ‡r@À› ûœZûn! "
b"3Ú\x07 {ÕãD$ž&ˆbì>ªñ "
b"³€í\x14 ›FÓ¶²ÙòÛ²¬ç "
b"\x08 F>è±\x1C GL¥Gqþýy\x05 « "
b",\x08 2├£tH1Àn\x04 ò\x7F ┤Ø· "
b"4ãÁúısA"ÉøfÃáT'S "
b"ZM1\x12\x11 ╩@0»7A±Bã±É "
b"üR\f aO&@Ü¿\v\x0E ÏÁ│Gs "
b"ûØhrïÚKRä\x14 Juëõ9═ "
b"É\6åÙ$H²„@gb®ÒÓ\f "
b"åÒ\x1A !€ÓN_–%~á!“5Ú "
b"ëC+K¶\x13 K”¡W\f µÒ>¶ô "
b"@Ï\x07 ,ðñO¹µ1\x00 o£¨ö "
b"KFwÀ─!I«Øõ8¦\x01 Ü¡= "
b"ôðÏ¥×\x12 M\x07 │Årþ_\x7F ×Ü "
b"˜]\â¢>K\x13 ›A\x03 ïsð\x10 l "
b"ú±*ñu¶FðÆ╩D░lÞôÉ "
b"""
ª\n
û%>LD"°»Û‹âÂËF
"""
b"Ìáó\x17 ‘“B1³9 ‚\x07 P\x02 "
b"\x18 ω®Ž¨MŸkŠó«´Vü "
b"$íP\t\x18 .GìÿÀRÃìxa‗ "
b"""
[╠\n
d\x0E *E\x06 ¿ÅÑñ'{óþ
"""
b"_Â6É@GA┬üµ¨:ê╩i▒ "
b"g>&\x7F ¹•Dr¿*Ìí‘[æ† "
b"€þ\x0F\x10 ¤)C1‹g\v á~É-µ "
b"‘ëY}5íC\x16 ”‰ØmK^’Ç "
b"šrš×݈Oƒ¹Œ\x1C Wh†d¯ "
b"œ\x08 :\x1E ˆÐD\x07 ±tš<<}aÈ "
b"¥xîïõ\x08 Bo¦g1Kñ5t< "
b"Íaî\x13 ÆkI+€þK\x1F ~"‰ù "
b"צ2=ñ›E„ŠSl\x0F S̺Р"
b"ýxHç▒uGJûÕKüÆ:-] "
b"ö.¨@„ŠIJ”„Uì¤ý—ý "
b"úýˤ)„Až¬t\ºvìá¶ "
b"\x16 Š\x01 Æ?‚Háª\x7F .už-‘ "
b"\x1C Óv\x13 P8AL‘kQ9J¼5ä "
b"""
M‡:n¹\x1C G\n
º\x01 £y[RÒõ
"""
b"g/Ô]GØCü½3‘ßrå\x06 ` "
b"h]'ä+kD3²YlO¿ñ@… "
b"«°\x1E `ôH«▓ƒVjFü!\x05 "
b"³Ë¼¶R]F·”9ø»†S\r œ "
b"©+╠ü§\x01 K\v ÁË,£.ÞOç "
b"¹þŠ;ô©DÕºƒ;ω€\x19 e "
b"ÙÁ½Òh>B\r —ù`Ô\x12 ï\x0E g "
b"ä„Lb‚ìEø¶ïo¼'fŽt "
b"±\x17 ®¼¼6@ªÆ\x03 M;É¥╝½ "
b"§åÕRç%EÓöWâü¹Oä\x14 "
b"\x13 žÍsÒ]Oú°<Û\x03 «„Z "
b"2\x1C ŸG†×Aø‘ÂSfÌîL\x07 "
b"Mý|£EWBo£\x14 嫹"\x10 q "
b"QË¥\x19\x04 MM"£\x0E cËž\x0F îž "
b"i4Å\x05 {[D`¬²d\t bÌŒ¶ "
b"iLIùA:C…œ<öÄê”Ä\r "
b"jŒiÊ\x03\v D\x01 ±ÿñ(*‘sA "
b"€]q\x00 ¹dJ™Žòôˆ[Ü\x03  "
b"Àµ·]ü>Fz‰oÑèe\x10 “Ö "
b"옾h`+Jÿ‰+õ¡†ª\x03 ˆ "
b"`g\f YÅ\x07 CÙôÏl\x05\x1C )\x01 u "
b"h\x06 ß#å^JÊŠo\r ’Fþ.\ "
b"û#ÌB\t ïC+µ¡o¾œ½t\x7F "
b"\t jf1ó\x13 Aî„R5¦þipå "
b"\x0F LØ`68G³¡╠®└Í*öá "
b"|\x1F ÆGÚ¢Aâ‚z\e ß\x02 ²’\n "
b"ÌBS&œöOô¡\x1D ã\x01 SâÕJ "
b"×ì\v ~\x08 hE퇄^ãCÊ«‰ "
b"\x1A ¥ÍÚ'HDÆ‚]Ο\x1F\x13 ü< "
b"%º\x16 ¼ooD4╝Å®Ü▀ÏıÌ "
b"niQ{Ò¬JVª*†[\x00 À\r ½ "
b"À\x15 Œ¼ÆzG\x16 ™¹-Á]fÙg "
b"""
\n
üóM/ûCì®ØýZó2^[
"""
b"\x1A ú‚?^ICªŽöì‡\x10 &1* "
b"\x1F \là;´Få’®uÞƒðñÝ "
b"YL®\x13 W»Oqºu3ßX\x13 Þ¢ "
b"bÅ_vùVJ¯¸/ÎM\x10 ]Š‹ "
b"fh²-q–AyŽ\x08 šÏ<ê‰÷ "
b"’5\x02 Žê°JÍ‚d°¤Ô\x7F ²\x1F "
b"³y•‹AMO“¡Iõt×W°l "
b"¹\x07 ¾F \x0E Gë¦ï¶C¹h‡B "
b"ñ¥„’ØcH ³(¶\x16 P;\e ’ "
b"""
7ä\n
3T…D–²®þ@ÖT°Ì
"""
b"\x12 &J„\x08 W@b¨á\x15 \r -ž˜\e "
b"†lKµ§¡Bý®\x1E ç4¸Ó\x1D š "
b"Á<sÇ.ìM=°4\x7F ýf¡šU "
b"Ö\t ¬ëjOJ\x15 «`´ŒUè(H "
b"üƒb\e\x17 hM牮\x15 jJšëD "
b"!Þ¾{4ÎDé€0¦O[52¦ "
b"8µ▄"~═LƒïQÎáÖwÉ "
b"A\r ?Þ˜ÈH~¯/µÓDí!¤ "
b"P\t ░1Å█Fƒ»énØË¯û; "
b"ZHÐ%CiOª¨þÛ¦\x16 Î܇ "
b" \x0F ×XÄ”G:Ž3,a\x01 ²nÒ "
b"Û\x13 ´╚y1Ds▒¸K■D╩DØ "
b" 5DÉÍäGs╗¸\x1A ¬µ#½W "
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"wf\x01 ¾šJG\x15 ¹:«¢\x12 Â;º "
b"ÄÅjk*┼EýñDÍáïkö~ "
b"ž¢‰]Æ®@\x03 ¡|˜\x07 ?ø‡6 "
b"┌á\x11 ─ObN\x10 ɵÓòÏ\x13 ãh "
b"\x00 ìÒ\x1F E\x10 DâÉÕ0sx█¾« "
b"\x0F ÅÆý2fH\x03 «M½ÿÝM\e \ "
b"\x15 0:éñ§K¥¥V âf\î€ "
b"^—\x0F sÿôJÔ–÷\x0E ¸àDa\x00 "
b"hèjͱ³M”€':ÅBVº\x14 "
b"""
p\n
pn×û@\v âêúÓ\x1F ║IØ
"""
b"‚W\x1F ¿¡\x10 Kì‹´èúö€eN "
b"Åg\x08 «?UBÚùÇݺ^\e !z "
b"’ºŠ(NžOh¾5ô›¡2wÔ "
b"Ö~'õ\x13 \D├Ľ Ôî\x05 ìv "
b"ž\x15 ÀûÿÌDF¶Cº\x00 ‡3|= "
b" Ç9³ù=HM¨BÒ 9£` "
b"í¦øZ\x7F #F[¬ ¹Å\x0F õîâ "
b"┐\x0F ¦lGFHXì´ƒÑ®ÛƒÚ "
b"¿Å†5m\x17 LH ‘Ê\x17\x12 0Ó7 "
b"Ë?·¿<ðI‰»ßü8\r øN} "
b"úü™ëÍ5H‚»3Û\e _WVø "
b"|þ\x01 nÚ'FIÉ´\x10\x03 â"µ+ "
b"ß╗]\x1D KQO\x02 ªâ§&┴ìᬠ"
b"þ÷ªùë\x18 D—§’°µc¶c„ "
b"\x06 )É^<\x15 E(ôÒ{┴·v¥ú "
b"OÎ"uö¹L_¿\f À[É*cg "
b"çöA▓╩ÙDàÜN»\x1A ÷É-< "
b"▓8»▓┘ìHXù\x08 »\x19 $?é\x12 "
b"߀›gÚpAÞ©¢`öÀ†ã\x1C "
b"ß÷+i\x10\x17 Aו[ßÊ] \f W "
b"â/ƒzùØK¿®%Î\x1D ÛîV\x02 "
b"\x01 ²ã\f ‰tOE²SK}ÕñŒ‚ "
b"\v Õ_HcwB7Ÿ¹Òß¼¹¹U "
b"\x1E ûºÁIÓOQ¸rå™ÒhgÉ "
b"""
-¶º“\x0F LKdúY\n
iR\x7F Ö
"""
b"p5uÍ,FJû¢eý-C\x11 eü "
b"ž3e:ø®H6·iÄÃa`ÂM "
b"Ä\x1C ìmýÊAžº\x17 …†\x1A =!x "
b"Äï]Ji©E¾²(Šš¯\x1F\x01 ³ "
b"ÆC¥¥\x0F\x1E H²†\x15 ëùêSÓ "
b"╚üUÚ\x15 l@u│¸ıW«░Úf "
b"ùìÑl\x19 ¯J\r ²ùág×Ù’† "
b"""
+/\x0E ®ê\x06 Bçµ\n
Ò\ýõ-½
"""
b"po°ÍqŠO™¶*§^æõ\x02\x00 "
b"{K\x03 Kª5JX‡/Äv\x13 ëÔ\f "
b"™V²0œÙE\x05 œO¦ñØŸ4L "
b"""
Êâ4÷T5GKü▄µ½#\n
I1
"""
b"Ù¤2\x15\x0F\x13 I³žä.Yÿ\x19 å; "
b"ß}~£ÿ4H µ\x03 >\x05 Šå\x1E æ "
b"‚iAÄB\r A\x14 »7ñÏÇ|¥½ "
b"„\x07 Ûª\x03 ËNç£×Ô™vÜg¡ "
b"®l÷KÿdJr³šeƒóßs, "
b"\x05 m=bY\x11 H\x1F –™6åÇ’Óí "
b"\r ¶é¹ØVB®ôq±è\9Û "
b"\x0E úèZ LF¿”œ0 \x16 Ê\x02\x10 "
b"FöXt÷+IpøPØ▓9Á╗À "
b"b\x15 ÷“¸4O\f ÿå™ÑÙô’ "
b"ŽÄ¶‹ô\x10 Lö‚>µ.\r uᤠ"
b"—"i\x06 Ú¡Büˆq\x07 $Hn¬\x1F "
b"ÂKK3`|BÑúɃ;Ï@³§ "
b"Ê)\x10 Þª\x1C Ke╝kHmÅ_µ¨ "
b"\x01 ï\x15 n>ØIû¬╬77`┐░Y "
b"\v ÏÅÞPåHŹ\x18 0\x08 lzö "
b"\x0E .°k³~FS†¼º!PAgQ "
b"\x1D tKP˜¾Oh°{ßW\x0E ŒÝw "
b"\x1F ÜÀáå1Df4\r m´jW "
b"""
┘%'÷\x08 J╝ìâô‗\n
¨Å1
"""
b"1ؘy"yAŸƒÓ„\Ï/à\x06 "
b"k\x02 ÿlô®GCœ_ÒÙXJG\x10 "
b"v-\x07 QÅIL/ªO±/C\x15 £| "
b"Éew#£4M╩í-\x16 Å\t 9ºm "
b"©Žfà\x1C Ë@Žˆ·ÚàbfΛ "
b"Å×\x1E @õgBŠ€£7._O-í "
b"╩ÖðDجJð▒×·\x03 Æ=Ú` "
b"Ï&æ\x10 ¬&D\x04 «\x06 ðnYЊò "
b"┘\x1A Þ÷O&E÷è\x05 º\x11 zuvØ "
b"ì\r êpìèB\x0F „|\x08 èo:1ì "
b"1[X¢¡XCƒ–\x1F ã{\x07 §\t ¡ "
b"E¥É"i\t MâŸè\x02 ƒœ…Ð "
b"Pyè\x1A Å\x17 K˜/\x1E\x16 WÂøM "
b"═,nÁiüFâçp7L\x00 ù: "
b"úL²yNÚL\x19 ºŸÌý\f –´‰ "
b"²½h´øKOÝ¿ÉÌqÛ¡\e\x00 "
b"\x0E „grù+K„d’¶Ü1VÖ "
b"\x0E Ĩ˜xÊE¡°K¿3 æÕ\x17 "
b"\x1C îUÛ:\x04 Dk«$ÅÙ└ÎI╝ "
b";Jz║©\x12 G³úIøòÃÒÉ# "
b"BAœ^Ã[J2•ü’w ]-Í "
b"Gt\x04 ¿¦\x07 JtØ6\x13 \r \x0E 8De "
b"R4ð›\x1D ÖCÔ†‡”ÏKp€W "
b"|\v ±GO¾E\x0E ¦^°3\x19\x1A ËÏ "
b"Üáò\x01\x05 ╚DÞüQj╚╚█V\x08 "
b"¤I®¹È£J[¬T\v d„(“9 "
b"Ѥ·.L┌@^ºtAIÉÀý÷ "
b"ã\x06 F—+|BYˆçâ\x00 ÒŒî\x18 "
b"ð\x04 ‡YÆ7MA‡‘ÍhÜ\x1C ¿? "
b"öXR‘'ÀAgµÍ:\x03\x16 b»k "
b"\x12 è\x04 D†&Cm§¸â/et§L "
b"_Òk4j-EÏîÅ\x00 ôV5_¤ "
b"m\x04 Í\¶»Arì1Z░î©"ß "
b"œ„ìK\x07 ÝCGœ•¹>Ó)ÔI "
b"▒Ô╠¹\x13 ╣BÍÅ\x16 qrï\Ð. "
b"=ê\x1E b░VN,ìÉ\x03 jH?^÷ "
b"J3¼8ÊZDéµê¥\x03 •ÿ–× "
b"Y¯\x1A «ä\e Lž˜ðo~ÄTû? "
b"]¦Tk\x1E ¡Oë±\x16 ú¦/W„f "
b"aÝüdc8HIá<äãô▀rª "
b"g‹ë•³ÏOܘ§#¬@zÀñ "
b"\x7F "═uñN®Ø\x1C H|a¯[\x07 "
b"ç\x16 BQ9jO~Á═Z┼Ø,í9 "
b"╬©╬Ø-DC=äÈ▄ ▀├║f "
b"à‰\x00 |‘àDÆŠÜ‚¹[\x1A A§ "
b"³üö¢nÿA°ò1æSnì/| "
b"&¦_Õ═hKxá└íc\e l¸ü "
b"/¦K¡À\x07 HרÎFZšÌÙs "
b"C¡ö‘,úD*§\x1E 3\f ö¨9o "
b"F\x18 לMºA\x1F ¾lê½Ut}^ "
b"I╦T─&ÛDìëÝ└vt\e §{ "
b"_s¨Z25Lgì³‗°RrÒ╚ "
b"""
l³®B\n
\x08 A\n
¾bl¥%žÉ\x1D
"""
b"w\x10 >h¼ÖNg…e=@½\x04\x13 & "
b"\x16 ¾â^;ÅDhŠÂ·²µÈ\x13 ‹ "
b"\x1D UGeuÎK;ŶuäÀ\x06\x1F / "
b"\x1F `͉×áBü´åÚ8UÓ, "
b"+Á•?\x7F öH¨¾¿\x11 é\x1A µ£, "
b"<ÈÅxÓ'A_£C™‰53ÆÏ "
b"@fC¤–xGȨ°´\x10 =\f cP "
b"Aܶ<\x1F ²I˜˜,™vM¬p× "
b"Kyæ”6\e H˜¨Æ\x10 »[ZGH "
b"j®\r ÞáK@®§@&¡jo/ "
b"kô*\x10 :\x1D C=”LDî®üa0 "
b"’ˆ¯v·\x1D J\r ƒHé\r a\z2 "
b"¬?┴T▒4E│É\t bøã┼Ì, "
b"¬\x15 v~\x0F sAo©R¬\x0F ¢\x00 ìæ "
b"Á[ÿSòéN¯°\x10 ›'ÃŽXE "
b"ØE“²zöBe „\x18 K²›Jy "
b"Ø÷\x14 ÆèåG\x12 ³!¢ÎŠmô2 "
b"""
÷\x15\x15 õ•.G\n
žä\x04 B>\x10\f î
"""
b"ú\x1E A¦$¤F¹´bâ\x16\x04 4dk "
b"(O•#ƒàM)‚Ö\v ½xe”\f "
b"0\x1D\x16 7ð\x1C A´É\x04 ┤j┬èCÊ "
b"˜7·éÒEO²±g\v ~&ÖG "
b"ái\x15\x16 ,DMЃƧµ\t `}ó "
b"ÒØ┴6ÉhA■╣(èÞû¾ák "
b"Ù/ph`ÞMØáEu\x12 z═┌: "
b"\x12 ÆÖæÉ.O¼ùZY\x05 ¨+í¼ "
b"‰ïüËøy@Ö»Õlš¹_§Ó "
b"mœŸ\x00 èHAÆ¿©\r ðE\x14 dP "
b"Šø¬èOYJ\x15 ²$ÈÐà“%n "
b"«g\x07 U‚OD\e ¬ìQ‡ÍŒø\f "
b"êíMÓ(`@ßœ¼\ÝQe\x18 p "
b"7\x16 ÉAwãMJ˜HNT\x04 ‘3r "
b"O\x18 ê\x00 MíNÅ—ièÂ<ã\x0E ^ "
b"Å┴´¡\x1E g@¸╣Ö?¢rý\x02 Ç "
b"""
“i\n
r2ðHš€òÙ™0èÐJ
"""
b"»Üá\x1F ×▄BõçÉ╔\x1E\x08 Àñì "
b"´╠=·▓\x13 G.ÿØ÷"vÜ\x13 « "
b"-Ó•p—þEœ™iC62\x16 Ç¢ "
b"XàáyY\x15 H®˜Ôú¹µ‘\x01\x0F "
b"cÝÀ•\x1D DJ§‹9ÀréÚÏÐ "
b"ü·ØJ ÓF═Çý│¿<AæÆ "
b"´j6‘Ç1Jýªø\x13 ¬mõž0 "
b"¼`Z_\x1D µF\x10 ¨8ý³Rˆÿr "
b"""
\x11 R&Ri\n
KܱèõÚ$˜‚B
"""
b"\e `%å3wH[¯9½¯>àFä "
b"\x1E ¥?s<êJbô╬ŵä\x03 Îa "
b"3hËóŸ\x16 K¹¤\e òyLJõ9 "
b"«=˜ëŸÑCÀ±yËü¸½_¯ "
b"ɨ Ù“hA΃ãf·Ð7¥Y "
b"úÀõ\x07 ÿFNk¶v½\x0E ·´\x1F æ "
b"p\x19 ]ß.2A€™ìJ\x04 r\x0F þã "
b"ƒ¡\x06 Æ\x10 ‹Aœ†Ë;üOpiû "
b"„Ó\r ¯1;J}Šàð«ß\x1A xm "
b"Å\x14 (\x11 h\x17 IØà\x03 Ûv[ûûË "
b"Ü\x0E üäT`A░Åõ\x03 ¢│U#µ "
b" Z Œ¸bG\x1F ª:YK–Õžo "
b"²MC”¤\x1C Cð¶C ‚êª;ð "
b"Ñ 2Û©óD釀E\x05 ÅùŠõ "
b"ùƒ/6q£EF¤HUâ‡+>\x1A "
b"\x10\x08 c4§–J¾´xi\x03 ¾ØéY "
b"cº¸üÙ2C\x07 ú¹║QøÇ¾ö "
b"n╠\x19 ▒PqGIÜø\v 5Åç\x1F = "
b"yû\x1E\x18 ıòA■▒}¹¾▒Uüƒ "
b"éºþZ¨kAƒ‡±€DÀ*1/ "
b"\x08 ÞC\x1E ç´Ké¢Ê@^óÞšâ "
b"<\x06 ÆÂoÖJ\x11 ░\x1F ÉH\f LÖW "
b"R\r ðLzˆE:·®¾m\x13 QøŸ "
b"€-}Á»\x06 C\x19 –:¶¢ÍdêÜ "
b".z¡¦B4NV”¡‰\x0F ¤ø‰û "
b"─`┬╣ŹA┌ªæ«\t ├¼T\x05 "
b"Ãdü£úáDÈ┤╬§%Ç░\x1D L "
b",ÌÜõ±}G†–ñ¯‘Ý¿¦ñ "
b"A9¢'vBD\x1A ®{\v sZ\x14 ÂÄ "
b"Ibm@Ä\x0E Fõ´8\f q&Ã7ä "
b"Wg\v [—Š@\r £J°òAËÅ0 "
b"ü¿È╝├fG¥┤öEv├¯)t "
b"ƒì╬øP\e KIöBbkìá9S "
b"Œ\x12 )m\n kH\x00 Ÿ\x11 &ª©}Ql "
b"É´sÒ┌ÙIËû¶ã¹Zg°└ "
b"Æn>\x15\x05 ╣A*ó ║^Ø╔öà "
b"""
â¡æ\n
µˆJƒ•À\f u¥’\v\x1C
"""
b"ï\x05 Ø\x1C óìF\x19 £ê “™¯e "
b"O}‹©à~B$¹e\f ÑŒÄôw "
b"ˆôIÅóÑN·´¨SæµS\f Ñ "
b"║ªZ'¹G@/üà â^}þQ "
b"Åܺê¤ÍF\x01 ‰ÃfmJª × "
b"\x11\t >ú"»H<Å`═%,┴!\x7F "
b"ï╦)ýدF\x13 Ö\x15 a¡QËBf "
b"—°ÄpÎáC0®0±¨õ8´€ "
b"║Æ\x05 ┼‗É@xÂVºf ╗Ñ\t "
b"*\x02 :\x0F S]O»ˆ,s×äûgÀ "
b"T~gEú╝O\x00 ▒8÷¥Øÿ£b "
b"_A‚ ÂuAJ†¸—~çPp› "
b"`D+j\x15 ©A\x0F ¿\f\x06 ‚[\x12 ‘¦ "
b"s⢢ýÓCÎôÁÎcÕîä "
b"}fÉÂÄÅA]³\x0F\x0F ŒÆžŠq "
b"˜Âµk.\x1F K±“%›°\x1F {Úx "
b"¡u¬█\x0E ▀E─»3ÈõØ\~É "
b"ÚiÂiû;Hë›\t <[s¬éì "
b"ÆÃ̲Œ³Gž¨³y\t ?Ií¢ "
b"\x02 œfy\x05 ÓGàŽ‡Vì“\x02 ãð "
b"\t X╔È´©O`ªéà\x08 Éh4╬ "
b"(n\v\x16\x06 IK¤‚\x19 B+6v%Ï "
b",^jçìIH‘¸®O´b55# "
b"mı6╔a\x06 A\x0E ¡\x05 ┼D& Øé "
b"~(‰œÓåKëº/m¤ß¤AR "
b"˜ ›2*¬J\x07 °LêHVÔ‘J "
b"¦òÿv\x14 RDî¬\e 1ƒe1t\e "
b"D.¯ŽqA\x7F £âeè\x02 ‡wš "
b"Q}Á¡éöLn•\x06 È\x1E ŸSí\x1E "
b"ðÊÒnµ\x0F H\e ¹pZK€óVx "
b"4é[~îûIîÉ\x17\x18 5╚\x0E ┼¼ "
b"¯˜SÑãDIM‘n\x1F ܼµX¢ "
b"ôgÍ@•ŽGΡ£ÙNÇ1lƒ "
b"\t ªp/\x0F\x12 LÛš\x12 YV\v cÆ\ "
b"!\x08 │ììÂMp╝W\x10 -╗SAØ "
b"-áBJzŽA\t Œ\â\x02 w[£r "
b"I╦ÅÊB¦Oh¼S\x19 kòQe\x02 "
b"UÏáÜ'sJÅí-(╩╔íã° "
b"ìõ┘÷ý^M>Ö\x11 ðyu5®z "
b"▄GVÜföJ┬øÔÎ\x17 Î6Å\n "
b"â\x17\x16\t ¥AMB¾p8ðkòj\x13 "
b",¨‘\x1E l†L$¤\x1F BqiO\x1A Ö "
b"1ı╣ÛƒîKöü·XWd═}¥ "
b"5Ú\x15 ’zÐNõ«lèì,ÇsÝ "
b";âd ädM©Á╦:e\x16 >ÉÆ "
b"HyP–\x18 ÚMî«ÏS¢Ý•y\x1C "
b"L$¡O49J³´ ËwŽf„2 "
b"N'\x05 ²ÍbM™´¯P¢]„%Š "
b"V▀│\x0F\x08 /CªöµÉ·\x0F ─ï- "
b"cØÜÀÌxEo┐Z\e àS>í¤ "
b"„’O»$‡O\x15 «%P\x07 »kà\x1E "
b"""
°R\r 4±5HD¦oÕ\n
DNO
"""
b"áÁwö°àKA¸éÖw'-\x05\e "
b"ÙÌ║║ü¡Eýùàc\x02 ▒\x18\x17\x1D "
b"ú mUçmMm†ò\x00 Í5Q¬‰ "
b"\v ƒ$©8\x14 J²½\v ÂLj€ò "
b"\x12 n]²\x15 œCý…íDÂ%\x02\x05 ® "
b"1QãH>\x02 DM³Øk\x03\x1F ´‹G "
b"e[ù›\x0E DA\x1D †—yÌåögm "
b"eßó╝6\e LäØ▓¶\x18 Í\v ƒí "
b"í\x0F μÀNK¿¸zÅÞ×,“ "
b"î}¸ŒÎðJ:Œ‡\x15 e þ’á "
b"[\e E\x04 ~REP…Lm:\x1C „Gè "
b"a\x06 aýº¢Gm»¾ jñŒý "
b"ƒ§\x14 yÂìDÑØþ\t ║D╣»À "
b"Ðö\x18 iº_E¾®Nj–÷\x10 Êè "
b"Ý™´ì\x03 >Cs n¾œÊ+®— "
b"ÁÑÀ¢”\x1F C@Ÿæî\x14 –è\x17 Z "
b"·w\x0F «\x06 ÕJ█óÉù} Ûk█ "
b"\x15 ┐Ás0Ñ@\t íÑ▒#³±ìú "
b"\x18 úTÿ░\x1F AsüS\r Ű*ÁÙ "
b"$¾´ÛÓ\x0E AX…‚z„º\x10 çÆ "
b"6îg\x0F °¢H;ɹ\x14 A¹Ë╝Z "
b"G\v (‰\v îI.¯ïZ¿!ÄLÙ "
b"\ø§)O¿@÷ÂrÔ¥ØN "
b"╩>dÖzkJF╗Á\x15 ìÌS\f ' "
b"""
╦\n
áúrÄGüÑı▀Jµ[[ô
"""
b"ãK\x12 #`m@-”.ØF\x04 ×û¹ "
b"ÿQiÚ_{HƃÊ{X\è4³ "
b""Ýu\x1D ÂéM-î\x1E ɦ\x1E Üí "
b"&dÓ┬ë»I|úZüR"o«0 "
b"'\v Å\x04 ùßHHç«WC\x19 ╝*║ "
b",hîøÙrM\x1F ü╣\x19 Ê:7¤· "
b"=\x05 üI┤6I┤å\x1D |3Ëoj¡ "
b"OÍ\x0F\x1A ›lJX¿-\x10 \r t±éY "
b"s\x10 ß5ŠkD\v ¼q¬Bs\x1E\x1A ~ "
b" Ƭ\x14 w+Aº‘Öm\x1C m" Ô "
b"""
Îr@å§åD\x19 º\x1D \n
íkáÓ_
"""
b"ÕÚZÚ]J¾¬þ*7Œ/êª "
b"Ü\x03 ¡…«UA4¾¦´\x18 7\x14 \\n "
b"ü13\x19 4s@#…z` gô‚¾ "
b"(k@n\x03\x1C KB…Š?ªÜ^\x01 £ "
b"H5£R\“D\x1C œ#‚¤i˜–ê "
b"\”Ây¬\x13 @\x00 …š¦¹in¦² "
b"~¹üõ%§Næ¼ø¶í;<‘c "
b"ùØ┌Ó\x7F\x04 D%ózF┌W\x1D È‗ "
b"àn ¹<'E¢¬,£Ótþot "
b"""
\n
ÚzÌ!¤FQµL{à\x07\v\x19
"""
b"\x16 !ÙÃx&Dú»vý§g§\r X "
b">┌À¿êÃNBìÑ┼\x13 4█Òc "
b">öXY\x19 ÅM\v ¡ÃaoJX>« "
b"o\x16 w\x0E 3\f HÓü%8┌┬ÉC× "
b"«ßQ\x11 qICzŽÎ\x1D 6qh\x1C "
b"±…\x0E n ŠC‚¡|Dؗكj "
b"ÓÜHÔ\x18\x7F FÞ»HïÐq"\x04\x07 "
b"$ö,’ÿêDÿµò„¶/ÆË… "
b"E\x03 ýV╝ÊDQì<)¤c¼QÒ "
b"I+_fá;@^™12oS9\x13 y "
b"u─ÅÚ\x06 ç@┐ÉÅ\x14 Kÿö1: "
b"~&îÊØlE7©«U\x1E Ô\x18 þ\x0E "
b"è\x1C Xbe:C\x0F Å*ªYæÀ/ö "
b"\x0F FÀ‡\x05 ƒB™›?\x0F lÌœR\x1F "
b"40Ï\f \r 4@#ˆäçâìjÇ\f "
b"GdŽfUÜO\x14 ‡“¹¢ïô-6 "
b"\úsñêÛI\r ¸äÖè¡SÍ; "
b"†•\x19 ì4nF-™…øæ\x11 :" "
b"Ø\x01 █\x1D 3╔F¼║¼±µ¬º!Ó "
b"º6\t ╩üîDe»ac+5° Î "
b"¸õÈ4Qw@Ä”L·4íü§ˆ "
b"ݼ/° SK¾£®#Ù\x0E ‘¤N "
b"ó\x0E ×\r \x05 •Lñª¹Ó\v k:«d "
b"""
4´\n
©/™B˜ƒE\x05 Í”ü\x19 œ
"""
b"ksÀ\x00 £àG„±’ª]I1ÝJ "
b"ÅpXëpVIÌà▄\x08 Ì\x19\x06 /¢ "
b"“A)W¶˜Iõº\x7F «Ef®Šº "
b"¢$>+#žI\x0E …\x13 l‡ ៌ "
b"¿ÈW[fÈN ‘œ¾\x1A\x0F\x1E µh "
b"ʳ\x13 Ž\x06 ìBº¡t\x02 ^Cà Í "
b"╦\f █#¸\x15 NÓä\f µ\x18 ÉV▀\f "
b"Ô"ŸORúC命‘žJõZù "
b"ýTJª\x16\x12 @Uªsìm!„™å "
b"""
&&£$%\x7F B\n
‰\x14 ¯Nôax_
"""
b"2û‘gïšJųÉ{¹\x01 ¥'U "
b"EùID;\x05 GW¿■l╣ÖɺX "
b"X7ÎÃSØGê┤v:╠Àzç┴ "
b"lŽI‚íJOä‚þ]ÿlù?] "
b"¤Þ\x16 B³bGR™\x15 K\œüm% "
b"═˱ÅdëEýí╦C+┴\r ıÖ "
b"▄\x02 '³¢F\x16 ¡▓IÅ┘╚\f ì "
b"lG.#O…Cc¥õÄz®šG% "
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"kj¡®’±Aü¬]tø\x06 ;$é "
b"ÖÜ… *KBÈ´\x07\x11 Òh»È… "
b"\r |>|®V@ε½6èžâJ÷ "
b"\x19 –”¤\x15 ¶O3‘å…\e Z\x12 3\x05 "
b"Uàˆ6Ýf@5©\t ”i\`Âñ "
b"dc§È\x1C ËB –\x05 Ÿ¸Ðx\e\x14 "
b"ü&¨\v ö\x02 I.É┤*K\x0F\x10 ý "
b"Þ(¥tƒèDY·¯–/Þ˜î' "
b"""
ÿ™—‘ä\x04 MF«\x12 oˆ—\n
lº
"""
b"\r \f ó┤╗ì@0Æ|Z\r èc\v ░ "
b"wÏ–®¹\x15 EA‰acWþõrÈ "
b"ö░PðË\x18 A)ÉIåÓó=øx "
b"-ö[ZtÅDbÖâ┼þ$fÈØ "
b"å\x06 4ÚD¨AØ«I ÈtÀ¨Ä "
b"‡q\x00 ç\x08 ùA£´Ó€`k%\x18 \n "
b"¬Íݸ{\x0F K€´›Û²\x06 ZÀ\r "
b"""
àùé\x0E ’ûNT°Ü}¬\n
WóÕ
"""
b"A½ºóð\x1F J-üR\x1C\t *\x12 'Æ "
b"ðš“\x1F :ÔKåŽHM»\x11 ìHž "
b"\x18 ³aðÁßHv‰‡õŸ·t9\x13 "
b"[+ËûK°M±£gôˆ›}V\r "
b"…€¡Å£ÂA\x18 šzrÐõÇï¸ "
b"╗¿░åéôI¡ïÅ\x1D ıÜ─èg "
b"á’P\x0E ìüH¸ŽR\x19 ¡ø\f Zx "
b"ð9µå\x19\x1E @£žs\x10 QàYZr "
b"Áì╗ÏmDD\x00 ó¸<Ø»SÄ┼ "
b"%!]h■[B!»òÏÅË~´B "
b"`\x14 =2Ø(@Ù▓À|iU\x11 ┌> "
b"m3o:¤ÆC^¡m\r qKy5ô "
b"ü‰³÷:JK1ª8Að\x1A œÆ "
b"&9"\x16 ~[Fܲ€û«\x03 [íó "
b"6\x1F 7ò(ILßšp¨%Ï™úæ "
b"?Úeg’eOQ´Ö¨$e>\x17 2 "
b"Mwƒ¼\ÉGóŒÍ”b\f Yt‡ "
b"œ\f µ…‰äCì©Wm_³‰ŸB "
b"""
ʨWtU\n
KÞ„z&|é|Cq
"""
b"ÚÒí\x12\x05 JE±‰ØhÅ\x1F ¤¿D "
b"▄eæºZTAmƒÅ`\x01 ã®\x18 » "
b"³Å¢H%\e J+öÛÙ¢¢e¯\x0E "
b"\t mýìKıIÙÖK\t ╩¤Ì3┬ "
b"""
?╗r!─\n
C║ü╚ˬ8▒â'
"""
b"Fa\x19 @Ê\x02 K\x05 ØÝ█´½\x1E áß "
b"üı®k\x14 3K¬ÿ\x17 Ë░Â\x04 .B "
b"""
Œ\n
…µæ<IfœEdµL«I»
"""
b"ÄÚPQ÷¡NI˜UÊ:ÆŠLJ "
b"═t[°9D4âØ\v ß{WY‗ "
b"‗¥À£ÈhGÜäKû\x08 ØuMZ "
b"PÔõ¿¤ÖJe¯=ú-#r̆ "
b"V(\x16 "5ÒCLØ;└░õÉ╦╦ "
b"k«■söàKü│N┼m°ªâ\x02 "
b"ŽtŽ¥!îC\•í\x00 vš\e á+ "
b"\x14 m²˜)—L˜ˆcŽn `/† "
b"¨Š¤ßdrFT¥Þ!'ÙIÁ¬ "
b"¯ÝYø"~G`¿\x12 =±-k' "
b"Ô\x15 #¶ì¶Eàä├a zØ▀¿ "
b"èüìñ»*IsœÍ®0{óZè "
b"+Ú\x05\x00 <GC´ÄüT N▄&ò "
b"1+┤\x1C f─MØéÓÏ(÷å%Í "
b"HL\x03 oaÁEO²ÕÐ1Û°ÄÌ "
b"Wÿ\x16\x02 f\x1A A·BxÑþÈF\r "
b"r†v^\x08 ÜNG¥UkíÿÓWê "
b"‹q2pTÞA›—<NFÅáêÁ "
b"mï¿ì^@<‹›î\x04 †Pû| "
b"\x7F ì└¥+\x13 Iߣ╬Rß▄`yø "
b"ª\x17 ýrL\x17 CRØ┬n.¼\x0E §Ø "
b"Ê+qÛ•QI¸—Z˜2°à\t { "
b"ı~Õ~·cNìÿÝ░F═:1\x04 "
b"ðWr!U¦N\x0E Šë|\x07\x13 |Sü "
b"øÄ \x01 êùOñ›–Fn·³“g "
b"·└â\x13 ıÞFãæ \x1E Ø\x1A D²╬ "
b"\x15 „Êc¯âDÈŽ\x19 )õn+Ëü "
b"\x1D ô¼xh╚G«Å²U═AàH\x19 "
b"¢„\x15 M4\x01 Jü gê> ,\t G "
b"▒sï6{ØK\x12 ¡¡*Ã Qå\x0F "
b"ɧæüþcH˜¼\x18 ™*.Ñ1 "
b"\x14 -V8ˆMIð±dߎԶõñ "
b"\x1F [øî¶\x1C C¯Ÿ¹6 ¨\x7F ì\x08 "
b"X\r v6‚WDó‹XW\x00 t¿Ù± "
b"kœH)”F¾¦K…\x04 J8ê "
b"q┘>BÁÄB×ì[Ìúãà\x05 ý "
b"’Vχ'-KXª6ÿ\x1F f&©§ "
b"¡&ûVHUFŒ…Ù¨!:{¯M "
b"¡»ð\x15 ùJcªk\x10 ZX "
b"ÉÕóLæiK®¥†¿þîüþm "
b"òض»‰òIîªbr³Ãs\x08\x03 "
b"pY±©¹ÅLV¼}H-Så×h "
b"rnéÆ[ÄG踕ÉZ\x18 hã] "
b"\x7F z';*ÿM‚–]ÅÎo_îI "
b"\x02 S0l#kLÕºˆliçcì) "
b"\x02 Ô\x02 ÔάMõ¼S*4¬û~ü "
b"fZgu\x16 IFMµ\r ~t=àò¸ "
b"¬2;ÌÑ\x07 C€¹ÈÎè— ½* "
b"¯\x1E ‰cT^Dˇi±¤ãaé\x0F "
b"È0dl\x0E\x1F NUžë<a¬iòx "
b"ãÄ\ôJYMÒ½êeï\x14\x03 §Ÿ "
b"·Ð\x7F û┤PL\t ©k\x0E 3\x02 OüÛ "
b"xñ?Ï" Eا–.wð;dq "
b"""
Ë\n
\x05 ð\r \e OS…ѽ÷+á•=
"""
b"Nµ/úÉK@▀À\x19 ╝ËX\t «É "
b"\I-7)GB\x06 ‘¡¨Ô.\v ·ê "
b"t¯É\x01 þnHh€\x1E ûï\x07 ϵ/ "
b"‚\x11 bü÷0O¶¸D\x1F ,…ÒF‹ "
b"±¥‘{,BL˜¡\x08 J“…m\t ¤ "
b" VD\t ¶╔OråÍ│Â(ü/¹ "
b"\x0F ¢Ý2â!Ni±œ¢¤mŒ]\x1E "
b"/Ín¶\x03 ÉN´ÄÈ\x1A ø░└Ô> "
b"I\x17 ¨ÑBWDfŒsl1m?sH "
b"‗.Ò©·ûD8┤q\x17 §cüÍ "
b">+—î\r ŠA\x08 Œ{0<±¡\x00\t "
b"xž4ÜvÝG†\x1E ð mL*\x1E "
b"‰€ÐWÓbAº·ÐhÄ7¿}? "
b"µðr¿\x16\x03 A\x03 ¢zýB\x1F ·˜â "
b"©MÑA\t ØK¨©9\x06 ─<×╗§ "
b"úÅé|ÍÌF«˜QÜÑCcµH "
b"d\x1C -±ø¸C³¬\x7F 9vÏáÃ- "
b"™éš·T±BLžÊ\x01 §Lìûi "
b"Ù\x14 fº lGó¢€…c7FY "
b" \x0F Åw\x1F øD\x1F åÿL\x00\x17 ËpP "
b"‰ÓXd÷©Mذ{ô\x19 b…‘® "
b"ØéÝÛHøA³à4¤úú?Hh "
b"/ÌD\x1F íâF~ØZ\x7F\t ═¶®N "
b"2=\x1E }\x14 ÛD™ãɉ3\x1F Ó~ "
b"oó’ñJÚD\x15 š\x06\x7F ÍŸB\x1D f "
b"Àµøƒ,ÞG\x1C ™‚uâó¥â« "
b"Ë\v =Y×ÝG·³«æ]\x1F á›E "
b"æŽA¯7úK\x14 ¶¤\t\x04 (š½6 "
b"í“°m²iF"b\x18 QëŸ‘È "
b"\x0F Ï7\¤[KÂ¥F–9Ò\x1F Î\x11 "
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èpB7ÁÉ\x7F ÝùË6> "
]
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 , 0x1014BD6E81E249D7A9925F88A41B763E , 0x1D9869AB508F4F34A5FA43EFA9E0548E , 0x24F79E28FF9F4AA880EF8487FC33D059 , 0x2C55E7EAB84B41019AE184C4FA2CA083 , 0x4BD597DE3EF74DCD940FCCB2E70443D9 , 0x59260594F2184563ABD140503D570CE0 , 0x5BC4F976CB9D4C7083471725488E2B20 , 0x7AC7AC0862A7425CBBE0F65DBAF2B7E7 , 0x8D582AB0EFEA4598B64DA36EFD52FA92 , 0x92A8D96DFACE4488A1D1F81AB559988B , 0x972DEA23B1134A758C9DE24481F95A04 , 0xA754E53FD3504F59BBBDA328F55F9203 , 0xAB7E60393D5F4A0E8311092DBC773116 , 0xB04F4C8CA886451981DB701EA245109E , 0xB7E56DE57635471D8ABC61CA820D1A28 , 0xBB38D9C42ECB47B7817CF0B44BB4411F , 0xC954207282964DF8A642D877DD287F32 , 0xCD7643C8B613449381DEBB4447FEDBBD , 0x07DEBB30A3244C75A94F6D166F88AC5B , 0x315C2F5A4B5B4224A5F326143EE8239B , 0x339B1BC661EA43B8AE8D64507257D1C7 , 0x3B33ABACED7A409B9AE42446C55B662B , 0x3DA92939A4814A1F92521121535AF876 , 0x45EC7ACE5E85498AADD48B10033AF32A , 0x4C87136512794AAF973651C681F1F109 , 0x4FC0CF9720CB4A9086BA83A9E6EA5F99 , 0x6A3A8144796F424890817AFB379720E0 , 0x84578B0D69584C20B769C9C1098BB9DD , 0x8EA42F471FAF4548A3B1F31C957089BD , 0x945E7ABF72704559A94E436FC59EFAF7 , 0xBC91E661487A42B695A37E0F261F7B83 , 0xD437282A65624C50A0A4983B30ABE2CA , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0xE0B5A636A7B348C497ABAB83EF082720 , 0xF9407D59B16446BBB9D019737A82E6A6 , 0x1CA8B793ADF54B8BBE5543AB753D9754 , 0x1E5DB8B5A4D444B595ADBBCF698F8439 , 0x1FB687810F5C4E7C9E8557CD72DDC7FE , 0x46D54094960148909EB9962D1F795608 , 0x51B9BEA8E3584611A011AAA90DD8E8B6 , 0x5E2AF49118E140F2A936DFE803E9203A , 0x61BE27B5555641EAAC0A69B8C1202FC9 , 0x64ABD52658114238A38C8F97842E048A , 0x757FA0B09BD54BB8BBD0853B3E514829 , 0x7D7FD98627EC4CC19C0288E8D3EA403A , 0x7FC18672CFAB4DD58FFABE07E4FC8A70 , 0xA2E650584D824A3BB2FDBE36112F9CAC , 0xC632505AB1504816B681DF1A0E7486BF , 0xCC8CFA3F772C497C9CE313E1E13FAA6B , 0xF146F9BAA89B421D9680E596023A7C83 , 0x0C1A9B1091D449D984B07FF507A61E64 , 0x0D68310586F94C20A8B7C35585A2E046 , 0x130DF2AB7FFF4404A7E8EF70DC9CE858 , 0x18FB6BC7B7A84DC0B735C15829BC8B51 , 0x296CB72103C243B980402BD7781BC56C , 0x3D8004D39AD74E109149E8CF69842037 , 0x4CA66CE6F21648E9916E1D5C700A5925 , 0x676C987731F047F2B49E218C82B16A97 , 0x78007B91ADF54881A2478638C8FEC522 , 0x90D4DF2A401A44B3B8E8EE31A5B50927 , 0x9723C21B15A1469CB2089F89EC469232 , 0xA9345FA35E2246B8BD4DCA0C30F13BFB , 0xC6609059820F4371A4EA89922C388527 , 0xD0BCDDB91AD44F75A4A07415583925CB , 0xD5F3796B6FFD48BF84C43BF55A9F97A2 , 0xDEC813603885406DBB1B54CE906FC2D6 , 0xE208C79A83D4425B97019B70717E678C , 0xE4061E800CCE42C2849CC2683CC8CEE4 , 0xE44A896B096A4BB1821CF5F4A7BD290B , 0xE5CCCD1FCACA4A89A5FEEF8AC3D06384 , 0xEC1A8F01F46846B2BA43FBD8BF7D5122 , 0xF0348844905A4034B21FB4C9C6094879 , 0xFD86906618B94887B0640CB12642C420 , 0x05E738DB5D0A411B984044030E708B2C , 0x2DF9B921809C4B1097EEB156DFDA523D , 0x57C862F21E494F50981B8DC24C4E0CCD , 0x59C688D603364DB580AC0D07127D7CD6 , 0x73E6A5CB8E914F31930D2C7469FA8FF5 , 0x92D01318E815463B9CCF1D00D01F7837 , 0x94BFF913BD8F4921AE742492DE50886B , 0xC4178A00921142CBB29ED6B1D5EDAE18 , 0x033EDC8C4A734DE1A794780313B49841 , 0x0E5336CAC0A142D985D85DEF15144353 , 0x14BE58875DC743B5A5D74713A16EB108 , 0x16D5E44153D7410A929711CAB71D6329 , 0x772A9ABEBA214F09AE2B63A468D1DCC8 , 0x79287882D7754191B4794E216537544B , 0x84D88509A49D4F289C47ECAAB91FB6BD , 0xD072348D4135445F867566285DB45242 , 0xFECCD059A3F0488DA2FDE46947523AA8 , 0x1A913CEA13574D928FBD6A28CE69E3C9 , 0x21C02EFAAD874DF58240288777FAE6B5 , 0x2AAD5A0797B049DE861673AB81EB7645 , 0x31A34DA770B84597952E9CE2D5866AFB , 0x728151E1B4164215B5AF2C31367F5DBA , 0x78BC995E99BB499BA8828E5D14FAE195 , 0xEC00BA71FB204AC6B0E1A128CF78AFBF , 0xFF54C705D27C4659A8B3ABE86F52279D , 0x07DF51D1110A464B9E4A4DEEAB22AC45 , 0x270ECB9C40F04DD1BF85DA02D33894D1 , 0x3B474DDC1443484AB23A1DAD29AB3BCA , 0x56AE928846BB4F6C883A57D9D25A2BF9 , 0x697A63158F754B29A9578E31003F9E5F , 0x9023BB229380420285B8DFC957986747 , 0xA4FF1CCF69F44D1B8F5D8FFAE19A3308 , 0xB6D3B28AB807489DA85F29BBA72724F0 , 0xC65741219C9F4A11929F7D14E5FEA689 , 0xD24E77CD12E14AD5B9F406089F85805F , 0xD5086568A3C54722A4FF94EAB57B700F , 0xD6AAD2F350FD43DCB4405300060EE072 , 0xE22E7E56BE2047C79545A6641AE926CC , 0xE4FDBBCF83F443B3A25F6526564C2ACA , 0xE693C8A605EF4F6A9CF2D2AFA4123166 , 0x0E06EE75D56740B1A2304C39CF7D7D2C , 0x196DC334F99849B1AC3953F4E76F2B6E , 0x36E38225718440D6ACA8F3615E8ADB1D , 0x7AB04AFED4C8421AA0CF05015EC3F2ED , 0x875A61F90DEF4B648AB8379F8B13902B , 0xD38BC6408C3046DC91E50E3DDFCC64A8 , 0xDC0351F576C644ACA5873AB5E156C8D2 , 0xE698C3E4468D47AEA2DE47711C39B622 , 0xE93024FC6253498FBC739FA1AC15376E , 0x1F4D3D3413094C8CAD6B730B3CEAD241 , 0x25F6A6F8BBB842A3917358F78A80A9CB , 0x2D92486CD12A46098AB21DB22F8B5028 , 0x4A4F6E5364C74E44B68338673342440B , 0x6242B122469D4C22A4DC9144A2A247FF , 0x8041DEB8940E4975B5779B823F0E2727 , 0x8E7C49FD240143EB8E91F2B3F5144D69 , 0x8F0A0905EADE4D2F84F8A6B4B2724160 , 0x9BD1C86B3E574423A9B895B88974D78C , 0xB29C0A26FC9E4228AE9835141A02B0E9 , 0xBE37BD8C203F4CD8A2BD68BEF06B795B , 0xF1C97EC7FAFD47C98EA0E756F26235F7 , 0x04808BF4324A46DFB4DA308898BF00CC , 0x0B76FFFD8863404B806C092E886A0DC8 , 0x35F942C3CC244110A62AC68A25060BF1 , 0x3F3A8887B5DF4CF28C56B1D0EDC98C73 , 0x4113AACAFE5A40EEBF489F501F6B56F2 , 0x4CB443174E9A488B83C4F09B327C42D0 , 0x5CE1BD7558EA4AFF8B8797A6F65D4B5A , 0x7BFAC0A1C8E24A658796DC7A86C068A5 , 0x7F16789F31024766A29E97F7F7547D2D , 0x8E79BCD575004934A26D67C83BB9D501 , 0x91799B4E3DEE458FB74D27FED0424AB9 , 0xA9F093F86AEE402492FEECC0AA1973C1 , 0xABEE6A8B25954952B5D62C091A481BAD , 0xAF1955477E9D4820B637DFC07DE45CE8 , 0xC5FD73BE365E4FAF80EDD791E9C70971 , 0xC86DEA4996D04096B18BAD96597C7380 , 0xD17972FB1B5541D0998DF2AD81F209CB , 0xD68CAFD60A794434878611DD1C94FCBE , 0xDD16B595A3F4435DADA91991B1570E2E , 0xDD8D213967A7468FA260D4064547CC78 , 0xE7309503B2384A069E1FD77C15039433 , 0xFD29FA07D06F4EF3B4ED4E7CF43BEB21 , 0x042B27F2A88D40C9868A9CCD62FEF014 , 0x20CAC56C461C4CB1A99908E817DA7744 , 0x5F56F6988701467399165D9D7D2612F1 , 0x7834DC2FDA404BC4B614AE3B69D0C8B9 , 0x91766342192446B69FF63406EFBB7B0A , 0x93C31054676D4200A9EE0EB479AB4A6C , 0x1614059C2D3744B7B928426149F52D35 , 0x1B885EAA57E14F97A034CF00DA2CE1EC , 0x257C6F648E984891BB03AE5DC20EC931 , 0x2D0053BB91F84F10A5A3E088B1A41D0A , 0x326F7144812A4041863D2E80A18DF61F , 0x40F6AE8B7B3C4BA68905C850EE0FAD46 , 0x59C88B56C0BF4333A456F42FB72B40E5 , 0x637DB4BFDFA142D795CB6F136AE7B43B , 0x66976B4781D34091AD9ECA8E747E4089 , 0x795684F8266F469BBCB6180CFC935A73 , 0x7A698BD34B944829BD1C5EACDE3A3ECA , 0x82A28A41A690434A890085A599A4A05E , 0x8323BB3CBF7E476D9181546F03E54D88 , 0x8EBE8FC2CE074F7E98A2396842A0DFF0 , 0x92C5590CECBD4B55AFFC62417F2513D0 , 0x96EEF198E1044845AC4E25C06C23A952 , 0x98E4092F20D64E76AA05140387BC1851 , 0xA8982897CB344B8E95C80AED62A1D76C , 0xB02A7E76A31C4B0EBC5C5F97F3C59602 , 0xB62516FD6E4E4363A96A9F04F68ECF2D , 0xD56C3E94DCEE442B823ED867758050CD , 0xD9A3D8E1290948BBA431390C0E11578F , 0xF4C1942E0F9E4704AEC22C8C07B90C35 , 0xF5027935F1CA4231A6B1102F99AF79F2 , 0xFD06C8AFF86F4E1089F2B3DA839C0431 , 0x01CB4DC1EB2D47CA95248446E40A55B9 , 0x0BE96D66FE6B4AAA8E4172F3009FCC31 , 0x0C0A94BB26C0468DB94464DCFEBC53E6 , 0x123203A30BCF425DAB62AF6C497C5DDD , 0x444F0B2134C8439BA48D1822A71AABF8 , 0x588F3CDE79FB40528AB8A57664178DE0 , 0x58F2B46867F24015AB777561B3108555 , 0x67484191754A4AD49FFA78D2774A5BF8 , 0x7B2F734E1A194A62B3AC07E68FE3EFD5 , 0x9DFA43182BD748788AA53E0193F66B13 , 0xC538BE94A29E4F51813A4F4084EA8091 , 0xEABD5F4B379C493BA4DBEBA7129EB53D , 0xEC1A3737B19640E58CFC7149AD4B5FF6 , 0x03A3E2B4EA7D40D2AC2847A89E374648 , 0x1AA3C98AF79746239AD1560D3CEAC900 , 0x34D8C61A405544E9AB9210E0F846B5FC , 0x72585E7E67E54BF4BF0E5598983DC8A5 , 0xB619DE499A7542BE9DD1D5220C7F851A , 0xB82E1479F84848C1A7F1553CBD7FFC32 , 0xCAFF2A7BFC8B4BA6A8DC2BC5D4841169 , 0xCF8096223DB949C8B5BC8B86D018AB86 , 0xD1377199FE7F4F73A8BEE53EB7B42F71 , 0x0A2059497A3B4F16BA8D18FC06DC7097 , 0x1D27174D31784D5F9D83480432F039CD , 0x24C09165070342B3A28B27B48C6BE46D , 0x3F230E2BDDBB4EE0BEC2DB27FBD8C86C , 0x56B765E5A67D4E75AFE13740F74A8222 , 0x6DF1957B402841BB8CB621BF1977692C , 0x6E1DB9EF717A47518A955F665E1C26B0 , 0xAEC53663932449089A9E2921296E0ACA , 0xD6B47D1E6DA94CD9A379FFB302E5B199 , 0x56BF89D910CA4B4185AD674FD30E1130 , 0x8D323E3B107E4A378AD4A583CD3DCF0A , 0xB15D97F427134008B54D49FE102ECEA4 , 0xC51279C4CB0D4736A1FCE4FFB845AFD9 , 0xD26AE1672D024CE4962F8D3C28D0FAB7 , 0xD3D496AF0B214153ABC7A2FF06382637 , 0xE1009CB43C5847789D8EB7DAA2E361DC , 0xF9B35481025D4124B07DA90D00AAFA90 , 0x0FE024A1D3294C44977252C260F45FC6 , 0x138F6D52EC644994853D99EE77EA5DEE , 0x26517A1A19CE4B6C8D7413CA3030283C , 0x29C354DAD34949C087FF9129FD33D4D8 , 0x37C595DCAA824071B4BF6017C520C12E , 0x43F0034A75D741E680BD15F358D84392 , 0x556550ABC1D341BBA8443C9339C6F5E6 , 0x5B05AE783DDE43FB97C0548AA04C2AE3 , 0x83969C119C8849228858211137ECAB1D , 0xA649C040B3B24E7C9B20898BC0F81810 , 0xB1B14B3E71314E0AB9B6A289A2A58693 , 0xB2D7D11D118B45BB985A6F25203E1924 , 0xD92EE9D663FD4EBD9783242C4A50566C , 0xDBBCA9A03E7C4AAFB00A7D73A2435FAB , 0xE146150807814563BB7753E9871D231E , 0x278FBF54998B42B7AA372566D4C125F5 , 0x319F93F69CB34EE99AB41F4FA455D450 , 0x54EB61037D0C46EA913B305D18423CD7 , 0xAEAC074DE6CD418FAC4E2C94F2794C21 , 0xB4AA305168CC40598EA64E57F803540D , 0xBA44AC010F1E46EDBDAAA2AB77AF47EC , 0xDA2CEFDACF6A41E4B8E89E48A78500BA , 0x26E65B5FCC4A4EB58432047CB9DF76A9 , 0x53F581F0FC914FB59ACF711C4BFA8C4C , 0x7EE1320E1FEE45AA956F6F3D6CE61A31 , 0x832521F30F624DDB97454453811AF7D2 , 0x873768325F1D49B591677BE122731C69 , 0xBF17963DD9CD4A829CDDEFEAFD091B3B , 0xC0F19CB54BA141EE9789B1F13E1A924C , 0xEF49EBC5D2EA49DD99E1D85819516C4B , 0x031A23EBB76F485CAE57DE72C2D0AD81 , 0x139DB56CACBA45F18BFDB37D3C435628 , 0x207FE20E8007442B8799509B34816DDD , 0x3B2579E559504509AA60BED8027F45AD , 0x44D178637234442A868583A73A266674 , 0x58D9B6CDEDC94AAE96B7E940E932EDD2 , 0xC05E4F8F553C449F81030F0F5B02E990 , 0xF674B00E68134816A31A6B3CE886D56F , 0xFD5AB2CACE02448A9F8275D10C6E99A8 , 0x1DE73C5D227B4E13BE50E795D63626F1 , 0x2BFAC312BF144B3D9AEA4E017E9B3D7F , 0x3BBB7FDB52DE4A1CB937DDF6C5E2C4CB , 0x6E3D2F0A9E984D0FA295F913416D9DEC , 0xC0A075DFAA0F41899004A2D154739D92 , 0xEC79801090654E09BCA04ECBFD69D80D , 0x05D2EF2938734387A4DCAEA7AD5DFD1F , 0x1D8DE80F25684AA2AF2AD3C0A6F941A5 , 0x20DA59E40582497E950AFBA8CB625386 , 0x23A22633E5BB41ABBA4D6CDB84911EFA , 0x46F33B96F65341E2901ECBD6EBFBF6C4 , 0x78792E21330E4A3A8D015FE5106C9873 , 0xA97FC32248A84D59AAFA0F9E0CB8FBAD , 0xE45A05A05D9C445988DF149F511C1302 , 0x4ADAAFDDA95942AC962C4A58C3FA42B9 , 0x530C0027D03F42018909649D96A61A91 , 0x707344B13DEF4497B7784A2CF2765D05 , 0x80652B2CFBFC449C81CA62011FD82B26 , 0x89CD18D841634FD394F434173E9A0A5F , 0xA6D887C663224D72A88384E87B1505D8 , 0xC144F9D33FF94CE48C2904B98F04AB4B , 0xC3E5E26523384605BF4546DC416706E1 , 0xD0DF354D09C24574AD4ECF7A9CB79FF8 , 0xDAD68FBBDA74403A8DEFA70A069F89E6 , 0x2B612DDB607149D8914E97E6ACA6A6FB , 0x3CA18D4FF0254760A9C4371FF83383B2 , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x65C3D1205F6F4BF9B8CEAE3110ACCF23 , 0x6BB4E02E328C4E0C92D20E1623037F70 , 0xA8AE128EFE194DD48AB9FE5A7430AB67 , 0xEA15A1738B4F4C41834FD7257A890B61 , 0x18BE7CF0B92D48889DD3BB1854E4CDCA , 0x1B1A132FCE824F928C0AD3CD17805D79 , 0x3A2ECAC883584ADDA7B54A59D7B7D803 , 0x519D4FC228A54A5492F26DF06CB17B21 , 0x67D0884AB2044CDCBD7DE3F9E5604795 , 0x9F714D5179864A7B9B2AE0660BCFF1B4 , 0xB8F1CEEE668D44AF8C7F66504D238F46 , 0xCE2141724D8C4CA98607D8477CEC11FD , 0x228C9927878D45248E2C8D8BBC06614D , 0x263399D2A82B494F956E2FD8945F33D3 , 0x3AE0330BAED643F18E9CEA63721A4BB2 , 0x653E928E8F2841EAB8D845A22BDC76A9 , 0xBE3D7154E7D442D4843CD581C7BCEC2D , 0xCFB3AC24FF0B4AE8AD4511F87983E78C , 0xD94A522D0E6840BEA21437398D646569 , 0xE374CBC7257444A2A2E2B73CD8721E3D , 0x2FFEE8C97E0948CF940AF66DD4644B29 , 0xB7AB08EB1B124B5F82E9D40E617EEBED , 0xD4DBE0411322489DA91D7A224F5D8EB4 , 0x16A6E928E68A4264ABFB15E10476C7FB , 0x2291E98C6A4043A9A327F640FBD127A4 , 0x46E48A716BBA4103A712BD12507E5F88 , 0x7B0E173C61CF4F468C97B0C745EC8B0B , 0x83399214E0C34582BF14906C5AFDAF9F , 0xDED4302DAA1A44EDBBEF07E46FB4FF26 , 0x0E17C0DDAFF14104910ED3718B2316B7 , 0x2E4897D8957142679449791ACA5323C0 , 0x6503E3967C674B90A0547AD9AB7C5E0A , 0x8E08D8913E9B4B7E8C00034977199108 , 0xE768A61A8A84481FA578A3B31F9CA282 , 0x3B9EC48511704A45A749E34BA4A78A27 , 0x5BEAC2CB69C642DDBD6F941146095A2D , 0x6DEAC527011C4CF8BF366F4B5AA26DC1 , 0xBDCCBD052FA444A78DCB91CBD611AEFF , 0xF240301C05B34011A17F6F65D4344161 , 0xF54191BDC08143DEA36DD5DBCC534ABE , 0xFF6B4D6343D2486EA620FBD2DBD1F4D7 , 0x0ADD89DA6877431CA344518EA39CF869 , 0x2DBBD213D3FB4761928B497D016C969E , 0x386FDAA94F2D44039A5AA0AC802BAA4C , 0x3C08B4E17C5A44C3BAAD0D76463A3C12 , 0x3EC3820784C54A92B382C801A7F4E8AE , 0x4C1B9E214AC3493A94BFE7837B2712EC , 0x764D571AFC0747BCA2E14D472057066C , 0x8CD5F14026D74B71922E9C98639902DF , 0x98D96A5BBBFA4A33AD7918B5DDCC8605 , 0xD370C3A4977A498CB9C0582C921BFAD3 , 0xDD4035156C9241638B504E353B9065C7 , 0x49D14B5446E04D3D98EAF9AF0DFBFDD8 , 0xA1303044778949A9B26B65F07B26A4D9 , 0xBF6EBB8347FD4B3CB9442EE13221D830 , 0xFF154898925241D39C167D3E381B19E0 , 0x09A7CEE07ACF47B6827B4F642898F91F , 0x0FDD943CF1DF466FAC81B0AD522F2F8F , 0x3BE6F68F1C92416490DDEE373604B101 , 0x4FF2258645A045B894BF9FD5186D26F3 , 0x5CC2BE0E7DB8438F9E43DFF888E8CFB4 , 0xD63DC8750B2E423989A1B5F7A88AA650 , 0xF8B1DCC8785A4F6B8E5BAACC4F32DF8F , 0x2E044668A871416889CF93431C0EC043 , 0x4857259351D14361B8075F2462C0D3B9 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x57906D7401234AF8A8F358172C0E8293 , 0x6EE14C51D71C42728A297780BDCA5191 , 0x70B2C0AACD234F26807DEC186FDBC94F , 0x87AD85EA1EB742FBA75B7F8177246D3D , 0x8E87DCA072234CEA9881BE49C0667B50 , 0x9896AEBF2EF74924BD66A2F9209CE92E , 0xA30D69887DF74BC998423BBC16F5FEFD , 0xB84036565E0245C3A7CF310AA4EFA5C1 , 0xBFBA554C7AEC45A484CCFB952220C8D5 , 0x078AF5D0F1474B02B15FE75E0DA96F82 , 0x2A96F21B13AF4747B19E20E49C78A482 , 0x557DA99667164040B3E53CCB396EC5DD , 0x8B80BFA24529454B80179238BFDA5AFB , 0xDCB6DC0255084960BAAA6A6853CFECDB , 0xF6BF9D12D8D24C84B44DAD9E56EE442E , 0x20AF87FFC1234716A7A9F17D667EA62B , 0x2465065CB9194705B5B3587814208284 , 0x31C8128CDA4D488C9C29A3AA5BBFA5F7 , 0x3567C521325A4F58B7A5EB0D0E956765 , 0x421DAD754191483EA9D4262891AFA92B , 0x647B53130F2F43979996386B078E3459 , 0x9187C4D43C484AA3888592A97F540896 , 0xBF5FC7E9D9794E84954EA0C12A1E8490 , 0xE919F6D050AB4A5BACE6B3C63873B58A , 0x157DDA803A6D4F119466AD826DFE797A , 0x1A8E25BF86464CF9BA6A46B7740F51F5 , 0x6EC6EE8AEE66476BB1351CCE31AA5EA3 , 0x4DE1EC46D56D40B2BCCE39781154CA49 , 0x76F4A91725FC499EA71725941AEC122D , 0x8E2CECB1C65D4DD5AB5A651592F770EE , 0xB471B345C6DF4E6B8BF798C11ED8B55F , 0xBC2E2D67921B446ABE46A9F978BCEBC0 , 0xBF716F41A75348DBA9C07141E5D123D2 , 0xEFD4B55F317345DEBCE70FD0BDF12B62 , 0xF5443390CF0C4FD2926DA053A904C9F1 , 0x9388049E8CDD4E69A43E53CD5050CD7C , 0xAC01C6A4505F42158AAD1A5374422008 , 0xC3995F2112854942B02907057DA13C4A , 0xFABB92C6875947B484AF737858E7538D , 0x03E466255A3E4A0C9C4253EEE53D9D7B , 0x7CFDAF96D5964159B96FCBC781C480AF , 0x7D4EC46B4E5C4DAC8D3292BD20B8743A , 0xB617A54E02F543659F58E1A892447281 , 0xE36E263AFDE74A8A973AE5D448C19AE2 , 0xE5C7EAF0B85F431CAFB91CC1649F528E , 0xF3FD608931B249B79CA75F11EA79598B , 0x35BD2727E1314755A8B7474EA2052C98 , 0xD46F0CDA2DF74955A6A4F8F3A0EC652F , 0x76D3F5310B3D4ECCA4383A37143C90DA , 0x10CADDF3E6E94CC3A0C2FE596DDD0D43 , 0x20ACE06E902D447089F0529F1D3F9304 , 0x30A1461F98C44DBA8229C227B0F75FF2 , 0x42519921022C4A6AA8E4250A209E9136 , 0x45DDAC768C354F52A35968FB537EE514 , 0x48DCFAE75BDA426C92115372CAC57D47 , 0x4B11F8D10C0E4B5B91DFDD3DBE78607C , 0x55CB2756DE3D4E9BBD0E0BDABA9E253A , 0x72F01DC6835E445E87E5C03C1FCC02AC , 0x7F821450DC034C94BBBEBA3B4A70F539 , 0xA4E10DF5D23C4D5BB13D88DBA4DA2C9A , 0xAE0C82F7D60B4C87AFC90E1128BEAE82 , 0xC071E9C4AA1942A8A9E00F9010479397 , 0xCCFD4CFCD3D24B8F85BAAA1EC6CA7CA9 , 0xDA5E5A7F5B234290B1DFD0A40EF7EA13 , 0xFDC9EB01877240C09B20FB9C5AFB6E21 , 0x33DA077BD5E344249E268862EC3EAAF1 , 0xC2B380ED149B46D3B6B2D9F2DBB2ACE7 , 0x08463EE8B11C474CA54771FEFD7905AB , 0x2C0832C39C744831B76E04957FB49DFA , 0x34C6B5A3D5734122909B66C7A0542753 , 0x5A4D311211CA4030AF3741F142C6F190 , 0x81520C614F26409AA80B0ED8B5B34773 , 0x969D68728BE94B5284144A7589E439CD , 0xC95C36E5D92448B284406762AED2D30C , 0xE5D21A2180D34E5F96257EE1219335DA , 0xEB432B4BB6134B94A1570CB5D23EB6F4 , 0x40CF072CF0F14FB9B53100AD6FA3A8F6 , 0x4B4677B7C42149AE9DE438DD019AAD3D , 0x93D0D8BE9E124D07B38F72E75F7F9E9A , 0x985D5CE2A23E4B139B4103EF73F0106C , 0xA3F12AA475F446D092CA44B06CE89390 , 0xAA0AFB253E4C4422B0BBDB8BE2C2CB46 , 0xCCE1F31791934231B33920AD82075002 , 0x18CF89AE8EA84DC5B86B8AF3ABB456FC , 0x24A15009182E478D98B752C78D7861F2 , 0x5BCC0A640E2A4506A88FA5A4277BA2E7 , 0x5FB63690404741C281E6F93A88CA69B1 , 0x673E267FB9954472BF2ACCED915BE686 , 0x80FE0F10A42943318B670BE17EC92DB5 , 0x91EB597D35ED43169489D86D4B5E92C7 , 0x9A729AD7DD884F83B98C1C57688664AF , 0x9C083A1E88D04407B1749A3C3C7D61C8 , 0xA578EEEFF508426FA667314BF135743C , 0xCD61EE13C66B492B80FE4B1F7E2289F9 , 0xD7A6323DF19B45848A536C0F53CCBAD0 , 0xEC784887B175474A96E54B81923A2D5D , 0xF62EA840848A494A948455ECA4FD97FD , 0xFAFDCBA42984419EAC745CBA76ECE1B6 , 0x168A01C63F8248E1AA7F2E759E2D91AD , 0x1CD376135038414C916B51394ABC35E4 , 0x4D873A6EB91C470ABA01A3795B52D2F5 , 0x672FD45D47D843FCBD3391DF72E50660 , 0x685D27E42B6B4433B2596C4FBFF14085 , 0xAEF81E6093F048AEB29F566A46812105 , 0xB3CBBCB6525D46B79439F8BB86530D9C , 0xB82BCC81F5014B0BB5D32C9C2EE84F87 , 0xB9FE8A3BF4A944D5BA833BCF89801965 , 0xD9C1BDD2683E420D97F960D412EF0E67 , 0xE4844C6282EC45F8B6EF6FBC27668E74 , 0xF117A9ACAC3640A692034D3B90BEBCAB , 0xF586E552872545E094578381FB4F8414 , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x321C9F4786D741F891C25366CCEE4C07 , 0x4DFD7CA34557426FA314E5ABB9221071 , 0x51CBA519044D4D22A30E63CB9E0FEE9E , 0x6934C5057B5B4460ACB2640962CC8CB6 , 0x694C49F9413A43859C3CF6C4EA94C40D , 0x6A8C69CA030B4401B1FFF1282A917341 , 0x805D7100B9644A998EF2F4885BDC03C2 , 0xC0B5B75DFC3E467A896FD1E8651093D6 , 0xEC98BE68602B4AFF892BF5A186AA0388 , 0x60670C598F0743EB93D86C051C290175 , 0x6806DF23E55E4ACA8A6F0D9246FE2E5C , 0xFB23CC4209EF432BB5A16FBE9CBD747F , 0x096A6631F31341EE845235A6FE6970E5 , 0x0F4C9D60363847FCADCCA9C0D62A94A0 , 0x7C1FC647DAA241E2827A1BDF02B2920A , 0xCC4253269CF64FF4A11DE30153E2D54A , 0xD7EC0B7E086845ED87845EE343CAAB89 , 0x1AA5CDDA274844C6825DCE9F1F13FC3C , 0x25A716AC6F6F4434BC8FA99ADFD8D5DE , 0x6E69517BD2AC4A56AA2A865B00C00DBD , 0xC0158CBCC67A471699B92DC15D66D967 , 0x0AFCF34D2FFB43ECAED8FD5AF3325E5B , 0x1AFA823F5E4943AA8EF6EC871026312A , 0x1F5C6CE03BB446E592AE75DE83F0F1DD , 0x594CAE1357BB4F71BA7533DF5813DEA2 , 0x62C55F76F9564AAFB82FCE4D105D8A8B , 0x6668B22D719641798E089ACF3CEA89F7 , 0x9235028EEAB04ACD8264B0A4D47FB21F , 0xB379958B414D4F93A149F574D757B06C , 0xB907BE46200E47EBA6EFB643B9688742 , 0xF1A58492D86348A0B328B616503B1B92 , 0x37E40A3354854496B2AEFE40D654B0CC , 0x12264A8408574062A8E1150D2D9E981B , 0x866C4BB5A7A142FDAE1EE734B8D31D9A , 0xC13C73C72EEC4D3DB0347FFD66A19A55 , 0xD609ACEB6A4F4A15AB60B48C55E82848 , 0xFC83621B17684DE789AE156A4A9AEB44 , 0x21DEBE7B34CE44E98030A64F5B3532A6 , 0x38E6DC227ECD4C9F8B51D7A099779020 , 0x410D3FDE98C8487EAF2FB5D344ED21A4 , 0x5009B0318FDB469FAF826E9DD3EE963B , 0x5A48D02543694FAAA8FEDBA616CEDC87 , 0xA00FD758C494473A8E332C6101B26ED2 , 0xEA13EFC879314473B1F74BFE44CA449D , 0xFF354490D6844773BBF71AAAE623AB57 , 0x202D693577BA4ACD8BDD6206ECED08DD , 0x24AC31824FDC47C8AC02408F06D6455E , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2C2848C99D814B5CA7D4AA6F938A0A22 , 0x776601BE9A4A4715B93AABA212C23BBA , 0x8E8F6A6B2AC545ECA444D6A08B6B947E , 0x9EA2895DC6AE4003A17C98073FF88736 , 0xDAA011C44F624E1090E6E095D813C668 , 0x008DE31F4510448390E5307378DBF3AE , 0x0F8F92EC32664803AE4DAB98ED4D1B5C , 0x15303AE9F1A74BA5A55620E2665CEE80 , 0x5E970F73FFF44AD496F70EB8E0446100 , 0x68E86ACDB1B34D9480273AC54256BA14 , 0x700A706E9E96400B8388A3E01FBA499D , 0x82571FBFA1104BEC8BB4E8FAF680654E , 0x8F6708AE3F5542E99780EDA75E1B217A , 0x92BA8A284E9E4F68BE35F49BA13277D4 , 0x997E27E4135C44C38EAB20E28C058D76 , 0x9E15C0FBFFCC4446B643BA0087337C3D , 0xA0C739B3F93D484DA842D2ADA039A360 , 0xA1DD9B5A7F23465BAAFFFB8F0FE48C83 , 0xBF0FDD6C474648588DEF9FA5A9EA9FE9 , 0xBFC586356D174C48A091CA171230D337 , 0xCB3FB7BF3CF04989BBDFFC380DF84E7D , 0xFAFC99EBCD354882BB33DB1B5F5756F8 , 0x7CE7016EE927464990EF10038322E62B , 0xE1BB5D1D4B514F02A683F526C18DA0AA , 0xFEF7AAF9EB184497A792B0B563B66384 , 0x0629905E3C15452893E37BC1FA76BEA3 , 0x4FD7227594FB4C5FA80CB75B902A6367 , 0x879441B2CAEB44859A4EAF1AF6902D3C , 0xB238AFB2D98D48589708AF19243F8212 , 0xDF809B67DA7041DEA9A260F6C086E31C , 0xDFF72B69101741D7955BDFCA5D200C57 , 0xE22F837AF9D84BBFAE25CE1DDBEE5602 , 0x01B2E30C89744F45B2534B7DD5F18C82 , 0x0BD55F48637742379FB9D2DFBCB9B955 , 0x1EFBBAC149D34F51B872E599D26867C9 , 0x2DB6BA930F4C4B64ADFA590A69527FD6 , 0x703575D62C464A96BD65EC2D43116581 , 0x9E33653AF8AE4836B769C4C36160C24D , 0xC41CEC6DFDCA419EBA1785861A3D2178 , 0xC4EF5D4A69A945BEB2288A9AAF1F01B3 , 0xC643A5A50F1E48B28615EBF9EA53D3C2 , 0xC88155E9156C4075B3F7D557AEB0E966 , 0xF9ECD16C19AF4A0DB2F9E167D7D99286 , 0x2B2F0EAEEA0642E7B50AD25CFDF52DBD , 0x706FB0CD718A4F99B62AA75EE6F50200 , 0x7B4B034BAA354A58872FC47613EBD40C , 0x9956B2309CD945059C4FA6F1D89F344C , 0xD28334F65435474B81DCE6AB230A4931 , 0xD9A432150F1349B39EE42E59FF19E53B , 0xDF7D7EA3FF344820B5033E058AE51EE6 , 0x826941C4420D4114BB37F1CFC77CA5BD , 0x8407DBAA03CB4EE7A3D7D49976DC67A1 , 0xAE6CF74BFF644A72B39A6583F3DF732C , 0x056D3D625911481F969936E5C792D3ED , 0x0DB6E9B9D85642C2AEF471B1E85C39DB , 0x0EFAE85A204C46BF949C302016CA0210 , 0x46945874F62B49709B509DB239B5BBB7 , 0x6215F793B8344F0CA0FFE599D1D9F492 , 0x8EC4B68BF4104CF6823EB52E0D75E1A4 , 0x97226906DAA142FC88710724486EAC1F , 0xB64B4B33607C42A5A3909F3BD840FCF5 , 0xD22910E8A61C4B65BC6B486D8F5FE6F9 , 0x018B156E3E9D4996AACE373760BFB059 , 0x0BCFC5DE50E548C5B9AD1830086C7AF6 , 0x0E2EB06BB37E465386BCBA2150416751 , 0x1D744B5098BE4F68B07BDF570E8CDD77 , 0x1FDCC0E1E5314466AD340DA06DB46A57 , 0x20D92527F6084ABC8D8393F20AF98F31 , 0x31D898792279419F83D3845CCF2FE006 , 0x6B02FF6CF4AE47439C5FD2D9584A4710 , 0x762D0751C5494C2FAA4FB12F4315A37C , 0x906577239C344DCAA12D168F0939A76D , 0xA98E66E01CCB408E88B7DAE06266CE9B , 0xC5D71E40F567428A80A3372E5F4F2DED , 0xCA99D0449DAA4AD0B19EFA03923DE960 , 0xCF26E610AC264404AB06F06E59D08AF2 , 0xD91AE8F64F2645F68A05A7117A75769D , 0xEC0DEA70ECE8420F847C08E86F3A31EC , 0x315B58A2A1584383961FE37B07A709A1 , 0x45A5C92269094DE29FE802839C85D0AD , 0x5079E81AC5174BAD982F1E1657C2F84D , 0xCD2C6EB5698146838770374C0097F03A , 0xFA4CB2794EDA4C19BA9FCCFD0C96B489 , 0xFDAB68EF9B4B4FEDA890DE71EAAD1B00 , 0x0E846772F92B4BAD846492B6DC3156D6 , 0x0EC4A89878CA45A1B04BBF3320E6D517 , 0x1C8C55EA3A04446BAE248FEBC0D749BC , 0x3B4A7ABAB81247FCA3499B95C7E39023 , 0x42419C5EC35B4A3295FC9277A05D2DCD , 0x477404A8DD074A749D36130D0E384465 , 0x5234F09B1DD643D4868794CF4B708057 , 0x7C0BB1474FBE450EA65EB033191ACBCF , 0x9AA0950105C844E881516AC8C8DB5608 , 0xA449AEB9C8A34A5BAC540B6484289339 , 0xA5CFFA2E4CDA405EA774414990B7ECF6 , 0xE30646972B7C425988E7E200D28CEE18 , 0xF0048759C6374D418791CD68DC1CBF3F , 0xF658529127C04167B5CD3A031662BB6B , 0x12E804448626436DA7B8E22F6574A74C , 0x5FE36B346A2D45D88C8F009356355FCF , 0x6D04D65CF4AF41728D315AB08CB822E1 , 0x9C84EC4B07DD43479C95B93ED329D449 , 0xB1E2CCFB13B942D68F1671728B5CD12E , 0x3D881E62B0564E2C8D90036A483F5EF6 , 0x4A33BC38CA5A44E9B5EAA50395FF96D7 , 0x59AF1AABE41B4C9E98F06F7EC454FB3F , 0x5DA6546B1EA14FEBB116FAA62F578466 , 0x61ED816463384849A03C84C693DF72A6 , 0x678BEB95B3CF4FDC98A723AC407AC0F1 , 0x7FF022CD75A44EA99D1C487C61EE5B07 , 0x87164251396A4F7EB5CD5AC59D2CA139 , 0xCEB8CE9D2D44433D84D4DC20DFC3BA66 , 0xE089007C91E044C68ADC82B95B1A41A7 , 0xFC8194BD6E9841F8953191536E8D2F7C , 0x26DD5FE5CD684B78A0C0A1631B6CF781 , 0x2FA64BA1C00748D7A8CE465A9ACCD973 , 0x43A1F6912CFA442AA71E330CF6A8396F , 0x4618D79C4DBA411FBE6CEABD55747D5E , 0x49CB54C426EA448D89EDC076741BF57B , 0x5F73F95A32354C678DFCF2F85272E3C8 , 0x6CB3AE420A08410ABE626CA5259EC91D , 0x77103E68BCD64E6785653D40BD041326 , 0x16BEE25E3BC544688AC2B7B2B5C8138B , 0x1D55476575D74B3B8FF47584B7061F2F , 0x1F60CD89D7E142FCB4E5DA3855C3932C , 0x2BC1953F7FF648A8BEBF11E91AB5A32C , 0x3CC8C578D327415FA34399893533C6CF , 0x406643A4967847C8A8B0B4103D0C6350 , 0x41DCB63C1FB24998982C99764DAC70D7 , 0x4B79E694361B4898A8C610BB5B5A4748 , 0x6AAE0DDEE14B40AEA74026A16A6FAD2F , 0x6BF42A103A1D433D944C44EEAEFC6130 , 0x9288AF76B71D4A0D8348E90D615C7A32 , 0xAA3FC154B13445B39009629BC6C5DE2C , 0xAC15767E0F73416FA952AC0FA200ECE6 , 0xC15BFF53F2E94EAFB0109B27C38E5845 , 0xD84593B27AF64265A084184BB29B4A79 , 0xD8F714C6E8E54712B321A2CE8A6DF432 , 0xF71515F5952E470A9EE404423E100CEE , 0xFA1E41A624A446B9B462E2160434646B , 0x284F952383E04D2982D60BBD7865940C , 0x301D1637D01C41EF9004B46AC28A43D2 , 0x9837B7E9D2454FB2B1670B7E26D64720 , 0xE16915162C444DD083C6A7B509607DF3 , 0xE39DC136906841FEB9288AE896F3A06B , 0xEB2F706860E84D9DA04575127ACDDA3A , 0x12929991902E4FAC975A5905F92BA1AC , 0x89EFFCCBF87940D6BBD56C9AB95FA7D3 , 0x6D9C9F00E84841C6BFA90DF045146450 , 0x8AF8ACE84F594A15B224C8D0E093256E , 0xAB670755824F441BACEC5187CD8CF80C , 0xEAED4DD3286040DF9CBC5CDD51651870 , 0x3716C94177E34D4A98484E5404913372 , 0x4F18EA004DED4EC59769E8C23CE30E5E , 0x8FC1EFAD1E6740F7B9993FBD72EC0280 , 0x93690A7232F0489A80F2D99930E8D04A , 0xAF9AA01F9EDC42E48790C91E08B7A48D , 0xEFCC3DFAB213472E989DF622769A13AE , 0x2DD3957097FE459C996943363216C7A2 , 0x58E0E179591548AE98D4FAB9B591010F , 0x63DDC0951D444AA78B39C072E9DACFD0 , 0x81FA9D4AFFE046CD80ECB3A83C419192 , 0xB46A3691C7314AFDAAF813AC6DF59E30 , 0xBC605A5F1DB54610A838FDB35288FF72 , 0x11522652690A4BDCB1E8F5DA24988242 , 0x1B6025E53377485BAF39BDAF3EE046E4 , 0x1EBE3F733C884A6293CE8FE68403D761 , 0x3368CBF39F164BB9A41BF2794C4AF539 , 0xAB3D98EB9FD143C0B179CBFCB8BD5FAF , 0xC9A820D9936841CE83E366B7D037A559 , 0xFAC0F507FF464E6BB676BD0EB7B41FE6 , 0x70195DDF2E32418099EC4A04720FFEE3 , 0x83A106C6108B419C86CB3BFC4F7069FB , 0x84D30DAF313B4A7D8AE0F0ABDF1A786D , 0x8F1428116817499D8503EA765B9696D3 , 0x9A0E8184546041B08FE403BDB35523E6 , 0xA05AA08CB862471FAA3A594B96D59E6F , 0xB24D4394A41C43F0B6432082EAAA3BF0 , 0xD12032DBA9F344E987804505C5F98AF5 , 0xF9832F3671A34546A44855E2872B3E1A , 0x10086334A7964ABEB4786903BED8E959 , 0x63A7F781EB324307A3FBBA519B80F394 , 0x6ECC19B1507147499A9B0B358F871F3D , 0x79961E18D59541FEB17DFBF3B155819F , 0xE9BAFE5AA86B418387B18044C02A312F , 0x08DE431EE7B44BE9A2CA405EF3DE9AE2 , 0x3C0692B66F994A11B01F90480C4C9957 , 0x520DF04C7A88453AB7AEBE6D1351F89F , 0x802D7DC1BB064319963AB6A2CD64EADC , 0x2E7AA1A642344E5694A1890FA4F889FB , 0xC460C2B98FFB41DAA691AE09C3AC5405 , 0xC764819CA3A044D4B4CEF52580B01D4C , 0x2CCCDCF5B17D478696F1AF91DDBFA6F1 , 0x4139A2277642441AAE7B0B735A14C2C4 , 0x49626D40C40E46F5B4380C7126C337E4 , 0x57670B5B978A400DA34AB0F241CBC530 , 0x81A8D4BCC36647BEB4944576C3EE2974 , 0x9F8DCE9B501B4B499442626B8DA03953 , 0x8C12296D0A6B48009F1126AAA97D516C , 0x90EF73E3DAEB49D396F4C6FB5A67F8C0 , 0x926E3E1505B9412AA2FFBA5E9DC994C7 , 0xE2A1E60AB5884A8395C00C75A5920B1C , 0xEF05D81CF3EC4619A3EA20209399AF65 , 0x4F7D8BA9E07E4224B9650CD18CC4F477 , 0x88F449C5F3D14EB7B4A853E6B5530CD1 , 0xBAA65A27FB47402F8185FF835E7DE751 , 0xC5DCBAEAA4CD460189C3666D4AAA20D7 , 0x11093EA322AF483C8F60CD252CC1217F , 0x8BCB29EC9DEE4613991561AD51D34266 , 0x97B0C470CEE14330AE30B1A8F538B480 , 0xBA9205C5F2904078B656A76620BBA509 , 0x2A023A0F535D4FBB882C73D7E4FB67C0 , 0x547E6745A3BC4F00B138F6BE9D989C62 , 0x5F4182A0C275414A86B8977EE750709B , 0x60442B6A15A9410FBF0C06825B1291A6 , 0x73E2A2A2FDD343CEADF4C1CE63D5EEE4 , 0x7D66C9C2C4C5415DB30F0F8CC69E8A71 , 0x98C2B56B2E1F4BB193259BB01F7BDA78 , 0xAD75AADB0EDF45C4AF33D4E49D5C7E90 , 0xDA69C269FB3B48EB9B093C5B73ACE9EC , 0xC6C3CCB28CB3479EA8B379093F49EDA2 , 0x029C667905D347E08E8756EC9302E3F0 , 0x0958C9D4EFB84F60A6828508906834CE , 0x286E0B1606494BA48219422B367625CF , 0x2C5E6AE7EC494891B8AE4FB462353523 , 0x6DD536C96106410EAD05C54426209D82 , 0x7E28899CD3E54BEBBA2F6DA4DFA44152 , 0x98A09B322AAC4A07B04CEA4856D4914A , 0xA6F2FF76145244EEAC1B31836531741B , 0xAD442EAF8E71417FA3E265E80287779A , 0x517DC1A1E9F64C6E9506C81E9F53ED1E , 0xF0CAD26EB50F481BB9705A4B80F35678 , 0x34825B7E8C96498C90171835C80EC5AC , 0xAF9853D1E344494D916E1FDCBCB558A2 , 0xF467CD40958E47CEA1A3D94EC7316C83 , 0x09AA702F0F124CDB9A1259560B63C65C , 0x2108B38D8DB64D70BC57102DBB53419D , 0x2DE1424A7A8E41098C5CE202775BA372 , 0x49CB8FD242DD4F68AC53196B95516502 , 0x55D8A09A27734A8FA12D28CAC9A1C6F8 , 0x8DE4D9F6EC5E4D3E9911D0797535A97A , 0xDC47569A66944AC29BE2D717D7368F0A , 0xE2171609A5414D42BE7038F06BF26A13 , 0x2CA8911E6C864C24A41F4271694F1AD6 , 0x31D5B9EA9F8C4B9481FA585764CD7DBE , 0x35DA15927AD04EF5AB6CE8EC2CC773DD , 0x3B8364FF84644DB8B5CB3A65163E9092 , 0x4879509618DA4DEEABCF53A2DD95791C , 0x4C24A14F34394AB3B420CB778E668432 , 0x4E2705B2CD624D99B4AF50A25D84258A , 0x56DFB30F082F43A694E690FA0FC48B2D , 0x639D9AB7DE78456FBF5A1B85533EA1CF , 0x84924FBB24874F15AB255007BB6BE01E , 0xB0520D34B1354844ADA66FD50A444E4F , 0xE1C177F6B0E04B41B8E9D677272D051B , 0xEBDEBABA81AD45EC97856302B118171D , 0xFA206D55E76D4D6D86F200CD3551AC89 , 0x0B8324A938144AB2BD0BC3824C6A80F2 , 0x126E5DB2159C43FD85ED44C2250205AE , 0x3151E3483E02444DB3D86B031FB48B47 , 0x655BF99B0E44411D869779CCE5F6676D , 0x65E1A2BC361B4C849DB2F418D60B9FA1 , 0xED0FCEADBCC04E4BBFB87AC5DED72C93 , 0xEE7DB88CCEF04A3A8C871565A0FE92E1 , 0x5B1B45047E524550854C6D3A1C8447E8 , 0x610661FDBAA2476DBBBEADA06AF18CFD , 0x9FF51479B68D44A59DE709BA44B9AFB7 , 0xD0F61869BA5F45BEAE4E6A96F710CAE8 , 0xDD99B4EC033E4373A06EBE9CCA2BAE97 , 0xC1D1C0A2941F43409FE6EE1496E8175A , 0xFA770FAE06E54ADBA290977D20EA6BDB , 0x15BFB57330A54009A1A5B123FCF18DA3 , 0x18A35498B01F417381530D8FF82AB5EB , 0x24BEB4DBD30E415885827A84BA10E7C6 , 0x368C670FF8BD483B90FB1441FBD3BC5A , 0x470B28890BEE492EAFEF5ABF21C44CD9 , 0x5CF8A7294FBF40C3B7C272ADD4A5D84E , 0xCA3E64997A6B4A46BBB5158DDE530C27 , 0xCB0AA0A3728E4781A5D5DF4AE65B5B93 , 0xE34B1223606D402D942ED84604D7FBB9 , 0xFF5169DA5F7B48C683CA7B585CE834B3 , 0x22ED751DB6824D2D8C1E90DD1E9AA1FF , 0x2664E0C289AF497CA35A8152226FAE30 , 0x270B8F0497E1484887AE574319BC2ABA , 0x2C688C9BEB724D1F81B919D23A37CFFA , 0x3D058149B43649B4861D7C33D36F6AAD , 0x4FCD0F1A9B6C4A58BF2D100D74B1E959 , 0x7310DF358A6B440BBC71AC42731E1A7E , 0xA0C6AC14772B41BA91D66D1C6D2220D4 , 0xCE7240E5A7E54419BA1D0AED6BE1D35F , 0xD5DA5ADAAD5D4ABEACFE2A378C2FEAAA , 0xDC03A185AB554134BEA6B41837145C0A , 0xFC31331934734023857A60A067F482BE , 0x286B406E031C4B42858A3FAADC5E01A3 , 0x4835A3525C93441C9C2382A4699896EA , 0x5C94C279AC134000859AA6B9696EA6B2 , 0x7EB9FCF525A74EE6BCF8B6ED3B3C9163 , 0x979DDAE07F044425A27A46DA571DD4F2 , 0xE06E20B93C2745A2AC2CA3D374FE6F74 , 0x0ADA7ACC21A44651B54CAD7BE0070B19 , 0x1621D9C3782644FABB76FDA767A70D58 , 0x3EDAB7A888C74E428DA5C51334DBE363 , 0x3EF6585919C54D0BA1C3616F4A583EAB , 0x6F16770E330C48E0812538DAC290439E , 0xABDF51117149437A8ECEAD1D3671681C , 0xB1850E6E208A4382A17C44D897D9836A , 0xD3DC48D4187F46DEBB48EFD071220407 , 0x24F62C92FFEA44FFB5F284B62FC6CB85 , 0x4503EC56BCD244518D3C29CF63AC51E3 , 0x492B5F66E13B405E9931326F53391379 , 0x75C48FE9068740BF908F144B9894313A , 0x7E26EECAD86C4537A9AB551ED418FE0E , 0x8A1C5862653A430F8F2AA65991B72F94 , 0x0F46C087058342999B3F0F6CCC9C521F , 0x3430CF0C0D34402388E4E7E2EC6AC70C , 0x47648E6655DC4F148793B9A2EFF42D36 , 0x5CFA73F1EADB490DB8E4D6E8A153CD3B , 0x869519EC346E462D9985F8ADE6113A22 , 0x9D01DB1D33C946ACBAACF1E6AAA721E0 , 0xA73609CA818C4465AF61632B35F820D7 , 0xB8F5C834517740C4944CB734EDFCA788 , 0xDDBC2FB0A0534BBEA3AE23D90E91A44E , 0xF30ED70D05954CF1AAB9D30B6B3AAB64 , 0x34B40AA92F994298834505CD94FC199C , 0x6B73C000A3E04784B192AA5D4931DD4A , 0x8F705889705649DE85DC08DE19062FBD , 0x93412957B69849F5BA7FAB4566AE8ABA , 0xA2243E2B239E490E85136C8720E19F8C , 0xBFC8575B66C84E20919CBE1A0F1EB568 , 0xCAB3138E06EC42BAA174025E43E020CD , 0xCB0CDB23F7154EE0840CE6189056DF0C , 0xD4229F4F52FA43E591BD919E4AF55AF9 , 0xFD544AAA16124055AA73EC6D218499E5 , 0x2626A324257F420A8914AF4EF461785F , 0x32FB9167EF9A4AC5B3C97BB901A52755 , 0x459749443B054757A8FE6CB99990A758 , 0x5837D7C7539D4788B4763ACCB77A87C1 , 0x6C8E4982ED4A4FE482FE5DFF6CF93F5D , 0xA4DE1642B362475299154B5C9CFC6D25 , 0xCDD3F18F648945ECA1CB432BC10DD599 , 0xDC02FF27FCBD4616ADB2498FD9C80C8D , 0x6C472E234F854363A5F5C47AAE9A4725 , 0x0BF23DB5B5214B9EAF126B0DF5CFC671 , 0x483F1E83344E4BCDAA5A03152A1148C7 , 0x556B4D0BDC9B4CE8B60093897285451A , 0x6B6AA1AE92B141FCAC5D74F8063B24E9 , 0xD6DC85202A4B42C8B40711D268BBC885 , 0x0D7C3E7CAE5640CEB5BD36E89EE24AF7 , 0x199694A415B64F3391E5851B5A123305 , 0x55E08836DD664035A90994695C60C2F1 , 0x6463A7C81CCB42A096059FB8D0781B14 , 0x8126F90B9402492E90B42A4B0F10FFEC , 0xDE28A57483E84459B7AF962FDE98EE27 , 0xFF999791E4044D46AB126F88970A6CBA , 0x0D0CA2B4BB8D4030927C5A0D8A630BB0 , 0x77CF96AEB915454189616357FEF572C8 , 0x94B050D0D3184129904986E0A23D9B78 , 0x2D945B5A748F44629983C5E72466D49D , 0x860634E944F9419DAE4920D474B7F98E , 0x877100E708F941A3B4D380606B25180A , 0xACCDDDB87B0F4B80B49BDBB2065AC00D , 0xE0F9E90E92FB4E54B0DC7DAC0A57F3D5 , 0x41ABA7A2D01F4A2D81521C092A122792 , 0xF09A931F3AD44BE58E484DBB11EC489E , 0x18B361F0C1DF48768987F59FB7743913 , 0x5B2BCBFB4BB04DB1A367F4889B7D560D , 0x8580A1C5A3C241189A7A72D0F5C7EFB8 , 0xBBA8B086829349AD8B8F1DD59AC48A67 , 0xE192500EECFC48B88E5219A1F80C5A78 , 0xF039B5E5191E40A39E731051E0595A72 , 0xB58DBBD86D444400A2F73C9DAF538EC5 , 0x25215D68FE5B4221AF95D88FD37EEF42 , 0x60143D329D2840EBB2B77C695511DA3E , 0x6D336F3AA4C6435EA16D0D714B7935F4 , 0xFC89B3F73A4A4B31AA3841F01AAD9CC6 , 0x263922167E5B46DCB280FBAB035BEDF3 , 0x361F37F228494CDF9A70A825CF99FAE6 , 0x3FDA656792654F51B4D6A824653E1732 , 0x4D7783BC5CC947F38CCD94620C597487 , 0x9C0CB58589E443ECA9576D5FB3899F42 , 0xCAA85774550A4BDE847A267CE97C4371 , 0xDAD2ED12054A45B189D868C51FA4BF44 , 0xDC6591A75A54416D9F8F6001C6A918AF , 0xFC8FBD48251B4A2B94EAEBBDBD65EE0E , 0x096DEC8D4BD549EB994B09CACFDE33C2 , 0x3FBB7221C40A43BA81C8D3AA38B18327 , 0x46611940D2024B059DEDDBEFAB1EA0E1 , 0x81D5A96B14334BAA9817D3B0B6042E42 , 0x8C0A85B5E63C49669C4564B54CAB49BB , 0xC4DA5051F7A14E499855CA3AC68A4C4A , 0xCD745BF0F8394434839D0BE17B5759F2 , 0xF2BEB79CD468479A844B96089D754D5A , 0x50D4F5BFA4D64A65AF3DFA2D2372CC86 , 0x5628162235E3434C9D3BC0B0E490CBCB , 0x6BAEFE7394854B81B34EC56DF8A68302 , 0x8E748EA521EE435C95ED00769A1BE12B , 0x146DB29829974C9888638E6EA0602F86 , 0xA88AA4DF64724654A5DE2127D949C1AC , 0xAFDD59F8227E4760BF12203DB12D6B27 , 0xE21523F48DF4458584C361207A9DDFA8 , 0xE8FCECF1BB2A49739CCDAE307BF35AE8 , 0x2BE905003C4743EF8E8154204EDC2695 , 0x312BB41C66C44D9D82E0D828F68625D6 , 0x484C036F61C1454FB2D5D031DBB0C4CC , 0x57FF1602661A41CE874278D1FEC8460D , 0x7286765E08DC4E47A5556BEDFFD357EA , 0x8B71327054DE419B973C4E46C5E1EAC1 , 0x6DEFBFEC5EAD403C8B9BEE048650FB7C , 0x7F8DC0BE2B1349E19CCE52E1DC60799B , 0xA617EC724C1743529DC26E2EAC0EF59D , 0xCA2B71DB955149B8975A9832B0E0097B , 0xD57EE57EFA634E8D98EDB046CD3A3104 , 0xF057722155A64E0E8AEB7C07137C53FC , 0xF8C4A001EAF94FF19B96466EB7B39367 , 0xFAC08313D5E846C691FF1E9D1A44FDCE , 0x1584CA63AFE244C88E1929F56E2BCBFC , 0x1D93AC7868C847AE8FFD55CD41854819 , 0xA284154D34014AFCA067EA3EA02C0947 , 0xB1738B367B9D4B12ADAD2AC7FF51860F , 0xC9A7E6FCFE634898BC18992A2ED131A0 , 0x142D5638884D49F0B164DF8ED4B6F5F1 , 0x1F5BF8EEB61C43AF9FB936A0A87FEC08 , 0x580D7636825744F38B58570074BFD9B1 , 0x6B9C4829AD9446BEADA64B85044A38EA , 0x71D93E42B58E429E8D5BDEA3C68505EC , 0x9256CF87272D4B58AA36FF1F6626A9A7 , 0xA126FB564855468C85D9A8213A7BAF4D , 0xA1BBF0AD15F94A63AA6B10EE8BA45A58 , 0xC9D5F34CE6694BAEA586BFFEEEFCFE6D , 0xF2D8B6BB89F249EEAA6272B3C3730803 , 0x7059F1B8FB8F4C56AC7D482D53869E68 , 0x726EE9C65BC447E8B895C95A1868E35D , 0x7F7A273B2AFF4D82965DC5CE6F5FEE49 , 0x0253306C236B4CD5BA886C69E763EC29 , 0x02E202E2D7AA4DE4AC532A34AA967E81 , 0x665A67751649464DB50D7E743DE0F2B8 , 0xAC323BCCD1074380B9C8CEE897A0BD2A , 0xAF1E8963545E44CB8769B1A4E361E90F , 0xC830646C0E1F4E559EEB3C61AC69F278 , 0xE3C45CF44A594DD2BDEA65EF1403A79F , 0xFAD17F96B4504C09B86B0E33024F81EA , 0x78F13FCF22A045D8A7962E77F03B6471 , 0xCB0A05F00D1B4F5385D1BDF72BE1953D , 0x4EE62FA3904B40DFB719BCD35809AE90 , 0x5C492D372947420691A1A8D42E0BB7EA , 0x74AFC901FE6E4868801EFBEF07CFB52F , 0x821162FCF7304FB6B8441F2C85D2468B , 0xB1A5917B2C424C98A1084A93856D09A4 , 0xFF564409F4C94F7286D6B3B628812FFB , 0x0FA2DD32E2214E69B19CA2A46D8C5D1E , 0x2FD66EF403904EEF8ED41A9BB0C0E23E , 0x4917A8D1425744668C736C316D3F7348 , 0xF22EE3B8FA964438B47117F0F56381D6 , 0x3E2B97EE0D8A41088C7B303CB1A10009 , 0x789E34DC76DD4786AD1EF0206D4C2A1E , 0x8980D057D36241BAB7D068C437BF7D3F , 0xB5F072BF16034103A27AFD421FB798E2 , 0xB84DA541099D4BF9B83906C43C9EBBF5 , 0xFAC5E97CCDCC46AB9851DCD14363B548 , 0x641C2DB1F8B843B3AC7F3976CFE1C32D , 0x99E99AB754B1424C9ECA01A74CECFB69 , 0xD91466BAA06C47F3A28085AD63374659 , 0x200F8F771F9B441F86984C0017D37050 , 0x89D35864F7A94DD8B07BF419628591AE , 0x9D82EDEA489B41FC8534CFA3A33F4868 , 0x2FDE441FA183467E9D5A7F09CDF4A94E , 0x323D1E7D14DB44AD99E3C989331FD37E , 0x6FF392F14ADA44159A067FCD9F421D66 , 0xC0B5F8832CDE471C998275E2F3A5E2AB , 0xCB0B3D59D7DD47B7B3ABE65D1FE19B45 , 0xE68E41AF37FA4B14B6A40904289ABD36 , 0xED93B06DB2694622AD621851EB9F91C8 , 0x0FCF375CA45B4BC2A5469639D21FCE11 , 0x1386A6836686473E8262A7A9D13407C9 , 0x1E9F9ACF872840A9A025B5215AC4643E , 0x9F82100F39A34651A2ABBB928279F48F , 0xC9BB1F9E5BA14906B5E568F81962C334 , 0xF23E3E598A704237B5907FED97D3363E )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
87
0.63 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
88
1.44 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.65 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.85 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.57 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
9.20 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"\x1E ‘àž¤EK\x1C …+ž¿êÎ&Y "
]
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` = 0x1E91E09EA4454B1C852B9EBFEACE2659 ));
Copy
93
7.77 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
9.83 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
5.31 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.63 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
97
1.28 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
8.35 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/1e91e09ea4454b1c852b9ebfeace2659 "
"/support "
"/account/recover "
"/navigation/0193747acd4d7ad693e41c68fa085eb6 "
"/navigation/019374bb5a5678fc9a65ace03d7f854e "
"/navigation/019374bb80f470319064fba7b0111a97 "
"/detail/62371d157d4341db8d9f2f089c2fb575 "
"/detail/b7f8ceab3f71436f9dc7a1f5c8b41c5b "
"/detail/4014ae3ba0a74ccba70c19f94a049da9 "
"/detail/1e438358d4294b748eb2f58bd3959331 "
"/detail/0d6afbcb268d44c0a086810ddbcf3d04 "
"/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 ('/navigation/1e91e09ea4454b1c852b9ebfeace2659' , '/support' , '/account/recover' , '/navigation/0193747acd4d7ad693e41c68fa085eb6' , '/navigation/019374bb5a5678fc9a65ace03d7f854e' , '/navigation/019374bb80f470319064fba7b0111a97' , '/detail/62371d157d4341db8d9f2f089c2fb575' , '/detail/b7f8ceab3f71436f9dc7a1f5c8b41c5b' , '/detail/4014ae3ba0a74ccba70c19f94a049da9' , '/detail/1e438358d4294b748eb2f58bd3959331' , '/detail/0d6afbcb268d44c0a086810ddbcf3d04' , '/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
8.05 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\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