1
0.30 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.48 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
3
0.50 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.53 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
0.40 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
6
0.71 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ’µ8öEr²ªÍW«a$LH "
"Batterien/Versorgungsbatterien "
"Batterien/Versorgungsbatterien/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x0192B538F64572B2AACD57AB61244C48 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'Batterien/Versorgungsbatterien' OR seo_path_info = 'Batterien/Versorgungsbatterien/' ));
Copy
7
0.42 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
8
0.55 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ’µ8öEr²ªÍW«a$LH "
"LEtKQ4PYOPrTq1hNDiNYdyVB4oGqBxoW "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0192B538F64572B2AACD57AB61244C48 ) AND (token = 'LEtKQ4PYOPrTq1hNDiNYdyVB4oGqBxoW' ) LIMIT 1 ;
Copy
9
0.44 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"LEtKQ4PYOPrTq1hNDiNYdyVB4oGqBxoW "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'LEtKQ4PYOPrTq1hNDiNYdyVB4oGqBxoW' ;
Copy
10
0.38 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
11
0.97 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01933FD0CBE772C58004DC57CB30CB1E );
Copy
12
0.37 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.72 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.30 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
15
0.25 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"\x01 ’µ8öEr²ªÍW«a$LH "
b"\x01 ’µ8gIsúŸ’ÇM\x1F\x7F a¡ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x0192B538F64572B2AACD57AB61244C48 AND `sales_channel_country` . `country_id` = 0x0192B538674973FA9F92C74D1F7F61A1 );
Copy
16
0.35 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
17
0.75 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01933FD0CBE772C58004DC57CB30CB1E );
Copy
18
0.33 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x01933FD0CBE772C58004DC57CB30CB1E ));
Copy
19
0.47 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
20
0.28 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
21
0.29 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters :
[
"token " => "LEtKQ4PYOPrTq1hNDiNYdyVB4oGqBxoW "
]
DELETE FROM `cart` WHERE `token` = 'LEtKQ4PYOPrTq1hNDiNYdyVB4oGqBxoW' ;
Copy
22
0.50 ms
SELECT `link_item_group` . `id` as `link_item_group.id` , `link_item_group` . `name` as `link_item_group.name` , `link_item_group` . `style` as `link_item_group.style` , `link_item_group` . `active` as `link_item_group.active` , `link_item_group` . `custom_fields` as `link_item_group.customFields` , `link_item_group` . `created_at` as `link_item_group.createdAt` , `link_item_group` . `updated_at` as `link_item_group.updatedAt` FROM `link_item_group` WHERE (`link_item_group` . `active` = ? )
SELECT `link_item_group` . `id` as `link_item_group.id` , `link_item_group` . `name` as `link_item_group.name` , `link_item_group` . `style` as `link_item_group.style` , `link_item_group` . `active` as `link_item_group.active` , `link_item_group` . `custom_fields` as `link_item_group.customFields` , `link_item_group` . `created_at` as `link_item_group.createdAt` , `link_item_group` . `updated_at` as `link_item_group.updatedAt` FROM `link_item_group` WHERE (`link_item_group` . `active` = 1 );
Copy
23
0.49 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ÆÂ\x17 b╚q\x1D êü&\x05\x16 1Ju "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762C8711D8881260516314A75 AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
24
0.30 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.22 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ÆÂ\x17 b╚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.21 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ÆÂ\x17 b╚q\x1D êü&\x05\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.18 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ÆÂ\x17 b╚q\x1D êü&\x05\x17 ÆGâ "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762C8711D8881260517924783 AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
28
0.22 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ÆÂ\x17 b╚q\x1D êü&\x05\x18 # ╩ "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762C8711D88812605182320CA AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
29
0.19 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ÆÂ\x17 b╚q\x1D êü&\x05\x18 I▀ñ "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762C8711D888126051849DFA4 AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
30
0.19 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ’¶\x17 bås8¦—Ä\x16 fE\x0E e "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762E57338A697C41666450E65 AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
31
0.19 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ’¶\x17 bås8¦—Ä\x16 fÁš® "
true
]
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = 0x0192B61762E57338A697C41666C19AAE AND `link_item` . `active` = 1 ) ORDER BY `link_item` . `order_number` ASC ;
Copy
32
0.19 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.33 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.64 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
35
2.35 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.NavEntity` . `id` as `category.NavEntity.id` , `category.NavEntity` . `category_id` as `category.NavEntity.category_id` , `category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` , `category.NavEntity` . `category_video` as `category.NavEntity.category_video` , `category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` , `category.NavEntity` . `created_at` as `category.NavEntity.createdAt` , `category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` , `category.NavEntity.translation.description_top` , `category.NavEntity.translation.description_top` as `category.NavEntity.description_top` , `category.NavEntity.translation.description_bottom` , `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` , `category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` , `category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` , `category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` , `category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` , `category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.NavEntity.translation` . `nav_id` , `category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` , `category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation` . `language_id` = ? ) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id` WHERE (`category` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`category.translation.customFields` , '$.nf_category_positioning_style' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`category.translation.customFields` , '$.nf_category_positioning_style' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND `category` . `visible` = ? AND `category` . `active` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"flyout "
true
true
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.NavEntity` . `id` as `category.NavEntity.id` ,
`category.NavEntity` . `category_id` as `category.NavEntity.category_id` ,
`category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` ,
`category.NavEntity` . `category_video` as `category.NavEntity.category_video` ,
`category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` ,
`category.NavEntity` . `created_at` as `category.NavEntity.createdAt` ,
`category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` ,
`category.NavEntity.translation.description_top` ,
`category.NavEntity.translation.description_top` as `category.NavEntity.description_top` ,
`category.NavEntity.translation.description_bottom` ,
`category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` ,
`category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` ,
`category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` ,
`category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` ,
`category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` ,
`category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id`
LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.NavEntity.translation` . `nav_id` ,
`category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` ,
`category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom`
FROM
`nav_translation` `category.NavEntity.translation`
WHERE
`category.NavEntity.translation` . `language_id` = ?
) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
COALESCE (
IF (
JSON_TYPE (
JSON_EXTRACT (
`category.translation.customFields` ,
'$.nf_category_positioning_style'
)
) ! = "NULL" ,
CONVERT (
JSON_UNQUOTE (
JSON_EXTRACT (
`category.translation.customFields` ,
'$.nf_category_positioning_style'
)
) USING "utf8mb4"
) COLLATE utf8mb4_unicode_ci ,
NULL
)
) = ?
AND `category` . `visible` = ?
AND `category` . `active` = ?
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.NavEntity` . `id` as `category.NavEntity.id` , `category.NavEntity` . `category_id` as `category.NavEntity.category_id` , `category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` , `category.NavEntity` . `category_video` as `category.NavEntity.category_video` , `category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` , `category.NavEntity` . `created_at` as `category.NavEntity.createdAt` , `category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` , `category.NavEntity.translation.description_top` , `category.NavEntity.translation.description_top` as `category.NavEntity.description_top` , `category.NavEntity.translation.description_bottom` , `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` , `category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` , `category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` , `category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` , `category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` , `category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.NavEntity.translation` . `nav_id` , `category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` , `category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`category.translation.customFields` , '$.nf_category_positioning_style' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`category.translation.customFields` , '$.nf_category_positioning_style' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'flyout' AND `category` . `visible` = 1 AND `category` . `active` = 1 ));
Copy
36
2.02 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.NavEntity` . `id` as `category.NavEntity.id` , `category.NavEntity` . `category_id` as `category.NavEntity.category_id` , `category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` , `category.NavEntity` . `category_video` as `category.NavEntity.category_video` , `category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` , `category.NavEntity` . `created_at` as `category.NavEntity.createdAt` , `category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` , `category.NavEntity.translation.description_top` , `category.NavEntity.translation.description_top` as `category.NavEntity.description_top` , `category.NavEntity.translation.description_bottom` , `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` , `category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` , `category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` , `category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` , `category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` , `category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.NavEntity.translation` . `nav_id` , `category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` , `category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation` . `language_id` = ? ) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id` WHERE (`category` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`category.translation.customFields` , '$.nf_category_positioning_style' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`category.translation.customFields` , '$.nf_category_positioning_style' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND `category` . `visible` = ? AND `category` . `active` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"mega "
true
true
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.NavEntity` . `id` as `category.NavEntity.id` ,
`category.NavEntity` . `category_id` as `category.NavEntity.category_id` ,
`category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` ,
`category.NavEntity` . `category_video` as `category.NavEntity.category_video` ,
`category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` ,
`category.NavEntity` . `created_at` as `category.NavEntity.createdAt` ,
`category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` ,
`category.NavEntity.translation.description_top` ,
`category.NavEntity.translation.description_top` as `category.NavEntity.description_top` ,
`category.NavEntity.translation.description_bottom` ,
`category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` ,
`category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` ,
`category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` ,
`category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` ,
`category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` ,
`category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id`
LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.NavEntity.translation` . `nav_id` ,
`category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` ,
`category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom`
FROM
`nav_translation` `category.NavEntity.translation`
WHERE
`category.NavEntity.translation` . `language_id` = ?
) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
COALESCE (
IF (
JSON_TYPE (
JSON_EXTRACT (
`category.translation.customFields` ,
'$.nf_category_positioning_style'
)
) ! = "NULL" ,
CONVERT (
JSON_UNQUOTE (
JSON_EXTRACT (
`category.translation.customFields` ,
'$.nf_category_positioning_style'
)
) USING "utf8mb4"
) COLLATE utf8mb4_unicode_ci ,
NULL
)
) = ?
AND `category` . `visible` = ?
AND `category` . `active` = ?
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.NavEntity` . `id` as `category.NavEntity.id` , `category.NavEntity` . `category_id` as `category.NavEntity.category_id` , `category.NavEntity` . `profile_image` as `category.NavEntity.profile_image` , `category.NavEntity` . `category_video` as `category.NavEntity.category_video` , `category.NavEntity` . `middle_image` as `category.NavEntity.middle_image` , `category.NavEntity` . `created_at` as `category.NavEntity.createdAt` , `category.NavEntity` . `updated_at` as `category.NavEntity.updatedAt` , `category.NavEntity.translation.description_top` , `category.NavEntity.translation.description_top` as `category.NavEntity.description_top` , `category.NavEntity.translation.description_bottom` , `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom` , `category.batteriumCategorySvgUri` . `id` as `category.batteriumCategorySvgUri.id` , `category.batteriumCategorySvgUri` . `category_id` as `category.batteriumCategorySvgUri.category_id` , `category.batteriumCategorySvgUri` . `org_filename` as `category.batteriumCategorySvgUri.org_filename` , `category.batteriumCategorySvgUri` . `created_at` as `category.batteriumCategorySvgUri.createdAt` , `category.batteriumCategorySvgUri` . `updated_at` as `category.batteriumCategorySvgUri.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `nav` `category.NavEntity` ON `category` . `id` = `category.NavEntity` . `category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category` . `id` = `category.batteriumCategorySvgUri` . `category_id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.NavEntity.translation` . `nav_id` , `category.NavEntity.translation` . `description_top` as `category.NavEntity.translation.description_top` , `category.NavEntity.translation` . `description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation` . `nav_id` = `category.NavEntity` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`category.translation.customFields` , '$.nf_category_positioning_style' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`category.translation.customFields` , '$.nf_category_positioning_style' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'mega' AND `category` . `visible` = 1 AND `category` . `active` = 1 ));
Copy
37
0.37 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
38
0.31 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"\x01 ’µ9"®s¦¡AÿÑmýsý "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x0192B53922AE73A6A141FFD16DFD73FD AND
pm . `active` = 1 ;
Copy
39
0.27 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
40
0.45 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
41
0.52 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"\x01 ’µ8öEr²ªÍW«a$LH "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x0192B538F64572B2AACD57AB61244C48 AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
42
0.54 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
43
1.03 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01933FD0CBE772C58004DC57CB30CB1E );
Copy
44
0.43 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x01933FD0CBE772C58004DC57CB30CB1E ));
Copy
45
0.54 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
46
0.38 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
47
0.67 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
48
1.05 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01933FD0CBE772C58004DC57CB30CB1E );
Copy
49
0.39 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x01933FD0CBE772C58004DC57CB30CB1E ));
Copy
50
0.47 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
51
0.36 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
52
1.45 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""ÞÃ’Ì×Jh£±³{\x10 ,\t ÿ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.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 (0x22DEC392CCD74A68A3B1B37B102C09FF ));
Copy
53
1.17 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page` . `id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` LEFT JOIN (SELECT `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_version_id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` FROM `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` WHERE `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `language_id` = ? ) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ôøQîür\x08 ï«^CäËdG "
]
SELECT
`cms_page` . `id` as `cms_page.id` ,
`cms_page` . `version_id` as `cms_page.versionId` ,
`cms_page` . `type` as `cms_page.type` ,
`cms_page` . `entity` as `cms_page.entity` ,
`cms_page` . `css_class` as `cms_page.cssClass` ,
`cms_page` . `config` as `cms_page.config` ,
`cms_page` . `preview_media_id` as `cms_page.previewMediaId` ,
`cms_page` . `locked` as `cms_page.locked` ,
`cms_page` . `created_at` as `cms_page.createdAt` ,
`cms_page` . `updated_at` as `cms_page.updatedAt` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt` ,
`cms_page.translation.name` ,
`cms_page.translation.name` as `cms_page.name` ,
`cms_page.translation.customFields` ,
`cms_page.translation.customFields` as `cms_page.customFields`
FROM
`cms_page`
LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page` . `id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id`
LEFT JOIN (
SELECT
`cms_page.translation` . `cms_page_id` ,
`cms_page.translation` . `cms_page_version_id` ,
`cms_page.translation` . `name` as `cms_page.translation.name` ,
`cms_page.translation` . `custom_fields` as `cms_page.translation.customFields`
FROM
`cms_page_translation` `cms_page.translation`
WHERE
`cms_page.translation` . `language_id` = ?
) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id`
AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id`
LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id`
AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id`
LEFT JOIN (
SELECT
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_id` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_version_id` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`
FROM
`cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`
WHERE
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `language_id` = ?
) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id`
AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id`
WHERE
(`cms_page` . `version_id` = ? )
AND (
`cms_page` . `id` IN (? )
)
Copy
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page` . `id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` LEFT JOIN (SELECT `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_version_id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` FROM `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` WHERE `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x01939B518C8172088BAE5E4384D36447 ));
Copy
54
1.44 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.id` , `cms_section.swagCmsExtensionsScrollNavigation` . `active` as `cms_section.swagCmsExtensionsScrollNavigation.active` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `position` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `type` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `locked` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `name` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `sizing_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `mobile_behavior` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_color` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `css_class` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `visibility` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `custom_fields` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` as `cms_section.swagCmsExtensionsScrollNavigation.displayName` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section` . `id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` AND `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` LEFT JOIN (SELECT `cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` , `cms_section.swagCmsExtensionsScrollNavigation.translation` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` FROM `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation` WHERE `cms_section.swagCmsExtensionsScrollNavigation.translation` . `language_id` = ? ) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ôøQîür\x08 ï«^CäËdG "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.id` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `active` as `cms_section.swagCmsExtensionsScrollNavigation.active` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `position` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `type` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `locked` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `name` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `sizing_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `mobile_behavior` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_color` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `css_class` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `visibility` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `custom_fields` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` as `cms_section.swagCmsExtensionsScrollNavigation.displayName` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section` . `id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id`
AND `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id`
LEFT JOIN (
SELECT
`cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`
FROM
`swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation`
WHERE
`cms_section.swagCmsExtensionsScrollNavigation.translation` . `language_id` = ?
) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.id` , `cms_section.swagCmsExtensionsScrollNavigation` . `active` as `cms_section.swagCmsExtensionsScrollNavigation.active` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `position` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `type` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `locked` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `name` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `sizing_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `mobile_behavior` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_color` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `css_class` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `visibility` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `custom_fields` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` as `cms_section.swagCmsExtensionsScrollNavigation.displayName` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section` . `id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` AND `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` LEFT JOIN (SELECT `cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` , `cms_section.swagCmsExtensionsScrollNavigation.translation` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` FROM `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation` WHERE `cms_section.swagCmsExtensionsScrollNavigation.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x01939B518C8172088BAE5E4384D36447 )));
Copy
55
1.42 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.swagCmsExtensionsBlockRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.id` , `cms_block.swagCmsExtensionsBlockRule` . `inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted` , `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId` , `cms_block.swagCmsExtensionsBlockRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt` , `cms_block.swagCmsExtensionsQuickview` . `id` as `cms_block.swagCmsExtensionsQuickview.id` , `cms_block.swagCmsExtensionsQuickview` . `active` as `cms_block.swagCmsExtensionsQuickview.active` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId` , `cms_block.swagCmsExtensionsQuickview` . `created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt` , `cms_block.swagCmsExtensionsQuickview` . `updated_at` as `cms_block.swagCmsExtensionsQuickview.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “›QŒ“pM±nØ_|\x15 Å\x1A "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.swagCmsExtensionsBlockRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.id` ,
`cms_block.swagCmsExtensionsBlockRule` . `inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted` ,
`cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId` ,
`cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId` ,
`cms_block.swagCmsExtensionsBlockRule` . `cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId` ,
`cms_block.swagCmsExtensionsBlockRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt` ,
`cms_block.swagCmsExtensionsBlockRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt` ,
`cms_block.swagCmsExtensionsQuickview` . `id` as `cms_block.swagCmsExtensionsQuickview.id` ,
`cms_block.swagCmsExtensionsQuickview` . `active` as `cms_block.swagCmsExtensionsQuickview.active` ,
`cms_block.swagCmsExtensionsQuickview` . `cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId` ,
`cms_block.swagCmsExtensionsQuickview` . `cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId` ,
`cms_block.swagCmsExtensionsQuickview` . `created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt` ,
`cms_block.swagCmsExtensionsQuickview` . `updated_at` as `cms_block.swagCmsExtensionsQuickview.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id`
LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsQuickview` . `cms_block_id`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.swagCmsExtensionsBlockRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.id` , `cms_block.swagCmsExtensionsBlockRule` . `inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted` , `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId` , `cms_block.swagCmsExtensionsBlockRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt` , `cms_block.swagCmsExtensionsQuickview` . `id` as `cms_block.swagCmsExtensionsQuickview.id` , `cms_block.swagCmsExtensionsQuickview` . `active` as `cms_block.swagCmsExtensionsQuickview.active` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId` , `cms_block.swagCmsExtensionsQuickview` . `created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt` , `cms_block.swagCmsExtensionsQuickview` . `updated_at` as `cms_block.swagCmsExtensionsQuickview.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x01939B518C93704DB16ED85F7C15C51A )));
Copy
56
1.00 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` , `cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` , `cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` , `cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` , `cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` , `cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.title` as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` , `cms_slot.swagCmsExtensionsForm.translation` . `title` as `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation` . `success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation` . `receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation` . `language_id` = ? ) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “›QŒ“pM±nØ_|îGÐ "
b"\x01 “›QŒ“pM±nØ_~\f\f M "
b"\x01 “›QŒ”p§³È*Év¾¯ç "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` , `cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` , `cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` , `cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` , `cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` , `cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.title` as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` , `cms_slot.swagCmsExtensionsForm.translation` . `title` as `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation` . `success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation` . `receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x01939B518C93704DB16ED85F7CEE47D0 , 0x01939B518C93704DB16ED85F7E0C0C4D , 0x01939B518C9470A7B3C82AC976BEAFE7 )));
Copy
57
0.92 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ÆÁ8üÜpÊó($ªãÿ$¾ "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x0192B538819A70D2A22824A6C69824F3 );
Copy
58
0.72 ms
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = ? ) ORDER BY `product_sorting` . `priority` DESC
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = 1 ) ORDER BY `product_sorting` . `priority` DESC ;
Copy
59
0.72 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ÆÁ8üÜpÊó($ªãÿ$¾ "
b"\x01 ÆÁ8üÜpÊó($ªÃ<¶} "
b"\x01 ÆÁ8üÜpÊó($ªÃ╔│¨ "
b"\x01 ÆÁ8üÜpÊó($ª╚hhî "
b"\x01 ÆÁ8üÜpÊó($ª╔H4┼ "
b"\x01 ’µ8ƒÞq\r ®tDzo²;Æ "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x0192B538819A70D2A22824A6C69824F3 , 0x0192B538819A70D2A22824A6C73CF47D , 0x0192B538819A70D2A22824A6C7C9B3F9 , 0x0192B538819A70D2A22824A6C868688C , 0x0192B538819A70D2A22824A6C94834C5 , 0x0192B53883DE710DAE74447A6FB23BC6 );
Copy
60
0.64 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""ÞÃ’Ì×Jh£±³{\x10 ,\t ÿ "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x22DEC392CCD74A68A3B1B37B102C09FF )) LIMIT 1 ;
Copy
61
0.26 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""ÞÃ’Ì×Jh£±³{\x10 ,\t ÿ "
]
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 (0x22DEC392CCD74A68A3B1B37B102C09FF ));
Copy
62
9.07 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""ÞÃ’Ì×Jh£±³{\x10 ,\t ÿ "
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` = 0x22DEC392CCD74A68A3B1B37B102C09FF 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.65 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""ÞÃ’Ì×Jh£±³{\x10 ,\t ÿ "
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` = 0x22DEC392CCD74A68A3B1B37B102C09FF AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
64
5.06 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""ÞÃ’Ì×Jh£±³{\x10 ,\t ÿ "
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` = 0x22DEC392CCD74A68A3B1B37B102C09FF AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
65
1.07 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"ûÏ,h¼[Bk—XUž:\x02 œõ "
b"qx¦Ö“gHå¥t‡Íp¹ëS "
b"…'\x7F ú@~L½“ûê“K’_L "
b"‘ÒÄCÜ`A³‚D–;=úrŸ "
b"ò²ÏL1èO%S2+ˆÍ@Ÿ "
b"ÀÞµ▒6ÍOZÜAÚì:║¾\x12 "
b"ĸÝ█ƒJBSªÚO┬\x16 ·{ì "
b"Yüu└\x03 fG╗áàô`Ö═è\x14 "
b"\x14 └Öý┬EI▄¡\x00 Úú┌ì£\x1A "
b"ú\x06 ‚:Ç\x14 L°“Y)b*d\r , "
b"XÁôϦ±Ct¾¢¯\x04 _ŒMB "
b"\t s©ëL»@ä£\e 7“¹™ž8 "
]
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 (0xFBCF2C68BC5B426B9758559E3A029CF5 , 0x7178A6D6936748E5A57487CD70B9EB53 , 0x85277FFA407E4CBD93FBEA934B925F4C , 0x91D2C443DC6041B38244963B3DFA729F , 0xF2B2CF4C31E84F25AD53322B88CD409F , 0xB7E8E6B136D64F5A9A41E98D3ABAF312 , 0x8EF7EDDB9F4A4253A6E94FC216FA7B8D , 0x598175C0036647BBA085936099CD8A14 , 0x14C099ECC24549DCAD00E9A3DA8D9C1A , 0xFA06823AC7144CB0935929622A640D2C , 0x58C1F4CFA6B14374BEA2AF045F8C4D42 , 0x0973A9EB4CBB40E4A31B3793B9999E38 ));
Copy
66
268.87 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""ÞÃ’Ì×Jh£±³{\x10 ,\t ÿ "
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` = 0x22DEC392CCD74A68A3B1B37B102C09FF AND NOT (`product` . `display_group` < = > NULL )));
Copy
67
3.75 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""ÞÃ’Ì×Jh£±³{\x10 ,\t ÿ "
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` = 0x22DEC392CCD74A68A3B1B37B102C09FF AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
68
3.35 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""ÞÃ’Ì×Jh£±³{\x10 ,\t ÿ "
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` = 0x22DEC392CCD74A68A3B1B37B102C09FF AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
69
25.72 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""ÞÃ’Ì×Jh£±³{\x10 ,\t ÿ "
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` = 0x22DEC392CCD74A68A3B1B37B102C09FF AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
70
6.18 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""ÞÃ’Ì×Jh£±³{\x10 ,\t ÿ "
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` = 0x22DEC392CCD74A68A3B1B37B102C09FF AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
71
0.71 ms
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = ?
AND child . id IN (? , ? , ? , ? , ? )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"@\x14 «;áºL╦º\f\x19 ¨J\x04 Ø® "
b"\x1E CƒXÔ)KtŽ²õ‹Ó•“1 "
b"\r j¹╦&ìD└áåü\r █¤=\x04 "
b"\.-˜‘\r D*“\x1C iÈs÷g³ "
b"jÇ3CSåLÇ€Z^ç•A\x10 "
]
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 (0x4014AE3BA0A74CCBA70C19F94A049DA9 , 0x1E438358D4294B748EB2F58BD3959331 , 0x0D6AFBCB268D44C0A086810DDBCF3D04 , 0x5C2E2D98910D442A931C69C873F767B3 , 0x6AC7334353E54CC7AD805A5EE7954110 );
Copy
72
1.07 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"@\x14 «;áºL╦º\f\x19 ¨J\x04 Ø® "
b"\x1E CƒXÔ)KtŽ²õ‹Ó•“1 "
b"\r j¹╦&ìD└áåü\r █¤=\x04 "
b"\.-˜‘\r D*“\x1C iÈs÷g³ "
b"jÇ3CSåLÇ€Z^ç•A\x10 "
]
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 (0x4014AE3BA0A74CCBA70C19F94A049DA9 , 0x1E438358D4294B748EB2F58BD3959331 , 0x0D6AFBCB268D44C0A086810DDBCF3D04 , 0x5C2E2D98910D442A931C69C873F767B3 , 0x6AC7334353E54CC7AD805A5EE7954110 )) GROUP BY `product` . `id` ;
Copy
73
4.63 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"@\x14 «;áºL╦º\f\x19 ¨J\x04 Ø® "
b"\x1E CƒXÔ)KtŽ²õ‹Ó•“1 "
b"\r j¹╦&ìD└áåü\r █¤=\x04 "
b"\.-˜‘\r D*“\x1C iÈs÷g³ "
b"jÇ3CSåLÇ€Z^ç•A\x10 "
]
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 (0x4014AE3BA0A74CCBA70C19F94A049DA9 , 0x1E438358D4294B748EB2F58BD3959331 , 0x0D6AFBCB268D44C0A086810DDBCF3D04 , 0x5C2E2D98910D442A931C69C873F767B3 , 0x6AC7334353E54CC7AD805A5EE7954110 ));
Copy
74
1.61 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `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"\x04 +'‗¿ì@╔åè£═b■\x14 "
b" ÊÅlF\x1C L±©™\x08 è\x17 ÚwD "
b"""
7ä\n
3T…D–²®þ@ÖT°Ì
"""
b"_V÷ÿç\x01 FsÖ\x16 ]Ø}&\x12 ± "
b"x4Ü/Ú@KĶ\x14 ®;iÐȹ "
b"“Ã\x10 TgmB\x00 ©î\x0E ´y«Jl "
b"\x10 ÊÝóæéLÃ ÂþYmÝ\r C "
b"0¡F\x1F ˜ÄMº‚)Â'°÷_ò "
b"""
BQ™!\x02 ,Jj¨ä%\n
ž‘6
"""
b"HÜúç[ÚBl’\x11 SrÊÅ}G "
b"K\x11 øÑ\f\x0E K[‘ßÝ=¾x`| "
b"rð\x1D ƃ^D^‡åÀ<\x1F Ì\x02 ¬ "
b"\x7F\x16 xŸ1\x02 Gf¢ž—÷÷T}- "
b"\x7F ‚\x14 PÜ\x03 L”»¾º;Jpõ9 "
b"‚iAÄB\r A\x14 »7ñÏÇ|¥½ "
b"„\x07 Ûª\x03 ËNç£×Ô™vÜg¡ "
b"¤á\r õÒ<M[±=ˆÛ¤Ú,š "
b"®\f ‚÷Ö\v L‡¯É\x0E\x11 (¾®‚ "
b"®l÷KÿdJr³šeƒóßs, "
b"»\x19 UG~ØH Â7▀└}õ\Þ "
b"└qÚ─¬\x19 B¿®Ó\x0F É\x10 Gôù "
b"╠²L³ËÊKÅà║¬\x1E ã╩|® "
b"""
ÖŒ¯Ö\n
yD4‡†\x11 Ý\x1C ”ü¾
"""
b"┌^Z\x7F [#BÉ▒▀ðñ\x0E ¸Û\x13 "
b"ýÉë\x01 ‡r@À› ûœZûn! "
]
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 , 0x042B27F2A88D40C9868A9CCD62FEF014 , 0x20CAC56C461C4CB1A99908E817DA7744 , 0x37E40A3354854496B2AEFE40D654B0CC , 0x5F56F6988701467399165D9D7D2612F1 , 0x7834DC2FDA404BC4B614AE3B69D0C8B9 , 0x93C31054676D4200A9EE0EB479AB4A6C , 0x10CADDF3E6E94CC3A0C2FE596DDD0D43 , 0x30A1461F98C44DBA8229C227B0F75FF2 , 0x42519921022C4A6AA8E4250A209E9136 , 0x48DCFAE75BDA426C92115372CAC57D47 , 0x4B11F8D10C0E4B5B91DFDD3DBE78607C , 0x72F01DC6835E445E87E5C03C1FCC02AC , 0x7F16789F31024766A29E97F7F7547D2D , 0x7F821450DC034C94BBBEBA3B4A70F539 , 0x826941C4420D4114BB37F1CFC77CA5BD , 0x8407DBAA03CB4EE7A3D7D49976DC67A1 , 0xA4E10DF5D23C4D5BB13D88DBA4DA2C9A , 0xAE0C82F7D60B4C87AFC90E1128BEAE82 , 0xAE6CF74BFF644A72B39A6583F3DF732C , 0xAF1955477E9D4820B637DFC07DE45CE8 , 0xC071E9C4AA1942A8A9E00F9010479397 , 0xCCFD4CFCD3D24B8F85BAAA1EC6CA7CA9 , 0xD68CAFD60A794434878611DD1C94FCBE , 0xDA5E5A7F5B234290B1DFD0A40EF7EA13 , 0xFDC9EB01877240C09B20FB9C5AFB6E21 );
Copy
75
0.99 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"\.-˜‘\r D*“\x1C iÈs÷g³ "
b"jÇ3CSåLÇ€Z^ç•A\x10 "
]
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 , 0x5C2E2D98910D442A931C69C873F767B3 , 0x6AC7334353E54CC7AD805A5EE7954110 ));
Copy
76
0.89 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"\.-˜‘\r D*“\x1C iÈs÷g³ "
b"jÇ3CSåLÇ€Z^ç•A\x10 "
]
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 , 0x5C2E2D98910D442A931C69C873F767B3 , 0x6AC7334353E54CC7AD805A5EE7954110 ));
Copy
77
0.67 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"\.-˜‘\r D*“\x1C iÈs÷g³ "
b"jÇ3CSåLÇ€Z^ç•A\x10 "
]
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 , 0x5C2E2D98910D442A931C69C873F767B3 , 0x6AC7334353E54CC7AD805A5EE7954110 )));
Copy
78
0.72 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.74 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
80
0.99 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01933FD0CBE772C58004DC57CB30CB1E );
Copy
81
0.50 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.57 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.33 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
84
6.81 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"\x00 |Ø4Y\x00 O6“œÂ™u¥« "
b"\x04 H[áü„L6ˆ²k¼ˆÐ{/ "
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\x10\v █?╦╠LB½üuÎNË\x1C ( "
b"\x1E ]©ÁñÈDÁò¡╗¤iÅä9 "
b"\x1F ×jþ÷pAÀ²W²\x10 G™?± "
b""ºó`±´Bɦ»£õ"¡¹ "
b"#\x7F :)º#E\x14 ·z쇎{ó\x02 "
b"$\x12\t 3/ûAMœVJÌ´K«ô "
b"Dú\x14 „7¯NoŒ{ãŠ2y\x06 ¶ "
b"Y&\x05 ”ò\x18 Ec«Ñ@P=W\f à "
b"Åg\x08 «?UBÚùÇݺ^\e !z "
b"¤Ò€ëF_F£…‘\x1A l\x14\x03 3’ "
b"ªX𶽢HŠ‹££\x0F ˆNfR "
b"«~`9=_J\x0E ƒ\x11\t -¼w1\x16 "
b"═vC╚Â\x13 DôüÌ╗DG■█¢ "
b"¤«÷<%ÊC\x1C üÂ\x18\x19 éÎ-q "
b"Þ•8ÿ/ÐHž¹œì\x03 I¼Ú– "
b"ä´øUÃ¥Lú™øi?ªxPË "
b"åSÉz\x04 ÈFÑ âÇÇ—F¡ "
b"ê\x15 ¡s‹OLAƒO×%z‰\v a "
b"""
¶½yP\x1A yBÔ╣ÔÅX\n
!ë
"""
b"\x06 {vnjØF‗Ä╣■└BıF[ "
b"-’HlÑ*F\t Š²\x1D ²/‹P( "
b";3«¬íz@›šä$FÅ[f+ "
b"LË2¡ç$@ÎÅdÚ!)R▓╦ "
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
b"e†JéÎÍJkŸ@\x04 é¥&±+ "
b"‚žäÐõ{C¨‡\x18\x13 ˆ\x17 uy) "
b"ž¢‰]Æ®@\x03 ¡|˜\x07 ?ø‡6 "
b"§µë·Á\x02 E\e £\v ý\x01 m*\x1E\x10 "
b"±_º!ï=O\x13 Ž\x11 V\x07\x03 #iÞ "
b"¶\x1F åÒæúBØŠ®Iö°)¿€ "
b"¼n®\\x17\x1D J ¹›\t\x15 6ö!¤ "
b"┐\x0F ¦lGFHXì´ƒÑ®ÛƒÚ "
b"൦6§³HÄ—««ƒï\x08 ' "
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"[─¨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"░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"\x07 Þ»0£$Lu©Om\x16 oˆ¬[ "
b"1\/ZK[B$¥ó&\x14 >è#› "
b"3ø\e ãaÛC©«ìdPrWÐÃ "
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"ù@}Y±dF»¹Ð\x19 sz‚æ¦ "
b"\x1C ¨·“õK‹¾UC«u=—T "
b"\x1F Âçü\x0F \N|×àW═r¦Ã■ "
b"Fı@öû\x01 HÉ×╣û-\x1F yV\x08 "
b"Q¹¾¨ãXF\x11 \x11 ª©\r Øè¶ "
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"\x05 Òï)8sC‡¤Ü®§]ý\x1F "
b"*¡Z\x07 ù░IÌå\x16 s½üÙvE "
b"x¼™^™»I›¨‚Ž]\x14 úá• "
b"¦½–߇ÄK¸‡.\x02 _Ïì\x01 ¢ "
b"³ù¤Ø:vD\x1E €Äɯ·ÂÒ÷ "
b"ÙÉ\x04 ıÿ\x10 KhÉ▄Ø\x1F\x16 Q6Þ "
b"""
\x01 ËMÁë-GÊ•$„Fä\n
U¹
"""
b"\x05 ƒ±†\x1D +H\x01 ²¼Sý\x1D ?`¬ "
b"\t jf1ó\x13 Aî„R5¦þipå "
b"\x12 2\x03 £\v ÏB]«b¯lI|]Ý "
b"\x16 !ñÎP†Cë„QVu²îª” "
b"g?Iæ¬íK²²\x7F F\x14\x15 ùaÿ "
b"gHA‘uJJÔŸúxÒwJ[ø "
b"¡ \x1F QJ\L£•~Qs.±½\x13 "
b"úÿÑ\x7F ãOJ\x12 ì\x19\x0F ëràq1 "
b"¸õÈ4Qw@Ä”L·4íü§ˆ "
b"Í•™\x0F §NF ™\x12 ìþzJ¸< "
b"Ñ¢\x08 ð:\x07 H\x1D ¨ôdÍ¿‚¼Î "
b"ìRÊï¹UCˆ‘pN„V\x19\x02 × "
b"°C6¡]ëK¾ü\x1E x└ߪ³w "
b"³?äÿÿ-GìÜ D\x16 3¤\x06\x15 "
b"\x1E Ô3aOgG¤žÌ•ÝÑ\x02\x13 À "
b"!Þ¾{4ÎDé€0¦O[52¦ "
b";%yåYPE\t ª`¾Ø\x02\x7F E "
b"TîB\x1D f3L‹Ž1ë©a,r™ "
b"zÞö\x17\x1A ÅGDŸOr.½<Ý "
b"""
É░\n
«]N<ì6ÈÂ╚‗\─
"""
b"‘‡ÄÔ<HJ£ˆ…’©\x7F T\x08 – "
b"«†1ÏÄFAá¿9Mø¾ËÔ^ "
b"·\x07 PA¬ëB\x02 €M_RS&ˆÀ "
b"┐_ÃÚ┘yNäòNá┴*\x1E äÉ "
b"ð@‡K=^E†€´¸ñueX… "
b"öt°\x0E h\x13 H\x16 £\x1A k<è†Õo "
b"·ÃàÞ\»Ib«¶Ü/Øv═\x08 "
b" 5DÉÍäGs╗¸\x1A ¬µ#½W "
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"\v ƒ$©8\x14 J²½\v ÂLj€ò "
b"\x12 n]²\x15 œCý…íDÂ%\x02\x05 ® "
b"\x18 6y >\x1E @î‹om²î\x1F WQ "
b"1QãH>\x02 DM³Øk\x03\x1F ´‹G "
b"e[ù›\x0E DA\x1D †—yÌåögm "
b"eßó╝6\e LäØ▓¶\x18 Í\v ƒí "
b"©\x7F Ã"H¨MYªú\x0F ž\f ¸û "
b"ÇåÊÄ\x1F îI'ªnŠÙ\x07 _L„ "
b"í\x0F μÀNK¿¸zÅÞ×,“ "
b"î}¸ŒÎðJ:Œ‡\x15 e þ’á "
b"\x03 ±(ÿ‚\x1D I’œeå¬\x18 šÄR "
b"\x08 Ôë\f JÈOɶOBì\f |ÈË "
b"jxšÂñBLõ—‘o§¼ö\x13 … "
b"\x16\x14\x05 œ-7D·¹(BaIõ-5 "
b"%|odŽ˜H‘»\x03 ®]Â\x0E É1 "
b"*–ò\e\x13 ¯GG±ž äœx¤‚ "
b"2oqDü*@Aå=.Çíì÷\x1F "
b"@ö®‹{<K¦‰\x05 ÈPî\x0F F "
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"¡<‰a¯ýM…°´—z]\x7F ×` "
b"""
¨˜(—Ë4KŽ•È\n
íb¡×l
"""
b"±]—ô'\x13 @\x08 µMIþ\x10 .Τ "
b"´ª0QhÌ@YŽ¦NWø\x03 T\r "
b"ß\x00 £┤<XGxØÄÀ┌óÒa▄ "
b"ð2²\x17 ~ÿL¸»>¹¡\x00 Ý\x1D , "
b"ôÁ”.\x0F žG\x04 ®Â,Œ\x07 ¹\f 5 "
b"õ\x02 y5ñÊB1¦±\x10 /™¯yò "
b"¨│Tü\x02 ]A$░}®\r \x00 ¬·É "
b"\x1A æ<Û\x13 WMÆÅ¢j(╬iÒ╔ "
b"!À.ú‡Mõ‚@(‡wúæµ "
b"1£M§p¸E—•.œâÕ†jû "
b"rüQß┤\x16 B\x15 Á»,16\x7F ]║ "
b"ì\x00 ºqû JÆ°á¡(Ïx¯¿ "
b" TÃ\x05 Ê|FY¿│½ÞoR'Ø "
b"\x15\t "ƒÍlDêÁ.╣í×Å\x00 Ø "
b"\x1D ìÞ\x0F %hJó»*Ë└ª¨AÑ "
b"#¢&3å»A«ºMlÛ„‘\x1E ú "
b"$À‘e\x07\x03 B³¢‹'´Œkäm "
b".z¡¦B4NV”¡‰\x0F ¤ø‰û "
b"B£ \x17 ¯ìD´²¡º‹4ºàˆ "
b"F¾;û÷SAÔÉ\x1E ╦ÍÙ¹÷─ "
b"náLQ×\x1C BrŠ)w€½ÊQ‘ "
b"""
p\n
pn×û@\v âêúÓ\x1F ║IØ
"""
b"ŽÄ¶‹ô\x10 Lö‚>µ.\r uᤠ"
b"£\r iˆ}÷KɘB;¼\x16 õþý "
b"å?)«VƒM8™ŽP \x1C D¿© "
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"\x13 žÍsÒ]Oú°<Û\x03 «„Z "
b";µ÷Å\x1C ÆAdɦ¯76\x04 ▒\x01 "
b"D³Ù▄üVIhÄ\x10\x08\x0E èÝDr "
b"QØO┬(ÑJTÆ‗ml▒{! "
b"YÈ‹VÀ¿C3¤Vô/·+@å "
b"c}´¿ß¡BוËo\x13 jç´; "
b"gЈJ²\x04 Lܽ}ãùå`G• "
b"¬ö¤/ÅçK░Ø\x15 @¹HÝX\x1A "
b"©±╬¯fìD»î\x7F fPM#ÅF "
b"Î!ArMŒL©†\x07 ØG|ì\x11 ý "
b"Õl>”ÜîD+‚>Øgu€PÍ "
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"\x05 ¾E\x03 >&F¿ª\x05 â>¼ÉÌF "
b"\x0F ÅÆý2fH\x03 «M½ÿÝM\e \ "
b"#C┌jÇ\x06 D¥ì°e═j\e ±o "
b"5‡°CA»DXƒ$£éYΗï "
b"D\x19 0Æ—J@eèÃ~s7\x0F ù "
b"GdŽfUÜO\x14 ‡“¹¢ïô-6 "
b"]¢\e JÃyI@½vÑ0õá7+ "
b"è‗É4\ E▄ûë0\e ^_ÂG "
b"ŒcšB\x08 ¥O…¥˜i*¾£‡§ "
b"™øŸ-~fMº¹\v l`/<—È "
b" Ƭ\x14 w+Aº‘Öm\x1C m" Ô "
b" Ç9³ù=HM¨BÒ 9£` "
b"Ú\x02 ‰Iq7FË©Ác¡ˆm§3 "
b"\x1F M=4\x13\t LŒks\v <êÒA "
b"%ö¦ø»¸B£‘sX÷Š€©Ë "
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"\x13 ÅmRýdIöà=Ö¯wÛ]¯ "
b"JگݩYB¬–,JXÃúB¹ "
b"S\f\x00 'ð?B\x01 ë\t dØûª\x1A æ "
b"""
‰Í\x18 ØAcOÓ”ô4\x17 >š\n
_
"""
b"—"i\x06 Ú¡Büˆq\x07 $Hn¬\x1F "
b"í\x1A þ┘ÜöBÄ╣░Z▓ÅUÄË "
b"Ñé~üÊÞE(î36^6d\x00 └ "
b"¦Ø‡Æc"Mr¨ƒ„è{\x15\x05 Ø "
b"¶%\x16 ýnNCc©jŸ\x04 öŽÏ- "
b"┴D¨Ë?¨Lõî)\x04 ╣Å\x04 ½K "
b"┘úÏß)\t H╗ñ19\f\x0E\x11 WÅ "
b"""
┌ÍÅ╗┌t@:ì´º\n
\x06 ƒëµ
"""
b"Þ;x$¨\x08 MÚŠM„\x08 „ýÊÈ "
b"$\x13 $Í°Ø@ü¹ÄE˜Õ§D0 "
b"""
*[uü½\n
G}▓k┤Ð╚9ì9
"""
b"E©iÝ^ÈDÏš`ÍS‘v]\x06 "
b"g\x01 │57\x0F HµÉè└╝ÝéY) "
b"h¨W©ÛõD.³qú‰í\x12 ¨Ž "
b"zi‹ÓK”H)½\x1C ^¬Þ:>Ê "
b"~^”Q°:AV¬¿\x04 AµßB! "
b"ÄH R\x06 !M=»¿ž‡2\x16\e j "
b"Å\x12 yÄË\r G6¡üäÿ¸E¯Ù "
b"Ó6˜\x19 5`HϽôˆ—®ãV\x1E "
b"×·Qº²íJ³œŠ×5µ¾{\x1F "
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"©4_£^"F¸½MÊ\f 0ñ;û "
b"©ð“øjî@$’þìÀª\x19 sÁ "
b"«îj‹%•IRµÖ,\t\x1A H\e "
b"»\x19 UG~ØH Â7▀└}õ\Þ "
b"Ä\x17 Š\x00 ’\x11 B˲žÖ±Õí®\x18 "
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 Fh¨qAh‰Ï“C\x1C\x0E ÀC "
b"K‡\x02 ]tàE\x15 ¾aq\x13 áª]Ê "
b"]X\x13 ƒ21CöØP3┼pe%Æ "
b"mLÌ8‰=Gã¤Äô†?\è "
b"†Û!Hu\x11 E\x00 ™D»¶Šä¥\x05 "
b"""
ˆÛÑÄ\x18\x14 Kǫ࢖\n
Á?‰
"""
b"""
¸@6V^\x02 EçÏ1\n
¤ï¥Á
"""
b"ÂÞ•âŸLA\v Šå©”»iìÌ "
b"¯8N▒óÎGÒ░ù!ÿ´ ÍØ "
b"îtу¸ÝL\x11 ‚_\x7F ÍL~Õ® "
b"ýu\V¶ÝF]ŠÑ²}\e\x1C » "
b"""
\n
œ¶T^\MOªl\x1A $\x05\x04 ìº
"""
b"\e TUwàœ@õ›nMfK\x18 Ï\x18 "
b"\x1C ›²º3üN3—]õ.ß|¥ú "
b"*\x19 :x0“I/šÈ©ÊP‹#\x11 "
b"6█IG4¶Gl║┴³zìÛn\x04 "
b"8I¨\x1E SµGx‘Ûº[œ\x07 Iå "
b"NÞB\x1D Ö—CQš4\x17 `MÆ&œ "
b"c×¥‘\t\x13 B)µµê÷&¿P] "
b"o„‰È\x07\e Lô¿ýÝ׌6è\x01 "
b"\x7F ΗÇ=\x1F C2£À×ùk\x13\x1A È "
b"""
ôº9ó\n
sA{èÉ߃\x1F U\x10 Ó
"""
b"ú▀ì\x06 ïÙ@¬ÅÄaûS■~] "
b"µOs3ƒ´Bˆ–{äW§È²â "
b"¼ÉËO\x1C €Jj¡e?´\x00 ég~ "
b"┼\x01 ËØKØO¨Ö─Û;\x7F {\x11 ! "
b"ÚiÂiû;Hë›\t <[s¬éì "
b"Ôh┐)r┐O\x01 É\x18 ¤²iRèé "
b"ï—\x1C K\x13 *@ª¸ÿZ0\x13 2Âá "
b"³ìf┬┐bC═ÉÖ±n\x0F ·!7 "
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"\x07 ÿþ¨÷ONݹkH{Ü\x00 á\x13 "
b"%u›\x02 ”pMܤ\r 4\x19 %S« "
b"""
E\x18 "8U│@╝ØÞ┼ø\n
\x1D K0
"""
b"£pí\x02 N\x1D G>”\x10 Á\x1D ádCõ "
b"""
Æ‘üÊ\n
ªFkž»\x0F hû\e [”
"""
b"ͪV\x04 å?H♊Ùí"+a® "
b"ö€6Õï‰Güƒ¨WÈå³e¹ "
b"û;»g^QJ\x10 “Z•öGŒÜ£ "
b"\e ˆ^ªWáO— 4Ï\x00 Ú,áì "
b"-\x00 S»‘øO\x10 ¥£àˆ±¤\x1D \n "
b"fùkGüË@æ¡×╩Ät~@ë "
b"yV„ø&oF›¼¶\x18\f ü“Zs "
b"°*~v£\x1C K\x0E ¼\_—óÅ–\x02 "
b"ý\x06 ȯøoN\x10 ‰ò³Úƒœ\x04 1 "
b"""
\x03 yé™\x07 ¾DÕ£ä\n
Ù‰þΊ
"""
b"\x03 £â´ê}@Ò¬(G¨ž7FH "
b")Ï\v └%‗K3ü=ñ¥└X╩Ì "
b"A\x06\x1C áÆYEAžjl}\x1E ¤Û¿ "
b"I+_fá;@^™12oS9\x13 y "
b"Oò%†E E¸”¿ŸÕ\x18 m&ó "
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"\x17 öO‚FnF¹´oâj=w?\e "
b"\x18 ╔\x02\e >øOP║gØvþS¡ª "
b"#mRJ├ýEx╣\x00 ƒÉ\v Ää» "
b"(‘Ùh`%@¤²—Ì\x03 óxêþ "
b"3«e\t T\x17 MTô\x0F R‗³├Ø\x02 "
b"5ÒFrGW@U®¯ù4[L#Ô "
b"CeÓ……`Jw‰ú¾µ9Óq¦ "
b"HO[¶ å@îÐ@N¹åÉ* "
b"é×¹®Ã\x18 @ØÿfÊ%«µÿ¢ "
b"ÖËØ┘Ü*B)Ö·Ló®\x05 »¶ "
b"×ì\v ~\x08 hE퇄^ãCÊ«‰ "
b"áP¨lw$@ÕçOñBÕÉn< "
b"\v émfþkJªŽAró\x00 ŸÌ1 "
b"""
\f \n
ö╗&└Fì╣Dd▄■╝Sµ
"""
b"DO\v !4╚Cøñì\x18 "º\x1A ½° "
b"XÅ<Ìy¹@Rè©Ñvd\x17 ìÓ "
b"Xò´hgò@\x15 «wua³\x10 …U "
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"\x04 6”Y½Þ@Ù–\x08\x07\x0E yëw\x03 "
b"\r ü\x03 ïþ\x14 O█Ü.Ü┌°└╬2 "
b"9É®=▒)A,ÅÙ▄=Äõéæ "
b"z—h¤\x12 ²Bã©iÙºêhªÛ "
b"„“‘Ä^`F÷–\x08 ?Ïrøij "
b"–é±A*\x1E LÜ‚‹µF\e ®× "
b"╗¿░åéôI¡ïÅ\x1D ıÜ─èg "
b"ÇÔ_$\x07 mA\x03 ‚\x0E FF½ã\x14 ù "
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"\x03\x1A #ÙÀoH\«WÌr┬ð¡ü "
b"\x12 &J„\x08 W@b¨á\x15 \r -ž˜\e "
b"1ºq\x02 ¼„I\x07 ‡ÇáæÙÇfõ "
b"iLIùA:C…œ<öÄê”Ä\r "
b"x\x00 {桧HüóGå8╚■┼" "
b"àÕWdî\x15 @sØ┼h▄¡ÅÁ= "
b"""
ª©¥y`¯BÏ¿'\n
?%}Ï\x10
"""
b"└^OÅU<Dƒü\x03\x0F\x0F [\x02 ÚÉ "
b"Î\x0E ÞÌ┬!BÑÄ╔ú!¦\x12 ì\x0E "
b"""
\n
YIz;O\x16 ║ì\x18 ³\x06 ▄pù
"""
b"\x1D '\x17 M1xM_ØâH\x04 29═ "
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"\x10 $.wYÅE\x11 ï┴│╦è\x18 ½Í "
b"\x12 Ýþ‚\x01 8F\x08 ›Í2´à\v ˜Ý "
b"\x17 M8\x0F\x14 ˆBm†o™Oædƒ¢ "
b"'Å┐TÖïBÀ¬7%fÈ┴%§ "
b":<eÇ‚T@טK\x10\x10 ¹Ô¹b "
b"q▀Z»3îE-òíÅ\x04 XOÃ\x1D "
b"‚iAÄB\r A\x14 »7ñÏÇ|¥½ "
b"š\x11 Q„ÄGJ{°ÛÎá\x08 È*N "
b"Áì╗ÏmDD\x00 ó¸<Ø»SÄ┼ "
b"ühy;╗©D\x10 ª°=+h³P: "
b"å\x06 4ÚD¨AØ«I ÈtÀ¨Ä "
b"""
!{ \x13 ãdD\n
š2zN\x1D Ø(.
"""
b"U}©–g\x16 @@³å<Ë9nÅÝ "
b"‹€¿¢E)EK€\x17 ’8¿ÚZû "
b"ÓÔ–¯\v !AS«Ç¢ÿ\x06 8&7 "
b"ô÷öDKoOÁ¦Ù©«`-\x16\e "
b"û\x05 4`ûEN‡²¸‡9˜âÂi "
b"\x1A Ž%¿†FLùºjF·t\x0F Qõ "
b"*4äý°U@q¤Hh€€ËA> "
b"lG.#O…Cc¥õÄz®šG% "
b"nÆîŠîfGk±5\x1C Î1ª^£ "
b"ܶÜ\x02 U\x08 I`ºªjhSÏìÛ "
b"V¿‰Ù\x10 ÊKA…gOÓ\x0E\x11 0 "
b"ì2>;\x10 ~J7èÈÑâ═=¤\n "
b"Êjßg-\x02 Lõû/ì<(ð·À "
b"\x01 4Ç‹+pC倩€¾íkÓ# "
b"!!OÖð\x06 @¡ŽPïÐñ×g© "
b"vhâ▓dÊDÀ░V\e Ì║ü2} "
b"wqTÝ¢†NJ§V\x1D ‚Bñ‚b "
b"Ó»\x17 ê/Å@»ªÇn░'Rß\x12 "
b"\x05\x03\x13 z(sB¼”\x1A uô€?Šb "
b"\x0E RØ\x18 a1NC‰K—Aß|´² "
b"\x14 ̧½ípG!·y¿—ƒ£k« "
b"\x19 ò¹R\x00 WL\x00 –Á%QD\x16 kü "
b"\x1E rÇ\x01 ¬bC\x07 “Ç\x1D q:“¦÷ "
b"0Éÿ¶\x1C YAÿé"\x01 fpQ│4 "
b"9°\x17 ³!óF, }\x19 ÛÁˆˆ\x17 "
b"¥=qTþÈBÈä<ıüÃ╝ý- "
b"Ü\x1F\f ‹¯SMZœ\x10 ¦ÑT¼Ü® "
b"ôµè-~dDy±}F\x19 ›¸”\x16 "
b"¸ NìKoHFÜ\x14 5%\x17 nã├ "
b"Eña‰šDJ\x1D •}·!kæ&Ô "
b"G\r ñÏÜ¢DìÆÖÖUe\x1D pñ "
b"|i„tkÌI,¯ûï˜ÂWÛ "
b"Å¡„äZmC,’æ©%U„n "
b"1Ÿ“öœ³Néš´\x1F O¤UÔP "
b"Tëa\x03 }\f Fê‘;0]\x18 B<× "
b"«¼\x07 Mµ═AżN,ö‗yL! "
b"ºD¬\x01\x0F\x1E Fí½ª¢«w¯Gì "
b"Ú,ïÚÏjAä¸èžH§…\x00 º "
b"&dÓ┬ë»I|úZüR"o«0 "
b"/ÌD\x1F íâF~ØZ\x7F\t ═¶®N "
b"\±…¡ÜøOS½î{v\x1E\x07\x06 Æ "
b"vôçìsFA$é/E>ÏZÜÎ "
b"░gy¦┼I@ É\t û\x17 í«▓ï "
b"ú©•º—êJv“ôÀþ9„ŒN "
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"\x13 ØÁl¼║E±ï²│}<CV( "
b"!\x01 ê˜ +N2™Ýܲ\x10\x00 G "
b"/\x1D –ƒ\t [K¨¯T{²ÆT\e Ï "
b"fZÙ>"”G\x0F ½gjY,²ª\x16 "
b"k§\x17 å\x06 «G“‰ä\~ž›±K "
b"lÉ\x12 ±ZoNˆ¬¹¯çÚ»W\x1F "
b"µ7«Yð\x12 BR¿G}Þ¶„Y "
b"Ã\x06 NIý\IŠ…«ÈèlïÞÜ "
b"\x1A 3”-8\x13 I\t ¾º\x11 íMí%ü "
b"2\x01 mL2ÿM<«\x07 ᨙý¥[ "
b"ƒÒ┤>ÁÉEù¡E%┐?I¸è "
b"³ðX”þ«OT²±4½\x07 XÇ "
b""Ýu\x1D ÂéM-î\x1E ɦ\x1E Üí "
b"$Bªý£\Gi¥C#’Î_\x12 1 "
b"Xꌛ+ÒKs†ä\x11 ´\x1A ?L\f "
b"bÈ\x04 F|ëB\x0E ¿ãgøUÅn "
b"dT\®ÈKN}ƒé©ÀíAÊf "
b"ãÌÐAª•O\x16 µ<\x04 •N\f ?\f "
b"þ<‗┼È\v ICùØ ‗¨a£å "
b" \x7F Ô\x0E Ç\x07 D+çÖPø4üm¦ "
b"DÑxcr4D*†…ƒ§:&ft "
b"XÙ¶ÍíÉJ®–·é@é2íÒ "
b"ýZ²ÊÎ\x02 DŠŸ‚uÑ\f n™¨ "
b"\x03 õf%Z>J\f £BS¯Õ=Ø{ "
b"psD±=ïD—·xJ,òv]\x05 "
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"""
ÚYä\x05 ‚I~•\n
û¨ËbS†
"""
b"xy.!3\x0E J:ì\x01 _Õ\x10 lÿs "
b"äZ\x05 ]œDYˆß\x14 ŸQ\x1C\x13\x02 "
b"A§òDu\r J\x1E ²?Ø<˜à\x00 x "
b"H\f Fù!N\x1F ž\x08 åñ{J¯\x16 "
b"""
Lùª‗MO<ØÚ¹┘z\n
Kü
"""
b"^VLqÎÜL{€µ\ì\x02 W©{ "
b"po°ÍqŠO™¶*§^æõ\x02\x00 "
b"•F\x1F\x02 `\x19 H§²äÚÕJFæJ "
b"ʽê┌▒6LõÂj#\r \x19\x18 zØ "
b"å\`„\x12 ÊK\x0E Ÿa@Z\x7F ‘\x13 z "
b"40Ï\f \r 4@#ˆäçâìjÇ\f "
b"7XìNh>KμuEƒß╗ï\x10 "
b"@©\x12 ÈXÌGõ„I3\x17 !È\v Z "
b"E¥É"i\t MâŸè\x02 ƒœ…Ð "
b"Ø\x01 █\x1D 3╔F¼║¼±µ¬º!Ó "
b"ó\x0E ×\r \x05 •Lñª¹Ó\v k:«d "
b"%!]h■[B!»òÏÅË~´B "
b"`\x14 =2Ø(@Ù▓À|iU\x11 ┌> "
b"m3o:¤ÆC^¡m\r qKy5ô "
b"ü‰³÷:JK1ª8Að\x1A œÆ "
b"\x12 S\x05 ¿lCK]¢\x17 q+#~RÒ "
b"\x1E ÉQJ\x1D ÚA\x18 ¬0YÁ\x06 »é╔ "
b"{š‡Äe»OQµþ®\x12\x02 4ªv "
b"~5†úª'A&©ûç\x0F B\x19 ý> "
b"ç,\x15 ─░}M├ü▄\x1A &╗G╦\x13 "
b"""
Œ\n
ÁƒOnK_™\r ÕPþ27:
"""
b"$\x03 Òu¥˜Gƒ™¯tDZj×k "
b"9╚_!ÆÉGÇŽ\x04\x1F ü«\x13 Î "
b"d©éâóÚLÙ€Ø\t V\x03 ‚(¹ "
b"è┬Å;\x0E ╚Il┐S\v ╦óS╝¶ "
b"Õ‹©x\x07 `L\x19 ¦½»µwñžY "
b"ã7="\f {Dl†\x18 ·+–\x12 ŸÁ "
b"ü’Ì¿÷\x12 N§‰»=ôZ,\x06 × "
b"n,Ù¹ËrF"‰P´Ò\x18 Ó@\x18 "
b"»\x0F Lí£´D¥®ä\x06 ùÉ\x7F ÷ "
b"À\x15 Œ¼ÆzG\x16 ™¹-Á]fÙg "
b"\x02 ºÝÿaaC°”=nýÙ\x1D\f \r "
b"\x1D ˜\x08 ‹[\x01 @B“U~"Î\x0F Ü "
b")¼Í!êLu‡šYl"60ž "
b"""
,õøÎ4DF╗äfÅ\n
‗Øòg
"""
b"?àààËùG”’böV\x07 –Ã[ "
b"eN▀Âõ\x12 K4Ø«\x07\f G|q± "
b"┐Aþ¾=╦F"Ø\x18\x02 ¸¡ávã "
b"ÏŸ”m2#Kn¿d¸ÞÍÚ† "
b"\x18 ¥|╣-HêØË╗\x18 Tõ═╩ "
b"""
\e\x1A\x13 /΂O’Œ\n
ÓÍ\x17 €]y
"""
b":.ÊȃXJݧµJY×·Ø\x03 "
b"ŸqMQy†J{›*àf\v Ïñ´ "
b"""
8\n
4ž ¯Ja¯T$Iš_:ù
"""
b"HW%“QÑCa¸\x07 _$bÀÓ¹ "
b"YPñ\x15 qiB\x04 ·–˜\x07 œß* "
b"öÁeG0[CqÉb~<├╔╩¥ "
b"Ū/)6uBâ¹Ãw9¯ùý "
b"×\x18 B>¨aAT¡Ÿ¥¦Wúéé "
b"u─ÅÚ\x06 ç@┐ÉÅ\x14 Kÿö1: "
b"Çe+,¹³D£ü╩b\x01\x1F Ï+& "
b"°▒▄╚xZOkÄ[¬╠O2▀Å "
b"""
\n
&é╝ü┘FéìDì\x11 }³└ß
"""
b"\x1C à\x1C ã?\x12 @x˜\x1C S_áí4Ì "
b"&¸\x1F %°ÅB\êÇ7\x08 Aß}‗ "
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"â\x08 ÇšƒÔB[—\x01 ›pq~gŒ "
b"wN)Å║ÅH¡ÑÁðmÆ×4, "
b"xñ?Ï" Eا–.wð;dq "
b"Äç▄ár#LÛÿü¥I└f{P "
b"""
¾4ƒ]\n
B¨¾,\’6#\x0F ð
"""
b"""
Ë\n
\x05 ð\r \e OS…ѽ÷+á•=
"""
b"\x10\x11 ┐¾f½DØØÄ█╔O!k± "
b"f\x05 —C\x03 éEv•j\x14 ÄÎɈy "
b"|æÍ\x05 Ã8Js°¿*h¯]ŒQ "
b"åQ┴ù]HGÀì\x10 ı\x1E\t »\x12 "
b"╦\x08 EüGTMAÖ/╣§╔:TJ "
b"Ë\v =Y×ÝG·³«æ]\x1F á›E "
b"Ú|\x03\x05 ¶K@¿‘i2}ŠJ\x12 ¤ "
b"6HÉøò²G«G;嘶Ø! "
b"\p=yõ²F\f ì\x03 ®iÂv{╣ "
b"soÊnI\v D\v µ®óIöÔxT "
b"°\x01 ŽdŽ„Aü¢5ÉO†¶+Ü "
b"Á0Ð{Á®DÅô║~áôb‗╗ "
b"""
À¥uÒ\n
½LìŽ\x02 ZýúËŽ\x02
"""
b"Îzø*8_IX¬¯ÄÞ°1SO "
b"\x0F ܪ¥ÉÏDƒÁNá\x17 ÁGçw "
b"\x1E þm \x1A ³DT©1ÇB\x02 a„ "
b"""
%Žž7\n
\e In¹”tKøðl£
"""
b"Nws²ƒNM\f ´ò5p¹ŸôÒ "
b"Tˆéí±@Ï”p_»q\t Ê× "
b"Tµ\x10 ü▓\x16 A┤ø'4tZOQ "
b"\¥ˆwí€K\x1C ´\x1A ãvO‡'ˆ "
b"eV0N› N†½8h·´í‰\x19 "
b"owÍöK±LlªLr¡¿úÐï "
b"uSräEôAE╣ò\x7F\x1F\f ü~U "
b"¡¼coH»E\x1C ªén\r ˆ˜Xƒ "
b"Ç#"#ê¯DÁ¬\x1D C‡z~…1 "
b"\x01 Â`µ^gCh‰Ï\x19 *N‹ië "
b"\x1C Óv\x13 P8AL‘kQ9J¼5ä "
b":7“PÒeC-›F\x1C =%§\x06 © "
b"{\r p|M‹@\x16 ƒ•ÒËž¤}a "
b"“©u\x10 ôáLº Oî0®–!\x1E "
b"ıºìû[Z@ıñ\t Æ*┼vê▓ "
b"Ó\x15 └Àh\f Bóàè║ü░ÚYé "
b"¸BÊøéhG\x1D Å23>OÅ\x14\x7F "
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"\r ¶é¹ØVB®ôq±è\9Û "
b"8ÅÆþ╩SI▄ÜÅ'ú▀ø"3 "
b"?À„\f e\x08 L·‡\x1A &«?\x19 E "
b"fÅ6\t W$Nd©/éÓsyfí "
b"ÂKK3`|BÑúɃ;Ï@³§ "
b"Ê)\x10 Þª\x1C Ke╝kHmÅ_µ¨ "
b"é\x19 öÐP«J[¬æ³Æ8sµŠ "
b"¯HLbÂ▓Løú¢&ìN┐\f 6 "
b"\t §ÎàzÏG¶‚{Od(˜ù\x1F "
b"\x0F ¦ö<±▀Fo¼ü░¡R//Å "
b"\┬¥\x0E }©CÅ×C▀°êÞ¤┤ "
b"Ö=Èu\v .B9‰¡µ÷¨Š¦P "
b"""
Îr@å§åD\x19 º\x1D \n
íkáÓ_
"""
b"WÉmt\x01 #J°¿¾X\x17 ,\x0E éô "
b"p²ÀªÍ#O&€}ì\x18 oÛÉO "
b"ç¡àÛ\x1E ÀB¹º[\x7F üw$m= "
b"˜–®¿.÷I$½f¢ù œé. "
b"¿ºULzìE¤„Ìû•" ÈÕ "
b"õ¹ã»MiG\x1A –Ý\x15 M{Y8p "
b"‹3ø)™ZF\x0E ³f‘.@\e [ï "
b"‘ˆ âO2L ž€\v >öÐYÛ "
b"¬x§?\f ÝD]½«ï*\v\x03 © "
b"õ^qßH\x08 LMœ\x19\x0E ä\x05 ¶¥¬ "
b"G¢èRy–Ot´Ë#\x0F !¾mj "
b"M\x13 ’#D¨Ad–\x18 ~H\x01 ÷éò "
b"q\x7F n dÎF…˜j\x1A ç—Ž\x06\f "
b"òÏ&ø8KBk╗õÅ║Ëã$Ç "
b"×É‗cý«MÀªËaU\x7F ┬n# "
b"ÖC—öì@ˆ–Vá×9|Èü "
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"\x02 ü&!\f ÿE‚èäð\x06\x17 ¡E "
b"_”‘p8¡Nw w£\r xÏ̯ "
b"qÈ_¥`fKS’\x07 ‰¤…ÉZ¯ "
b"t9\x7F\x15 þ‗Bòå*▒\x06 ã\x05\x05 Ø "
b"€q×ÈbúMÊŠ\x17\x07 sÊV’Ó "
b"Çþº7\+G¸´²[þTê%¼ "
b"u┤┘-ð\x17 G¹æø\x13 ®5╬/ü "
b"´xòSº]@œ¶I2SIËIA "
b"├q╣ÝìãCÁ┤Ùzûı¥(Ô "
b"¾\x06 ½Ò^nD¯Øã;G┤\x16 SË "
b"\x1F V˜²=vC‹œüb¾L%™µ "
b"¹{)Î\x1E bG´░Ú¡─╔»ØÛ "
b"\x15 }Ú€:mO\x11 ”f‚mþyz "
b"""
&&£$%\x7F B\n
‰\x14 ¯Nôax_
"""
b"*C* ¼VE3ˆÑÓc\x1C\x7F ¨u "
b"2û‘gïšJųÉ{¹\x01 ¥'U "
b"@¬›äM\x1F GF¦á:"\x16 ²Tõ "
b"U“ÑßžŒL˘\f ¼f<p\x19 ¤ "
b"| (ÍdËEاSiŠÈüÃ\x07 "
b"‚W\x1F ¿¡\x10 Kì‹´èúö€eN "
b"…±åCeCH\x1F µLDûkÇ“ˆ "
b"¬_dÿF¼Ee©…øåvfã\e "
b"³\x04 ^ð½„Gpš°3iÆW†ø "
b"▄\x02 '³¢F\x16 ¡▓IÅ┘╚\f ì "
b"èì@\x02 U\t NV˜\x08 ^³ÊäI "
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"\x08 n\x1C oŽüGä—W…Äð\x1A àò "
b"g8mºlSK\v Ž«\x15 )n\x13\x01 ‚ "
b"ŠŒÂÍœZF…¿\x16 [P6é®ò "
b"¦ÜÏù²ÕN<Ž·!¼ó’`¶ "
b"ãJ½\x01 õ¯@\x05 ¶§ùñ¶\x17 ¼V "
b"“ˆ\x04 žŒÝNi¤>SÍPPÍ| "
b"¬\x01 ƤP_B\x15 Š\x1A StB \x08 "
b"Ù_!\x12 …IB°)\x07\x05 }¡<J "
b"·╗ÆãçYG┤ä»sxXþSì "
b"lŽI‚íJOä‚þ]ÿlù?] "
b"–¤È!p†Gó‘¨\x00 Ý\x0E ÄP‡ "
b"ž\x15 ÀûÿÌDF¶Cº\x00 ‡3|= "
b"¿Å†5m\x17 LH ‘Ê\x17\x12 0Ó7 "
b"""
#\n
2Ú\x15 SChœ…q3ñˆ…\f
"""
b"rú4fÅ.CÀ▒\x18 ´ÏVÊ_\x00 "
b"9O$\x19 €!K\x10 ¿\x08 lBû{ià "
b";©I; 9@┤º9¨\x1A Åø/[ "
b"Mý|£EWBo£\x14 嫹"\x10 q "
b"`ÿ¹2õÐJÞ™-ù\x1F Û\x17 Ba "
b"í¢FLܤIÅÇ\x05 g╚\x13 XGo "
b"Ó€¿yÚjO\x12 ªÌÎ\x15\x0F DyK "
b"ß╗]\x1D KQO\x02 ªâ§&┴ìᬠ"
b"\x08 F>è±\x1C GL¥Gqþýy\x05 « "
b"oã`¤ì'G÷┐CíuÊ¿»¹ "
b"r¨¥\t cÝCq‰¯ºY\x1D þ© "
b"‚Ö3\r \x06 qMÞéèw¶õŸ\x16 "
b"‡7ž¸PMOÚ»ã…Cs>Ù\x07 "
b"©NÂÀÕ\x18 E”²Eƒ¥¤³%\x02 "
b"X!‗\x1C úÅJ-Ö²ÈÜÊ\x02 QÄ "
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 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"2=\x1E }\x14 ÛD™ãɉ3\x1F Ó~ "
b"oó’ñJÚD\x15 š\x06\x7F ÍŸB\x1D f "
b"Àµøƒ,ÞG\x1C ™‚uâó¥â« "
b"æŽA¯7úK\x14 ¶¤\t\x04 (š½6 "
b"í“°m²iF"b\x18 QëŸ‘È "
b"\x05 m=bY\x11 H\x1F –™6åÇ’Óí "
b"\x0E úèZ LF¿”œ0 \x16 Ê\x02\x10 "
b"FöXt÷+IpøPØ▓9Á╗À "
b"b\x15 ÷“¸4O\f ÿå™ÑÙô’ "
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" Å\x0E nÐ2Dïèú\x04 c¨\x1F $Ñ "
b"W\r R╚^gJü½&\x1F\v uA»\f "
b"h«N\x1C 3ÉFßï¤?├q┘Eæ "
b"ÿOÎPî\x02 FøØ\x11 ;C\x06\x19\x0E § "
b"دËÖ╦─Oòäæ\x00 ╚HìI "
b"ÊÿJþuZA¾§înóL}_\x13 "
b"2\x1C ŸG†×Aø‘ÂSfÌîL\x07 "
b"QË¥\x19\x04 MM"£\x0E cËž\x0F îž "
b"i4Å\x05 {[D`¬²d\t bÌŒ¶ "
b"jŒiÊ\x03\v D\x01 ±ÿñ(*‘sA "
b"€]q\x00 ¹dJ™Žòôˆ[Ü\x03  "
b"Àµ·]ü>Fz‰oÑèe\x10 “Ö "
b"옾h`+Jÿ‰+õ¡†ª\x03 ˆ "
b"'\v Å\x04 ùßHHç«WC\x19 ╝*║ "
b"<ÈÅxÓ'A_£C™‰53ÆÏ "
b"¸Ï\x04 €È÷F\x1C £àŒ"E÷b¡ "
b"ÕÚZÚ]J¾¬þ*7Œ/êª "
b"¼ –\x1A\x06 °H*‹ÖŠ\x19 m "
b"Â\x07 Ù\x06 ÕÂA|£ÒÛTlM.m "
b"áÎ\x1A E\x1D éG9¢\x16 &\x02 a\e ™S "
b"\x04 @╬¼"^KÞÅö½V¨Ó╬p "
b";\x10 ã¦AULW£\x10\x16 ›–Ä' "
b"m\x1F ±½‹áE6‹röùüðV¯ "
b"Ät±/ÇÒLuìÖþ┤³1\x1C ¶ "
b"—\x02 W³”YF¾¢S€7e.ãÄ "
b"""
\n
\x19 ¯H)\x0F EÈ•þApᣵk
"""
b""Ôë┴É┌J#ón5òZǼn "
b"a &æAs@……l½½£òjw "
b"©\x08 L®œûKÅ›0äô–b-– "
b"Ö\x11 4OXãF«·\x12 ’Ò‚¿»\x03 "
b"íðq¶RÕMR½“Àýͨ:² "
b"`g\f YÅ\x07 CÙôÏl\x05\x1C )\x01 u "
b"h\x06 ß#å^JÊŠo\r ’Fþ.\ "
b"¿qoA§SHÛ©ÀqAåÑ#Ò "
b"û#ÌB\t ïC+µ¡o¾œ½t\x7F "
b"8Ví\x02 ½[M™Šr\x04 ®œ\x1E ^Ý "
b"Sò@Wo¿I0Šð‹^Ü·;¸ "
b"ºS±\x1A ¿°Mq•\x03 Óט\x06\x0E - "
b"7Dyìî\x00 Cý©¨¾ñ¢ÈH¦ "
b"Y║\x08 «b\x1E J┴ò\x16 ┬ñØ╝ý< "
b"\’«\x0F ½ìN\v ¸\x14\x02 ¯\k"Y "
b"\┬ع\x14 ±Gk¼û▒═\f F\x16 ═ "
b"ìÓãüÊ\x07 LÀØù\t Ú.\v ô& "
b"ÈõI±ì£I|¥Î|È0C(ç "
b"Õ>ûù╣üHj¢¿E$Ò▓Y> "
b"\x07 BüÃa^Gìä{¯╩▓à\x10 t "
b"\x16 ºç/ûþ@½ŽVÇ/Ž`> "
b"\x19 èÔÒ½ÇC@šo¦ \x1E º£¢ "
b"¦OBs^NOK€¹„ú8/mö "
b"Ûíª<uDIn‘ç=쯰ËN "
b"\x0F LØ`68G³¡╠®└Í*öá "
b"|\x1F ÆGÚ¢Aâ‚z\e ß\x02 ²’\n "
b"ÌBS&œöOô¡\x1D ã\x01 SâÕJ "
b"""
°R\r 4±5HD¦oÕ\n
DNO
"""
b"J\x05 ã{öLBÑ»\x1E\x18 È)Ûœ† "
b"Z˜QÀ¯îGÑ€Ef?7c©É "
b"çî┤ùý║F¡ì¿*\v Y»K▀ "
b"ßê$„;“A+½æ ¾VPL\x1A "
b"gÖr\x1A ‗ÁAì¡N\x02 m╔sVû "
b"Á@…‘%\x1E M\x03 ‘±q\x7F {¤ w "
b"Û-¨Eõ‡OFµ¼ý¥°\x13 ž? "
b"èeQþèãDŒ€uõ¯«Ä;\x08 "
b"˜öòõ‹¾Gí¤ÉòâbæF\v "
b"Å礖ÕmG\x16 ”ñ \x7F òÖŸa "
b"á’P\x0E ìüH¸ŽR\x19 ¡ø\f Zx "
b".—åLµÎFÛ…P\x1C\x00 Fˆ52 "
b"ÇEº\x1E\e FIkÅ┌ÿ┴ô\x06 ± "
b"“\x00 Ñßy¦Oüž\x19 5Ô‰;㤠"
b"Âˉ¢ˆIG*‚¾àÞUÊÖª "
b"È’õBq\x1C C<«oüŠµs=í "
b"ı÷¨*┐çB®ºÉ¨╗d.ë" "
b"ÓX║0Å╠Eå¿\x1C (Ýíâ÷\x06 "
b"îFª½\x10 ˆJf–Ÿ2Ð6÷šÙ "
b"\x13 ‘.5ºiKTŸÖ+¥¼Ì|\x19 "
b"~±p⇑LAž#ÿƒhÏ?h "
b"•\x00 aj\x01 XK\v ¿u~µ÷“(b "
b"úMÕÄ\x00 BMÙñýÉ5©BË5 "
b"¾s\x16 Ý:ëFÿ—)Ï\x11 %T\e | "
b"çæ9od×EŠ¦h¼\x06 åÉ•Ó "
b"ð_\v\x07 ä\x0F DÒ•#àÚ¶©\e ™ "
b"à»S!nÐHɉӢóâ\˼ "
b"{©!½¯AI%â┤ç┘Åı╗. "
b"ƒÖ4$Ó\x01 J¦ê£═Åu╬8D "
b"ß}~£ÿ4H µ\x03 >\x05 Šå\x1E æ "
b"„ü,\t ÖF\x05 •Ø)Wágh "
b":\ëÙ´TEýÉù_/┬\x16 k╬ "
b"╚Ju2vëFº¿/\x07 «┌\üC "
b"""
+/\x0E ®ê\x06 Bçµ\n
Ò\ýõ-½
"""
b"uY\x06 ’ñŸHÉ’Ž¿8âÒ8ú "
b"Ù¤2\x15\x0F\x13 I³žä.Yÿ\x19 å; "
b"ì5šX]…J~‘ç¼YÓ\x01 2Í "
b"º<ô9ÓùJP¦:µsí$ÁÇ "
b"\x1A ¥ÍÚ'HDÆ‚]Ο\x1F\x13 ü< "
b"%º\x16 ¼ooD4╝Å®Ü▀ÏıÌ "
b"niQ{Ò¬JVª*†[\x00 À\r ½ "
b"\x00 ìÒ\x1F E\x10 DâÉÕ0sx█¾« "
b"\x15 0:éñ§K¥¥V âf\î€ "
b";vq,\x06 JDÔ½cxútæÉü "
b"^—\x0F sÿôJÔ–÷\x0E ¸àDa\x00 "
b"k]À%┌ìDI»QıBù;w "
b"Ö~'õ\x13 \D├Ľ Ôî\x05 ìv "
b"▄¾V*·êEýÅíÛ"ÛØÇ< "
b"\x19\t ñ%9ÉHIù‗·(┌ç░} "
b"LçÙ8‰ïA\x04 Š>&’–\e Õ* "
b"}ªÏ░8\x18 E߃!╦ü╩6h? "
b"‚o@¬“\x1C DÄšdÇ\v 8“©ˆ "
b"¬´\x1D ãõÅG†¼ÐH,°‡dà "
b"s\f NlúìF\x08 †`\x16 S\x0F\x10\x17\x1F "
b"Š¶ 7Ž®K°©éŸ¹1uëu "
b"p\x15 ¦IíÖBt€›sÿ™»‘× "
b"»ÏÞ¯g╗Bâé{õt8¶ìõ "
b"╗BQ ×ÐI\x0F Ø\x03 ²¨ý\e nl "
b"""
7ä\n
3T…D–²®þ@ÖT°Ì
"""
b"\x01 ²ã\f ‰tOE²SK}ÕñŒ‚ "
b"\x07 2¹¶]%KýıÅËI\x7F\x02 └ "
b"E\x03 ýV╝ÊDQì<)¤c¼QÒ "
b"S\e ä\x06 3–Ax‰º_Ü\x17\x15 ,ó "
b"…üd\x16 ]iNü¿\x1D Pµ“¢—Ì "
b"©¡à\r ý @/²´çéØÁB\x16 "
b"þ·x…ÅúG+¨ªŠ¿:xæX "
b"ÿ1{'¨ŸF\ˆ\x13 s\x03 }R\x18 q "
b"@ýuæÅ3N$▒+M&Ég½? "
b"K£Ngá%JS░£ì7®\v Dr "
b"üı®k\x14 3K¬ÿ\x17 Ë░Â\x04 .B "
b"Ø\e ┤x\f öJ\t áÇçhâ┴ñ\n "
b"ÇUÀ\x1D ù§In‘ \v >íõx¸ "
b"ËÊ(┤\x10 µC+Å-êón@V# "
b"ú„ì\x1F ¬ùM`«ÊÍÅ"št% "
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"/&¡ø¦ÇN:ïl%Ýìí]┌ "
b"R:º\x04 °\x07 EÏ¡y?.dÜ,+ "
b"hèjͱ³M”€':ÅBVº\x14 "
b"’ºŠ(NžOh¾5ô›¡2wÔ "
b"í¦øZ\x7F #F[¬ ¹Å\x0F õîâ "
b"Ë?·¿<ðI‰»ßü8\r øN} "
b"úü™ëÍ5H‚»3Û\e _WVø "
b"\x06 )É^<\x15 E(ôÒ{┴·v¥ú "
b"BŒ&«\x00 5BV‚J¡9ìN'0 "
b"p\t Ž„˜íF-ª\x1F ;ÕJ9B‘ "
b"çöA▓╩ÙDàÜN»\x1A ÷É-< "
b"▓8»▓┘ìHXù\x08 »\x19 $?é\x12 "
b"â/ƒzùØK¿®%Î\x1D ÛîV\x02 "
b"OÎ"uö¹L_¿\f À[É*cg "
b"߀›gÚpAÞ©¢`öÀ†ã\x1C "
b"ß÷+i\x10\x17 Aו[ßÊ] \f W "
b"©æÛ\e æýNÕyÞÊúªAq "
b"¸"€¾ÿÂN"§c+\x1A\x7F Õ¾\x10 "
b"{K\x03 Kª5JX‡/Äv\x13 ëÔ\f "
b"™V²0œÙE\x05 œO¦ñØŸ4L "
b"""
Êâ4÷T5GKü▄µ½#\n
I1
"""
b"„\x07 Ûª\x03 ËNç£×Ô™vÜg¡ "
b"®l÷KÿdJr³šeƒóßs, "
b"&ÇNi¦óG\x05 ‘o0ÔöÁËw "
b"¬¹\x18 Øj\x10 KϬHðó\x17\x1E 4█ "
b"ýÕ\f ï©ÁEœ½XÅ)| «Y "
b"\x06 M%¡Í\x14 @'®ÛŒµ×_µ7 "
b"½\x16 Lm?>M”«\t AÀh<à* "
b"K|ì!ÀžJ\»»ÂèÅmw^ "
b"KÓŸ§ÙhL¡šÙ\x06\x18 ÿ⇺ "
b"┴ı╔l│#BçÉ═'òû;< "
b"]r}o\x14 îF,½ë ‡¯*C\x1E "
b"Ò‚\r «”/OéŒõ²H\x01 4ÎÔ "
b"èÊèoÉ)G9˜¬pŸÌb–\x07 "
b"\v Þ"¦CÔH¼¨ÃcÒ1³„² "
b"\x14 ÞöɬŸN\x19 •4W·=Þ^~ "
b"\f\x17 -\x19 V³BÂóE\x1E Áy\x0E "
b"\x0F ú-²ÜHBº¾X”¼òZÊ× "
b"3±¼G+AE»‹Â£Lòu?_ "
b"=×\x17 ì\x10 ëC\x07 ûýıZ÷¤m% "
b"Cç0\x12 Ù!F{¨{>W½ÕâM "
b"YáÅ┌ \x10 K¶®╩n¸ü5þ| "
b"Zà\x0E %À¼IU °–H‡Å\x13 R "
b"]$RX"µHR‹hy)F\x0F 1\x0F "
b"v3‚û}(C§Š\r n*ž\x02 Ð- "
b"…è\x1F ¡Ÿ²BʤX“\x02 aŠ7‹ "
b"ŽOåT^øHD°R<⦯Ðã "
b"û©<b.²DJòI¤\x0E ½Ýì© "
b"=.1îH@º™úÜ–%ËÜl "
b"Öëè8Ý?@\x1C ‰\t æIu\x1C „ "
b"""
òÕ%@\n
bAÎ\x17 .pöË¢Ù
"""
b"(O•#ƒàM)‚Ö\v ½xe”\f "
b"\x07 ŠõÐñGK\x02 ±_ç^\r ©o‚ "
b"\e\v ×ÃîQM\x1C ┐\x11\x7F üOÖJÝ "
b"\x19 ,\x1A ¢\x17\v @À¿ÚYäa4®- "
b";ªsHn…H\x0E ŽŠ m…Ó“ñ "
b"Wg\v [—Š@\r £J°òAËÅ0 "
b"D"ê\x18 ¼\x1F Oס;\x15 ñõ\x04\e 1 "
b"Øé\x01 ãI5GV½\x1D\x00\x1A\x07 ▄T¨ "
b"uÔfâ°=D³„\x13 1 ÀÛ\t é "
b"Ž^'>f|JC™ç…÷7o\x17 ß "
b"—b†Šv<KN¦iGý\x17 ®5d "
b"¢Wò¦R«KŒ¸¨a´1Mb "
b"ÐÏ╦°\x04 ßH\x08 »ñ°\r ì[\x07 A "
b"\x0E ÐõmÉéBì│\x05\x02 ÀÅ~s\x03 "
b"\x1C\x03\x05 ˆ‘¢L7¶Ï<íšÂÓä "
b"p╚¶ø±ãK6Ø# î\┌\x05 B "
b"xw—EÜÚJ€œ#›Apõ—Î "
b"{*¿"¿/O‡¾Ÿ}Òù¬s° "
b"³\e ÍAã”éªfj1¿, "
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"\x07 ¿Jãú\x06 M0»K½Î-¥õÓ "
b"\x0F qn╩ã5GH¼Fì¤:°╝] "
b"\x15 ö╣+°êM\x17 ¿.z4╣└ì║ "
b"–2}×\x7F ML\x18 ¼(8Åj•h2 "
b"╬czçù,FAü¡~â¦äõ& "
b"þ±\x14 äkàD\x01 ¢Dº\x03 îøÍÃ "
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")@Q÷UxNɱ«´êšà+¸ "
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"─`┬╣ŹA┌ªæ«\t ├¼T\x05 "
b"Ãdü£úáDÈ┤╬§%Ç░\x1D L "
b"\x00 è\r ƒùúD°šÇBh¡¾ì¾ "
b"\x1F Ïdr)´L-¢Éõ\x13 D|ò¨ "
b"E£Ç¨ÿæO®ª\x04 EÖ\r Û \f "
b",ÌÜõ±}G†–ñ¯‘Ý¿¦ñ "
b"A9¢'vBD\x1A ®{\v sZ\x14 ÂÄ "
b"Ibm@Ä\x0E Fõ´8\f q&Ã7ä "
b"ü¿È╝├fG¥┤öEv├¯)t "
b"ƒì╬øP\e KIöBbkìá9S "
b"9\x19 •l÷¤M¦µ_.ëF\e c\v "
b"JlÂÔÕ\x1A B\x06 Ö9ÉÊ×÷㨠"
b"YÓgÕ%sB~…L謂R“ú "
b"""
ƒ:n•¹nIT´\n
odñ$JD
"""
b"‹´'¶ûdE¥¬ôç žsƒê "
b"œÂ•·ê\x01 KB¶§Œãè,“Þ "
b"""
Ø"bÏ\n
GE\x05 ôÿåV\x06\x13\x01\x06
"""
b"¤m─\x1E IôC@ô.\x1C\x04\x16 Ûwì "
b"""
ù¨F&Þ\n
D¾¨\x10 AÔk,¡±
"""
b".\x02 ÒÎë;J=ž\x1E ¿ç Mí\x0F "
b"¹ã!§wxE¦‚N!HÞÙ3y "
b"\x1A vü,ÄÖE\ºêž1:²\x1E \r "
b"2 ¼LË´O±‹\x14 œ|ý«¹H "
b"]ô "ý«Dà╣DÏ\t WËÚü "
b"‚)¶œU¶Ks…äì\x00 §yÍì "
b"±ód½BÖC<¹Ê-‡DT/m "
b"à(\x17 ˆþ\t K\v ¡J\x02 žÏ¥÷í "
b"ëÃ\x1D PV\e Nn³#õ°“yÌ* "
b"ñ\x06 Á‘ ÄAs»\v Ú€>\x05 ¬á "
b"""
\f 2ƒ±4ÙK‚\x0E \n
)^pî\x0E
"""
b"\x19 /~A╠ÆD)É┐┌©*'\x15 ╚ "
b"œ‚P2*_D\x17 ‘ºñÂøŠþ¿ "
b"Ù\x15 ·Hî¤Né\x1E 1„füÑ\x07 "
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"\x03 S\x03 ƒ:ÒIت%ÉMàákº "
b"~\x04 š\x16 ÿÅCÞ¯Òd\x1F °‡gx "
b",t•;íõC\x0E ¡˜>G¶ná© "
b"t\e Qc5aI8¼ÙA„úHF\x08 "
b"x¢¦lsEN\x11 ·ÊQƒ\r fÈÚ "
b"ÿ\x0F /ühãDC¾\x11 v\x07\x1E ²•3 "
b"\x02 n¬^5FJ$ŽËzÉýÞ–ò "
b"\x18\x1E ÊM¾ÇE▓×│_'Ú\x07 =Å "
b"6Û4âö¶C×®ö²\e \ÕÒ\x07 "
b"w}_¡[KF,¡Ã\x02 ýõãÄf "
b"{J“\x1A ³ED´„¨îBá:nD "
b"¨î\x05 ç>"F–›\x10 ªþ'mŽ= "
b"Q}Á¡éöLn•\x06 È\x1E ŸSí\x1E "
b"ðÊÒnµ\x0F H\e ¹pZK€óVx "
b"#´+LäïEeÉÉ)\x07\x14 ■Õ╬ "
b"¥BaxDîNM’—Ó3#éc\x10 "
b"¯\x1E ‰cT^Dˇi±¤ãaé\x0F "
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"º¡b\x08 GÍAb¨d\x03 ZK2\x17\x03 "
b"═▀ÀØÕnM2ø│xبî╗à "
b"Öp–i³Ç@6˜,@\x0E >^³× "
b"L`Ÿá\x7F ¡E6–J¨H“gkA "
b"\úsñêÛI\r ¸äÖè¡SÍ; "
b"†•\x19 ì4nF-™…øæ\x11 :" "
b"ñ£ì\x0F 5ÛNGê¢┬▄sC\x19 [ "
b"ݼ/° SK¾£®#Ù\x0E ‘¤N "
b".ðN+cýKÅ«ýByú»jò "
b"\x11\x1A ¯…rH@\x02 ¨•jÒ”„\x0F Ö "
b"D\x12 mxŒ FÛ‰OãáX2)~ "
b"xr\x04 To\x1F Juü_4CÏ%àK "
b"¿u«ÀókJ\x00 ¥8(ó±×É0 "
b"3]\t\x1F íkJÿ ³Óñ…\x06 Ú/ "
b"oÈÀhWáIήÛV\x14 ÜmN= "
b"•I\x11 W\x13 .OVŸ¼&‡gÒ\x11 £ "
b"óôðÊÍÅBã▒┌¢b½b\t ¹ "
b"Í–¥\x1A )\x7F O\x10 ¸"r¡¥&Ö‘ "
b"Óäǹp8O££-šÍ±ÑÏ< "
b"ÿ…XžÔµCrœ\x03 ¤®Ñ\x7F ðý "
b"ÁÑÀ¢”\x1F C@Ÿæî\x14 –è\x17 Z "
b"·w\x0F «\x06 ÕJ█óÉù} Ûk█ "
b",Ÿö®©;EK†×^ŠÂ\x11 ‹µ "
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"Ü\x03 ¡…«UA4¾¦´\x18 7\x14 \\n "
b"ü13\x19 4s@#…z` gô‚¾ "
b"= µÙÂ\x1D M×ç\x14 ¨8ì┌▓\x15 "
b"D\x06\x18 ɤ›D[¸µ‹\x13 `ˆ©ø "
b"Qp\r \x06 S\x14 K•¢´y#·ñûC "
b"qAlú,\x04 H4ª<{bz$ü? "
b"~\x0F ÁÕφIÒ“iõb\x13\x01 „– "
b"¡Aó¶\x17 hO\t ¼qV\x1E ËOœu "
b"óp\x07 ¢ÚXL▀É@\r ò╚81o "
b"ûw‚wÇ’Ld’÷WF‹™\x11 ù "
b"\x11 •§Ÿ¬úM©²®^Çë9‘´ "
b"b¼ÀÝö%M\x0F ®«\x1E ;\x11 ¶£· "
b"ÁçC»j\x00 @Ûóül>¶Îxå "
b"\r ?Øý3\x15 L©£ovoÏ”\r ã "
b"\x08 °vc@×A–±µ%’ V¤l "
b"-úTòR(K׶€(DÈàê8 "
b"7ÄXt7üG.ô÷mH}\x1F Ö\x16 "
b"e)œBºÍIu“’†8’! { "
b"kj¡®’±Aü¬]tø\x06 ;$é "
b"×]Å]ÐßGŽ¹MÈ\x0E VñcR "
b"ï£hvRkLß©‚S’šNÁz "
b"$ö,’ÿêDÿµò„¶/ÆË… "
b"~&îÊØlE7©«U\x1E Ô\x18 þ\x0E "
b"è\x1C Xbe:C\x0F Å*ªYæÀ/ö "
b"Ãåâe#8F\x05 ¿EFÜAg\x06 á "
b"C\x19\x00 ‹"yA\x7F ³p\x14 »^K¶t "
b"i\x15 ÿCuçD{«6ÚÆ\x05 œÄ£ "
b"\x0F FÀ‡\x05 ƒB™›?\x0F lÌœR\x1F "
b"º6\t ╩üîDe»ac+5° Î "
b"Ôæ\v KTVJ¿Ée*÷UJxV "
b"F€6Sù@B¥¹ï!ú\r (-ï "
b"Y…N"_ÝDƱ¶¤cèù½¾ "
b"©■-Ë%(E6É┤ÙÐ)Ó*Q "
b"Ë\x17 R\x1D Ì3L«•k 1\x02\x16 3Ã "
b"\x10\x08 c4§–J¾´xi\x03 ¾ØéY "
b"EùID;\x05 GW¿■l╣ÖɺX "
b"X7ÎÃSØGê┤v:╠Àzç┴ "
b"¤Þ\x16 B³bGR™\x15 K\œüm% "
b"═˱ÅdëEýí╦C+┴\r ıÖ "
b"«÷X\x1F ÐËB┘Ø┴├î█\x06 ¹╔ "
b"╗\e\x00 ÑÜÉO÷â┌oü\x05 ÝE± "
b"$╬Ø}íhK7©¾ï)■\x03\x14 "
b"iè7Ž¥äHѵá)/Ô®Û( "
b"l¢©i░HïØ\x13 °■╠jÝÑ "
b"€\x08 ‘Öi8CÕ´\t >\x16 ‰øTÑ "
b"│Æ╩╦ºÉK.鶸xJ¼ê\n "
b"©F¤█¤ÅMP®\x10 ßËb%\r ¥ "
b"ô\x15 ¸A¾žI_ˆ\x12 iþ˜!\t – "
b"1\x1D $úÉ\x1F Kµ«Ê0\x03 €6…í "
b"6\x7F %├É┬BPƒß¦m%Ö½´ "
b"q¬\e ï…·Fà¸-†<½\e\x10 ö "
b"š±à»jAGU©¤E&\x1E )8( "
b"┌\t ìnµeA┼░ëÉ![‗ð\x04 "
b"ßrõ8\x04 ¡I^©lØ\r 4¥(¥ "
b"õ\x14 ä×ÖTG!•\x7F ¸J\x17 ßüa "
b"*ëPÅ5ò@ïŒÚjÒaš*® "
b"B/\x08\x07 fÐF±”Òüó—âëÀ "
b"PPbѹºNcØâ▄·‗╬Ÿ "
b"sì,åH«Oe±5—Ç\^ŠÚ "
b"¹ÄrE>ÌK[®`µYDú=ï "
b"ËÖv:kÚDzº‘Wâ\x0E ã%ë "
b"äºJÐsòIs£ÿ‡ÊÝ"ÈB "
b"W\x1E\x0F ¢\x0E\x1A GrØ╠É1\x05 ╠TA "
b"k*)ÃþÂG╝ìS¹¥╔ªáy "
b"Ñ9\x12 BC>Js‚tâ óàÎÍ "
b"ßYÉ9OcCô´PßjI\v &± "
b"-0\x14 ü|×IÛÆ»░dK\t x\x1F "
b"]\x17 ╬╔JEL#▒)░ñQÐØE "
b"`\x7F \Ð\x01 "C¥»yÄN[ôH9 "
b"ŠÖË\x17 øýIû–a±v\x03 –¢] "
b"¤¢7\x06 ŠáN\x16 ¶ãù€Îhñ– "
b"ÑÀùcæŒ@àˆ\x12 >äI\x07 Ô` "
b"Î/@(ƒØD$É\x11 3 íÉ6V "
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"ð9µå\x19\x1E @£žs\x10 QàYZr "
b"\x1F\f ø\x7F ╝J9¿Ç±┐kü└Ú "
b"…S3¶\x0E\x18 Fè¼}b˼J\x16 š "
b"ì\x19 Ⱦ^+B~é┴¯ö█ëÙï "
b"¥7\x1F ò\x1F bO€½ÐT#g\x16\x00 ! "
b"¨àÕ¤á\x00 N\x18 ºw‹è/\x04 Ú§ "
b"Ë0–¬:\x1C LÕªPcLx]n¬ "
b"†$\x04 U\x14 ÓEC°\r I´\x1D Ín "
b"›õ†'—uDT´\ŸæþÄ\x10 y "
b"""
àùé\x0E ’ûNT°Ü}¬\n
WóÕ
"""
b"¸tüÂ║\x1D O┬Æ/y\x0F [\x7F æÉ "
b"\x0E à!é\x7F µI\f –ò\x16 qµ½´ç "
b"7¾+\x05 è\x18 NDŠ‰fšï«nƒ "
b"¢u&Ò\v ŒC†¡uù¾\x1E `´Í "
b"®õû²árL\r ¢ÓlgÔ‹o1 "
b"""
ë´\x17 \n
0ÚBݨRràPÊ•¬
"""
b"goEyLÌ@Ô¯ƒ\x18 %¹\x17 <¯ "
b"ü$ó|├\x04 @>Â\x00 þãûÑä\x1F "
b"â˹`\x16 ¥Cêà\x07 î‗ÁÕ«Ø "
b"˜§eÊ%\x12 Iع…ùcÑ5Z‹ "
b"´X¿9“«Iû²\f\x04 ä²û¨z "
b"¾}\x08 FPÊN$²—‡;šT¥k "
b")\t\x07\x15 ÝPLJƒ½wB¤×Ò– "
b"_\f ôw¡¶@.Ž|³êlÈ'õ "
b"kÞ°‡¿ïIS´ly˜Xo´5 "
b"ö™ûœw\x1C AÒ•?6\x1D\x14 X<z "
b"30w#À·ED²=DB„õ•Ê "
b"G!å—d|B1¥S)>}z\x05 Ò "
b"mEAJ@ÂKZ˜Æ\x04 ÔÜ\x04 Éá "
b" ;¿/¢+Js¤úR°\x1F Ú!Î "
b"Q$SS\e IOÖˆ°Û$5IßY "
b"ëgüó”gM¿¤_È\x13 h(ƒ± "
b"\x01 R„c\x04 ÃKFˆ\x04 :÷Ž\x02 ⊠"
b"-═ìÚ▒lM¨üòsc¥oQ│ "
b"8ðE\x0E PÂAÒœÜËóJ÷É= "
b"KŒì×ÏLO–«„·Éâq½Y "
b"˜„°m`Oc‰4=ô1¡•\x0F "
b"èüìñ»*IsœÍ®0{óZè "
b"\x08 =„·\x16\x1E Iµ…@©Ë 2ó\x16 "
b"K0M|U`K˾#$\x19 ኋµ "
b"eR╗Æ╩»NÄü┬õÅ9═AÆ "
b"k¿¤ÉªyGßíÄPÄ\x05\x16 WÁ "
b"s\x0E {┘\x17\x1A @▓íüa1┴J\x0E & "
b"àl»\r ▓²C\x1E í_╦\f Å│j\x12 "
b"¦\x04 ]‰\x18 ÇL¨˜{%¸\x0F Q z "
b"¹B\x19 #4$Ea›\„Dhò¼W "
b"┘Àì»QoCÜé,Ú#╝È1c "
b"âaº\x0F ªyDÝ£E?ÊÅUØu "
b"\f gDÅÁ§D\x06 ‰\x17 ¿ì]%‚ "
b"3?ÅNCùEȧә&yÇés "
b"p\x16 ––õÈG¹÷F°À£?¯ "
b"ßàŒ»Ð€Oº©–9à\x05 ·K\e "
b"DÓ│{ÅáJXï¶ó▓°Õ)Ý "
b"=ø²eÚØK¼ù╩\x04 ù\x03 ¼ ù "
b"vµÍ>M·AAªÒµŽ•®Zb "
b"\x7F YÅ┤¹¬O@¿ºe\x08 \x02 U▒ "
b"▄áؤ\x19 ´Fmƒ,ÑF"Kó£ "
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"È0dl\x0E\x1F NUžë<a¬iòx "
b"ãÄ\ôJYMÒ½êeï\x14\x03 §Ÿ "
b"·Ð\x7F û┤PL\t ©k\x0E 3\x02 OüÛ "
b"½Â\x07 w¶\x1C @\x18 ûüc5»\x10\x13 ┬ "
b"\x16 a\e 1\°NŽæ›©_%(\e "
b"ÿf]¥ó\x07 N4”šŒU@òy„ "
b"_aµL\x03 }JÌ«)ïòˆKTŠ "
b"¼J░\x0F 1\x00 Aóäõ&ý│ñ_É "
b"w„\r I£´D£’Ê'ÞáÕš\x0F "
b"ÿÈüX\x04 ,C;Çt¿½Óã╚À "
b" ’;Ì\x01 ŸG2ž6\x02 ð¯ +’ "
b"*[ùfü;LÏøüåÞ§ù)╩ "
b"~ü¹-║ìNFöÕ┘ÅÁ¢▒\x10 "
b"›n;¦}Bþ¡I¯hžªØ: "
b"║·9è\x7F ÷D4¡N÷c\x05\x17 ìB "
b"øš´‰m:Eä™+ëm—ƒëW "
b"O\v Ç,¡«CÕºü\x08 gv▒I "
b"xÏ©±(K@~’4ïì§Ö‚þ "
b"╩│\v ÊåÉOTÆ5\x04 ±{gÅ╔ "
b"ÌðR£4ÉB\x0E Œ¹vYò\x06 A "
b"\x05\x1D ÍÅP@]±R\x10 MÅ\x1D\x12\x1D "
b"é┘éN╔ÉH~ɽ¹FòÚÀ- "
b"¡\x12 _åó§M»®ÓrÒ[?k\x07 "
b"ó}Í_ð DÄ»"^ìï›\x15 H "
b"\x02 sï\x03 ü±@›‘Dž6 Š^ì "
b"/~ª|8lO\x01 ì\x02 ïª▒÷ ~ "
b"t┼(Å\x1F |A#ì\x10 uµÎ£ïû "
b"£.ŽcÛ\x1E HòŽXP¸\x1E ß\x16\x1C "
b"ó?b.[±JÈ…"wBô2y8 "
b"\x05 §3Pû¥L$‹0æÎ_©÷x "
b"\x19 ûa\x0E ØâK\x17 ¨\x10 C¶7&ºÅ "
b"‰\x1A óo†ßNó±T”B“špÉ "
b"ÖŸ‰qܽ@Õ’8öT¶…ÄÌ "
b"$&XßÆ”Oi¹æi|VÍ€õ "
b"&bÈ?\x17 VJ\x19 ¯ëÓUï\x16 Ê, "
b"0ز▓¾ðGTúÒ°éCÙD] "
b"XlØ╠(õLPé©Í\x00 [0╦þ "
b"\3°<\x7F\x0F EsëFøÚ;ÖØ "
b"""
Æå\x08\x07 \n
CG寂\x14 v°í1Å
"""
b"ô\x10 ÎïÇ1Ha…Ï–m\x14 ´\x18 \r "
b"p\x1E ÿvöþ@Ž¿\x06 ÿò¶á]\x10 "
b"tçFZøíD{°\r ÇÐŒ+\x7F "
b"ôåg@}»G╚Å@8\x18 M¬7ƒ "
b"£y׊©0NS›\x00 Ãx•¿\r "
b"═,nÁiüFâçp7L\x00 ù: "
b"á\x08 «\x04 •óJ\x14 †4\x15 Æ\x01\x19 Kë "
b"\x10 K\v\x0E ¹0GÓ¥\x17 ì[¤ ©ò "
b"!\t ¢G-òA1†Wñk²™\x03 Y "
b"L<¹`Å0BıÆ#+ vÖtâ "
]
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 (0x007CD83459004F36939CADC29975A5AB , 0x04485BE1FC844C3688B26BBC88D07B2F , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x100BDB3FCBCC4C42AB8175D74ED31C28 , 0x1E5DB8B5A4D444B595ADBBCF698F8439 , 0x1FD76AFEF77041C0B257B21047993FB1 , 0x22A7A260F1EF4290B6DDAF9CE422ADFB , 0x237F3A29BA234514B77AEC878E7BF302 , 0x241209332FFB414D9C564ACCB44BABF4 , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x59260594F2184563ABD140503D570CE0 , 0x8F6708AE3F5542E99780EDA75E1B217A , 0xA4D280EB465F46A385911A6C14033392 , 0xAA58F0B6BDA2488A8BA3A30F884E6652 , 0xAB7E60393D5F4A0E8311092DBC773116 , 0xCD7643C8B613449381DEBB4447FEDBBD , 0xCFAEF63C25D2431C81B6181982D72D71 , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0xE4B4F855C3A54CFA99F8693FAA7850CB , 0xE553C97A04C846C39120E2C7C79746A1 , 0xEA15A1738B4F4C41834FD7257A890B61 , 0xF4AB79501A7942E2B9E2F08F580A2189 , 0x067B766E6A9D46F28EB9FEC042D5465B , 0x2D92486CD12A46098AB21DB22F8B5028 , 0x3B33ABACED7A409B9AE42446C55B662B , 0x4CD332AD872440D78F64E9212952B2CB , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x5E2AF49118E140F2A936DFE803E9203A , 0x65864AE9CECD4A6B9F4004E9A526B12B , 0x829EE4D0F57B43A88718138817757929 , 0x9EA2895DC6AE4003A17C98073FF88736 , 0xA7B5EBB7C102451BA30BFD016D2A1E10 , 0xB15FBA21EF3D4F138E115607032369DE , 0xB61FE5D2E6FA42D88AAE49F6B029BF80 , 0xBC6EAE5C171D4A20B99B091536F621A4 , 0xBF0FDD6C474648588DEF9FA5A9EA9FE9 , 0xE0B5A636A7B348C497ABAB83EF082720 , 0x1014BD6E81E249D7A9925F88A41B763E , 0x1D9869AB508F4F34A5FA43EFA9E0548E , 0x24F79E28FF9F4AA880EF8487FC33D059 , 0x2C55E7EAB84B41019AE184C4FA2CA083 , 0x4BD597DE3EF74DCD940FCCB2E70443D9 , 0x5BC4F976CB9D4C7083471725488E2B20 , 0x7AC7AC0862A7425CBBE0F65DBAF2B7E7 , 0x8D582AB0EFEA4598B64DA36EFD52FA92 , 0x92A8D96DFACE4488A1D1F81AB559988B , 0x972DEA23B1134A758C9DE24481F95A04 , 0xA754E53FD3504F59BBBDA328F55F9203 , 0xB04F4C8CA886451981DB701EA245109E , 0xB7E56DE57635471D8ABC61CA820D1A28 , 0xBB38D9C42ECB47B7817CF0B44BB4411F , 0xC954207282964DF8A642D877DD287F32 , 0x07DEBB30A3244C75A94F6D166F88AC5B , 0x315C2F5A4B5B4224A5F326143EE8239B , 0x339B1BC661EA43B8AE8D64507257D1C7 , 0x3DA92939A4814A1F92521121535AF876 , 0x45EC7ACE5E85498AADD48B10033AF32A , 0x4C87136512794AAF973651C681F1F109 , 0x4FC0CF9720CB4A9086BA83A9E6EA5F99 , 0x6A3A8144796F424890817AFB379720E0 , 0x84578B0D69584C20B769C9C1098BB9DD , 0x8EA42F471FAF4548A3B1F31C957089BD , 0x945E7ABF72704559A94E436FC59EFAF7 , 0xBC91E661487A42B695A37E0F261F7B83 , 0xD437282A65624C50A0A4983B30ABE2CA , 0xF9407D59B16446BBB9D019737A82E6A6 , 0x1CA8B793ADF54B8BBE5543AB753D9754 , 0x1FB687810F5C4E7C9E8557CD72DDC7FE , 0x46D54094960148909EB9962D1F795608 , 0x51B9BEA8E3584611A011AAA90DD8E8B6 , 0x61BE27B5555641EAAC0A69B8C1202FC9 , 0x64ABD52658114238A38C8F97842E048A , 0x757FA0B09BD54BB8BBD0853B3E514829 , 0x7D7FD98627EC4CC19C0288E8D3EA403A , 0x7FC18672CFAB4DD58FFABE07E4FC8A70 , 0xA2E650584D824A3BB2FDBE36112F9CAC , 0xC632505AB1504816B681DF1A0E7486BF , 0xCC8CFA3F772C497C9CE313E1E13FAA6B , 0xF146F9BAA89B421D9680E596023A7C83 , 0x05D2EF2938734387A4DCAEA7AD5DFD1F , 0x2AAD5A0797B049DE861673AB81EB7645 , 0x78BC995E99BB499BA8828E5D14FAE195 , 0xA6BD96DF87C44BB8872E025FCFEC01A2 , 0xB3F9A4D83A76441E80C4C9AFB7C2D2F7 , 0xEB9004D598104B6890DC9D1F165136E8 , 0x01CB4DC1EB2D47CA95248446E40A55B9 , 0x0583B1861D2B4801B2BC53FD1D3F60AC , 0x096A6631F31341EE845235A6FE6970E5 , 0x123203A30BCF425DAB62AF6C497C5DDD , 0x1621F1CE508643EB84515675B2EEAA94 , 0x673F49E6ACED4BB2B27F461415F961FF , 0x67484191754A4AD49FFA78D2774A5BF8 , 0xA1201F514A5C4CA3957E51732EB1BD13 , 0xA398A57FC64F4A128D190F8972857131 , 0xB8F5C834517740C4944CB734EDFCA788 , 0xCD95990FA74E46209912ECFE7A4AB83C , 0xD1A208F03A07481DA8F464CDBF82BCCE , 0xEC52CAEFB955438891704E84561902D7 , 0xF84336AD5D894BF3811E78C0E1A6FC77 , 0xFC3F8498982D478D9A20441633CF0615 , 0x1ED433614F6747A49ECC95DDD10213C0 , 0x21DEBE7B34CE44E98030A64F5B3532A6 , 0x3B2579E559504509AA60BED8027F45AD , 0x54EE421D66334C8B8E31EBA9612C7299 , 0x7AE894171A8F47448FF74F722EAB3CED , 0x90F0B00AAE5D4E3C8D36D4B6C8F25CC4 , 0x9187C4D43C484AA3888592A97F540896 , 0xAB8631CFC44641E1BF394DF8BECBD45E , 0xB7075041ACEB4202804D5F52532688C0 , 0xBF5FC7E9D9794E84954EA0C12A1E8490 , 0xF040874B3D5E458680B4B8F175655885 , 0xF674B00E68134816A31A6B3CE886D56F , 0xFAC785E85CAF4962AEF49A2F9D76CD08 , 0xFF354490D6844773BBF71AAAE623AB57 , 0x033EDC8C4A734DE1A794780313B49841 , 0x0E5336CAC0A142D985D85DEF15144353 , 0x14BE58875DC743B5A5D74713A16EB108 , 0x16D5E44153D7410A929711CAB71D6329 , 0x772A9ABEBA214F09AE2B63A468D1DCC8 , 0x79287882D7754191B4794E216537544B , 0x84D88509A49D4F289C47ECAAB91FB6BD , 0xD072348D4135445F867566285DB45242 , 0xFECCD059A3F0488DA2FDE46947523AA8 , 0x0B8324A938144AB2BD0BC3824C6A80F2 , 0x126E5DB2159C43FD85ED44C2250205AE , 0x183679A03E1E40EE8B6F6DB2EE1F5751 , 0x3151E3483E02444DB3D86B031FB48B47 , 0x655BF99B0E44411D869779CCE5F6676D , 0x65E1A2BC361B4C849DB2F418D60B9FA1 , 0xA97FC32248A84D59AAFA0F9E0CB8FBAD , 0xC7E5CAC41FEE4927AA6E8AD9075F4C84 , 0xED0FCEADBCC04E4BBFB87AC5DED72C93 , 0xEE7DB88CCEF04A3A8C871565A0FE92E1 , 0x03B128FF821D49929C65E5AC189AC452 , 0x08D4EB0C4AC84FC9B64F42EC0C7CC8CB , 0x6A789AC2F1424CF597916FA7BCF61385 , 0x1614059C2D3744B7B928426149F52D35 , 0x257C6F648E984891BB03AE5DC20EC931 , 0x2A96F21B13AF4747B19E20E49C78A482 , 0x326F7144812A4041863D2E80A18DF61F , 0x40F6AE8B7B3C4BA68905C850EE0FAD46 , 0x82A28A41A690434A890085A599A4A05E , 0x8323BB3CBF7E476D9181546F03E54D88 , 0x8EBE8FC2CE074F7E98A2396842A0DFF0 , 0x92C5590CECBD4B55AFFC62417F2513D0 , 0x96EEF198E1044845AC4E25C06C23A952 , 0x98E4092F20D64E76AA05140387BC1851 , 0xA13C8961AFFD4D85B0B4977A5D7FD760 , 0xA8982897CB344B8E95C80AED62A1D76C , 0xB15D97F427134008B54D49FE102ECEA4 , 0xB4AA305168CC40598EA64E57F803540D , 0xE1009CB43C5847789D8EB7DAA2E361DC , 0xF032B2177EFF4CB8BB3EB9A100DD1D2C , 0xF4C1942E0F9E4704AEC22C8C07B90C35 , 0xF5027935F1CA4231A6B1102F99AF79F2 , 0xF9B35481025D4124B07DA90D00AAFA90 , 0x1A913CEA13574D928FBD6A28CE69E3C9 , 0x21C02EFAAD874DF58240288777FAE6B5 , 0x31A34DA770B84597952E9CE2D5866AFB , 0x728151E1B4164215B5AF2C31367F5DBA , 0xEC00BA71FB204AC6B0E1A128CF78AFBF , 0xFF54C705D27C4659A8B3ABE86F52279D , 0x1509229FD66C4488B52EB9A19E8F009D , 0x1D8DE80F25684AA2AF2AD3C0A6F941A5 , 0x23A22633E5BB41ABBA4D6CDB84911EFA , 0x24C09165070342B3A28B27B48C6BE46D , 0x2E7AA1A642344E5694A1890FA4F889FB , 0x42A32017AFEC44B4B2A1BA8B34BAE088 , 0x46F33B96F65341E2901ECBD6EBFBF6C4 , 0x6EE14C51D71C42728A297780BDCA5191 , 0x700A706E9E96400B8388A3E01FBA499D , 0x8EC4B68BF4104CF6823EB52E0D75E1A4 , 0xA30D69887DF74BC998423BBC16F5FEFD , 0xE53F29AB56834D38998E50201C44BFA9 , 0x07DF51D1110A464B9E4A4DEEAB22AC45 , 0x270ECB9C40F04DD1BF85DA02D33894D1 , 0x3B474DDC1443484AB23A1DAD29AB3BCA , 0x56AE928846BB4F6C883A57D9D25A2BF9 , 0x697A63158F754B29A9578E31003F9E5F , 0x9023BB229380420285B8DFC957986747 , 0xA4FF1CCF69F44D1B8F5D8FFAE19A3308 , 0xB6D3B28AB807489DA85F29BBA72724F0 , 0xC65741219C9F4A11929F7D14E5FEA689 , 0xD24E77CD12E14AD5B9F406089F85805F , 0xD5086568A3C54722A4FF94EAB57B700F , 0xD6AAD2F350FD43DCB4405300060EE072 , 0xE22E7E56BE2047C79545A6641AE926CC , 0xE4FDBBCF83F443B3A25F6526564C2ACA , 0xE693C8A605EF4F6A9CF2D2AFA4123166 , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x3BE6F68F1C92416490DDEE373604B101 , 0x44FCEBDC815649688E10080E8AED4472 , 0x519D4FC228A54A5492F26DF06CB17B21 , 0x59C88B56C0BF4333A456F42FB72B40E5 , 0x637DB4BFDFA142D795CB6F136AE7B43B , 0x67D0884AB2044CDCBD7DE3F9E5604795 , 0xAA94CF2F8F874BB09D1540FB48ED581A , 0xB8F1CEEE668D44AF8C7F66504D238F46 , 0xCE2141724D8C4CA98607D8477CEC11FD , 0xD56C3E94DCEE442B823ED867758050CD , 0x0E06EE75D56740B1A2304C39CF7D7D2C , 0x196DC334F99849B1AC3953F4E76F2B6E , 0x36E38225718440D6ACA8F3615E8ADB1D , 0x7AB04AFED4C8421AA0CF05015EC3F2ED , 0x875A61F90DEF4B648AB8379F8B13902B , 0xD38BC6408C3046DC91E50E3DDFCC64A8 , 0xDC0351F576C644ACA5873AB5E156C8D2 , 0xE698C3E4468D47AEA2DE47711C39B622 , 0xE93024FC6253498FBC739FA1AC15376E , 0x05F345033E2646A8A605833EAC90DE46 , 0x0F8F92EC32664803AE4DAB98ED4D1B5C , 0x2343DA6A800644BE8DF865CD6A1BF16F , 0x3587B04341BB44588324A3E959CE97EF , 0x441930C6974A4065ADE8C37E73370FF9 , 0x47648E6655DC4F148793B9A2EFF42D36 , 0x5DA21B4AC3794940BD76D130F5E1372B , 0x8AF290345CFF45DC9689301B5E5FB647 , 0x8C639A4208A54F85A598692ABEA387A7 , 0x99F89F2D7E664DBAB90B6C602F3C97C8 , 0xA0C6AC14772B41BA91D66D1C6D2220D4 , 0xA0C739B3F93D484DA842D2ADA039A360 , 0xDA028949713746CBA9C163A1886DA733 , 0x1F4D3D3413094C8CAD6B730B3CEAD241 , 0x25F6A6F8BBB842A3917358F78A80A9CB , 0x4A4F6E5364C74E44B68338673342440B , 0x6242B122469D4C22A4DC9144A2A247FF , 0x8041DEB8940E4975B5779B823F0E2727 , 0x8E7C49FD240143EB8E91F2B3F5144D69 , 0x8F0A0905EADE4D2F84F8A6B4B2724160 , 0x9BD1C86B3E574423A9B895B88974D78C , 0xB29C0A26FC9E4228AE9835141A02B0E9 , 0xBE37BD8C203F4CD8A2BD68BEF06B795B , 0xF1C97EC7FAFD47C98EA0E756F26235F7 , 0x138F6D52EC644994853D99EE77EA5DEE , 0x4ADAAFDDA95942AC962C4A58C3FA42B9 , 0x530C0027D03F42018909649D96A61A91 , 0x89CD18D841634FD394F434173E9A0A5F , 0x97226906DAA142FC88710724486EAC1F , 0xA11AE7D99A94428EB9B05AB28F558ED3 , 0xA5827E81D2E845288C33365E366400C0 , 0xA6D887C663224D72A88384E87B1505D8 , 0xB62516FD6E4E4363A96A9F04F68ECF2D , 0xC144F9D33FF94CE48C2904B98F04AB4B , 0xD9A3D8E1290948BBA431390C0E11578F , 0xDAD68FBBDA74403A8DEFA70A069F89E6 , 0xDE3B7824A8084DDA8A4D840884FDCAC8 , 0x241324CDB0D840FCB9C44598D5A74430 , 0x2A5B7581AB0A477DB26BB4D1C8398D39 , 0x45A969DD5EC844CF9A60CD5391765D06 , 0x6701B335370F48E6908AC0BCED825929 , 0x68A857A9DBF5442EB371FA89ED12A88E , 0x7A698BD34B944829BD1C5EACDE3A3ECA , 0x7E5E9451B03A4156ACBF0441B5DF4221 , 0xC448A05206214D3DBBBF9E8732161B6A , 0xC51279C4CB0D4736A1FCE4FFB845AFD9 , 0xD3369819356048CFBDF48897AEE3561E , 0xD7B751BAB2ED4AB39C8AD735B5BE7B1F , 0x04808BF4324A46DFB4DA308898BF00CC , 0x0B76FFFD8863404B806C092E886A0DC8 , 0x35F942C3CC244110A62AC68A25060BF1 , 0x3F3A8887B5DF4CF28C56B1D0EDC98C73 , 0x4113AACAFE5A40EEBF489F501F6B56F2 , 0x4CB443174E9A488B83C4F09B327C42D0 , 0x5CE1BD7558EA4AFF8B8797A6F65D4B5A , 0x7BFAC0A1C8E24A658796DC7A86C068A5 , 0x7F16789F31024766A29E97F7F7547D2D , 0x8E79BCD575004934A26D67C83BB9D501 , 0x91799B4E3DEE458FB74D27FED0424AB9 , 0xA9345FA35E2246B8BD4DCA0C30F13BFB , 0xA9F093F86AEE402492FEECC0AA1973C1 , 0xABEE6A8B25954952B5D62C091A481BAD , 0xAF1955477E9D4820B637DFC07DE45CE8 , 0xC4178A00921142CBB29ED6B1D5EDAE18 , 0xC5FD73BE365E4FAF80EDD791E9C70971 , 0xC86DEA4996D04096B18BAD96597C7380 , 0xD17972FB1B5541D0998DF2AD81F209CB , 0xD68CAFD60A794434878611DD1C94FCBE , 0xDD16B595A3F4435DADA91991B1570E2E , 0xDD8D213967A7468FA260D4064547CC78 , 0xE7309503B2384A069E1FD77C15039433 , 0xFD29FA07D06F4EF3B4ED4E7CF43BEB21 , 0x2E044668A871416889CF93431C0EC043 , 0x4B87025D74E04515BE617113E1AA5DCA , 0x5D58139F323143949D5033C570652592 , 0x6D4CCC38893D47E3A4C4F4863F5CE820 , 0x86DB2148751145009944BBB68AE4A505 , 0x88DBD1C418144BC7ABE0A2960AC13F89 , 0xB84036565E0245C3A7CF310AA4EFA5C1 , 0xC2DE95E29F4C410B8AE5A994BB69ECCC , 0xEE384EB1A2D747E3B0972198EFFFD69D , 0xEE74D183B8DD4C11825F7FCD4C7ED5AE , 0xFD755C56B6DD465D8AD1B27D1B1CBBAD , 0x0A9CB6545E5C4D4FAA6C1A240504ECBA , 0x1B545577E09C40F59B6E4D664B18CF18 , 0x1C9BB2BA33FC4E33975DF52EDF7CA5FA , 0x2A193A783093492F9AC8A9CA508B2311 , 0x36DB494734F4476CBAC1FC7A8DEA6E04 , 0x3849A81E53B5477891DBBA5B9C0749E5 , 0x4EDE421DD69743519A3417604DC6269C , 0x63D7A59109134229B5B5EAF726BF505D , 0x6F8489C8071B4CF4BFFDDDD78C36E801 , 0x7FCE97C73D1F4332A3C0D7F96B131AC8 , 0x93A739A20A73417B8A90E19F1F5510E0 , 0xA3DF8D068BEB40AA8F8E619653FE7E5D , 0xB54F733383B44288967BE457A7C8B2E2 , 0xBCC9CB4F1C804A6AA1653FB400E9677E , 0xC501D39D4B9D4FF999C4EA3B7F7B1121 , 0xDA69C269FB3B48EB9B093C5B73ACE9EC , 0xE268BF2972BF4F019018CFFD69528A82 , 0xEF971C4B132A40AAB8FF5A301332C2E1 , 0xFC8D66C2BF6243CD9099F16E0FFA2137 , 0x042B27F2A88D40C9868A9CCD62FEF014 , 0x20CAC56C461C4CB1A99908E817DA7744 , 0x5F56F6988701467399165D9D7D2612F1 , 0x7834DC2FDA404BC4B614AE3B69D0C8B9 , 0x91766342192446B69FF63406EFBB7B0A , 0x93C31054676D4200A9EE0EB479AB4A6C , 0x07FFFEA8F74F4EDDB96B487BDC00E113 , 0x25759B0294704DDCA40DA034192553AB , 0x4518223855B340BC9DE8C59B0A1D4B30 , 0xA370ED024E1D473E9410C11DE16443F5 , 0xC691FCCA0AAA466B9EBB0F68FB1B5B94 , 0xCDAA5604E53F48E2998AD9ED222B61AE , 0xF68036D5EF8947FC83A857C8E5B365B9 , 0xFB3BBB675E514A10935A95F6478CDCA3 , 0x1B885EAA57E14F97A034CF00DA2CE1EC , 0x2D0053BB91F84F10A5A3E088B1A41D0A , 0x66976B4781D34091AD9ECA8E747E4089 , 0x795684F8266F469BBCB6180CFC935A73 , 0xB02A7E76A31C4B0EBC5C5F97F3C59602 , 0xFD06C8AFF86F4E1089F2B3DA839C0431 , 0x0379E99907BE44D5A3E40AD989FECE8A , 0x03A3E2B4EA7D40D2AC2847A89E374648 , 0x29D80BC025F24B33813DA4BEC058CADE , 0x41061CE1C65945419E6A6C7D1EA4DBBF , 0x492B5F66E13B405E9931326F53391379 , 0x4FF2258645A045B894BF9FD5186D26F3 , 0x38E6DC227ECD4C9F8B51D7A099779020 , 0x410D3FDE98C8487EAF2FB5D344ED21A4 , 0x5009B0318FDB469FAF826E9DD3EE963B , 0x5A48D02543694FAAA8FEDBA616CEDC87 , 0xA00FD758C494473A8E332C6101B26ED2 , 0xEA13EFC879314473B1F74BFE44CA449D , 0x17F64F82466E46B9B46FE26A3D773F1B , 0x18C9021B3E9B4F50BA679D76E753ADA6 , 0x236D524AC3EC4578B9009F900B8E84AF , 0x2891D968602540A4B297CC03F378EAFE , 0x33AE650954174D54930F52F2FCC39D02 , 0x35D2467247574055AEAFF9345B4C23D4 , 0x4365D38585604A7789FABEB539D371A6 , 0x484F5BF4208640F08CD1404EFB86902A , 0x829EFBA9C718409D9866D225AEE698BD , 0x99D39DD99A2A422999FA4CA2A905AFF4 , 0xD7EC0B7E086845ED87845EE343CAAB89 , 0xA050F96C772440E5874FA442E5906E3C , 0x0BE96D66FE6B4AAA8E4172F3009FCC31 , 0x0C0A94BB26C0468DB94464DCFEBC53E6 , 0x444F0B2134C8439BA48D1822A71AABF8 , 0x588F3CDE79FB40528AB8A57664178DE0 , 0x58F2B46867F24015AB777561B3108555 , 0x7B2F734E1A194A62B3AC07E68FE3EFD5 , 0x9DFA43182BD748788AA53E0193F66B13 , 0xC538BE94A29E4F51813A4F4084EA8091 , 0xEABD5F4B379C493BA4DBEBA7129EB53D , 0xEC1A3737B19640E58CFC7149AD4B5FF6 , 0x04369459BDDE40D99608070E79EB7703 , 0x0D81038BE7144FDB9A2E9ADAF8C0CE32 , 0x3990A93DB129412C8FEBDC3D8EE48291 , 0x7A9768A412B242E3A969D9BAEA68AADB , 0x849391C45E6046F796083FCF72F8C4B3 , 0x96E9B1412A1E4CDC828BB546AD1BAED7 , 0xBBA8B086829349AD8B8F1DD59AC48A67 , 0xC7D45F24076D4103820E4646BDE314F9 , 0x1AA3C98AF79746239AD1560D3CEAC900 , 0x34D8C61A405544E9AB9210E0F846B5FC , 0x72585E7E67E54BF4BF0E5598983DC8A5 , 0xB619DE499A7542BE9DD1D5220C7F851A , 0xB82E1479F84848C1A7F1553CBD7FFC32 , 0xCAFF2A7BFC8B4BA6A8DC2BC5D4841169 , 0xCF8096223DB949C8B5BC8B86D018AB86 , 0xD1377199FE7F4F73A8BEE53EB7B42F71 , 0x031A23EBB76F485CAE57DE72C2D0AD81 , 0x12264A8408574062A8E1150D2D9E981B , 0x31BA7102BC84490787C7E1E6D9C766F5 , 0x694C49F9413A43859C3CF6C4EA94C40D , 0x78007B91ADF54881A2478638C8FEC522 , 0x85E557648C1540739DC568DCAD8FB53D , 0xAAA9A57960AF42CFBF270A3F257DCF10 , 0xC05E4F8F553C449F81030F0F5B02E990 , 0xD70EE8DEC22142A58EC9A321DD128D0E , 0x0A2059497A3B4F16BA8D18FC06DC7097 , 0x1D27174D31784D5F9D83480432F039CD , 0x3F230E2BDDBB4EE0BEC2DB27FBD8C86C , 0x56B765E5A67D4E75AFE13740F74A8222 , 0x6DF1957B402841BB8CB621BF1977692C , 0x6E1DB9EF717A47518A955F665E1C26B0 , 0xAEC53663932449089A9E2921296E0ACA , 0xD6B47D1E6DA94CD9A379FFB302E5B199 , 0x10242E77598F45118BC1B3CB8A18ABD6 , 0x12DDFE82013846089BCD32B4E00B98DD , 0x174D380F1488426D866F994FE66483A2 , 0x278FBF54998B42B7AA372566D4C125F5 , 0x3A3C65C7825440D7984B1010B9D4B962 , 0x71DF5AAF338C452D95A18F04584FC71D , 0x826941C4420D4114BB37F1CFC77CA5BD , 0x9A115184C4474A7BB0DBCEE108C82A4E , 0xB58DBBD86D444400A2F73C9DAF538EC5 , 0x8168793BBBB84410A6F83D2B68FC503A , 0x860634E944F9419DAE4920D474B7F98E , 0x217BA013E364440A9A327A4E1DD8282E , 0x557DA99667164040B3E53CCB396EC5DD , 0x8B80BFA24529454B80179238BFDA5AFB , 0xD3D496AF0B214153ABC7A2FF06382637 , 0xF4F7F6444B6F4FC1A6D9A9AB602D161B , 0xFB053460FB454E87B2B8873998E2C269 , 0x1A8E25BF86464CF9BA6A46B7740F51F5 , 0x2A34E4FDB0554071A448688080CB413E , 0x6C472E234F854363A5F5C47AAE9A4725 , 0x6EC6EE8AEE66476BB1351CCE31AA5EA3 , 0xDCB6DC0255084960BAAA6A6853CFECDB , 0x56BF89D910CA4B4185AD674FD30E1130 , 0x8D323E3B107E4A378AD4A583CD3DCF0A , 0xD26AE1672D024CE4962F8D3C28D0FAB7 , 0x0134C78B2B7043E580A980BEED6BD323 , 0x21214FD6F00640A18E50EFD0F1D767A9 , 0x766883B264D244B7B0561BDEBA81327D , 0x777154DDA2864E4AA7561D8242F18262 , 0xE0AF17882F8F40AFA6806EB02752E112 , 0x0503137A287342BC941A75F4803F8A62 , 0x0E52D81861314E43894B9741DF7CB4B2 , 0x14CCA7BDED704721B779BF9783A36BAB , 0x19F2B95200574C0096C1255144166BFC , 0x1E72C701AC62430793C71D713A93A6F7 , 0x309098F41C594198822201667051B334 , 0x39B017B321F3462CA07D19DBC1888817 , 0xBE3D7154E7D442D4843CD581C7BCEC2D , 0xDC1F0C8BAF534D5A9C10A6D154BCDCAE , 0xF4B5E82D7E644479B17D46199BB89416 , 0xF7FF4E8D4B6F48469A143525176EC6C3 , 0x45F161899A444A1D957DB7216BE626D4 , 0x470DA4D89ABD448D92999955651D70A4 , 0x7C6984746BCC492CAFFBEF98C257C39B , 0xC5A184E45A6D432C92E6A92555846EC2 , 0x319F93F69CB34EE99AB41F4FA455D450 , 0x54EB61037D0C46EA913B305D18423CD7 , 0xAEAC074DE6CD418FAC4E2C94F2794C21 , 0xBA44AC010F1E46EDBDAAA2AB77AF47EC , 0xDA2CEFDACF6A41E4B8E89E48A78500BA , 0x2664E0C289AF497CA35A8152226FAE30 , 0x2FDE441FA183467E9D5A7F09CDF4A94E , 0x5CB185A1DCF84F53BDEE7B761E0706C6 , 0x7693878D73464124822F453ED85A9AD7 , 0xB06779DDC549402090099617A1AEB28B , 0xFAA995BA97EA4A7693F4C0FE39848C4E , 0x26E65B5FCC4A4EB58432047CB9DF76A9 , 0x53F581F0FC914FB59ACF711C4BFA8C4C , 0x7EE1320E1FEE45AA956F6F3D6CE61A31 , 0x832521F30F624DDB97454453811AF7D2 , 0x873768325F1D49B591677BE122731C69 , 0xBF17963DD9CD4A829CDDEFEAFD091B3B , 0xC0F19CB54BA141EE9789B1F13E1A924C , 0xEF49EBC5D2EA49DD99E1D85819516C4B , 0x139DB56CACBA45F18BFDB37D3C435628 , 0x2101EA98A02B4E3299DDDCB210004720 , 0x2F1D9683095B4BA8AF547BB2C6541BCF , 0x665AD93E2294470FBD676A592CB2AA16 , 0x6BA717E506AB479389E45C7E9E9BB14B , 0x6CC912B15A6F4E88ACB9AFE7DABB571F , 0xB537AB59F0124252BF477DDEB68459C2 , 0xC3064E49FD5C498A85ABC8E86CEFDEDC , 0x1A33942D38134909BEBA11ED4DED25FC , 0x32016D4C32FF4D3CAB07E1A899FDA55B , 0x9FE3B43EB5904597AD4525BF3F49F78A , 0xB3F05894FEAB4F54B2B1AD34BD0758C7 , 0x22ED751DB6824D2D8C1E90DD1E9AA1FF , 0x2442AAFDA35C4769A5432392CE5F1231 , 0x58EA8C9B2BD24B7386E411B41A3F4C0C , 0x62D404467C89420EA8C6679B558F6EB6 , 0x64545CAEC84B4E7D83E9A9C0ED41CA66 , 0xE3CCD041AA954F16B53C04954E0C3F0C , 0xE73CF2C5D40B4943979DFFF2F9619C86 , 0x207FE20E8007442B8799509B34816DDD , 0x44D178637234442A868583A73A266674 , 0x58D9B6CDEDC94AAE96B7E940E932EDD2 , 0xFD5AB2CACE02448A9F8275D10C6E99A8 , 0x03E466255A3E4A0C9C4253EEE53D9D7B , 0x707344B13DEF4497B7784A2CF2765D05 , 0x7CFDAF96D5964159B96FCBC781C480AF , 0x7D4EC46B4E5C4DAC8D3292BD20B8743A , 0xB617A54E02F543659F58E1A892447281 , 0xE36E263AFDE74A8A973AE5D448C19AE2 , 0xE5C7EAF0B85F431CAFB91CC1649F528E , 0xF3FD608931B249B79CA75F11EA79598B , 0x20DA59E40582497E950AFBA8CB625386 , 0x78792E21330E4A3A8D015FE5106C9873 , 0xE45A05A05D9C445988DF149F511C1302 , 0x41A7F244750D4A1EB23FD83C98E00078 , 0x480CA046F9214E1F9E08E5F17B4AAF16 , 0x4CF097A6F24D4F3C9DE9FBD97A0A4B81 , 0x5E564C71CEDC4C7B80B55CEC0257A97B , 0x706FB0CD718A4F99B62AA75EE6F50200 , 0x95461F02601948A7B2E4DAD54A46E64A , 0xD2AB88DAB1364CE4B66A230D19187A9D , 0xE55C608412CA4B0E9F61405A7F91137A , 0x3430CF0C0D34402388E4E7E2EC6AC70C , 0x37588D4E683E4BD7AC75459FE1BB8B10 , 0x40A912C858CC47F58449331721C80B5A , 0x45A5C92269094DE29FE802839C85D0AD , 0x9D01DB1D33C946ACBAACF1E6AAA721E0 , 0xF30ED70D05954CF1AAB9D30B6B3AAB64 , 0x25215D68FE5B4221AF95D88FD37EEF42 , 0x60143D329D2840EBB2B77C695511DA3E , 0x6D336F3AA4C6435EA16D0D714B7935F4 , 0xFC89B3F73A4A4B31AA3841F01AAD9CC6 , 0x125305BF6C434B5DA217712B237E52D2 , 0x1E90514A1DE94118AA3059B506AF82C9 , 0x7B9A87C465BB4F51B5FEAE120234AA76 , 0x7E3586FAAA274126A9FBE70F4219FD3E , 0x872C15C4B07D4DC381DC1A26BB47CB13 , 0x8C0AC1834F6E4B5F990DD550FE32373A , 0x2403D275A598478399AF74C7B16AD76B , 0x39C85F21929047808FAB041F81AE13D7 , 0x64A9E9E2F3DA4CD980D80956038228B9 , 0x8AC28F3B0EC8496CBF530BCBA253BCF4 , 0xD58BA97807604C19A6BDBBB577F19E59 , 0xE3373D220C7B446C8618B72B96129FC1 , 0xFC92CCBFF7124EA789BB3DF45A2C06D7 , 0x6E2CD9B9CB7246228950B4D218D34018 , 0xAF0F4CA19CEF44BEA9840697907FF0F6 , 0xC0158CBCC67A471699B92DC15D66D967 , 0x02BADDFF616143B0943D6EFDD91D0C0D , 0x1D98088B5B01404293557E22CE0FDCA0 , 0x29BCCD21EAAD4C75879A596C2236309E , 0x2CE49BD7344446BB84668F0AF29D9567 , 0x3FE0E0E0CBF947949262F6560796C35B , 0x654EDFB6E4124B349DAE070C477C71F1 , 0xBF41E7F33DCB46229D1802F7ADA076C6 , 0xCF9F946D32234B6EBF64B8DEADCDDA86 , 0x18BE7CF0B92D48889DD3BB1854E4CDCA , 0x1B1A132FCE824F928C0AD3CD17805D79 , 0x3A2ECAC883584ADDA7B54A59D7B7D803 , 0x9F714D5179864A7B9B2AE0660BCFF1B4 , 0x380A349EA0AF4A61AF5424499A5F3AF9 , 0x4857259351D14361B8075F2462C0D3B9 , 0x5950F11571694204B79698AD079CDF2A , 0x94B56547305B437190627E3CC3C9CABE , 0xC5AA2F29367542E2ADB9C37739AFF9FD , 0xD718423EA8614154A19FA5A657FAE9E9 , 0x75C48FE9068740BF908F144B9894313A , 0x80652B2CFBFC449C81CA62011FD82B26 , 0xF8B1DCC8785A4F6B8E5BAACC4F32DF8F , 0x0A2682BC81D946828D448D117DFCC0E1 , 0x1CE01CE33F124078981C535FE1ED34CC , 0x26F71F25F88F425C8880370841E17DF2 , 0x0ADD89DA6877431CA344518EA39CF869 , 0x2DBBD213D3FB4761928B497D016C969E , 0x386FDAA94F2D44039A5AA0AC802BAA4C , 0x3C08B4E17C5A44C3BAAD0D76463A3C12 , 0x3EC3820784C54A92B382C801A7F4E8AE , 0x4C1B9E214AC3493A94BFE7837B2712EC , 0x764D571AFC0747BCA2E14D472057066C , 0x8CD5F14026D74B71922E9C98639902DF , 0x98D96A5BBBFA4A33AD7918B5DDCC8605 , 0xD370C3A4977A498CB9C0582C921BFAD3 , 0xDD4035156C9241638B504E353B9065C7 , 0xE208C79A83D4425B97019B70717E678C , 0x774E298FBA8F48ADA5B5D06D929E342C , 0x78F13FCF22A045D8A7962E77F03B6471 , 0x8E87DCA072234CEA9881BE49C0667B50 , 0xBE34AD835D0A42A8BE2C5C9236230FF0 , 0xCB0A05F00D1B4F5385D1BDF72BE1953D , 0x1011BFF366AB449D9D8EDBC94F216BF1 , 0x6605974303E94576956A14C4CEC98879 , 0x7CE6CD05C3384A73B0BF2A68AF5D8C51 , 0x8651C1975D4847B78D10D51E09AF12FF , 0xCB08458147544D41992FB9F5C93A544A , 0xCB0B3D59D7DD47B7B3ABE65D1FE19B45 , 0xDA7C0305B64B40BF9169327D8A4A12A4 , 0x3648C9F8F2B247ABAD473BE598B6D821 , 0x5C703D79E4FD460C8D03A969B6767BB9 , 0x736FCA6E490B440BB5AEF349F6D47854 , 0xB0018E648E8441FCA235C94F86B62BDC , 0xB530D17BB5A9448F93BA7EA09362F2BB , 0xC0A575D20ABD4CEC8E025AFDFACB8E02 , 0xCE7AF82A385F4958ACAFC4DEB031534F , 0x0F9AA6BE90D8449FB54EA017B5478777 , 0x1EFE6DA01AB34454A931ADC742026184 , 0x258E9E370A1B496EB994744BF8F06CA3 , 0x4E7773B2834E4D0CB4F23570B99FF4D2 , 0x54C288E9EDB140CF94705FBB7109CAD7 , 0x54E61081B21641B49B2734745A4F51FF , 0x5CA58877ED804B1CB41AE3764F872788 , 0x6556304E9B204E86BD3868B7B4ED8919 , 0x6F77CDF64BB14C6CAA4C72A1BFFAD0EF , 0x7553728445934145B9957F1F0C817E55 , 0xA1BC636F48BB451CAAE96E0D88985883 , 0xC7232223EAAF44C1AC1D43877A7E8531 , 0x01C260B55E67436889CF192A4E8B69EB , 0x1CD376135038414C916B51394ABC35E4 , 0x3A379350D265432D9B461C3D25A706A9 , 0x7B0D707C4D8B40168395D2CB9EA47D61 , 0x93A97510F4E14CBAA04FEE30AE96211E , 0xD5A78D965B5A40D5A409922AC57688B2 , 0xE015C0B7680C42A2858ABA81B0E95982 , 0xF742D29B8268471D8F32333E4F8F147F , 0x49D14B5446E04D3D98EAF9AF0DFBFDD8 , 0xA1303044778949A9B26B65F07B26A4D9 , 0xBF6EBB8347FD4B3CB9442EE13221D830 , 0xFF154898925241D39C167D3E381B19E0 , 0x0DB6E9B9D85642C2AEF471B1E85C39DB , 0x388F92E7CA5349DC9A8F27A3DF9B2233 , 0x3FC0840C65084CADB7871A26AB3F1945 , 0x668F360957244E64B82F82E0737966A1 , 0xB64B4B33607C42A5A3909F3BD840FCF5 , 0xD22910E8A61C4B65BC6B486D8F5FE6F9 , 0xE919F6D050AB4A5BACE6B3C63873B58A , 0xEE484C62B6B24C9BA3BD268D4EBF0C36 , 0x09A7CEE07ACF47B6827B4F642898F91F , 0x0FDD943CF1DF466FAC81B0AD522F2F8F , 0x5CC2BE0E7DB8438F9E43DFF888E8CFB4 , 0xD63DC8750B2E423989A1B5F7A88AA650 , 0xCE7240E5A7E54419BA1D0AED6BE1D35F , 0x57906D7401234AF8A8F358172C0E8293 , 0x70B2C0AACD234F26807DEC186FDBC94F , 0x87AD85EA1EB742FBA75B7F8177246D3D , 0x9896AEBF2EF74924BD66A2F9209CE92E , 0xBFBA554C7AEC45A484CCFB952220C8D5 , 0xF5B9E3BB4D69471A96DD154D7B593870 , 0x8B33F829995A460EB366912E401B5BEF , 0x9188A0E24F324CA09E800B3EF6D059DB , 0xAC78A73F0CDD445DBDABEF2A0B03C2A9 , 0xF55E71DF48084C4D9C190EE405B6A5AC , 0x47A2E85279964F74B4CB230F21BE6D6A , 0x4D13922344A8416496187E4801F7E9F2 , 0x717F6E2064CE4685986A1AE7978E060C , 0x95D8269B384B426BBBE48FBAD3C62480 , 0x9E90F263ECAE4DB7A6D361557FC26E23 , 0xD64397F6ADEC40889656E1D7397CC8FC , 0xF6BF9D12D8D24C84B44DAD9E56EE442E , 0x20AF87FFC1234716A7A9F17D667EA62B , 0x2465065CB9194705B5B3587814208284 , 0x31C8128CDA4D488C9C29A3AA5BBFA5F7 , 0x3567C521325A4F58B7A5EB0D0E956765 , 0x421DAD754191483EA9D4262891AFA92B , 0x647B53130F2F43979996386B078E3459 , 0x02FC26210CFF45AD82E8E4F00617A145 , 0x5F94917038A14E77A077A30D78CFCCAF , 0x71C85FA560664B53920789A485C95AAF , 0x74397F15E7F24295862AB106C605059D , 0x8071D7C862FA4DCA8A170773CA5692D3 , 0xC7FEBA375C2B47B8B4B25BFE54EA25BC , 0x75B4D92DD01747FB919B13A935CE2F81 , 0xB478F253BA5D409CB649325349CB4941 , 0xC371B9ED8DC643B5B4EB7A96D5BE28E2 , 0xF306ABE35E6E44EE9DC63B47B41653D3 , 0x1F5698B23D76438B9CFC62BE4C2599B5 , 0xFB7B29D71E6247EFB0E9ADC4C9AF9DEA , 0x157DDA803A6D4F119466AD826DFE797A , 0x2626A324257F420A8914AF4EF461785F , 0x2A432A20BC56453388D1D3631C7FA875 , 0x32FB9167EF9A4AC5B3C97BB901A52755 , 0x40AC9BE44D1F4746A6E13A2216B254F5 , 0x5593D1DF9E8C4CCB980CBC663C7019A4 , 0x7CA028CD64CB45D8A753698AC8FCC307 , 0x82571FBFA1104BEC8BB4E8FAF680654E , 0x85B1E5436543481FB54C44FB6BC79388 , 0xAC5F64FF46BC4565A985F8E57666E31B , 0xB3045EF0BD8447709AB03369C65786F8 , 0xDC02FF27FCBD4616ADB2498FD9C80C8D , 0xE8EC400255094E5698085EB3CAE44920 , 0x0ADA7ACC21A44651B54CAD7BE0070B19 , 0x1621D9C3782644FABB76FDA767A70D58 , 0x3EDAB7A888C74E428DA5C51334DBE363 , 0x3EF6585919C54D0BA1C3616F4A583EAB , 0x6F16770E330C48E0812538DAC290439E , 0xABDF51117149437A8ECEAD1D3671681C , 0xB1850E6E208A4382A17C44D897D9836A , 0xD3DC48D4187F46DEBB48EFD071220407 , 0x086E1C6F8EFC47E4975785C4F01AE0F2 , 0x67386DBA6C534B0B8EAB15296E130182 , 0x8A8CC2CD9C5A4685BF165B5036E9AEF2 , 0xA6DCCFF9B2D54E3C8EB721BCF39260B6 , 0xE34ABD01F5AF4005B6A7F9F1B617BC56 , 0x9388049E8CDD4E69A43E53CD5050CD7C , 0xAC01C6A4505F42158AAD1A5374422008 , 0xC3995F2112854942B02907057DA13C4A , 0xFABB92C6875947B484AF737858E7538D , 0x6C8E4982ED4A4FE482FE5DFF6CF93F5D , 0x96A4C821708647F391A800DD0EC45087 , 0x9E15C0FBFFCC4446B643BA0087337C3D , 0xBFC586356D174C48A091CA171230D337 , 0x230A32DA155343689C857133F188850C , 0x72A334668F2E43B7B118EFD856D25F00 , 0x394F241980214B10BF086C42FB7B69C3 , 0x3BB8493BFF3940B4A739F91A8F9B2F5B , 0x4DFD7CA34557426FA314E5ABB9221071 , 0x60FFB932F5D04ADE992DF91FDB174261 , 0xA1BD464C9ACF498F800567C81358476F , 0xD380BF79DA6A4F12AACCCE150F44794B , 0xE1BB5D1D4B514F02A683F526C18DA0AA , 0x08463EE8B11C474CA54771FEFD7905AB , 0x6FC660CF8D2747F6BF43A175D2A8AFFB , 0x72A8A50963DD437189AFBA591DADFEA9 , 0x82D6330D06714DDEADE9E877B6F59F16 , 0x87379EB8504D4FDABBE38543733ED907 , 0xA94EC2C0D5184594B24583A5A4B32502 , 0x5821F21CA38F4A2D99FDD49AD202518E , 0x76D3F5310B3D4ECCA4383A37143C90DA , 0x10CADDF3E6E94CC3A0C2FE596DDD0D43 , 0x20ACE06E902D447089F0529F1D3F9304 , 0x30A1461F98C44DBA8229C227B0F75FF2 , 0x42519921022C4A6AA8E4250A209E9136 , 0x45DDAC768C354F52A35968FB537EE514 , 0x48DCFAE75BDA426C92115372CAC57D47 , 0x4B11F8D10C0E4B5B91DFDD3DBE78607C , 0x55CB2756DE3D4E9BBD0E0BDABA9E253A , 0x72F01DC6835E445E87E5C03C1FCC02AC , 0x7F821450DC034C94BBBEBA3B4A70F539 , 0xA4E10DF5D23C4D5BB13D88DBA4DA2C9A , 0xAE0C82F7D60B4C87AFC90E1128BEAE82 , 0xC071E9C4AA1942A8A9E00F9010479397 , 0xCCFD4CFCD3D24B8F85BAAA1EC6CA7CA9 , 0xDA5E5A7F5B234290B1DFD0A40EF7EA13 , 0xFDC9EB01877240C09B20FB9C5AFB6E21 , 0x33DA077BD5E344249E268862EC3EAAF1 , 0xC2B380ED149B46D3B6B2D9F2DBB2ACE7 , 0x2C0832C39C744831B76E04957FB49DFA , 0x34C6B5A3D5734122909B66C7A0542753 , 0x5A4D311211CA4030AF3741F142C6F190 , 0x81520C614F26409AA80B0ED8B5B34773 , 0x969D68728BE94B5284144A7589E439CD , 0xC95C36E5D92448B284406762AED2D30C , 0xE5D21A2180D34E5F96257EE1219335DA , 0xEB432B4BB6134B94A1570CB5D23EB6F4 , 0x323D1E7D14DB44AD99E3C989331FD37E , 0x6FF392F14ADA44159A067FCD9F421D66 , 0xC0B5F8832CDE471C998275E2F3A5E2AB , 0xE68E41AF37FA4B14B6A40904289ABD36 , 0xED93B06DB2694622AD621851EB9F91C8 , 0x056D3D625911481F969936E5C792D3ED , 0x0EFAE85A204C46BF949C302016CA0210 , 0x46945874F62B49709B509DB239B5BBB7 , 0x6215F793B8344F0CA0FFE599D1D9F492 , 0x18CF89AE8EA84DC5B86B8AF3ABB456FC , 0x24A15009182E478D98B752C78D7861F2 , 0x5BCC0A640E2A4506A88FA5A4277BA2E7 , 0x5FB63690404741C281E6F93A88CA69B1 , 0x673E267FB9954472BF2ACCED915BE686 , 0x80FE0F10A42943318B670BE17EC92DB5 , 0x91EB597D35ED43169489D86D4B5E92C7 , 0x9A729AD7DD884F83B98C1C57688664AF , 0x9C083A1E88D04407B1749A3C3C7D61C8 , 0xA578EEEFF508426FA667314BF135743C , 0xCD61EE13C66B492B80FE4B1F7E2289F9 , 0xD7A6323DF19B45848A536C0F53CCBAD0 , 0xEC784887B175474A96E54B81923A2D5D , 0xF62EA840848A494A948455ECA4FD97FD , 0xFAFDCBA42984419EAC745CBA76ECE1B6 , 0x208F0E6ED132448B8AA30463F91F24A5 , 0x570D52C85E674A81AB261F0B7541AF0C , 0x68AE4E1C339046E18BCF3FC371D94591 , 0x984FD7508C02469B9D113B4306190EF5 , 0x9DEED399CBC44F95849100C848F08D49 , 0xCAFF4AFE755A41BEA7EE6EF34C7D5F13 , 0x321C9F4786D741F891C25366CCEE4C07 , 0x51CBA519044D4D22A30E63CB9E0FEE9E , 0x6934C5057B5B4460ACB2640962CC8CB6 , 0x6A8C69CA030B4401B1FFF1282A917341 , 0x805D7100B9644A998EF2F4885BDC03C2 , 0xC0B5B75DFC3E467A896FD1E8651093D6 , 0xEC98BE68602B4AFF892BF5A186AA0388 , 0x270B8F0497E1484887AE574319BC2ABA , 0x3CC8C578D327415FA34399893533C6CF , 0xB8CF0480C8F7461CA3E08C2245F762A1 , 0xD5DA5ADAAD5D4ABEACFE2A378C2FEAAA , 0xBCA0961A06B048EE99AA2A8BD68A196D , 0xC207D906D5C2417CA3D2DB546C4D2E6D , 0xE1CE1A451DE94739A2162602611B9953 , 0x0440CEAC225E4BE88F94AB56F9E0CE70 , 0x3B10E3A641554C57A31016AD9B96C427 , 0x6D1FB1BD8BE145368B72F6F9FCF056AF , 0x8E74F12F80E34C758D99E7B4FC311CF4 , 0x970257B3945946BEA2538037652EE3C4 , 0x0A19AF48290F45C895FE4170E1A3B56B , 0x22E289C190DA4A23A26E35955A80AC6E , 0x61A026E641734085856CBDBDA3F26A77 , 0xA9084CAE9CFB4BC59B30E4F496622D96 , 0xD611344F58E346ABB71292D282BFBB03 , 0xEDF071B652D54D52BD93C0FDCDA83AB2 , 0x60670C598F0743EB93D86C051C290175 , 0x6806DF23E55E4ACA8A6F0D9246FE2E5C , 0xBF716F41A75348DBA9C07141E5D123D2 , 0xFB23CC4209EF432BB5A16FBE9CBD747F , 0x3856ED02BD5B4D998A7204AE9C1E5EDD , 0x53F240576FBF49308AF08B5EDCB73BB8 , 0xBA53B11ABFB04D719503D3D798060E2D , 0x374479ECEE0043FDA9A8BEF1A2C848A6 , 0x59BA08AE621E4AC19516C2A49DBCEC3C , 0x5C92AB0FBDEC4E0BB81402AF5C6B2259 , 0x5CC29DFB14F1476BAC96B1CD0C4616CD , 0x8DE0C681D2074CB79D9709E92E0B9326 , 0xC8F549B1ECA3497CA5CE7CC8304328E7 , 0xE53E9697B981486ABDA84524E3B2593E , 0x074281C7615E478D847BEECAB2851074 , 0x16BAE72FFBFE40BD8E56C7AD2F8E603E , 0x19E8D4D2BDC743409A6FA6A01EBAA3A2 , 0xA64F42735E4E4F4B80B984FA382F6DF6 , 0xDBEDAA3C7544496E91E73DECAFB0CB4E , 0x0F4C9D60363847FCADCCA9C0D62A94A0 , 0x7C1FC647DAA241E2827A1BDF02B2920A , 0xCC4253269CF64FF4A11DE30153E2D54A , 0xB0520D34B1354844ADA66FD50A444E4F , 0x4A05E37BF64C42D1BB1E18C829DB9C86 , 0x5A9851C0AFEE47D18045663F3763A9C9 , 0x878CB497ECBA46AD8DA82A0B59AF4BDF , 0xDFEA24843B93412BBDE6A0BE56504C1A , 0x6799721AF2B5418DAD4E026DC9735696 , 0xC1408591251E4D0391B1717F7BA4A077 , 0xDB2DA845F5874F46B5BCFDA5B0139E3F , 0xE86551FEE8E3448C8075F5AFABC43B08 , 0x98F6F2F58BBE47EDA4C9F2E262E6460B , 0xC5E7A496D56D471694F1207FF2D69F61 , 0xE192500EECFC48B88E5219A1F80C5A78 , 0x2E97E54CB5CE46DB85501C0046883532 , 0x8045A71E1B46496B8FDA98C19306FFF1 , 0x9300D1DF79A64FFC9E1935D4893BE3A4 , 0xC2CB89A28849472A82BEE0DE55CAD6AA , 0xC892F542711C433CAB6FFC8AB5733DED , 0xD5F6F92ABF8742A9A790F9BB642E8922 , 0xE058BA308FCC4586A81C28EDA183F606 , 0xEE46AABD10884A66969F32D036F79AD9 , 0x13912E35BA694B549FD62BA5BCCC7C19 , 0x7EB170E287914C419E23FF8368CF3F68 , 0x9500616A01584B0BBF757EB5F7932862 , 0xA34DE58E00424DEBA4EC9035B842D335 , 0xBE7316DD3AEB46FF9729CF1125541B7C , 0xE7E6396F64D7458AA668BC06E5C995D3 , 0xF05F0B07E40F44D29523E0DAB6A91B99 , 0xE0BB53216ED048C989D3A2F3E25CCBBC , 0x7BB821ABEE41492583B487D98FD5BB2E , 0x9F993424E0014ADD889CCD8F75CE3844 , 0xDF7D7EA3FF344820B5033E058AE51EE6 , 0x84FC2C0920D6460595D8AD2957E16768 , 0x3A5C89EBEF5445EC90975F2FC2166BCE , 0xC84A7532768946A7A82F07AEDA5C8143 , 0x2B2F0EAEEA0642E7B50AD25CFDF52DBD , 0x75590692F19F48C9928EBF38E2D238FA , 0xD9A432150F1349B39EE42E59FF19E53B , 0xEC359A585D854A7E91E7BC59D30132CD , 0xBA3CF439D3F94A50A63AB573ED24C1C7 , 0x1AA5CDDA274844C6825DCE9F1F13FC3C , 0x25A716AC6F6F4434BC8FA99ADFD8D5DE , 0x6E69517BD2AC4A56AA2A865B00C00DBD , 0x008DE31F4510448390E5307378DBF3AE , 0x15303AE9F1A74BA5A55620E2665CEE80 , 0x3B76712C064A44E2AB6378A374919081 , 0x5E970F73FFF44AD496F70EB8E0446100 , 0x6B5DB725DA8D4449AF51D542973B7720 , 0x997E27E4135C44C38EAB20E28C058D76 , 0xDCF3562AFA8845EC8FA1EA22EA9D803C , 0x1909A4253990484997F2FA28DA87B07D , 0x4CE7D93889EF41048A3E2692961BD52A , 0x7DA6D8B0381845E19F21CB81CA36683F , 0x826F40AC931C44C49A64C70B3893A988 , 0xACB41DE3F5C54786BCD0482CB08764E0 , 0x730C4E6CFAEC4608866016530F10171F , 0x8AB620378EAE4BB0A9E99FB93175EB75 , 0x7015A649EDD64274809B73FF99BB91D7 , 0xAFD8E8EE67BB4283827BE47438F48DE4 , 0xBB4251209ED1490F9D03FDF9EC1B6E6C , 0x37E40A3354854496B2AEFE40D654B0CC , 0x01B2E30C89744F45B2534B7DD5F18C82 , 0x0732FBF45D254BC7ABD58FD3497F02C0 , 0x4503EC56BCD244518D3C29CF63AC51E3 , 0x531BE4063396417889BA5FDC17152CF3 , 0x85FC64165D694EFCBF1D50B593A297CC , 0xA9A1E00DFD20402FB2B4E7E9D8C14216 , 0xFEB77885C5FA472BA8AA8ABF3A78E658 , 0xFF317B27A89F465C881373037D521871 , 0x40EC75918F334E24B12B4D269067AB3F , 0x4B9C4E67A0254A53B09C8D37A90B4472 , 0x81D5A96B14334BAA9817D3B0B6042E42 , 0x9D1BB4780C944A09A080876883C1A40A , 0xC755C01DF9A7496E91A00B3EEDF578B8 , 0xD3D228B410E6432B8F2D88A26E405623 , 0xFA84EC1FACF94D60ABCACDC5229A7425 , 0x866C4BB5A7A142FDAE1EE734B8D31D9A , 0xC13C73C72EEC4D3DB0347FFD66A19A55 , 0xD609ACEB6A4F4A15AB60B48C55E82848 , 0xFC83621B17684DE789AE156A4A9AEB44 , 0x2F26AD9BDD804E3A8B6C25ED8DA15DDA , 0x523ABA04B00745CFA1793F2E64DC2C2B , 0x68E86ACDB1B34D9480273AC54256BA14 , 0x92BA8A284E9E4F68BE35F49BA13277D4 , 0xA1DD9B5A7F23465BAAFFFB8F0FE48C83 , 0xCB3FB7BF3CF04989BBDFFC380DF84E7D , 0xFAFC99EBCD354882BB33DB1B5F5756F8 , 0x0629905E3C15452893E37BC1FA76BEA3 , 0x428C26AB00354256824AA139EC4E2730 , 0x70098E8498ED462DAA1F3BD54A394291 , 0x879441B2CAEB44859A4EAF1AF6902D3C , 0xB238AFB2D98D48589708AF19243F8212 , 0xE22F837AF9D84BBFAE25CE1DDBEE5602 , 0x4FD7227594FB4C5FA80CB75B902A6367 , 0xDF809B67DA7041DEA9A260F6C086E31C , 0xDFF72B69101741D7955BDFCA5D200C57 , 0xA9E6DB1BE6FD4ED5AD79DECAFAAA4171 , 0xB82280BEFFC24E22A7632B1A7FD5BE10 , 0x7B4B034BAA354A58872FC47613EBD40C , 0x9956B2309CD945059C4FA6F1D89F344C , 0xD28334F65435474B81DCE6AB230A4931 , 0x8407DBAA03CB4EE7A3D7D49976DC67A1 , 0xAE6CF74BFF644A72B39A6583F3DF732C , 0x26C74E69A6F34705916F30D4F6C1CB77 , 0xAAFB189D6A104BD8AA48D0A2171E34DB , 0xFDD50CEFA9C1459CBD58C5297CA0AB59 , 0x064D25A1CD144027AEDB8CB5D75FB537 , 0xBD164C6D3F3E4D94AB0941C0683CE02A , 0x4B7CEC21C09E4A5CBBBBC2E8C56D775E , 0x4BD39FA7D9684CA19AD90618FFE287BA , 0xC1D5C96CB323428790CD279596D6F33C , 0x5D727D6F14EE462CBDEB2087AF2A431E , 0xD2820DAB942F4FE98CF5B2480134CED4 , 0xE8CAE86FC929473998AC709FCC629607 , 0x0BDE22A643D448BCA8C363D231B384B2 , 0x14DEF6C9AC9F4E19953457B73DDE5E7E , 0x0C172D1956B342C2ADF3451EC1790EA0 , 0x0FFA2DB2DC4842BABE5894BCF25ACAD7 , 0x33B1BC472B4145BB8BC2A34CF2753F5F , 0x3D9E178D1089430796ECD55AF6CF6D25 , 0x43E73012D921467BA87B3E57BDD5E24D , 0x59A08FDA20104BF4A9CA6EF78135E77C , 0x5AE00E25C0BC4955A0B0964887C51352 , 0x5D24525822B548528B687929460F310F , 0x763382FB7D2843A78A0D6E2A9E02D02D , 0x85E81FA19FB242CAA4589302618A378B , 0x8E4FE5545EF84844B0523CE2A6AFD0E3 , 0x96B83C622EFD444A9549CF0EABED8DB8 , 0xAD3D2E31EE4840BA99FADC9625CBDC6C , 0xD6EBE838DD3F401C8909C3A649751C84 , 0xF2D525400A6241CEAD172E70F6CBA2D9 , 0x284F952383E04D2982D60BBD7865940C , 0x078AF5D0F1474B02B15FE75E0DA96F82 , 0x1B0B9EC78C514D1CBF117F814F994AED , 0x192C1AA2170B40C0BFDA59E46134AE2D , 0x3BAA73486E85480E8E8AA06D85D393F1 , 0x57670B5B978A400DA34AB0F241CBC530 , 0x4422EA18BC1F4FD7A13B15F1F5041B31 , 0x9D8201C649354756AB1D001A07DC54F9 , 0x75D466E2B03D44B3841331A0C0DB09E9 , 0x8E5E273E667C4A4399E785F7376F17DF , 0x9762868A763C4B4EA66947FD17AE3564 , 0xA257F2A652AB4B8CB8A861B4314D6220 , 0xD1D8CBF804E14808AFA4F80D8D5B0741 , 0x0ED1E46D9082428DB30502B78F7E7303 , 0x1C03058891A24C37B6CF3CED9AC2D3E4 , 0x70C8F49BF1C64B369D23208C5CDA0542 , 0x78779745DCDA4A809C239B4170F597CE , 0x7B2ABF22BF2F4F87BE9F7DD2F9AC73B0 , 0xB31BEF8E92CD41E394E9AA666A31BF2C , 0x6D9C9F00E84841C6BFA90DF045146450 , 0x8AF8ACE84F594A15B224C8D0E093256E , 0xAB670755824F441BACEC5187CD8CF80C , 0xEAED4DD3286040DF9CBC5CDD51651870 , 0x07BF4AE3FA064D30BB4BBDCE2DA5F5D3 , 0x0F716ECAC6354748AC468DCF3AF8BC5D , 0x1594B92BF8884D17A82E7A34B9C08DBA , 0x96327DD77F4D4C18BC2838C56A956832 , 0xCE637A87972C464181AD7E83DD84E426 , 0xFEB114E46BE04401A244BA03EEF8CDC3 , 0x2DD3957097FE459C996943363216C7A2 , 0x58E0E179591548AE98D4FAB9B591010F , 0x63DDC0951D444AA78B39C072E9DACFD0 , 0x81FA9D4AFFE046CD80ECB3A83C419192 , 0xB46A3691C7314AFDAAF813AC6DF59E30 , 0xBC605A5F1DB54610A838FDB35288FF72 , 0x11522652690A4BDCB1E8F5DA24988242 , 0x1B6025E53377485BAF39BDAF3EE046E4 , 0x1EBE3F733C884A6293CE8FE68403D761 , 0x3368CBF39F164BB9A41BF2794C4AF539 , 0xAB3D98EB9FD143C0B179CBFCB8BD5FAF , 0xC9A820D9936841CE83E366B7D037A559 , 0xFAC0F507FF464E6BB676BD0EB7B41FE6 , 0x294051F755784EC9B1ABB4EA9AE02BB8 , 0x08DE431EE7B44BE9A2CA405EF3DE9AE2 , 0x3C0692B66F994A11B01F90480C4C9957 , 0x520DF04C7A88453AB7AEBE6D1351F89F , 0x802D7DC1BB064319963AB6A2CD64EADC , 0xC460C2B98FFB41DAA691AE09C3AC5405 , 0xC764819CA3A044D4B4CEF52580B01D4C , 0x00E80D83F9FA44B09AC74268A1BEECBE , 0x1FCF647229B44C2DA2C9F513447CF2A8 , 0x45A3C7A8FFE64FAEAA0445D60DDB200C , 0x2CCCDCF5B17D478696F1AF91DDBFA6F1 , 0x4139A2277642441AAE7B0B735A14C2C4 , 0x49626D40C40E46F5B4380C7126C337E4 , 0x81A8D4BCC36647BEB4944576C3EE2974 , 0x9F8DCE9B501B4B499442626B8DA03953 , 0x3919956CF7A44DA6B55F2EEB461B630B , 0x4A6CB6E2E51A4206993990D29EF6C6F9 , 0x59D367D52573427E854CE8AC825293FA , 0x833A6E95B96E4954B40A6F64F1244A44 , 0x8BB427B6FB6445A5ACF4E7A09E7383EA , 0x9CC295B7EA014B42B6A78CE3E82C93DE , 0x9D2262D80A4745059398865606130106 , 0xCF6DC41E49934340932E1C0416EA778D , 0xF9A84626DE0A44BEA81041D46B2CA1B1 , 0x2E02D2CEEB3B4A3D9E1EBFE7204DED0F , 0xB9E321A7777845A6824E2148DED93379 , 0x1A76FC2CC4D6455CBAEA9E313AB21E0D , 0x3220BC4CCBB44FB18B149C7CFDABB948 , 0x5D932022ECAE4485B944D80957D3E981 , 0x8229B69C55B64B7385E4EC00A779CDEC , 0xB1F364BD42D6433CB9CA2D8744542F6D , 0xE0281788FE094B0BA14A029ECFA5F7ED , 0xEBC31D50561B4E6EB323F5B09379CC2A , 0xF106C19120C44173BB0BDA803E05ACE1 , 0x0C3283B134D94BAD820E0A295E70EE0E , 0x192F7E41CC92442990BFDAB82A2715C8 , 0x9C8250322A5F441791BAF1C2F88AFEBF , 0xD915B748EEA44EE9AD1E318466FCD107 , 0x2A023A0F535D4FBB882C73D7E4FB67C0 , 0x547E6745A3BC4F00B138F6BE9D989C62 , 0x5F4182A0C275414A86B8977EE750709B , 0x60442B6A15A9410FBF0C06825B1291A6 , 0x73E2A2A2FDD343CEADF4C1CE63D5EEE4 , 0x7D66C9C2C4C5415DB30F0F8CC69E8A71 , 0x98C2B56B2E1F4BB193259BB01F7BDA78 , 0xAD75AADB0EDF45C4AF33D4E49D5C7E90 , 0x035303833AD249D8AA25C94DE0E16BBA , 0x7E049A16FFC543DEAFD2641FB0876778 , 0x2C74953BEDF5430EA1983E47B66EE1A9 , 0x741B516335614938BCD94184FA484608 , 0x78A2A66C73454E11B7CA51830D66C8DA , 0xFF0F2FFC68E34443BE1176071EB29533 , 0x026EAC5E35464A248ECB7AC9FDDE96F2 , 0x181ED24DF38045B29EB35F27E9073D8F , 0x36DB34E2F6B643D7AEF6B21B5CD5D207 , 0x777D5FA15B4B462CA1C302FDF5E3C466 , 0x7B4A931AB34544B484A8EE42E13A6E44 , 0xA8EE05E73E2246969B10AAFE276D8E3D , 0x517DC1A1E9F64C6E9506C81E9F53ED1E , 0xF0CAD26EB50F481BB9705A4B80F35678 , 0x23EF2B4C848B45659090290714FEE5CE , 0xA542617844EE4E4D9297D33323E96310 , 0xAF1E8963545E44CB8769B1A4E361E90F , 0x5B1B45047E524550854C6D3A1C8447E8 , 0x610661FDBAA2476DBBBEADA06AF18CFD , 0x9FF51479B68D44A59DE709BA44B9AFB7 , 0xD0F61869BA5F45BEAE4E6A96F710CAE8 , 0xDD99B4EC033E4373A06EBE9CCA2BAE97 , 0xBAA1620847CD4162A864035A4B321703 , 0xCDDFB79DE56E4D329BB3789DF98CBBC7 , 0xD6709669B3C74036982C400E3E5EB3D7 , 0x4C609FE17FA14536964AA84893676B41 , 0x5CFA73F1EADB490DB8E4D6E8A153CD3B , 0x869519EC346E462D9985F8ADE6113A22 , 0xA49C8D0F35EA4E4788BDC2DC7343195B , 0xDDBC2FB0A0534BBEA3AE23D90E91A44E , 0x2EF04E2B63FD4BC5ABFD4279FABB6AF2 , 0x111AAF8572484002A8956AD294840FD6 , 0x44126D788CA046DB894FE3E15832297E , 0x787204546F1F4A75815F3443D825854B , 0xA875AEB7A26B4A00BE3828A2F19E9030 , 0x335D091FED6B4AFFA0B3D3F18506DA2F , 0x6FC8C06857E149CEAEDB5614DC6D4E3D , 0x95491157132E4F569FBC268767D211A3 , 0xA293D0D2D68F42C6B1DABD62AB6209FB , 0xCD96A51A297F4F10B82272A1A526D691 , 0xD3E4C7B970384FA3A32D9ACDB1D1CF3C , 0xFF85589ED4B543729C03A4AED17FF0FD , 0xC1D1C0A2941F43409FE6EE1496E8175A , 0xFA770FAE06E54ADBA290977D20EA6BDB , 0x2C9FF6AEA93B454B86D75E8AC2118BB5 , 0x2C688C9BEB724D1F81B919D23A37CFFA , 0x3D058149B43649B4861D7C33D36F6AAD , 0x4FCD0F1A9B6C4A58BF2D100D74B1E959 , 0x7310DF358A6B440BBC71AC42731E1A7E , 0xDC03A185AB554134BEA6B41837145C0A , 0xFC31331934734023857A60A067F482BE , 0x3DFFE6EBB61D4D9E8714F9388DDAB215 , 0x440618C9A49B445BB8B58B136088A9F8 , 0x51700D0653144B95A2B47923B7F1FB43 , 0x71416CFA2C044834AA3C7B627A24FC3F , 0x7E0FC1D5CF8649D29369F56213018496 , 0xA141F3B617684F09BC71561ECB4F9C75 , 0xA27007BDE9584CDF90400D95C838316F , 0xFB778277C7924C6492F757468B9911F9 , 0x1195A79FACFA4DA9B2AE5EC7EB3991B4 , 0x62BCC0DDF6254D0FAEAB1E3B11B6A3B7 , 0xB58743AF6A0040EAA2816C3EF4D77886 , 0x0D3FD8FD33154CA9A36F766FCF940DE3 , 0x08B0766340D74196B1B52592A056A46C , 0x2DFA54F252284BD7B6802844C8E0EA38 , 0x378E58743781472E93F66D487D1F9916 , 0x65299C42BACD4975939286389221207B , 0x6B6AA1AE92B141FCAC5D74F8063B24E9 , 0xD75DC55DD0DF478EB94DC80E56F16352 , 0xEFA36876526B4CDFA98253929A4EC17A , 0x24F62C92FFEA44FFB5F284B62FC6CB85 , 0x7E26EECAD86C4537A9AB551ED418FE0E , 0x8A1C5862653A430F8F2AA65991B72F94 , 0xC3E5E26523384605BF4546DC416706E1 , 0x4319008B2279417FB37014BB5E4BB674 , 0x6915FF4375E7447BAB36DAC6059CC4A3 , 0x0F46C087058342999B3F0F6CCC9C521F , 0xA73609CA818C4465AF61632B35F820D7 , 0xE2910B4B54564AA890652AF6554A7856 , 0x46803653F94042A5B9EF21FA0D282DEF , 0x59854E225FDD44C6B1B6A463E8F9BDBE , 0xB8FE2DD32528453690B4EBD129E02A51 , 0xCB17521DCC334CAB956BA031021633C3 , 0x10086334A7964ABEB4786903BED8E959 , 0x459749443B054757A8FE6CB99990A758 , 0x5837D7C7539D4788B4763ACCB77A87C1 , 0xA4DE1642B362475299154B5C9CFC6D25 , 0xCDD3F18F648945ECA1CB432BC10DD599 , 0xAEF6581FD1D342D99DC1C38CDB06FBC9 , 0xBB1B00A59A904FF683DA6F8105ED45F1 , 0x24CE9D7DA1684B37B8F0F38B29FE0314 , 0x69E8378EA5E448D1B5E1292FD4AEDB28 , 0x6CBDF0B869B0488B9D13F8FECC6AEDA5 , 0x800891D6693843D5B4093E1689F854D1 , 0xB392CACBA7904B2E82F4F7784AAC880A , 0xB846CFDBCF8F4D50A910E1D362250DBE , 0xF415B841BE9E495F881269FE98210996 , 0x311D24FAC91F4BB5ABCA3003803685ED , 0x367F25C390C242509FE1DD6D2599ABEF , 0x71AC1BEF85B746E0B82D863CBD1B10F6 , 0x9AB1E0BB6A414755A9A445261E293828 , 0xDA098D6EE66541C5B08990215BF2D004 , 0xDF72F53804A1495EA96CD80D34A528A5 , 0xF514E4D7D6544721957FB84A17DFFC61 , 0x2AEB50C535F240EF8CDA6AD2619A2AAE , 0x422F080766D046B194D2FCF397E2EBC0 , 0x505062A5FBA74E639D83DCFAF2CE8FF7 , 0x73EC2CE548AB4F65B13597C75C5E8ADA , 0xB9C472453ECC4B5BAE60B55944FA3DEF , 0xCBD6763A6BDA447ABA9157E20EE325EB , 0xE4BA4AD073F24973A3FF87CADD22C842 , 0x571E0FBD0E1A47729DCC903105CC5441 , 0x6B2A29C7E7B647BC8D53FBBEC9A6A079 , 0xD1391242433E4A738274E220F3E0CECD , 0xDF59C9394F6343F4B450DF6A490B26B1 , 0x2D3014817C9E49EA92AFB0644B09781F , 0x5D17CEC94A454C23B129B0A451D19D45 , 0x607F5CD0012243A5BB79C44E5BF44839 , 0x8AD6CB17F8FD49FB9661B1760396A25D , 0xA4A237068AE14E16B6E3F980CE68F196 , 0xD1C0F963E68C40E088123EE44907D460 , 0xD72F40289F9D4424901133FFA1903656 , 0x41ABA7A2D01F4A2D81521C092A122792 , 0xF09A931F3AD44BE58E484DBB11EC489E , 0x18B361F0C1DF48768987F59FB7743913 , 0x5B2BCBFB4BB04DB1A367F4889B7D560D , 0x8580A1C5A3C241189A7A72D0F5C7EFB8 , 0xF039B5E5191E40A39E731051E0595A72 , 0x1F0C209B7FBC4A39A880F1BF6B81C0E9 , 0x855333B60E1846E8BC7D62CBBC4A169A , 0x8D19D4F35E2B427E82C1EE94DB89EB8B , 0xA5371FF21F624F80BDD0542367160021 , 0xA8E0D5A4E1004E18BA778BE82F04DAA7 , 0xCB3096AC3A1C4CD5AA50634C785D6EAC , 0x8624045514D34543B00D49B41DA0CD6E , 0x9BF5862797754454B45C9FE6FEC41079 , 0xE0F9E90E92FB4E54B0DC7DAC0A57F3D5 , 0xF77481B6BA1D4FC2922F790F5B7F9190 , 0x0EE021E97FB5490C96F21671B5BDB4E7 , 0x37BE2B05E8184E448A89669AEFAB6E83 , 0xA27526D20B8C4386A175F9BE1E60B4CD , 0xAEF5FBB2E1724C0DA2D36C67D48B6F31 , 0xEBB4170A30DA42DDA85272E050CA95AC , 0x676F45794CCC40D4AF831825B9173CAF , 0x8124A27CC304403EB600E7C696A5841F , 0x83D3FB6016BE438885078CF2B5E5AE9D , 0x98A765CA251249D8B985F963D1355A8B , 0xB458BF3993AB49FBB20C04E4B2FBA87A , 0xBE7D084650CA4E24B297873B9A54A56B , 0x29090715DD504C4A83BD7742A4D7D296 , 0x5F0CF477A1B6402E8E7CB3EA6CC827F5 , 0x6BDEB087BFEF4953B46C7998586FB435 , 0xF699FB9C771C41D2953F361D14583C7A , 0x33307723C0B74544B23D444284F595CA , 0x4721E597647C4231A553293E7D7A05D2 , 0x6D45414A40C24B5A98C604D4DC04C9E1 , 0xA03BBF2FA22B4A73A4FA52B01FDA21CE , 0x512453531B494FD688B0DB243549DF59 , 0xEB67FCF394674DBFA45FC813682883B1 , 0x0152846304C34B4688043AF78E02E28A , 0x2DCD8DE9B16C4DF981957363BE6F51B3 , 0x38F0450E50C241D29CDCCBF34AF7C93D , 0x4B8CECD7CF4C4F96AB84B7C9E271BD59 , 0x98AD84B06D604F6389343DF431A1950F , 0xE8FCECF1BB2A49739CCDAE307BF35AE8 , 0x083D84B7161E49B58540A9CB2032F316 , 0x4B304D7C55604BCBBE232419E18A8BB5 , 0x6552BB92CAAF4E8E81C2E48F39CD4192 , 0x6BA8CF90A67947E1A18E508E051657B5 , 0x730E7BD9171A40B2A1816131C14A0E26 , 0x856CAF0DB2FD431EA15FCB0C8FB36A12 , 0xA6045D8918C74CA8987B25B80F51207A , 0xB9421923342445619B5C844468F2BC57 , 0xD9B78DAF516F439A822CE923BCD43163 , 0xE261BA0FAA7944DDA3453FCAC555D875 , 0x0C6744C5C1A744068917BFEC5D2582AD , 0x333FC54E43F945C8A7D3992679C7E973 , 0x70169696F5C847C2B9F746B0C0A33FAF , 0xDFE08CBBD0804FBAA99639E005B74B1B , 0x44E0B37B8FA04A588BF4A2B2F8E529ED , 0x3D9BFD65E99D4BAC97CA049703ACFF97 , 0x76B5CD3E4DB74141AAD2B58E95AE5A62 , 0x7F598FB4FBAA4F40A8A76508200255B1 , 0xDCA09DCF19EF466D9F2CA546224BA29C , 0x7059F1B8FB8F4C56AC7D482D53869E68 , 0x726EE9C65BC447E8B895C95A1868E35D , 0x7F7A273B2AFF4D82965DC5CE6F5FEE49 , 0x0253306C236B4CD5BA886C69E763EC29 , 0x02E202E2D7AA4DE4AC532A34AA967E81 , 0x665A67751649464DB50D7E743DE0F2B8 , 0xAC323BCCD1074380B9C8CEE897A0BD2A , 0xC830646C0E1F4E559EEB3C61AC69F278 , 0xE3C45CF44A594DD2BDEA65EF1403A79F , 0xFAD17F96B4504C09B86B0E33024F81EA , 0xABB60777F41C401896816335AF1013C2 , 0x16611B315CB04E8EADE69BA95F25281B , 0xFF665DA5F3074E34949A8C5540F27984 , 0x5F61B54C037D4ACCAB29EFF2884B548A , 0xAC4AB00F310041A284E426ECB3A45F90 , 0x77840D49A3B444A392CA27DEE1D59A0F , 0x98D48158042C433B8074A8ABE0C6C8B7 , 0xA0923BCC019F47329E3602F0AF202B92 , 0x2A5B9766813B4CD89B8186E8F59729CA , 0x7E81FB2DBA8D4E4694E5D98FB5BDB110 , 0x9B6ECDBEA67D42FEA149AF689EAAD83A , 0xBAFA398A7FF64434AD4EF66305178D42 , 0xF89AB4896D3A45E4992BEB6D9783EB57 , 0x4F0B802CADAE43E5A781086776B149FF , 0x78CFA9B1284B407E9234EFECA7D682FE , 0xCAB30BD286904F54923504F17B678FC9 , 0xCCF052A334C9420EAD8CB97659F20641 , 0x051DCDADC550405DB152104DC51D121D , 0x82D9824EC990487E90ABFB4695E9B72D , 0xA1125FE5F3A74DBBAED372D25B3F6B07 , 0xF37DCD5FF0A044C4BB225EECEF9B1548 , 0x0273EF03FCB1409B91449E36208A5EEC , 0x2F7EA67C386C4F018D028BA6B1F6FF7E , 0x74C5288F1F7C41238D1075E6D79C8B96 , 0xA32E8E63DB1E48F28E5850B81EDF161C , 0xF33F622E5BB14AC885227742F4327938 , 0x05A73350FBA54C248B30E6CE5FA9F778 , 0x19FB610ED8E24B17A81043B63726BAC5 , 0x891AF36F86DF4EF3B1549442939A70C9 , 0xD69F8971DCBD40D59238F654B685C4CC , 0x242658DFC6944F69B9E6697C56CD80F5 , 0x2662C83F17564A19AFEBD355EF16CA2C , 0x309DFDB2F3D04754A3E3F88243EB445D , 0x586C9DCC28E44C5082B8D6005B30CBE7 , 0x5C33B03C7F0F4573ADEB46F8DA3BD6D8 , 0xC6E508070A4347E5AF821476B0ED31C5 , 0xF410CEEFC731486185CF966D14B4180D , 0x701EFF76F6FE408EBF06FFF2B6E15D10 , 0x74E7465AF8ED447BB00DC7D08CAD2B7F , 0x938667407DAF47C88F4038184DAA379F , 0xA379D78AA9304E539BAD00C37895BF0D , 0xCD2C6EB5698146838770374C0097F03A , 0xE108AB0495F34A14863415C601194BEB , 0x104B0B0EB93047D3A517EC5BA4A0A9F2 , 0x2109A2472DF241318657F16BB2990359 , 0x4C3CFB608F3042D592232BFF76997483 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
85
8.08 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 yé™\x07 ¾DÕ£ä\n
Ù‰þΊ
"""
b"\x03 õf%Z>J\f £BS¯Õ=Ø{ "
b"\x04 +'‗¿ì@╔åè£═b■\x14 "
b"\x04 @╬¼"^KÞÅö½V¨Ó╬p "
b"\x04 H[áü„L6ˆ²k¼ˆÐ{/ "
b"\x05 m=bY\x11 H\x1F –™6åÇ’Óí "
b"\x05 §3Pû¥L$‹0æÎ_©÷x "
b"\x05 Òï)8sC‡¤Ü®§]ý\x1F "
b"\x05 ¾E\x03 >&F¿ª\x05 â>¼ÉÌF "
b"\x06 )É^<\x15 E(ôÒ{┴·v¥ú "
b"\x06 M%¡Í\x14 @'®ÛŒµ×_µ7 "
b"\x07 BüÃa^Gìä{¯╩▓à\x10 t "
b"\x07 ÿþ¨÷ONݹkH{Ü\x00 á\x13 "
b"\x08 =„·\x16\x1E Iµ…@©Ë 2ó\x16 "
b"\x08 F>è±\x1C GL¥Gqþýy\x05 « "
b"\x08 Ôë\f JÈOɶOBì\f |ÈË "
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\t §ÎàzÏG¶‚{Od(˜ù\x1F "
b"""
\n
\x19 ¯H)\x0F EÈ•þApᣵk
"""
b"""
\n
&é╝ü┘FéìDì\x11 }³└ß
"""
b"\v vÿýˆc@K€l\t .ˆj\r È "
b"\f\x17 -\x19 V³BÂóE\x1E Áy\x0E "
b"\f gDÅÁ§D\x06 ‰\x17 ¿ì]%‚ "
b"\x0E\x06 îuÕg@±¢0L9Ï}}, "
b"\x0F qn╩ã5GH¼Fì¤:°╝] "
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\x1A ¯…rH@\x02 ¨•jÒ”„\x0F Ö "
b"""
\x11 R&Ri\n
KܱèõÚ$˜‚B
"""
b"\x13 ‘.5ºiKTŸÖ+¥¼Ì|\x19 "
b"\x13 žÍsÒ]Oú°<Û\x03 «„Z "
b"\x14 ̧½ípG!·y¿—ƒ£k« "
b"\x14 ÞöɬŸN\x19 •4W·=Þ^~ "
b"\x15 0:éñ§K¥¥V âf\î€ "
b"\x15 ö╣+°êM\x17 ¿.z4╣└ì║ "
b"\x16 !ñÎP†Cë„QVu²îª” "
b"\x16 a\e 1\°NŽæ›©_%(\e "
b"\x17 M8\x0F\x14 ˆBm†o™Oædƒ¢ "
b"\x18 6y >\x1E @î‹om²î\x1F WQ "
b"\x18 ¥|╣-HêØË╗\x18 Tõ═╩ "
b"\x18 ╔\x02\e >øOP║gØvþS¡ª "
b"\x19 ,\x1A ¢\x17\v @À¿ÚYäa4®- "
b"\x1A 3”-8\x13 I\t ¾º\x11 íMí%ü "
b"\x1A £ÉŠ÷—F#šÑV\r <êÉ\x00 "
b"""
\e\x1A\x13 /΂O’Œ\n
ÓÍ\x17 €]y
"""
b"\e ˆ^ªWáO— 4Ï\x00 Ú,áì "
b"\x1C Óv\x13 P8AL‘kQ9J¼5ä "
b"\x1C à\x1C ã?\x12 @x˜\x1C S_áí4Ì "
b"\x1E rÇ\x01 ¬bC\x07 “Ç\x1D q:“¦÷ "
b"\x1E ÉQJ\x1D ÚA\x18 ¬0YÁ\x06 »é╔ "
b"\x1E ¥?s<êJbô╬ŵä\x03 Îa "
b"\x1F V˜²=vC‹œüb¾L%™µ "
b"\x1F Ïdr)´L-¢Éõ\x13 D|ò¨ "
b" Å\x0E nÐ2Dïèú\x04 c¨\x1F $Ñ "
b" ÊÅlF\x1C L±©™\x08 è\x17 ÚwD "
b"""
!{ \x13 ãdD\n
š2zN\x1D Ø(.
"""
b"!À.ú‡Mõ‚@(‡wúæµ "
b"!Þ¾{4ÎDé€0¦O[52¦ "
b""Ýu\x1D ÂéM-î\x1E ɦ\x1E Üí "
b"""
#\n
2Ú\x15 SChœ…q3ñˆ…\f
"""
b"#\x7F :)º#E\x14 ·z쇎{ó\x02 "
b"$\x03 Òu¥˜Gƒ™¯tDZj×k "
b"$e\x06 \¹\x19 G\x05 µ³Xx\x14 ‚„ "
b"$À‘e\x07\x03 B³¢‹'´Œkäm "
b"$╬Ø}íhK7©¾ï)■\x03\x14 "
b"$ö,’ÿêDÿµò„¶/ÆË… "
b"%!]h■[B!»òÏÅË~´B "
b"%ö¦ø»¸B£‘sX÷Š€©Ë "
b"""
&&£$%\x7F B\n
‰\x14 ¯Nôax_
"""
b"&ÇNi¦óG\x05 ‘o0ÔöÁËw "
b"&¸\x1F %°ÅB\êÇ7\x08 Aß}‗ "
b"'Å┐TÖïBÀ¬7%fÈ┴%§ "
b"(O•#ƒàM)‚Ö\v ½xe”\f "
b"(‘Ùh`%@¤²—Ì\x03 óxêþ "
b"*\x19 :x0“I/šÈ©ÊP‹#\x11 "
b"*4äý°U@q¤Hh€€ËA> "
b",\x08 2├£tH1Àn\x04 ò\x7F ┤Ø· "
b",hîøÙrM\x1F ü╣\x19 Ê:7¤· "
b"-’HlÑ*F\t Š²\x1D ²/‹P( "
b"-═ìÚ▒lM¨üòsc¥oQ│ "
b".\x02 ÒÎë;J=ž\x1E ¿ç Mí\x0F "
b"/~ª|8lO\x01 ì\x02 ïª▒÷ ~ "
b"0ز▓¾ðGTúÒ°éCÙD] "
b"0¡F\x1F ˜ÄMº‚)Â'°÷_ò "
b"1ºq\x02 ¼„I\x07 ‡ÇáæÙÇfõ "
b"1È\x12 ŒÚMHŒœ)£ª[¿¥÷ "
b"30w#À·ED²=DB„õ•Ê "
b"3hËóŸ\x16 K¹¤\e òyLJõ9 "
b"6\x7F %├É┬BPƒß¦m%Ö½´ "
b"6█IG4¶Gl║┴³zìÛn\x04 "
b"7ÄXt7üG.ô÷mH}\x1F Ö\x16 "
b"7¾+\x05 è\x18 NDŠ‰fšï«nƒ "
b"8I¨\x1E SµGx‘Ûº[œ\x07 Iå "
b"8Ví\x02 ½[M™Šr\x04 ®œ\x1E ^Ý "
b"8oÚ©O-D\x03 šZ ¬€+ªL "
b"9\x19 •l÷¤M¦µ_.ëF\e c\v "
b":.ÊȃXJݧµJY×·Ø\x03 "
b":7“PÒeC-›F\x1C =%§\x06 © "
b":<eÇ‚T@טK\x10\x10 ¹Ô¹b "
b";3«¬íz@›šä$FÅ[f+ "
b"<\x08 ´á|ZDú\r vF:<\x12 "
b"<ÈÅxÓ'A_£C™‰53ÆÏ "
b"=ø²eÚØK¼ù╩\x04 ù\x03 ¼ ù "
b"=®)9ñüJ\x1F ÆR\x11 !SZ°v "
b">Â\x07 „ÅJ’³‚È\x01 §ôè® "
b">öXY\x19 ÅM\v ¡ÃaoJX>« "
b"?À„\f e\x08 L·‡\x1A &«?\x19 E "
b"@¬›äM\x1F GF¦á:"\x16 ²Tõ "
b"A\r ?Þ˜ÈH~¯/µÓDí!¤ "
b"A\x13 ªÊþZ@î¿HŸP\x1F kVò "
b"CeÓ……`Jw‰ú¾µ9Óq¦ "
b"Cç0\x12 Ù!F{¨{>W½ÕâM "
b"D³Ù▄üVIhÄ\x10\x08\x0E èÝDr "
b"""
E\x18 "8U│@╝ØÞ┼ø\n
\x1D K0
"""
b"E¥É"i\t MâŸè\x02 ƒœ…Ð "
b"EݬvŒ5OR£YhûS~å\x14 "
b"EìzÎ^…IŠÔ‹\x10\x03 :ó* "
b"Eña‰šDJ\x1D •}·!kæ&Ô "
b"GdŽfUÜO\x14 ‡“¹¢ïô-6 "
b"J\x05 ã{öLBÑ»\x1E\x18 È)Ûœ† "
b"K\x11 øÑ\f\x0E K[‘ßÝ=¾x`| "
b"K0M|U`K˾#$\x19 ኋµ "
b"L<¹`Å0BıÆ#+ vÖtâ "
b"L´C\x17 NšH‹ƒÄð›2|BÐ "
b"LçÙ8‰ïA\x04 Š>&’–\e Õ* "
b"""
Lùª‗MO<ØÚ¹┘z\n
Kü
"""
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"O\v Ç,¡«CÕºü\x08 gv▒I "
b"O└¤ù ╦JÉå║⮵Û_Ö "
b"Oò%†E E¸”¿ŸÕ\x18 m&ó "
b"P\t ░1Å█Fƒ»énØ˯û; "
b"Q¹¾¨ãXF\x11 \x11 ª©\r Øè¶ "
b"Tˆéí±@Ï”p_»q\t Ê× "
b"U“ÑßžŒL˘\f ¼f<p\x19 ¤ "
b"UË'VÞ=N›½\x0E\v Úºž%: "
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!‗\x1C úÅJ-Ö²ÈÜÊ\x02 QÄ "
b"XÅ<Ìy¹@Rè©Ñvd\x17 ìÓ "
b"YPñ\x15 qiB\x04 ·–˜\x07 œß* "
b"Y…N"_ÝDƱ¶¤cèù½¾ "
b"YÓgÕ%sB~…L謂R“ú "
b"[\e E\x04 ~REP…Lm:\x1C „Gè "
b"\¥ˆwí€K\x1C ´\x1A ãvO‡'ˆ "
b"\±…¡ÜøOS½î{v\x1E\x07\x06 Æ "
b"\┬ع\x14 ±Gk¼û▒═\f F\x16 ═ "
b"\┬¥\x0E }©CÅ×C▀°êÞ¤┤ "
b"\úsñêÛI\r ¸äÖè¡SÍ; "
b"]\x17 ╬╔JEL#▒)░ñQÐØE "
b"]r}o\x14 îF,½ë ‡¯*C\x1E "
b"]ô "ý«Dà╣DÏ\t WËÚü "
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
b"`g\f YÅ\x07 CÙôÏl\x05\x1C )\x01 u "
b"`\x7F \Ð\x01 "C¥»yÄN[ôH9 "
b"a\x06 aýº¢Gm»¾ jñŒý "
b"a &æAs@……l½½£òjw "
b"bB▒"FØL"ñ▄æDóóG "
b"bÈ\x04 F|ëB\x0E ¿ãgøUÅn "
b"c}´¿ß¡BוËo\x13 jç´; "
b"d½ı&X\x11 B8úîÅùä.\x04 è "
b"eR╗Æ╩»NÄü┬õÅ9═AÆ "
b"eV0N› N†½8h·´í‰\x19 "
b"eßó╝6\e LäØ▓¶\x18 Í\v ƒí "
b"fZgu\x16 IFMµ\r ~t=àò¸ "
b"fZÙ>"”G\x0F ½gjY,²ª\x16 "
b"gHA‘uJJÔŸúxÒwJ[ø "
b"gÖr\x1A ‗ÁAì¡N\x02 m╔sVû "
b"gЈJ²\x04 Lܽ}ãùå`G• "
b"h\x06 ß#å^JÊŠo\r ’Fþ.\ "
b"h¨W©ÛõD.³qú‰í\x12 ¨Ž "
b"iLIùA:C…œ<öÄê”Ä\r "
b"jŒiÊ\x03\v D\x01 ±ÿñ(*‘sA "
b"kj¡®’±Aü¬]tø\x06 ;$é "
b"kÞ°‡¿ïIS´ly˜Xo´5 "
b"lŽI‚íJOä‚þ]ÿlù?] "
b"lÉ\x12 ±ZoNˆ¬¹¯çÚ»W\x1F "
b"m\x1F ±½‹áE6‹röùüðV¯ "
b"mEAJ@ÂKZ˜Æ\x04 ÔÜ\x04 Éá "
b"mñ•{@(A»Œ¶!¿\x19 wi, "
b"nÆîŠîfGk±5\x1C Î1ª^£ "
b"oó’ñJÚD\x15 š\x06\x7F ÍŸB\x1D f "
b"""
p\n
pn×û@\v âêúÓ\x1F ║IØ
"""
b"p\x15 ¦IíÖBt€›sÿ™»‘× "
b"qAlú,\x04 H4ª<{bz$ü? "
b"qÈ_¥`fKS’\x07 ‰¤…ÉZ¯ "
b"rX^~gåKô¿\x0E U˜˜=È¥ "
b"t┼(Å\x1F |A#ì\x10 uµÎ£ïû "
b"uSräEôAE╣ò\x7F\x1F\f ü~U "
b"v3‚û}(C§Š\r n*ž\x02 Ð- "
b"vôçìsFA$é/E>ÏZÜÎ "
b"vµÍ>M·AAªÒµŽ•®Zb "
b"wN)Å║ÅH¡ÑÁðmÆ×4, "
b"x\x00 {桧HüóGå8╚■┼" "
b"xr\x04 To\x1F Juü_4CÏ%àK "
b"yV„ø&oF›¼¶\x18\f ü“Zs "
b"zi‹ÓK”H)½\x1C ^¬Þ:>Ê "
b"z—h¤\x12 ²Bã©iÙºêhªÛ "
b"z°JþÔÈB\x1A Ï\x05\x01 ^Ãòí "
b"zǬ\x08 b§B\»àö]ºò·ç "
b"{š‡Äe»OQµþ®\x12\x02 4ªv "
b"|²»ûıûAY╣o╦Ãü─Ç» "
b"~±p⇑LAž#ÿƒhÏ?h "
b"\x7F YÅ┤¹¬O@¿ºe\x08 \x02 U▒ "
b"üR\f aO&@Ü¿\v\x0E ÏÁ│Gs "
b"ühy;╗©D\x10 ª°=+h³P: "
b"üı®k\x14 3K¬ÿ\x17 Ë░Â\x04 .B "
b"ü·ØJ ÓF═Çý│¿<AæÆ "
b"‚)¶œU¶Ks…äì\x00 §yÍì "
b"‚W\x1F ¿¡\x10 Kì‹´èúö€eN "
b"‚iAÄB\r A\x14 »7ñÏÇ|¥½ "
b"‚o@¬“\x1C DÄšdÇ\v 8“©ˆ "
b"é┘éN╔ÉH~ɽ¹FòÚÀ- "
b"„\x07 Ûª\x03 ËNç£×Ô™vÜg¡ "
b"„“‘Ä^`F÷–\x08 ?Ïrøij "
b"…S3¶\x0E\x18 Fè¼}b˼J\x16 š "
b"…±åCeCH\x1F µLDûkÇ“ˆ "
b"àÕWdî\x15 @sØ┼h▄¡ÅÁ= "
b"å\x06 4ÚD¨AØ«I ÈtÀ¨Ä "
b"†$\x04 U\x14 ÓEC°\r I´\x1D Ín "
b"†Û!Hu\x11 E\x00 ™D»¶Šä¥\x05 "
b"ç,\x15 ─░}M├ü▄\x1A &╗G╦\x13 "
b"""
ˆÛÑÄ\x18\x14 Kǫ࢖\n
Á?‰
"""
b"Š¶ 7Ž®K°©éŸ¹1uëu "
b"‹3ø)™ZF\x0E ³f‘.@\e [ï "
b"‹€¿¢E)EK€\x17 ’8¿ÚZû "
b"‹´'¶ûdE¥¬ôç žsƒê "
b"ŒcšB\x08 ¥O…¥˜i*¾£‡§ "
b"ì\x19 Ⱦ^+B~é┴¯ö█ëÙï "
b"Ä¥Å┬╬\x07 O~ÿó9hBá▀ "
b"ŽÄ¶‹ô\x10 Lö‚>µ.\r uᤠ"
b"Åg\x08 «?UBÚùÇݺ^\e !z "
b"""
ôº9ó\n
sA{èÉ߃\x1F U\x10 Ó
"""
b"öÁeG0[CqÉb~<├╔╩¥ "
b"•F\x1F\x02 `\x19 H§²äÚÕJFæJ "
b"•I\x11 W\x13 .OVŸ¼&‡gÒ\x11 £ "
b"òÏ&ø8KBk╗õÅ║Ëã$Ç "
b"ù-Û#▒\x13 JuîØÔDü¨Z\x04 "
b"˜Âµk.\x1F K±“%›°\x1F {Úx "
b"˜ä\t / ÖNvª\x05\x14\x03 ‡¼\x18 Q "
b"Ö~'õ\x13 \D├Ľ Ôî\x05 ìv "
b"š\x11 Q„ÄGJ{°ÛÎá\x08 È*N "
b"›õ†'—uDT´\ŸæþÄ\x10 y "
b"Ø\x01 █\x1D 3╔F¼║¼±µ¬º!Ó "
b"Ø·C\x18 +ÎHxèÑ>\x01 ô÷k\x13 "
b"ž¢‰]Æ®@\x03 ¡|˜\x07 ?ø‡6 "
b" ;¿/¢+Js¤úR°\x1F Ú!Î "
b" Ƭ\x14 w+Aº‘Öm\x1C m" Ô "
b"í\x1A þ┘ÜöBÄ╣░Z▓ÅUÄË "
b"í¦øZ\x7F #F[¬ ¹Å\x0F õîâ "
b"¢u&Ò\v ŒC†¡uù¾\x1E `´Í "
b"£y׊©0NS›\x00 Ãx•¿\r "
b"úÿÑ\x7F ãOJ\x12 ì\x19\x0F ëràq1 "
b"ú▀ì\x06 ïÙ@¬ÅÄaûS■~] "
b"¥7\x1F ò\x1F bO€½ÐT#g\x16\x00 ! "
b"¥xîïõ\x08 Bo¦g1Kñ5t< "
b"¦½–߇ÄK¸‡.\x02 _Ïì\x01 ¢ "
b"¦ÜÏù²ÕN<Ž·!¼ó’`¶ "
b"º6\t ╩üîDe»ac+5° Î "
b"¨àÕ¤á\x00 N\x18 ºw‹è/\x04 Ú§ "
b"¬¹\x18 Øj\x10 KϬHðó\x17\x1E 4█ "
b"½Â\x07 w¶\x1C @\x18 ûüc5»\x10\x13 ┬ "
b"«ßQ\x11 qICzŽÎ\x1D 6qh\x1C "
b"«îj‹%•IRµÖ,\t\x1A H\e "
b"¼J░\x0F 1\x00 Aóäõ&ý│ñ_É "
b"¬´\x1D ãõÅG†¼ÐH,°‡dà "
b"¡u¬█\x0E ▀E─»3ÈõØ\~É "
b"®õû²árL\r ¢ÓlgÔ‹o1 "
b"¯\x1E ‰cT^Dˇi±¤ãaé\x0F "
b"░OLî¿åE\x19 ü█p\x1E óE\x10 × "
b"""
°R\r 4±5HD¦oÕ\n
DNO
"""
b"░gy¦┼I@ É\t û\x17 í«▓ï "
b"±]—ô'\x13 @\x08 µMIþ\x10 .Τ "
b"±_º!ï=O\x13 Ž\x11 V\x07\x03 #iÞ "
b"±…\x0E n ŠC‚¡|Dؗكj "
b"▓8»▓┘ìHXù\x08 »\x19 $?é\x12 "
b"³\x04 ^ð½„Gpš°3iÆW†ø "
b"´ª0QhÌ@YŽ¦NWø\x03 T\r "
b"Á0Ð{Á®DÅô║~áôb‗╗ "
b"µ7«Yð\x12 BR¿G}Þ¶„Y "
b"ÁçC»j\x00 @Ûóül>¶Îxå "
b"¶\x1F åÒæúBØŠ®Iö°)¿€ "
b"""
¸@6V^\x02 EçÏ1\n
¤ï¥Á
"""
b"¸õÈ4Qw@Ä”L·4íü§ˆ "
b"ºD¬\x01\x0F\x1E Fí½ª¢«w¯Gì "
b"ºS±\x1A ¿°Mq•\x03 Óט\x06\x0E - "
b"║·9è\x7F ÷D4¡N÷c\x05\x17 ìB "
b"╗\e\x00 ÑÜÉO÷â┌oü\x05 ÝE± "
b"╗8┘─.╦GÀü|┤K┤A\x1F "
b"╗BQ ×ÐI\x0F Ø\x03 ²¨ý\e nl "
b"╗¿░åéôI¡ïÅ\x1D ıÜ─èg "
b"¼n®\\x17\x1D J ¹›\t\x15 6ö!¤ "
b"½\x16 Lm?>M”«\t AÀh<à* "
b"¥=qTþÈBÈä<ıüÃ╝ý- "
b"¾}\x08 FPÊN$²—‡;šT¥k "
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"ÂÞ•âŸLA\v Šå©”»iìÌ "
b"Ù_!\x12 …IB°)\x07\x05 }¡<J "
b"Å\x12 yÄË\r G6¡üäÿ¸E¯Ù "
b"Å¡„äZmC,’æ©%U„n "
b"ÆWA!œŸJ\x11 ’Ÿ}\x14 åþ¦‰ "
b"Ç#"#ê¯DÁ¬\x1D C‡z~…1 "
b"ÇåÊÄ\x1F îI'ªnŠÙ\x07 _L„ "
b"╚Ju2vëFº¿/\x07 «┌\üC "
b"È’õBq\x1C C<«oüŠµs=í "
b"ÉT r‚–Mø¦BØwÝ(\x7F 2 "
b"ɨ Ù“hA΃ãf·Ð7¥Y "
b"Ë0–¬:\x1C LÕªPcLx]n¬ "
b"ËÖv:kÚDzº‘Wâ\x0E ã%ë "
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"Îzø*8_IX¬¯ÄÞ°1SO "
b"ÏŸ”m2#Kn¿d¸ÞÍÚ† "
b"ðr4ìA5D_åuf(]┤RB "
b"Ñ¢\x08 ð:\x07 H\x1D ¨ôdÍ¿‚¼Î "
b"ÐÏ╦°\x04 ßH\x08 »ñ°\r ì[\x07 A "
b"Ê)\x10 Þª\x1C Ke╝kHmÅ_µ¨ "
b"Ópä—zIŒ¹ÀX,’\e úÓ "
b"ÓÔ–¯\v !AS«Ç¢ÿ\x06 8&7 "
b"Óäǹp8O££-šÍ±ÑÏ< "
b"Õl>”ÜîD+‚>Øgu€PÍ "
b"Õ‹©x\x07 `L\x19 ¦½»µwñžY "
b"ı÷¨*┐çB®ºÉ¨╗d.ë" "
b"Öp–i³Ç@6˜,@\x0E >^³× "
b"Î\x0E ÞÌ┬!BÑÄ╔ú!¦\x12 ì\x0E "
b"צ2=ñ›E„ŠSl\x0F S̺Р"
b"×·Qº²íJ³œŠ×5µ¾{\x1F "
b"×ì\v ~\x08 hE퇄^ãCÊ«‰ "
b"Ú,ïÚÏjAä¸èžH§…\x00 º "
b"┌^Z\x7F [#BÉ▒▀ðñ\x0E ¸Û\x13 "
b"Ú|\x03\x05 ¶K@¿‘i2}ŠJ\x12 ¤ "
b"""
┌ÍÅ╗┌t@:ì´º\n
\x06 ƒëµ
"""
b"Û-¨Eõ‡OFµ¼ý¥°\x13 ž? "
b"Ü\x1F\f ‹¯SMZœ\x10 ¦ÑT¼Ü® "
b"Ý\x16 µ•£ôC]©\x19 ‘±W\x0E . "
b"¦@5\x15 lÆAcïPN5;Éeà "
b"¦ì!9gºFÅó`È\x06 EG╠x "
b"Þ;x$¨\x08 MÚŠM„\x08 „ýÊÈ "
b"ßYÉ9OcCô´PßjI\v &± "
b"ßàŒ»Ð€Oº©–9à\x05 ·K\e "
b"൦6§³HÄ—««ƒï\x08 ' "
b"à»S!nÐHɉӢóâ\˼ "
b"ß╗]\x1D KQO\x02 ªâ§&┴ìᬠ"
b"áÎ\x1A E\x1D éG9¢\x16 &\x02 a\e ™S "
b"â.~V¾ GÇ•E¦d\x1A é&Ì "
b"äºJÐsòIs£ÿ‡ÊÝ"ÈB "
b"æ“Ȧ\x05 ïOjœòÒ¯¤\x12 1f "
b"èüìñ»*IsœÍ®0{óZè "
b"é\x19 öÐP«J[¬æ³Æ8sµŠ "
b"ê\x15 ¡s‹OLAƒO×%z‰\v a "
b"ÙÉ\x04 ıÿ\x10 KhÉ▄Ø\x1F\x16 Q6Þ "
b"ëÃ\x1D PV\e Nn³#õ°“yÌ* "
b"ì\x1A 77±–@åŒüqIK_ö "
b"ì5šX]…J~‘ç¼YÓ\x01 2Í "
b"íðq¶RÕMR½“Àýͨ:² "
b"îFª½\x10 ˆJf–Ÿ2Ð6÷šÙ "
b"¯HLbÂ▓Løú¢&ìN┐\f 6 "
b"îtу¸ÝL\x11 ‚_\x7F ÍL~Õ® "
b"î}¸ŒÎðJ:Œ‡\x15 e þ’á "
b"ï—\x1C K\x13 *@ª¸ÿZ0\x13 2Âá "
b"ð2²\x17 ~ÿL¸»>¹¡\x00 Ý\x1D , "
b"ð@‡K=^E†€´¸ñueX… "
b"ðš“\x1F :ÔKåŽHM»\x11 ìHž "
b"¾\x06 ½Ò^nD¯Øã;G┤\x16 SË "
b"óý`‰1²I·œ§_\x11 êyY‹ "
b"ô\x10 ÎïÇ1Ha…Ï–m\x14 ´\x18 \r "
b"""
¶½yP\x1A yBÔ╣ÔÅX\n
!ë
"""
b"ôÁ”.\x0F žG\x04 ®Â,Œ\x07 ¹\f 5 "
b"õ\x14 ä×ÖTG!•\x7F ¸J\x17 ßüa "
b"öt°\x0E h\x13 H\x16 £\x1A k<è†Õo "
b"ö€6Õï‰Güƒ¨WÈå³e¹ "
b"¸tüÂ║\x1D O┬Æ/y\x0F [\x7F æÉ "
b"¸ NìKoHFÜ\x14 5%\x17 nã├ "
b"·w\x0F «\x06 ÕJ█óÉù} Ûk█ "
b"ú„ì\x1F ¬ùM`«ÊÍÅ"št% "
b"·╗ÆãçYG┤ä»sxXþSì "
b"úÀõ\x07 ÿFNk¶v½\x0E ·´\x1F æ "
b"úýˤ)„Až¬t\ºvìᶠ"
b"û;»g^QJ\x10 “Z•öGŒÜ£ "
b"üƒb\e\x17 hM牮\x15 jJšëD "
b"ü‰³÷:JK1ª8Að\x1A œÆ "
b"ý)ú\x07 ÐoNó´íN|ô;ë! "
b"ýZ²ÊÎ\x02 DŠŸ‚uÑ\f n™¨ "
b"ýu\V¶ÝF]ŠÑ²}\e\x1C » "
b"þ·x…ÅúG+¨ªŠ¿:xæX "
b"■╠ðYúHìó²õiGR:¿ "
b" 5DÉÍäGs╗¸\x1A ¬µ#½W "
b"ÿf]¥ó\x07 N4”šŒU@òy„ "
]
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 , 0x0379E99907BE44D5A3E40AD989FECE8A , 0x03E466255A3E4A0C9C4253EEE53D9D7B , 0x042B27F2A88D40C9868A9CCD62FEF014 , 0x0440CEAC225E4BE88F94AB56F9E0CE70 , 0x04485BE1FC844C3688B26BBC88D07B2F , 0x056D3D625911481F969936E5C792D3ED , 0x05A73350FBA54C248B30E6CE5FA9F778 , 0x05D2EF2938734387A4DCAEA7AD5DFD1F , 0x05F345033E2646A8A605833EAC90DE46 , 0x0629905E3C15452893E37BC1FA76BEA3 , 0x064D25A1CD144027AEDB8CB5D75FB537 , 0x074281C7615E478D847BEECAB2851074 , 0x07FFFEA8F74F4EDDB96B487BDC00E113 , 0x083D84B7161E49B58540A9CB2032F316 , 0x08463EE8B11C474CA54771FEFD7905AB , 0x08D4EB0C4AC84FC9B64F42EC0C7CC8CB , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x09A7CEE07ACF47B6827B4F642898F91F , 0x0A19AF48290F45C895FE4170E1A3B56B , 0x0A2682BC81D946828D448D117DFCC0E1 , 0x0B76FFFD8863404B806C092E886A0DC8 , 0x0C172D1956B342C2ADF3451EC1790EA0 , 0x0C6744C5C1A744068917BFEC5D2582AD , 0x0E06EE75D56740B1A2304C39CF7D7D2C , 0x0F716ECAC6354748AC468DCF3AF8BC5D , 0x0FDD943CF1DF466FAC81B0AD522F2F8F , 0x10086334A7964ABEB4786903BED8E959 , 0x1014BD6E81E249D7A9925F88A41B763E , 0x10CADDF3E6E94CC3A0C2FE596DDD0D43 , 0x111AAF8572484002A8956AD294840FD6 , 0x11522652690A4BDCB1E8F5DA24988242 , 0x13912E35BA694B549FD62BA5BCCC7C19 , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x14CCA7BDED704721B779BF9783A36BAB , 0x14DEF6C9AC9F4E19953457B73DDE5E7E , 0x15303AE9F1A74BA5A55620E2665CEE80 , 0x1594B92BF8884D17A82E7A34B9C08DBA , 0x1621F1CE508643EB84515675B2EEAA94 , 0x16611B315CB04E8EADE69BA95F25281B , 0x174D380F1488426D866F994FE66483A2 , 0x183679A03E1E40EE8B6F6DB2EE1F5751 , 0x18BE7CF0B92D48889DD3BB1854E4CDCA , 0x18C9021B3E9B4F50BA679D76E753ADA6 , 0x192C1AA2170B40C0BFDA59E46134AE2D , 0x1A33942D38134909BEBA11ED4DED25FC , 0x1AA3C98AF79746239AD1560D3CEAC900 , 0x1B1A132FCE824F928C0AD3CD17805D79 , 0x1B885EAA57E14F97A034CF00DA2CE1EC , 0x1CD376135038414C916B51394ABC35E4 , 0x1CE01CE33F124078981C535FE1ED34CC , 0x1E72C701AC62430793C71D713A93A6F7 , 0x1E90514A1DE94118AA3059B506AF82C9 , 0x1EBE3F733C884A6293CE8FE68403D761 , 0x1F5698B23D76438B9CFC62BE4C2599B5 , 0x1FCF647229B44C2DA2C9F513447CF2A8 , 0x208F0E6ED132448B8AA30463F91F24A5 , 0x20CAC56C461C4CB1A99908E817DA7744 , 0x217BA013E364440A9A327A4E1DD8282E , 0x21C02EFAAD874DF58240288777FAE6B5 , 0x21DEBE7B34CE44E98030A64F5B3532A6 , 0x22ED751DB6824D2D8C1E90DD1E9AA1FF , 0x230A32DA155343689C857133F188850C , 0x237F3A29BA234514B77AEC878E7BF302 , 0x2403D275A598478399AF74C7B16AD76B , 0x2465065CB9194705B5B3587814208284 , 0x24C09165070342B3A28B27B48C6BE46D , 0x24CE9D7DA1684B37B8F0F38B29FE0314 , 0x24F62C92FFEA44FFB5F284B62FC6CB85 , 0x25215D68FE5B4221AF95D88FD37EEF42 , 0x25F6A6F8BBB842A3917358F78A80A9CB , 0x2626A324257F420A8914AF4EF461785F , 0x26C74E69A6F34705916F30D4F6C1CB77 , 0x26F71F25F88F425C8880370841E17DF2 , 0x278FBF54998B42B7AA372566D4C125F5 , 0x284F952383E04D2982D60BBD7865940C , 0x2891D968602540A4B297CC03F378EAFE , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2A34E4FDB0554071A448688080CB413E , 0x2C0832C39C744831B76E04957FB49DFA , 0x2C688C9BEB724D1F81B919D23A37CFFA , 0x2D92486CD12A46098AB21DB22F8B5028 , 0x2DCD8DE9B16C4DF981957363BE6F51B3 , 0x2E02D2CEEB3B4A3D9E1EBFE7204DED0F , 0x2F7EA67C386C4F018D028BA6B1F6FF7E , 0x309DFDB2F3D04754A3E3F88243EB445D , 0x30A1461F98C44DBA8229C227B0F75FF2 , 0x31BA7102BC84490787C7E1E6D9C766F5 , 0x31C8128CDA4D488C9C29A3AA5BBFA5F7 , 0x33307723C0B74544B23D444284F595CA , 0x3368CBF39F164BB9A41BF2794C4AF539 , 0x367F25C390C242509FE1DD6D2599ABEF , 0x36DB494734F4476CBAC1FC7A8DEA6E04 , 0x378E58743781472E93F66D487D1F9916 , 0x37BE2B05E8184E448A89669AEFAB6E83 , 0x3849A81E53B5477891DBBA5B9C0749E5 , 0x3856ED02BD5B4D998A7204AE9C1E5EDD , 0x386FDAA94F2D44039A5AA0AC802BAA4C , 0x3919956CF7A44DA6B55F2EEB461B630B , 0x3A2ECAC883584ADDA7B54A59D7B7D803 , 0x3A379350D265432D9B461C3D25A706A9 , 0x3A3C65C7825440D7984B1010B9D4B962 , 0x3B33ABACED7A409B9AE42446C55B662B , 0x3C08B4E17C5A44C3BAAD0D76463A3C12 , 0x3CC8C578D327415FA34399893533C6CF , 0x3D9BFD65E99D4BAC97CA049703ACFF97 , 0x3DA92939A4814A1F92521121535AF876 , 0x3EC3820784C54A92B382C801A7F4E8AE , 0x3EF6585919C54D0BA1C3616F4A583EAB , 0x3FC0840C65084CADB7871A26AB3F1945 , 0x40AC9BE44D1F4746A6E13A2216B254F5 , 0x410D3FDE98C8487EAF2FB5D344ED21A4 , 0x4113AACAFE5A40EEBF489F501F6B56F2 , 0x4365D38585604A7789FABEB539D371A6 , 0x43E73012D921467BA87B3E57BDD5E24D , 0x44FCEBDC815649688E10080E8AED4472 , 0x4518223855B340BC9DE8C59B0A1D4B30 , 0x45A5C92269094DE29FE802839C85D0AD , 0x45DDAC768C354F52A35968FB537EE514 , 0x45EC7ACE5E85498AADD48B10033AF32A , 0x45F161899A444A1D957DB7216BE626D4 , 0x47648E6655DC4F148793B9A2EFF42D36 , 0x4A05E37BF64C42D1BB1E18C829DB9C86 , 0x4B11F8D10C0E4B5B91DFDD3DBE78607C , 0x4B304D7C55604BCBBE232419E18A8BB5 , 0x4C3CFB608F3042D592232BFF76997483 , 0x4CB443174E9A488B83C4F09B327C42D0 , 0x4CE7D93889EF41048A3E2692961BD52A , 0x4CF097A6F24D4F3C9DE9FBD97A0A4B81 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x4F0B802CADAE43E5A781086776B149FF , 0x4FC0CF9720CB4A9086BA83A9E6EA5F99 , 0x4FF2258645A045B894BF9FD5186D26F3 , 0x5009B0318FDB469FAF826E9DD3EE963B , 0x51B9BEA8E3584611A011AAA90DD8E8B6 , 0x54C288E9EDB140CF94705FBB7109CAD7 , 0x5593D1DF9E8C4CCB980CBC663C7019A4 , 0x55CB2756DE3D4E9BBD0E0BDABA9E253A , 0x56BF89D910CA4B4185AD674FD30E1130 , 0x57670B5B978A400DA34AB0F241CBC530 , 0x57906D7401234AF8A8F358172C0E8293 , 0x5821F21CA38F4A2D99FDD49AD202518E , 0x588F3CDE79FB40528AB8A57664178DE0 , 0x5950F11571694204B79698AD079CDF2A , 0x59854E225FDD44C6B1B6A463E8F9BDBE , 0x59D367D52573427E854CE8AC825293FA , 0x5B1B45047E524550854C6D3A1C8447E8 , 0x5CA58877ED804B1CB41AE3764F872788 , 0x5CB185A1DCF84F53BDEE7B761E0706C6 , 0x5CC29DFB14F1476BAC96B1CD0C4616CD , 0x5CC2BE0E7DB8438F9E43DFF888E8CFB4 , 0x5CFA73F1EADB490DB8E4D6E8A153CD3B , 0x5D17CEC94A454C23B129B0A451D19D45 , 0x5D727D6F14EE462CBDEB2087AF2A431E , 0x5D932022ECAE4485B944D80957D3E981 , 0x5E2AF49118E140F2A936DFE803E9203A , 0x60670C598F0743EB93D86C051C290175 , 0x607F5CD0012243A5BB79C44E5BF44839 , 0x610661FDBAA2476DBBBEADA06AF18CFD , 0x61A026E641734085856CBDBDA3F26A77 , 0x6242B122469D4C22A4DC9144A2A247FF , 0x62D404467C89420EA8C6679B558F6EB6 , 0x637DB4BFDFA142D795CB6F136AE7B43B , 0x64ABD52658114238A38C8F97842E048A , 0x6552BB92CAAF4E8E81C2E48F39CD4192 , 0x6556304E9B204E86BD3868B7B4ED8919 , 0x65E1A2BC361B4C849DB2F418D60B9FA1 , 0x665A67751649464DB50D7E743DE0F2B8 , 0x665AD93E2294470FBD676A592CB2AA16 , 0x67484191754A4AD49FFA78D2774A5BF8 , 0x6799721AF2B5418DAD4E026DC9735696 , 0x67D0884AB2044CDCBD7DE3F9E5604795 , 0x6806DF23E55E4ACA8A6F0D9246FE2E5C , 0x68A857A9DBF5442EB371FA89ED12A88E , 0x694C49F9413A43859C3CF6C4EA94C40D , 0x6A8C69CA030B4401B1FFF1282A917341 , 0x6B6AA1AE92B141FCAC5D74F8063B24E9 , 0x6BDEB087BFEF4953B46C7998586FB435 , 0x6C8E4982ED4A4FE482FE5DFF6CF93F5D , 0x6CC912B15A6F4E88ACB9AFE7DABB571F , 0x6D1FB1BD8BE145368B72F6F9FCF056AF , 0x6D45414A40C24B5A98C604D4DC04C9E1 , 0x6DF1957B402841BB8CB621BF1977692C , 0x6EC6EE8AEE66476BB1351CCE31AA5EA3 , 0x6FF392F14ADA44159A067FCD9F421D66 , 0x700A706E9E96400B8388A3E01FBA499D , 0x7015A649EDD64274809B73FF99BB91D7 , 0x71416CFA2C044834AA3C7B627A24FC3F , 0x71C85FA560664B53920789A485C95AAF , 0x72585E7E67E54BF4BF0E5598983DC8A5 , 0x74C5288F1F7C41238D1075E6D79C8B96 , 0x7553728445934145B9957F1F0C817E55 , 0x763382FB7D2843A78A0D6E2A9E02D02D , 0x7693878D73464124822F453ED85A9AD7 , 0x76B5CD3E4DB74141AAD2B58E95AE5A62 , 0x774E298FBA8F48ADA5B5D06D929E342C , 0x78007B91ADF54881A2478638C8FEC522 , 0x787204546F1F4A75815F3443D825854B , 0x795684F8266F469BBCB6180CFC935A73 , 0x7A698BD34B944829BD1C5EACDE3A3ECA , 0x7A9768A412B242E3A969D9BAEA68AADB , 0x7AB04AFED4C8421AA0CF05015EC3F2ED , 0x7AC7AC0862A7425CBBE0F65DBAF2B7E7 , 0x7B9A87C465BB4F51B5FEAE120234AA76 , 0x7CFDAF96D5964159B96FCBC781C480AF , 0x7EB170E287914C419E23FF8368CF3F68 , 0x7F598FB4FBAA4F40A8A76508200255B1 , 0x81520C614F26409AA80B0ED8B5B34773 , 0x8168793BBBB84410A6F83D2B68FC503A , 0x81D5A96B14334BAA9817D3B0B6042E42 , 0x81FA9D4AFFE046CD80ECB3A83C419192 , 0x8229B69C55B64B7385E4EC00A779CDEC , 0x82571FBFA1104BEC8BB4E8FAF680654E , 0x826941C4420D4114BB37F1CFC77CA5BD , 0x826F40AC931C44C49A64C70B3893A988 , 0x82D9824EC990487E90ABFB4695E9B72D , 0x8407DBAA03CB4EE7A3D7D49976DC67A1 , 0x849391C45E6046F796083FCF72F8C4B3 , 0x855333B60E1846E8BC7D62CBBC4A169A , 0x85B1E5436543481FB54C44FB6BC79388 , 0x85E557648C1540739DC568DCAD8FB53D , 0x860634E944F9419DAE4920D474B7F98E , 0x8624045514D34543B00D49B41DA0CD6E , 0x86DB2148751145009944BBB68AE4A505 , 0x872C15C4B07D4DC381DC1A26BB47CB13 , 0x88DBD1C418144BC7ABE0A2960AC13F89 , 0x8AB620378EAE4BB0A9E99FB93175EB75 , 0x8B33F829995A460EB366912E401B5BEF , 0x8B80BFA24529454B80179238BFDA5AFB , 0x8BB427B6FB6445A5ACF4E7A09E7383EA , 0x8C639A4208A54F85A598692ABEA387A7 , 0x8D19D4F35E2B427E82C1EE94DB89EB8B , 0x8EBE8FC2CE074F7E98A2396842A0DFF0 , 0x8EC4B68BF4104CF6823EB52E0D75E1A4 , 0x8F6708AE3F5542E99780EDA75E1B217A , 0x93A739A20A73417B8A90E19F1F5510E0 , 0x94B56547305B437190627E3CC3C9CABE , 0x95461F02601948A7B2E4DAD54A46E64A , 0x95491157132E4F569FBC268767D211A3 , 0x95D8269B384B426BBBE48FBAD3C62480 , 0x972DEA23B1134A758C9DE24481F95A04 , 0x98C2B56B2E1F4BB193259BB01F7BDA78 , 0x98E4092F20D64E76AA05140387BC1851 , 0x997E27E4135C44C38EAB20E28C058D76 , 0x9A115184C4474A7BB0DBCEE108C82A4E , 0x9BF5862797754454B45C9FE6FEC41079 , 0x9D01DB1D33C946ACBAACF1E6AAA721E0 , 0x9DFA43182BD748788AA53E0193F66B13 , 0x9EA2895DC6AE4003A17C98073FF88736 , 0xA03BBF2FA22B4A73A4FA52B01FDA21CE , 0xA0C6AC14772B41BA91D66D1C6D2220D4 , 0xA11AE7D99A94428EB9B05AB28F558ED3 , 0xA1DD9B5A7F23465BAAFFFB8F0FE48C83 , 0xA27526D20B8C4386A175F9BE1E60B4CD , 0xA379D78AA9304E539BAD00C37895BF0D , 0xA398A57FC64F4A128D190F8972857131 , 0xA3DF8D068BEB40AA8F8E619653FE7E5D , 0xA5371FF21F624F80BDD0542367160021 , 0xA578EEEFF508426FA667314BF135743C , 0xA6BD96DF87C44BB8872E025FCFEC01A2 , 0xA6DCCFF9B2D54E3C8EB721BCF39260B6 , 0xA73609CA818C4465AF61632B35F820D7 , 0xA8E0D5A4E1004E18BA778BE82F04DAA7 , 0xAAFB189D6A104BD8AA48D0A2171E34DB , 0xABB60777F41C401896816335AF1013C2 , 0xABDF51117149437A8ECEAD1D3671681C , 0xABEE6A8B25954952B5D62C091A481BAD , 0xAC4AB00F310041A284E426ECB3A45F90 , 0xACB41DE3F5C54786BCD0482CB08764E0 , 0xAD75AADB0EDF45C4AF33D4E49D5C7E90 , 0xAEF5FBB2E1724C0DA2D36C67D48B6F31 , 0xAF1E8963545E44CB8769B1A4E361E90F , 0xB04F4C8CA886451981DB701EA245109E , 0xB0520D34B1354844ADA66FD50A444E4F , 0xB06779DDC549402090099617A1AEB28B , 0xB15D97F427134008B54D49FE102ECEA4 , 0xB15FBA21EF3D4F138E115607032369DE , 0xB1850E6E208A4382A17C44D897D9836A , 0xB238AFB2D98D48589708AF19243F8212 , 0xB3045EF0BD8447709AB03369C65786F8 , 0xB4AA305168CC40598EA64E57F803540D , 0xB530D17BB5A9448F93BA7EA09362F2BB , 0xB537AB59F0124252BF477DDEB68459C2 , 0xB58743AF6A0040EAA2816C3EF4D77886 , 0xB61FE5D2E6FA42D88AAE49F6B029BF80 , 0xB84036565E0245C3A7CF310AA4EFA5C1 , 0xB8F5C834517740C4944CB734EDFCA788 , 0xBA44AC010F1E46EDBDAAA2AB77AF47EC , 0xBA53B11ABFB04D719503D3D798060E2D , 0xBAFA398A7FF64434AD4EF66305178D42 , 0xBB1B00A59A904FF683DA6F8105ED45F1 , 0xBB38D9C42ECB47B7817CF0B44BB4411F , 0xBB4251209ED1490F9D03FDF9EC1B6E6C , 0xBBA8B086829349AD8B8F1DD59AC48A67 , 0xBC6EAE5C171D4A20B99B091536F621A4 , 0xBD164C6D3F3E4D94AB0941C0683CE02A , 0xBE3D7154E7D442D4843CD581C7BCEC2D , 0xBE7D084650CA4E24B297873B9A54A56B , 0xBF0FDD6C474648588DEF9FA5A9EA9FE9 , 0xBF716F41A75348DBA9C07141E5D123D2 , 0xBFBA554C7AEC45A484CCFB952220C8D5 , 0xC0158CBCC67A471699B92DC15D66D967 , 0xC144F9D33FF94CE48C2904B98F04AB4B , 0xC2B380ED149B46D3B6B2D9F2DBB2ACE7 , 0xC2DE95E29F4C410B8AE5A994BB69ECCC , 0xC3995F2112854942B02907057DA13C4A , 0xC51279C4CB0D4736A1FCE4FFB845AFD9 , 0xC5A184E45A6D432C92E6A92555846EC2 , 0xC65741219C9F4A11929F7D14E5FEA689 , 0xC7232223EAAF44C1AC1D43877A7E8531 , 0xC7E5CAC41FEE4927AA6E8AD9075F4C84 , 0xC84A7532768946A7A82F07AEDA5C8143 , 0xC892F542711C433CAB6FFC8AB5733DED , 0xC954207282964DF8A642D877DD287F32 , 0xC9A820D9936841CE83E366B7D037A559 , 0xCB3096AC3A1C4CD5AA50634C785D6EAC , 0xCBD6763A6BDA447ABA9157E20EE325EB , 0xCC8CFA3F772C497C9CE313E1E13FAA6B , 0xCD2C6EB5698146838770374C0097F03A , 0xCD61EE13C66B492B80FE4B1F7E2289F9 , 0xCD7643C8B613449381DEBB4447FEDBBD , 0xCE7240E5A7E54419BA1D0AED6BE1D35F , 0xCE7AF82A385F4958ACAFC4DEB031534F , 0xCF9F946D32234B6EBF64B8DEADCDDA86 , 0xD072348D4135445F867566285DB45242 , 0xD1A208F03A07481DA8F464CDBF82BCCE , 0xD1D8CBF804E14808AFA4F80D8D5B0741 , 0xD22910E8A61C4B65BC6B486D8F5FE6F9 , 0xD370C3A4977A498CB9C0582C921BFAD3 , 0xD3D496AF0B214153ABC7A2FF06382637 , 0xD3E4C7B970384FA3A32D9ACDB1D1CF3C , 0xD56C3E94DCEE442B823ED867758050CD , 0xD58BA97807604C19A6BDBBB577F19E59 , 0xD5F6F92ABF8742A9A790F9BB642E8922 , 0xD6709669B3C74036982C400E3E5EB3D7 , 0xD70EE8DEC22142A58EC9A321DD128D0E , 0xD7A6323DF19B45848A536C0F53CCBAD0 , 0xD7B751BAB2ED4AB39C8AD735B5BE7B1F , 0xD7EC0B7E086845ED87845EE343CAAB89 , 0xDA2CEFDACF6A41E4B8E89E48A78500BA , 0xDA5E5A7F5B234290B1DFD0A40EF7EA13 , 0xDA7C0305B64B40BF9169327D8A4A12A4 , 0xDAD68FBBDA74403A8DEFA70A069F89E6 , 0xDB2DA845F5874F46B5BCFDA5B0139E3F , 0xDC1F0C8BAF534D5A9C10A6D154BCDCAE , 0xDD16B595A3F4435DADA91991B1570E2E , 0xDD4035156C9241638B504E353B9065C7 , 0xDD8D213967A7468FA260D4064547CC78 , 0xDE3B7824A8084DDA8A4D840884FDCAC8 , 0xDF59C9394F6343F4B450DF6A490B26B1 , 0xDFE08CBBD0804FBAA99639E005B74B1B , 0xE0B5A636A7B348C497ABAB83EF082720 , 0xE0BB53216ED048C989D3A2F3E25CCBBC , 0xE1BB5D1D4B514F02A683F526C18DA0AA , 0xE1CE1A451DE94739A2162602611B9953 , 0xE22E7E56BE2047C79545A6641AE926CC , 0xE4BA4AD073F24973A3FF87CADD22C842 , 0xE693C8A605EF4F6A9CF2D2AFA4123166 , 0xE8FCECF1BB2A49739CCDAE307BF35AE8 , 0xE919F6D050AB4A5BACE6B3C63873B58A , 0xEA15A1738B4F4C41834FD7257A890B61 , 0xEB9004D598104B6890DC9D1F165136E8 , 0xEBC31D50561B4E6EB323F5B09379CC2A , 0xEC1A3737B19640E58CFC7149AD4B5FF6 , 0xEC359A585D854A7E91E7BC59D30132CD , 0xEDF071B652D54D52BD93C0FDCDA83AB2 , 0xEE46AABD10884A66969F32D036F79AD9 , 0xEE484C62B6B24C9BA3BD268D4EBF0C36 , 0xEE74D183B8DD4C11825F7FCD4C7ED5AE , 0xEE7DB88CCEF04A3A8C871565A0FE92E1 , 0xEF971C4B132A40AAB8FF5A301332C2E1 , 0xF032B2177EFF4CB8BB3EB9A100DD1D2C , 0xF040874B3D5E458680B4B8F175655885 , 0xF09A931F3AD44BE58E484DBB11EC489E , 0xF306ABE35E6E44EE9DC63B47B41653D3 , 0xF3FD608931B249B79CA75F11EA79598B , 0xF410CEEFC731486185CF966D14B4180D , 0xF4AB79501A7942E2B9E2F08F580A2189 , 0xF4C1942E0F9E4704AEC22C8C07B90C35 , 0xF514E4D7D6544721957FB84A17DFFC61 , 0xF674B00E68134816A31A6B3CE886D56F , 0xF68036D5EF8947FC83A857C8E5B365B9 , 0xF77481B6BA1D4FC2922F790F5B7F9190 , 0xF7FF4E8D4B6F48469A143525176EC6C3 , 0xFA770FAE06E54ADBA290977D20EA6BDB , 0xFA84EC1FACF94D60ABCACDC5229A7425 , 0xFABB92C6875947B484AF737858E7538D , 0xFAC0F507FF464E6BB676BD0EB7B41FE6 , 0xFAFDCBA42984419EAC745CBA76ECE1B6 , 0xFB3BBB675E514A10935A95F6478CDCA3 , 0xFC83621B17684DE789AE156A4A9AEB44 , 0xFC89B3F73A4A4B31AA3841F01AAD9CC6 , 0xFD29FA07D06F4EF3B4ED4E7CF43BEB21 , 0xFD5AB2CACE02448A9F8275D10C6E99A8 , 0xFD755C56B6DD465D8AD1B27D1B1CBBAD , 0xFEB77885C5FA472BA8AA8ABF3A78E658 , 0xFECCD059A3F0488DA2FDE46947523AA8 , 0xFF354490D6844773BBF71AAAE623AB57 , 0xFF665DA5F3074E34949A8C5540F27984 );
Copy
86
9.96 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"\x00 |Ø4Y\x00 O6“œÂ™u¥« "
b"\x04 H[áü„L6ˆ²k¼ˆÐ{/ "
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\x10\v █?╦╠LB½üuÎNË\x1C ( "
b"\x1E ]©ÁñÈDÁò¡╗¤iÅä9 "
b"\x1F ×jþ÷pAÀ²W²\x10 G™?± "
b""ºó`±´Bɦ»£õ"¡¹ "
b"#\x7F :)º#E\x14 ·z쇎{ó\x02 "
b"$\x12\t 3/ûAMœVJÌ´K«ô "
b"Dú\x14 „7¯NoŒ{ãŠ2y\x06 ¶ "
b"Y&\x05 ”ò\x18 Ec«Ñ@P=W\f à "
b"Åg\x08 «?UBÚùÇݺ^\e !z "
b"¤Ò€ëF_F£…‘\x1A l\x14\x03 3’ "
b"ªX𶽢HŠ‹££\x0F ˆNfR "
b"«~`9=_J\x0E ƒ\x11\t -¼w1\x16 "
b"═vC╚Â\x13 DôüÌ╗DG■█¢ "
b"¤«÷<%ÊC\x1C üÂ\x18\x19 éÎ-q "
b"Þ•8ÿ/ÐHž¹œì\x03 I¼Ú– "
b"ä´øUÃ¥Lú™øi?ªxPË "
b"åSÉz\x04 ÈFÑ âÇÇ—F¡ "
b"ê\x15 ¡s‹OLAƒO×%z‰\v a "
b"""
¶½yP\x1A yBÔ╣ÔÅX\n
!ë
"""
b"\x06 {vnjØF‗Ä╣■└BıF[ "
b"-’HlÑ*F\t Š²\x1D ²/‹P( "
b";3«¬íz@›šä$FÅ[f+ "
b"LË2¡ç$@ÎÅdÚ!)R▓╦ "
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
b"e†JéÎÍJkŸ@\x04 é¥&±+ "
b"‚žäÐõ{C¨‡\x18\x13 ˆ\x17 uy) "
b"ž¢‰]Æ®@\x03 ¡|˜\x07 ?ø‡6 "
b"§µë·Á\x02 E\e £\v ý\x01 m*\x1E\x10 "
b"±_º!ï=O\x13 Ž\x11 V\x07\x03 #iÞ "
b"¶\x1F åÒæúBØŠ®Iö°)¿€ "
b"¼n®\\x17\x1D J ¹›\t\x15 6ö!¤ "
b"┐\x0F ¦lGFHXì´ƒÑ®ÛƒÚ "
b"൦6§³HÄ—««ƒï\x08 ' "
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"[─¨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"░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"\x07 Þ»0£$Lu©Om\x16 oˆ¬[ "
b"1\/ZK[B$¥ó&\x14 >è#› "
b"3ø\e ãaÛC©«ìdPrWÐÃ "
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"ù@}Y±dF»¹Ð\x19 sz‚æ¦ "
b"\x1C ¨·“õK‹¾UC«u=—T "
b"\x1F Âçü\x0F \N|×àW═r¦Ã■ "
b"Fı@öû\x01 HÉ×╣û-\x1F yV\x08 "
b"Q¹¾¨ãXF\x11 \x11 ª©\r Øè¶ "
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"\x05 Òï)8sC‡¤Ü®§]ý\x1F "
b"*¡Z\x07 ù░IÌå\x16 s½üÙvE "
b"x¼™^™»I›¨‚Ž]\x14 úá• "
b"¦½–߇ÄK¸‡.\x02 _Ïì\x01 ¢ "
b"³ù¤Ø:vD\x1E €Äɯ·ÂÒ÷ "
b"ÙÉ\x04 ıÿ\x10 KhÉ▄Ø\x1F\x16 Q6Þ "
b"""
\x01 ËMÁë-GÊ•$„Fä\n
U¹
"""
b"\x05 ƒ±†\x1D +H\x01 ²¼Sý\x1D ?`¬ "
b"\t jf1ó\x13 Aî„R5¦þipå "
b"\x12 2\x03 £\v ÏB]«b¯lI|]Ý "
b"\x16 !ñÎP†Cë„QVu²îª” "
b"g?Iæ¬íK²²\x7F F\x14\x15 ùaÿ "
b"gHA‘uJJÔŸúxÒwJ[ø "
b"¡ \x1F QJ\L£•~Qs.±½\x13 "
b"úÿÑ\x7F ãOJ\x12 ì\x19\x0F ëràq1 "
b"¸õÈ4Qw@Ä”L·4íü§ˆ "
b"Í•™\x0F §NF ™\x12 ìþzJ¸< "
b"Ñ¢\x08 ð:\x07 H\x1D ¨ôdÍ¿‚¼Î "
b"ìRÊï¹UCˆ‘pN„V\x19\x02 × "
b"°C6¡]ëK¾ü\x1E x└ߪ³w "
b"³?äÿÿ-GìÜ D\x16 3¤\x06\x15 "
b"\x1E Ô3aOgG¤žÌ•ÝÑ\x02\x13 À "
b"!Þ¾{4ÎDé€0¦O[52¦ "
b";%yåYPE\t ª`¾Ø\x02\x7F E "
b"TîB\x1D f3L‹Ž1ë©a,r™ "
b"zÞö\x17\x1A ÅGDŸOr.½<Ý "
b"""
É░\n
«]N<ì6ÈÂ╚‗\─
"""
b"‘‡ÄÔ<HJ£ˆ…’©\x7F T\x08 – "
b"«†1ÏÄFAá¿9Mø¾ËÔ^ "
b"·\x07 PA¬ëB\x02 €M_RS&ˆÀ "
b"┐_ÃÚ┘yNäòNá┴*\x1E äÉ "
b"ð@‡K=^E†€´¸ñueX… "
b"öt°\x0E h\x13 H\x16 £\x1A k<è†Õo "
b"·ÃàÞ\»Ib«¶Ü/Øv═\x08 "
b" 5DÉÍäGs╗¸\x1A ¬µ#½W "
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"\v ƒ$©8\x14 J²½\v ÂLj€ò "
b"\x12 n]²\x15 œCý…íDÂ%\x02\x05 ® "
b"\x18 6y >\x1E @î‹om²î\x1F WQ "
b"1QãH>\x02 DM³Øk\x03\x1F ´‹G "
b"e[ù›\x0E DA\x1D †—yÌåögm "
b"eßó╝6\e LäØ▓¶\x18 Í\v ƒí "
b"©\x7F Ã"H¨MYªú\x0F ž\f ¸û "
b"ÇåÊÄ\x1F îI'ªnŠÙ\x07 _L„ "
b"í\x0F μÀNK¿¸zÅÞ×,“ "
b"î}¸ŒÎðJ:Œ‡\x15 e þ’á "
b"\x03 ±(ÿ‚\x1D I’œeå¬\x18 šÄR "
b"\x08 Ôë\f JÈOɶOBì\f |ÈË "
b"jxšÂñBLõ—‘o§¼ö\x13 … "
b"\x16\x14\x05 œ-7D·¹(BaIõ-5 "
b"%|odŽ˜H‘»\x03 ®]Â\x0E É1 "
b"*–ò\e\x13 ¯GG±ž äœx¤‚ "
b"2oqDü*@Aå=.Çíì÷\x1F "
b"@ö®‹{<K¦‰\x05 ÈPî\x0F F "
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"¡<‰a¯ýM…°´—z]\x7F ×` "
b"""
¨˜(—Ë4KŽ•È\n
íb¡×l
"""
b"±]—ô'\x13 @\x08 µMIþ\x10 .Τ "
b"´ª0QhÌ@YŽ¦NWø\x03 T\r "
b"ß\x00 £┤<XGxØÄÀ┌óÒa▄ "
b"ð2²\x17 ~ÿL¸»>¹¡\x00 Ý\x1D , "
b"ôÁ”.\x0F žG\x04 ®Â,Œ\x07 ¹\f 5 "
b"õ\x02 y5ñÊB1¦±\x10 /™¯yò "
b"¨│Tü\x02 ]A$░}®\r \x00 ¬·É "
b"\x1A æ<Û\x13 WMÆÅ¢j(╬iÒ╔ "
b"!À.ú‡Mõ‚@(‡wúæµ "
b"1£M§p¸E—•.œâÕ†jû "
b"rüQß┤\x16 B\x15 Á»,16\x7F ]║ "
b"ì\x00 ºqû JÆ°á¡(Ïx¯¿ "
b" TÃ\x05 Ê|FY¿│½ÞoR'Ø "
b"\x15\t "ƒÍlDêÁ.╣í×Å\x00 Ø "
b"\x1D ìÞ\x0F %hJó»*Ë└ª¨AÑ "
b"#¢&3å»A«ºMlÛ„‘\x1E ú "
b"$À‘e\x07\x03 B³¢‹'´Œkäm "
b".z¡¦B4NV”¡‰\x0F ¤ø‰û "
b"B£ \x17 ¯ìD´²¡º‹4ºàˆ "
b"F¾;û÷SAÔÉ\x1E ╦ÍÙ¹÷─ "
b"náLQ×\x1C BrŠ)w€½ÊQ‘ "
b"""
p\n
pn×û@\v âêúÓ\x1F ║IØ
"""
b"ŽÄ¶‹ô\x10 Lö‚>µ.\r uᤠ"
b"£\r iˆ}÷KɘB;¼\x16 õþý "
b"å?)«VƒM8™ŽP \x1C D¿© "
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"\x13 žÍsÒ]Oú°<Û\x03 «„Z "
b";µ÷Å\x1C ÆAdɦ¯76\x04 ▒\x01 "
b"D³Ù▄üVIhÄ\x10\x08\x0E èÝDr "
b"QØO┬(ÑJTÆ‗ml▒{! "
b"YÈ‹VÀ¿C3¤Vô/·+@å "
b"c}´¿ß¡BוËo\x13 jç´; "
b"gЈJ²\x04 Lܽ}ãùå`G• "
b"¬ö¤/ÅçK░Ø\x15 @¹HÝX\x1A "
b"©±╬¯fìD»î\x7F fPM#ÅF "
b"Î!ArMŒL©†\x07 ØG|ì\x11 ý "
b"Õl>”ÜîD+‚>Øgu€PÍ "
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"\x05 ¾E\x03 >&F¿ª\x05 â>¼ÉÌF "
b"\x0F ÅÆý2fH\x03 «M½ÿÝM\e \ "
b"#C┌jÇ\x06 D¥ì°e═j\e ±o "
b"5‡°CA»DXƒ$£éYΗï "
b"D\x19 0Æ—J@eèÃ~s7\x0F ù "
b"GdŽfUÜO\x14 ‡“¹¢ïô-6 "
b"]¢\e JÃyI@½vÑ0õá7+ "
b"è‗É4\ E▄ûë0\e ^_ÂG "
b"ŒcšB\x08 ¥O…¥˜i*¾£‡§ "
b"™øŸ-~fMº¹\v l`/<—È "
b" Ƭ\x14 w+Aº‘Öm\x1C m" Ô "
b" Ç9³ù=HM¨BÒ 9£` "
b"Ú\x02 ‰Iq7FË©Ác¡ˆm§3 "
b"\x1F M=4\x13\t LŒks\v <êÒA "
b"%ö¦ø»¸B£‘sX÷Š€©Ë "
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"\x13 ÅmRýdIöà=Ö¯wÛ]¯ "
b"JگݩYB¬–,JXÃúB¹ "
b"S\f\x00 'ð?B\x01 ë\t dØûª\x1A æ "
b"""
‰Í\x18 ØAcOÓ”ô4\x17 >š\n
_
"""
b"—"i\x06 Ú¡Büˆq\x07 $Hn¬\x1F "
b"í\x1A þ┘ÜöBÄ╣░Z▓ÅUÄË "
b"Ñé~üÊÞE(î36^6d\x00 └ "
b"¦Ø‡Æc"Mr¨ƒ„è{\x15\x05 Ø "
b"¶%\x16 ýnNCc©jŸ\x04 öŽÏ- "
b"┴D¨Ë?¨Lõî)\x04 ╣Å\x04 ½K "
b"┘úÏß)\t H╗ñ19\f\x0E\x11 WÅ "
b"""
┌ÍÅ╗┌t@:ì´º\n
\x06 ƒëµ
"""
b"Þ;x$¨\x08 MÚŠM„\x08 „ýÊÈ "
b"$\x13 $Í°Ø@ü¹ÄE˜Õ§D0 "
b"""
*[uü½\n
G}▓k┤Ð╚9ì9
"""
b"E©iÝ^ÈDÏš`ÍS‘v]\x06 "
b"g\x01 │57\x0F HµÉè└╝ÝéY) "
b"h¨W©ÛõD.³qú‰í\x12 ¨Ž "
b"zi‹ÓK”H)½\x1C ^¬Þ:>Ê "
b"~^”Q°:AV¬¿\x04 AµßB! "
b"ÄH R\x06 !M=»¿ž‡2\x16\e j "
b"Å\x12 yÄË\r G6¡üäÿ¸E¯Ù "
b"Ó6˜\x19 5`HϽôˆ—®ãV\x1E "
b"×·Qº²íJ³œŠ×5µ¾{\x1F "
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"©4_£^"F¸½MÊ\f 0ñ;û "
b"©ð“øjî@$’þìÀª\x19 sÁ "
b"«îj‹%•IRµÖ,\t\x1A H\e "
b"»\x19 UG~ØH Â7▀└}õ\Þ "
b"Ä\x17 Š\x00 ’\x11 B˲žÖ±Õí®\x18 "
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 Fh¨qAh‰Ï“C\x1C\x0E ÀC "
b"K‡\x02 ]tàE\x15 ¾aq\x13 áª]Ê "
b"]X\x13 ƒ21CöØP3┼pe%Æ "
b"mLÌ8‰=Gã¤Äô†?\è "
b"†Û!Hu\x11 E\x00 ™D»¶Šä¥\x05 "
b"""
ˆÛÑÄ\x18\x14 Kǫ࢖\n
Á?‰
"""
b"""
¸@6V^\x02 EçÏ1\n
¤ï¥Á
"""
b"ÂÞ•âŸLA\v Šå©”»iìÌ "
b"¯8N▒óÎGÒ░ù!ÿ´ ÍØ "
b"îtу¸ÝL\x11 ‚_\x7F ÍL~Õ® "
b"ýu\V¶ÝF]ŠÑ²}\e\x1C » "
b"""
\n
œ¶T^\MOªl\x1A $\x05\x04 ìº
"""
b"\e TUwàœ@õ›nMfK\x18 Ï\x18 "
b"\x1C ›²º3üN3—]õ.ß|¥ú "
b"*\x19 :x0“I/šÈ©ÊP‹#\x11 "
b"6█IG4¶Gl║┴³zìÛn\x04 "
b"8I¨\x1E SµGx‘Ûº[œ\x07 Iå "
b"NÞB\x1D Ö—CQš4\x17 `MÆ&œ "
b"c×¥‘\t\x13 B)µµê÷&¿P] "
b"o„‰È\x07\e Lô¿ýÝ׌6è\x01 "
b"\x7F ΗÇ=\x1F C2£À×ùk\x13\x1A È "
b"""
ôº9ó\n
sA{èÉ߃\x1F U\x10 Ó
"""
b"ú▀ì\x06 ïÙ@¬ÅÄaûS■~] "
b"µOs3ƒ´Bˆ–{äW§È²â "
b"¼ÉËO\x1C €Jj¡e?´\x00 ég~ "
b"┼\x01 ËØKØO¨Ö─Û;\x7F {\x11 ! "
b"ÚiÂiû;Hë›\t <[s¬éì "
b"Ôh┐)r┐O\x01 É\x18 ¤²iRèé "
b"ï—\x1C K\x13 *@ª¸ÿZ0\x13 2Âá "
b"³ìf┬┐bC═ÉÖ±n\x0F ·!7 "
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"\x07 ÿþ¨÷ONݹkH{Ü\x00 á\x13 "
b"%u›\x02 ”pMܤ\r 4\x19 %S« "
b"""
E\x18 "8U│@╝ØÞ┼ø\n
\x1D K0
"""
b"£pí\x02 N\x1D G>”\x10 Á\x1D ádCõ "
b"""
Æ‘üÊ\n
ªFkž»\x0F hû\e [”
"""
b"ͪV\x04 å?H♊Ùí"+a® "
b"ö€6Õï‰Güƒ¨WÈå³e¹ "
b"û;»g^QJ\x10 “Z•öGŒÜ£ "
b"\e ˆ^ªWáO— 4Ï\x00 Ú,áì "
b"-\x00 S»‘øO\x10 ¥£àˆ±¤\x1D \n "
b"fùkGüË@æ¡×╩Ät~@ë "
b"yV„ø&oF›¼¶\x18\f ü“Zs "
b"°*~v£\x1C K\x0E ¼\_—óÅ–\x02 "
b"ý\x06 ȯøoN\x10 ‰ò³Úƒœ\x04 1 "
b"""
\x03 yé™\x07 ¾DÕ£ä\n
Ù‰þΊ
"""
b"\x03 £â´ê}@Ò¬(G¨ž7FH "
b")Ï\v └%‗K3ü=ñ¥└X╩Ì "
b"A\x06\x1C áÆYEAžjl}\x1E ¤Û¿ "
b"I+_fá;@^™12oS9\x13 y "
b"Oò%†E E¸”¿ŸÕ\x18 m&ó "
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"\x17 öO‚FnF¹´oâj=w?\e "
b"\x18 ╔\x02\e >øOP║gØvþS¡ª "
b"#mRJ├ýEx╣\x00 ƒÉ\v Ää» "
b"(‘Ùh`%@¤²—Ì\x03 óxêþ "
b"3«e\t T\x17 MTô\x0F R‗³├Ø\x02 "
b"5ÒFrGW@U®¯ù4[L#Ô "
b"CeÓ……`Jw‰ú¾µ9Óq¦ "
b"HO[¶ å@îÐ@N¹åÉ* "
b"é×¹®Ã\x18 @ØÿfÊ%«µÿ¢ "
b"ÖËØ┘Ü*B)Ö·Ló®\x05 »¶ "
b"×ì\v ~\x08 hE퇄^ãCÊ«‰ "
b"áP¨lw$@ÕçOñBÕÉn< "
b"\v émfþkJªŽAró\x00 ŸÌ1 "
b"""
\f \n
ö╗&└Fì╣Dd▄■╝Sµ
"""
b"DO\v !4╚Cøñì\x18 "º\x1A ½° "
b"XÅ<Ìy¹@Rè©Ñvd\x17 ìÓ "
b"Xò´hgò@\x15 «wua³\x10 …U "
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"\x04 6”Y½Þ@Ù–\x08\x07\x0E yëw\x03 "
b"\r ü\x03 ïþ\x14 O█Ü.Ü┌°└╬2 "
b"9É®=▒)A,ÅÙ▄=Äõéæ "
b"z—h¤\x12 ²Bã©iÙºêhªÛ "
b"„“‘Ä^`F÷–\x08 ?Ïrøij "
b"–é±A*\x1E LÜ‚‹µF\e ®× "
b"╗¿░åéôI¡ïÅ\x1D ıÜ─èg "
b"ÇÔ_$\x07 mA\x03 ‚\x0E FF½ã\x14 ù "
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"\x03\x1A #ÙÀoH\«WÌr┬ð¡ü "
b"\x12 &J„\x08 W@b¨á\x15 \r -ž˜\e "
b"1ºq\x02 ¼„I\x07 ‡ÇáæÙÇfõ "
b"iLIùA:C…œ<öÄê”Ä\r "
b"x\x00 {桧HüóGå8╚■┼" "
b"àÕWdî\x15 @sØ┼h▄¡ÅÁ= "
b"""
ª©¥y`¯BÏ¿'\n
?%}Ï\x10
"""
b"└^OÅU<Dƒü\x03\x0F\x0F [\x02 ÚÉ "
b"Î\x0E ÞÌ┬!BÑÄ╔ú!¦\x12 ì\x0E "
b"""
\n
YIz;O\x16 ║ì\x18 ³\x06 ▄pù
"""
b"\x1D '\x17 M1xM_ØâH\x04 29═ "
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"\x10 $.wYÅE\x11 ï┴│╦è\x18 ½Í "
b"\x12 Ýþ‚\x01 8F\x08 ›Í2´à\v ˜Ý "
b"\x17 M8\x0F\x14 ˆBm†o™Oædƒ¢ "
b"'Å┐TÖïBÀ¬7%fÈ┴%§ "
b":<eÇ‚T@טK\x10\x10 ¹Ô¹b "
b"q▀Z»3îE-òíÅ\x04 XOÃ\x1D "
b"‚iAÄB\r A\x14 »7ñÏÇ|¥½ "
b"š\x11 Q„ÄGJ{°ÛÎá\x08 È*N "
b"Áì╗ÏmDD\x00 ó¸<Ø»SÄ┼ "
b"ühy;╗©D\x10 ª°=+h³P: "
b"å\x06 4ÚD¨AØ«I ÈtÀ¨Ä "
b"""
!{ \x13 ãdD\n
š2zN\x1D Ø(.
"""
b"U}©–g\x16 @@³å<Ë9nÅÝ "
b"‹€¿¢E)EK€\x17 ’8¿ÚZû "
b"ÓÔ–¯\v !AS«Ç¢ÿ\x06 8&7 "
b"ô÷öDKoOÁ¦Ù©«`-\x16\e "
b"û\x05 4`ûEN‡²¸‡9˜âÂi "
b"\x1A Ž%¿†FLùºjF·t\x0F Qõ "
b"*4äý°U@q¤Hh€€ËA> "
b"lG.#O…Cc¥õÄz®šG% "
b"nÆîŠîfGk±5\x1C Î1ª^£ "
b"ܶÜ\x02 U\x08 I`ºªjhSÏìÛ "
b"V¿‰Ù\x10 ÊKA…gOÓ\x0E\x11 0 "
b"ì2>;\x10 ~J7èÈÑâ═=¤\n "
b"Êjßg-\x02 Lõû/ì<(ð·À "
b"\x01 4Ç‹+pC倩€¾íkÓ# "
b"!!OÖð\x06 @¡ŽPïÐñ×g© "
b"vhâ▓dÊDÀ░V\e Ì║ü2} "
b"wqTÝ¢†NJ§V\x1D ‚Bñ‚b "
b"Ó»\x17 ê/Å@»ªÇn░'Rß\x12 "
b"\x05\x03\x13 z(sB¼”\x1A uô€?Šb "
b"\x0E RØ\x18 a1NC‰K—Aß|´² "
b"\x14 ̧½ípG!·y¿—ƒ£k« "
b"\x19 ò¹R\x00 WL\x00 –Á%QD\x16 kü "
b"\x1E rÇ\x01 ¬bC\x07 “Ç\x1D q:“¦÷ "
b"0Éÿ¶\x1C YAÿé"\x01 fpQ│4 "
b"9°\x17 ³!óF, }\x19 ÛÁˆˆ\x17 "
b"¥=qTþÈBÈä<ıüÃ╝ý- "
b"Ü\x1F\f ‹¯SMZœ\x10 ¦ÑT¼Ü® "
b"ôµè-~dDy±}F\x19 ›¸”\x16 "
b"¸ NìKoHFÜ\x14 5%\x17 nã├ "
b"Eña‰šDJ\x1D •}·!kæ&Ô "
b"G\r ñÏÜ¢DìÆÖÖUe\x1D pñ "
b"|i„tkÌI,¯ûï˜ÂWÛ "
b"Å¡„äZmC,’æ©%U„n "
b"1Ÿ“öœ³Néš´\x1F O¤UÔP "
b"Tëa\x03 }\f Fê‘;0]\x18 B<× "
b"«¼\x07 Mµ═AżN,ö‗yL! "
b"ºD¬\x01\x0F\x1E Fí½ª¢«w¯Gì "
b"Ú,ïÚÏjAä¸èžH§…\x00 º "
b"&dÓ┬ë»I|úZüR"o«0 "
b"/ÌD\x1F íâF~ØZ\x7F\t ═¶®N "
b"\±…¡ÜøOS½î{v\x1E\x07\x06 Æ "
b"vôçìsFA$é/E>ÏZÜÎ "
b"░gy¦┼I@ É\t û\x17 í«▓ï "
b"ú©•º—êJv“ôÀþ9„ŒN "
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"\x13 ØÁl¼║E±ï²│}<CV( "
b"!\x01 ê˜ +N2™Ýܲ\x10\x00 G "
b"/\x1D –ƒ\t [K¨¯T{²ÆT\e Ï "
b"fZÙ>"”G\x0F ½gjY,²ª\x16 "
b"k§\x17 å\x06 «G“‰ä\~ž›±K "
b"lÉ\x12 ±ZoNˆ¬¹¯çÚ»W\x1F "
b"µ7«Yð\x12 BR¿G}Þ¶„Y "
b"Ã\x06 NIý\IŠ…«ÈèlïÞÜ "
b"\x1A 3”-8\x13 I\t ¾º\x11 íMí%ü "
b"2\x01 mL2ÿM<«\x07 ᨙý¥[ "
b"ƒÒ┤>ÁÉEù¡E%┐?I¸è "
b"³ðX”þ«OT²±4½\x07 XÇ "
b""Ýu\x1D ÂéM-î\x1E ɦ\x1E Üí "
b"$Bªý£\Gi¥C#’Î_\x12 1 "
b"Xꌛ+ÒKs†ä\x11 ´\x1A ?L\f "
b"bÈ\x04 F|ëB\x0E ¿ãgøUÅn "
b"dT\®ÈKN}ƒé©ÀíAÊf "
b"ãÌÐAª•O\x16 µ<\x04 •N\f ?\f "
b"þ<‗┼È\v ICùØ ‗¨a£å "
b" \x7F Ô\x0E Ç\x07 D+çÖPø4üm¦ "
b"DÑxcr4D*†…ƒ§:&ft "
b"XÙ¶ÍíÉJ®–·é@é2íÒ "
b"ýZ²ÊÎ\x02 DŠŸ‚uÑ\f n™¨ "
b"\x03 õf%Z>J\f £BS¯Õ=Ø{ "
b"psD±=ïD—·xJ,òv]\x05 "
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"""
ÚYä\x05 ‚I~•\n
û¨ËbS†
"""
b"xy.!3\x0E J:ì\x01 _Õ\x10 lÿs "
b"äZ\x05 ]œDYˆß\x14 ŸQ\x1C\x13\x02 "
b"A§òDu\r J\x1E ²?Ø<˜à\x00 x "
b"H\f Fù!N\x1F ž\x08 åñ{J¯\x16 "
b"""
Lùª‗MO<ØÚ¹┘z\n
Kü
"""
b"^VLqÎÜL{€µ\ì\x02 W©{ "
b"po°ÍqŠO™¶*§^æõ\x02\x00 "
b"•F\x1F\x02 `\x19 H§²äÚÕJFæJ "
b"ʽê┌▒6LõÂj#\r \x19\x18 zØ "
b"å\`„\x12 ÊK\x0E Ÿa@Z\x7F ‘\x13 z "
b"40Ï\f \r 4@#ˆäçâìjÇ\f "
b"7XìNh>KμuEƒß╗ï\x10 "
b"@©\x12 ÈXÌGõ„I3\x17 !È\v Z "
b"E¥É"i\t MâŸè\x02 ƒœ…Ð "
b"Ø\x01 █\x1D 3╔F¼║¼±µ¬º!Ó "
b"ó\x0E ×\r \x05 •Lñª¹Ó\v k:«d "
b"%!]h■[B!»òÏÅË~´B "
b"`\x14 =2Ø(@Ù▓À|iU\x11 ┌> "
b"m3o:¤ÆC^¡m\r qKy5ô "
b"ü‰³÷:JK1ª8Að\x1A œÆ "
b"\x12 S\x05 ¿lCK]¢\x17 q+#~RÒ "
b"\x1E ÉQJ\x1D ÚA\x18 ¬0YÁ\x06 »é╔ "
b"{š‡Äe»OQµþ®\x12\x02 4ªv "
b"~5†úª'A&©ûç\x0F B\x19 ý> "
b"ç,\x15 ─░}M├ü▄\x1A &╗G╦\x13 "
b"""
Œ\n
ÁƒOnK_™\r ÕPþ27:
"""
b"$\x03 Òu¥˜Gƒ™¯tDZj×k "
b"9╚_!ÆÉGÇŽ\x04\x1F ü«\x13 Î "
b"d©éâóÚLÙ€Ø\t V\x03 ‚(¹ "
b"è┬Å;\x0E ╚Il┐S\v ╦óS╝¶ "
b"Õ‹©x\x07 `L\x19 ¦½»µwñžY "
b"ã7="\f {Dl†\x18 ·+–\x12 ŸÁ "
b"ü’Ì¿÷\x12 N§‰»=ôZ,\x06 × "
b"n,Ù¹ËrF"‰P´Ò\x18 Ó@\x18 "
b"»\x0F Lí£´D¥®ä\x06 ùÉ\x7F ÷ "
b"À\x15 Œ¼ÆzG\x16 ™¹-Á]fÙg "
b"\x02 ºÝÿaaC°”=nýÙ\x1D\f \r "
b"\x1D ˜\x08 ‹[\x01 @B“U~"Î\x0F Ü "
b")¼Í!êLu‡šYl"60ž "
b"""
,õøÎ4DF╗äfÅ\n
‗Øòg
"""
b"?àààËùG”’böV\x07 –Ã[ "
b"eN▀Âõ\x12 K4Ø«\x07\f G|q± "
b"┐Aþ¾=╦F"Ø\x18\x02 ¸¡ávã "
b"ÏŸ”m2#Kn¿d¸ÞÍÚ† "
b"\x18 ¥|╣-HêØË╗\x18 Tõ═╩ "
b"""
\e\x1A\x13 /΂O’Œ\n
ÓÍ\x17 €]y
"""
b":.ÊȃXJݧµJY×·Ø\x03 "
b"ŸqMQy†J{›*àf\v Ïñ´ "
b"""
8\n
4ž ¯Ja¯T$Iš_:ù
"""
b"HW%“QÑCa¸\x07 _$bÀÓ¹ "
b"YPñ\x15 qiB\x04 ·–˜\x07 œß* "
b"öÁeG0[CqÉb~<├╔╩¥ "
b"Ū/)6uBâ¹Ãw9¯ùý "
b"×\x18 B>¨aAT¡Ÿ¥¦Wúéé "
b"u─ÅÚ\x06 ç@┐ÉÅ\x14 Kÿö1: "
b"Çe+,¹³D£ü╩b\x01\x1F Ï+& "
b"°▒▄╚xZOkÄ[¬╠O2▀Å "
b"""
\n
&é╝ü┘FéìDì\x11 }³└ß
"""
b"\x1C à\x1C ã?\x12 @x˜\x1C S_áí4Ì "
b"&¸\x1F %°ÅB\êÇ7\x08 Aß}‗ "
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"â\x08 ÇšƒÔB[—\x01 ›pq~gŒ "
b"wN)Å║ÅH¡ÑÁðmÆ×4, "
b"xñ?Ï" Eا–.wð;dq "
b"Äç▄ár#LÛÿü¥I└f{P "
b"""
¾4ƒ]\n
B¨¾,\’6#\x0F ð
"""
b"""
Ë\n
\x05 ð\r \e OS…ѽ÷+á•=
"""
b"\x10\x11 ┐¾f½DØØÄ█╔O!k± "
b"f\x05 —C\x03 éEv•j\x14 ÄÎɈy "
b"|æÍ\x05 Ã8Js°¿*h¯]ŒQ "
b"åQ┴ù]HGÀì\x10 ı\x1E\t »\x12 "
b"╦\x08 EüGTMAÖ/╣§╔:TJ "
b"Ë\v =Y×ÝG·³«æ]\x1F á›E "
b"Ú|\x03\x05 ¶K@¿‘i2}ŠJ\x12 ¤ "
b"6HÉøò²G«G;嘶Ø! "
b"\p=yõ²F\f ì\x03 ®iÂv{╣ "
b"soÊnI\v D\v µ®óIöÔxT "
b"°\x01 ŽdŽ„Aü¢5ÉO†¶+Ü "
b"Á0Ð{Á®DÅô║~áôb‗╗ "
b"""
À¥uÒ\n
½LìŽ\x02 ZýúËŽ\x02
"""
b"Îzø*8_IX¬¯ÄÞ°1SO "
b"\x0F ܪ¥ÉÏDƒÁNá\x17 ÁGçw "
b"\x1E þm \x1A ³DT©1ÇB\x02 a„ "
b"""
%Žž7\n
\e In¹”tKøðl£
"""
b"Nws²ƒNM\f ´ò5p¹ŸôÒ "
b"Tˆéí±@Ï”p_»q\t Ê× "
b"Tµ\x10 ü▓\x16 A┤ø'4tZOQ "
b"\¥ˆwí€K\x1C ´\x1A ãvO‡'ˆ "
b"eV0N› N†½8h·´í‰\x19 "
b"owÍöK±LlªLr¡¿úÐï "
b"uSräEôAE╣ò\x7F\x1F\f ü~U "
b"¡¼coH»E\x1C ªén\r ˆ˜Xƒ "
b"Ç#"#ê¯DÁ¬\x1D C‡z~…1 "
b"\x01 Â`µ^gCh‰Ï\x19 *N‹ië "
b"\x1C Óv\x13 P8AL‘kQ9J¼5ä "
b":7“PÒeC-›F\x1C =%§\x06 © "
b"{\r p|M‹@\x16 ƒ•ÒËž¤}a "
b"“©u\x10 ôáLº Oî0®–!\x1E "
b"ıºìû[Z@ıñ\t Æ*┼vê▓ "
b"Ó\x15 └Àh\f Bóàè║ü░ÚYé "
b"¸BÊøéhG\x1D Å23>OÅ\x14\x7F "
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"\r ¶é¹ØVB®ôq±è\9Û "
b"8ÅÆþ╩SI▄ÜÅ'ú▀ø"3 "
b"?À„\f e\x08 L·‡\x1A &«?\x19 E "
b"fÅ6\t W$Nd©/éÓsyfí "
b"ÂKK3`|BÑúɃ;Ï@³§ "
b"Ê)\x10 Þª\x1C Ke╝kHmÅ_µ¨ "
b"é\x19 öÐP«J[¬æ³Æ8sµŠ "
b"¯HLbÂ▓Løú¢&ìN┐\f 6 "
b"\t §ÎàzÏG¶‚{Od(˜ù\x1F "
b"\x0F ¦ö<±▀Fo¼ü░¡R//Å "
b"\┬¥\x0E }©CÅ×C▀°êÞ¤┤ "
b"Ö=Èu\v .B9‰¡µ÷¨Š¦P "
b"""
Îr@å§åD\x19 º\x1D \n
íkáÓ_
"""
b"WÉmt\x01 #J°¿¾X\x17 ,\x0E éô "
b"p²ÀªÍ#O&€}ì\x18 oÛÉO "
b"ç¡àÛ\x1E ÀB¹º[\x7F üw$m= "
b"˜–®¿.÷I$½f¢ù œé. "
b"¿ºULzìE¤„Ìû•" ÈÕ "
b"õ¹ã»MiG\x1A –Ý\x15 M{Y8p "
b"‹3ø)™ZF\x0E ³f‘.@\e [ï "
b"‘ˆ âO2L ž€\v >öÐYÛ "
b"¬x§?\f ÝD]½«ï*\v\x03 © "
b"õ^qßH\x08 LMœ\x19\x0E ä\x05 ¶¥¬ "
b"G¢èRy–Ot´Ë#\x0F !¾mj "
b"M\x13 ’#D¨Ad–\x18 ~H\x01 ÷éò "
b"q\x7F n dÎF…˜j\x1A ç—Ž\x06\f "
b"òÏ&ø8KBk╗õÅ║Ëã$Ç "
b"×É‗cý«MÀªËaU\x7F ┬n# "
b"ÖC—öì@ˆ–Vá×9|Èü "
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"\x02 ü&!\f ÿE‚èäð\x06\x17 ¡E "
b"_”‘p8¡Nw w£\r xÏ̯ "
b"qÈ_¥`fKS’\x07 ‰¤…ÉZ¯ "
b"t9\x7F\x15 þ‗Bòå*▒\x06 ã\x05\x05 Ø "
b"€q×ÈbúMÊŠ\x17\x07 sÊV’Ó "
b"Çþº7\+G¸´²[þTê%¼ "
b"u┤┘-ð\x17 G¹æø\x13 ®5╬/ü "
b"´xòSº]@œ¶I2SIËIA "
b"├q╣ÝìãCÁ┤Ùzûı¥(Ô "
b"¾\x06 ½Ò^nD¯Øã;G┤\x16 SË "
b"\x1F V˜²=vC‹œüb¾L%™µ "
b"¹{)Î\x1E bG´░Ú¡─╔»ØÛ "
b"\x15 }Ú€:mO\x11 ”f‚mþyz "
b"""
&&£$%\x7F B\n
‰\x14 ¯Nôax_
"""
b"*C* ¼VE3ˆÑÓc\x1C\x7F ¨u "
b"2û‘gïšJųÉ{¹\x01 ¥'U "
b"@¬›äM\x1F GF¦á:"\x16 ²Tõ "
b"U“ÑßžŒL˘\f ¼f<p\x19 ¤ "
b"| (ÍdËEاSiŠÈüÃ\x07 "
b"‚W\x1F ¿¡\x10 Kì‹´èúö€eN "
b"…±åCeCH\x1F µLDûkÇ“ˆ "
b"¬_dÿF¼Ee©…øåvfã\e "
b"³\x04 ^ð½„Gpš°3iÆW†ø "
b"▄\x02 '³¢F\x16 ¡▓IÅ┘╚\f ì "
b"èì@\x02 U\t NV˜\x08 ^³ÊäI "
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"\x08 n\x1C oŽüGä—W…Äð\x1A àò "
b"g8mºlSK\v Ž«\x15 )n\x13\x01 ‚ "
b"ŠŒÂÍœZF…¿\x16 [P6é®ò "
b"¦ÜÏù²ÕN<Ž·!¼ó’`¶ "
b"ãJ½\x01 õ¯@\x05 ¶§ùñ¶\x17 ¼V "
b"“ˆ\x04 žŒÝNi¤>SÍPPÍ| "
b"¬\x01 ƤP_B\x15 Š\x1A StB \x08 "
b"Ù_!\x12 …IB°)\x07\x05 }¡<J "
b"·╗ÆãçYG┤ä»sxXþSì "
b"lŽI‚íJOä‚þ]ÿlù?] "
b"–¤È!p†Gó‘¨\x00 Ý\x0E ÄP‡ "
b"ž\x15 ÀûÿÌDF¶Cº\x00 ‡3|= "
b"¿Å†5m\x17 LH ‘Ê\x17\x12 0Ó7 "
b"""
#\n
2Ú\x15 SChœ…q3ñˆ…\f
"""
b"rú4fÅ.CÀ▒\x18 ´ÏVÊ_\x00 "
b"9O$\x19 €!K\x10 ¿\x08 lBû{ià "
b";©I; 9@┤º9¨\x1A Åø/[ "
b"Mý|£EWBo£\x14 嫹"\x10 q "
b"`ÿ¹2õÐJÞ™-ù\x1F Û\x17 Ba "
b"í¢FLܤIÅÇ\x05 g╚\x13 XGo "
b"Ó€¿yÚjO\x12 ªÌÎ\x15\x0F DyK "
b"ß╗]\x1D KQO\x02 ªâ§&┴ìᬠ"
b"\x08 F>è±\x1C GL¥Gqþýy\x05 « "
b"oã`¤ì'G÷┐CíuÊ¿»¹ "
b"r¨¥\t cÝCq‰¯ºY\x1D þ© "
b"‚Ö3\r \x06 qMÞéèw¶õŸ\x16 "
b"‡7ž¸PMOÚ»ã…Cs>Ù\x07 "
b"©NÂÀÕ\x18 E”²Eƒ¥¤³%\x02 "
b"X!‗\x1C úÅJ-Ö²ÈÜÊ\x02 QÄ "
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 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"2=\x1E }\x14 ÛD™ãɉ3\x1F Ó~ "
b"oó’ñJÚD\x15 š\x06\x7F ÍŸB\x1D f "
b"Àµøƒ,ÞG\x1C ™‚uâó¥â« "
b"æŽA¯7úK\x14 ¶¤\t\x04 (š½6 "
b"í“°m²iF"b\x18 QëŸ‘È "
b"\x05 m=bY\x11 H\x1F –™6åÇ’Óí "
b"\x0E úèZ LF¿”œ0 \x16 Ê\x02\x10 "
b"FöXt÷+IpøPØ▓9Á╗À "
b"b\x15 ÷“¸4O\f ÿå™ÑÙô’ "
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" Å\x0E nÐ2Dïèú\x04 c¨\x1F $Ñ "
b"W\r R╚^gJü½&\x1F\v uA»\f "
b"h«N\x1C 3ÉFßï¤?├q┘Eæ "
b"ÿOÎPî\x02 FøØ\x11 ;C\x06\x19\x0E § "
b"دËÖ╦─Oòäæ\x00 ╚HìI "
b"ÊÿJþuZA¾§înóL}_\x13 "
b"2\x1C ŸG†×Aø‘ÂSfÌîL\x07 "
b"QË¥\x19\x04 MM"£\x0E cËž\x0F îž "
b"i4Å\x05 {[D`¬²d\t bÌŒ¶ "
b"jŒiÊ\x03\v D\x01 ±ÿñ(*‘sA "
b"€]q\x00 ¹dJ™Žòôˆ[Ü\x03  "
b"Àµ·]ü>Fz‰oÑèe\x10 “Ö "
b"옾h`+Jÿ‰+õ¡†ª\x03 ˆ "
b"'\v Å\x04 ùßHHç«WC\x19 ╝*║ "
b"<ÈÅxÓ'A_£C™‰53ÆÏ "
b"¸Ï\x04 €È÷F\x1C £àŒ"E÷b¡ "
b"ÕÚZÚ]J¾¬þ*7Œ/êª "
b"¼ –\x1A\x06 °H*‹ÖŠ\x19 m "
b"Â\x07 Ù\x06 ÕÂA|£ÒÛTlM.m "
b"áÎ\x1A E\x1D éG9¢\x16 &\x02 a\e ™S "
b"\x04 @╬¼"^KÞÅö½V¨Ó╬p "
b";\x10 ã¦AULW£\x10\x16 ›–Ä' "
b"m\x1F ±½‹áE6‹röùüðV¯ "
b"Ät±/ÇÒLuìÖþ┤³1\x1C ¶ "
b"—\x02 W³”YF¾¢S€7e.ãÄ "
b"""
\n
\x19 ¯H)\x0F EÈ•þApᣵk
"""
b""Ôë┴É┌J#ón5òZǼn "
b"a &æAs@……l½½£òjw "
b"©\x08 L®œûKÅ›0äô–b-– "
b"Ö\x11 4OXãF«·\x12 ’Ò‚¿»\x03 "
b"íðq¶RÕMR½“Àýͨ:² "
b"`g\f YÅ\x07 CÙôÏl\x05\x1C )\x01 u "
b"h\x06 ß#å^JÊŠo\r ’Fþ.\ "
b"¿qoA§SHÛ©ÀqAåÑ#Ò "
b"û#ÌB\t ïC+µ¡o¾œ½t\x7F "
b"8Ví\x02 ½[M™Šr\x04 ®œ\x1E ^Ý "
b"Sò@Wo¿I0Šð‹^Ü·;¸ "
b"ºS±\x1A ¿°Mq•\x03 Óט\x06\x0E - "
b"7Dyìî\x00 Cý©¨¾ñ¢ÈH¦ "
b"Y║\x08 «b\x1E J┴ò\x16 ┬ñØ╝ý< "
b"\’«\x0F ½ìN\v ¸\x14\x02 ¯\k"Y "
b"\┬ع\x14 ±Gk¼û▒═\f F\x16 ═ "
b"ìÓãüÊ\x07 LÀØù\t Ú.\v ô& "
b"ÈõI±ì£I|¥Î|È0C(ç "
b"Õ>ûù╣üHj¢¿E$Ò▓Y> "
b"\x07 BüÃa^Gìä{¯╩▓à\x10 t "
b"\x16 ºç/ûþ@½ŽVÇ/Ž`> "
b"\x19 èÔÒ½ÇC@šo¦ \x1E º£¢ "
b"¦OBs^NOK€¹„ú8/mö "
b"Ûíª<uDIn‘ç=쯰ËN "
b"\x0F LØ`68G³¡╠®└Í*öá "
b"|\x1F ÆGÚ¢Aâ‚z\e ß\x02 ²’\n "
b"ÌBS&œöOô¡\x1D ã\x01 SâÕJ "
b"""
°R\r 4±5HD¦oÕ\n
DNO
"""
b"J\x05 ã{öLBÑ»\x1E\x18 È)Ûœ† "
b"Z˜QÀ¯îGÑ€Ef?7c©É "
b"çî┤ùý║F¡ì¿*\v Y»K▀ "
b"ßê$„;“A+½æ ¾VPL\x1A "
b"gÖr\x1A ‗ÁAì¡N\x02 m╔sVû "
b"Á@…‘%\x1E M\x03 ‘±q\x7F {¤ w "
b"Û-¨Eõ‡OFµ¼ý¥°\x13 ž? "
b"èeQþèãDŒ€uõ¯«Ä;\x08 "
b"˜öòõ‹¾Gí¤ÉòâbæF\v "
b"Å礖ÕmG\x16 ”ñ \x7F òÖŸa "
b"á’P\x0E ìüH¸ŽR\x19 ¡ø\f Zx "
b".—åLµÎFÛ…P\x1C\x00 Fˆ52 "
b"ÇEº\x1E\e FIkÅ┌ÿ┴ô\x06 ± "
b"“\x00 Ñßy¦Oüž\x19 5Ô‰;㤠"
b"Âˉ¢ˆIG*‚¾àÞUÊÖª "
b"È’õBq\x1C C<«oüŠµs=í "
b"ı÷¨*┐çB®ºÉ¨╗d.ë" "
b"ÓX║0Å╠Eå¿\x1C (Ýíâ÷\x06 "
b"îFª½\x10 ˆJf–Ÿ2Ð6÷šÙ "
b"\x13 ‘.5ºiKTŸÖ+¥¼Ì|\x19 "
b"~±p⇑LAž#ÿƒhÏ?h "
b"•\x00 aj\x01 XK\v ¿u~µ÷“(b "
b"úMÕÄ\x00 BMÙñýÉ5©BË5 "
b"¾s\x16 Ý:ëFÿ—)Ï\x11 %T\e | "
b"çæ9od×EŠ¦h¼\x06 åÉ•Ó "
b"ð_\v\x07 ä\x0F DÒ•#àÚ¶©\e ™ "
b"à»S!nÐHɉӢóâ\˼ "
b"{©!½¯AI%â┤ç┘Åı╗. "
b"ƒÖ4$Ó\x01 J¦ê£═Åu╬8D "
b"ß}~£ÿ4H µ\x03 >\x05 Šå\x1E æ "
b"„ü,\t ÖF\x05 •Ø)Wágh "
b":\ëÙ´TEýÉù_/┬\x16 k╬ "
b"╚Ju2vëFº¿/\x07 «┌\üC "
b"""
+/\x0E ®ê\x06 Bçµ\n
Ò\ýõ-½
"""
b"uY\x06 ’ñŸHÉ’Ž¿8âÒ8ú "
b"Ù¤2\x15\x0F\x13 I³žä.Yÿ\x19 å; "
b"ì5šX]…J~‘ç¼YÓ\x01 2Í "
b"º<ô9ÓùJP¦:µsí$ÁÇ "
b"\x1A ¥ÍÚ'HDÆ‚]Ο\x1F\x13 ü< "
b"%º\x16 ¼ooD4╝Å®Ü▀ÏıÌ "
b"niQ{Ò¬JVª*†[\x00 À\r ½ "
b"\x00 ìÒ\x1F E\x10 DâÉÕ0sx█¾« "
b"\x15 0:éñ§K¥¥V âf\î€ "
b";vq,\x06 JDÔ½cxútæÉü "
b"^—\x0F sÿôJÔ–÷\x0E ¸àDa\x00 "
b"k]À%┌ìDI»QıBù;w "
b"Ö~'õ\x13 \D├Ľ Ôî\x05 ìv "
b"▄¾V*·êEýÅíÛ"ÛØÇ< "
b"\x19\t ñ%9ÉHIù‗·(┌ç░} "
b"LçÙ8‰ïA\x04 Š>&’–\e Õ* "
b"}ªÏ░8\x18 E߃!╦ü╩6h? "
b"‚o@¬“\x1C DÄšdÇ\v 8“©ˆ "
b"¬´\x1D ãõÅG†¼ÐH,°‡dà "
b"s\f NlúìF\x08 †`\x16 S\x0F\x10\x17\x1F "
b"Š¶ 7Ž®K°©éŸ¹1uëu "
b"p\x15 ¦IíÖBt€›sÿ™»‘× "
b"»ÏÞ¯g╗Bâé{õt8¶ìõ "
b"╗BQ ×ÐI\x0F Ø\x03 ²¨ý\e nl "
b"""
7ä\n
3T…D–²®þ@ÖT°Ì
"""
b"\x01 ²ã\f ‰tOE²SK}ÕñŒ‚ "
b"\x07 2¹¶]%KýıÅËI\x7F\x02 └ "
b"E\x03 ýV╝ÊDQì<)¤c¼QÒ "
b"S\e ä\x06 3–Ax‰º_Ü\x17\x15 ,ó "
b"…üd\x16 ]iNü¿\x1D Pµ“¢—Ì "
b"©¡à\r ý @/²´çéØÁB\x16 "
b"þ·x…ÅúG+¨ªŠ¿:xæX "
b"ÿ1{'¨ŸF\ˆ\x13 s\x03 }R\x18 q "
b"@ýuæÅ3N$▒+M&Ég½? "
b"K£Ngá%JS░£ì7®\v Dr "
b"üı®k\x14 3K¬ÿ\x17 Ë░Â\x04 .B "
b"Ø\e ┤x\f öJ\t áÇçhâ┴ñ\n "
b"ÇUÀ\x1D ù§In‘ \v >íõx¸ "
b"ËÊ(┤\x10 µC+Å-êón@V# "
b"ú„ì\x1F ¬ùM`«ÊÍÅ"št% "
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"/&¡ø¦ÇN:ïl%Ýìí]┌ "
b"R:º\x04 °\x07 EÏ¡y?.dÜ,+ "
b"hèjͱ³M”€':ÅBVº\x14 "
b"’ºŠ(NžOh¾5ô›¡2wÔ "
b"í¦øZ\x7F #F[¬ ¹Å\x0F õîâ "
b"Ë?·¿<ðI‰»ßü8\r øN} "
b"úü™ëÍ5H‚»3Û\e _WVø "
b"\x06 )É^<\x15 E(ôÒ{┴·v¥ú "
b"BŒ&«\x00 5BV‚J¡9ìN'0 "
b"p\t Ž„˜íF-ª\x1F ;ÕJ9B‘ "
b"çöA▓╩ÙDàÜN»\x1A ÷É-< "
b"▓8»▓┘ìHXù\x08 »\x19 $?é\x12 "
b"â/ƒzùØK¿®%Î\x1D ÛîV\x02 "
b"OÎ"uö¹L_¿\f À[É*cg "
b"߀›gÚpAÞ©¢`öÀ†ã\x1C "
b"ß÷+i\x10\x17 Aו[ßÊ] \f W "
b"©æÛ\e æýNÕyÞÊúªAq "
b"¸"€¾ÿÂN"§c+\x1A\x7F Õ¾\x10 "
b"{K\x03 Kª5JX‡/Äv\x13 ëÔ\f "
b"™V²0œÙE\x05 œO¦ñØŸ4L "
b"""
Êâ4÷T5GKü▄µ½#\n
I1
"""
b"„\x07 Ûª\x03 ËNç£×Ô™vÜg¡ "
b"®l÷KÿdJr³šeƒóßs, "
b"&ÇNi¦óG\x05 ‘o0ÔöÁËw "
b"¬¹\x18 Øj\x10 KϬHðó\x17\x1E 4█ "
b"ýÕ\f ï©ÁEœ½XÅ)| «Y "
b"\x06 M%¡Í\x14 @'®ÛŒµ×_µ7 "
b"½\x16 Lm?>M”«\t AÀh<à* "
b"K|ì!ÀžJ\»»ÂèÅmw^ "
b"KÓŸ§ÙhL¡šÙ\x06\x18 ÿ⇺ "
b"┴ı╔l│#BçÉ═'òû;< "
b"]r}o\x14 îF,½ë ‡¯*C\x1E "
b"Ò‚\r «”/OéŒõ²H\x01 4ÎÔ "
b"èÊèoÉ)G9˜¬pŸÌb–\x07 "
b"\v Þ"¦CÔH¼¨ÃcÒ1³„² "
b"\x14 ÞöɬŸN\x19 •4W·=Þ^~ "
b"\f\x17 -\x19 V³BÂóE\x1E Áy\x0E "
b"\x0F ú-²ÜHBº¾X”¼òZÊ× "
b"3±¼G+AE»‹Â£Lòu?_ "
b"=×\x17 ì\x10 ëC\x07 ûýıZ÷¤m% "
b"Cç0\x12 Ù!F{¨{>W½ÕâM "
b"YáÅ┌ \x10 K¶®╩n¸ü5þ| "
b"Zà\x0E %À¼IU °–H‡Å\x13 R "
b"]$RX"µHR‹hy)F\x0F 1\x0F "
b"v3‚û}(C§Š\r n*ž\x02 Ð- "
b"…è\x1F ¡Ÿ²BʤX“\x02 aŠ7‹ "
b"ŽOåT^øHD°R<⦯Ðã "
b"û©<b.²DJòI¤\x0E ½Ýì© "
b"=.1îH@º™úÜ–%ËÜl "
b"Öëè8Ý?@\x1C ‰\t æIu\x1C „ "
b"""
òÕ%@\n
bAÎ\x17 .pöË¢Ù
"""
b"(O•#ƒàM)‚Ö\v ½xe”\f "
b"\x07 ŠõÐñGK\x02 ±_ç^\r ©o‚ "
b"\e\v ×ÃîQM\x1C ┐\x11\x7F üOÖJÝ "
b"\x19 ,\x1A ¢\x17\v @À¿ÚYäa4®- "
b";ªsHn…H\x0E ŽŠ m…Ó“ñ "
b"Wg\v [—Š@\r £J°òAËÅ0 "
b"D"ê\x18 ¼\x1F Oס;\x15 ñõ\x04\e 1 "
b"Øé\x01 ãI5GV½\x1D\x00\x1A\x07 ▄T¨ "
b"uÔfâ°=D³„\x13 1 ÀÛ\t é "
b"Ž^'>f|JC™ç…÷7o\x17 ß "
b"—b†Šv<KN¦iGý\x17 ®5d "
b"¢Wò¦R«KŒ¸¨a´1Mb "
b"ÐÏ╦°\x04 ßH\x08 »ñ°\r ì[\x07 A "
b"\x0E ÐõmÉéBì│\x05\x02 ÀÅ~s\x03 "
b"\x1C\x03\x05 ˆ‘¢L7¶Ï<íšÂÓä "
b"p╚¶ø±ãK6Ø# î\┌\x05 B "
b"xw—EÜÚJ€œ#›Apõ—Î "
b"{*¿"¿/O‡¾Ÿ}Òù¬s° "
b"³\e ÍAã”éªfj1¿, "
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"\x07 ¿Jãú\x06 M0»K½Î-¥õÓ "
b"\x0F qn╩ã5GH¼Fì¤:°╝] "
b"\x15 ö╣+°êM\x17 ¿.z4╣└ì║ "
b"–2}×\x7F ML\x18 ¼(8Åj•h2 "
b"╬czçù,FAü¡~â¦äõ& "
b"þ±\x14 äkàD\x01 ¢Dº\x03 îøÍÃ "
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")@Q÷UxNɱ«´êšà+¸ "
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"─`┬╣ŹA┌ªæ«\t ├¼T\x05 "
b"Ãdü£úáDÈ┤╬§%Ç░\x1D L "
b"\x00 è\r ƒùúD°šÇBh¡¾ì¾ "
b"\x1F Ïdr)´L-¢Éõ\x13 D|ò¨ "
b"E£Ç¨ÿæO®ª\x04 EÖ\r Û \f "
b",ÌÜõ±}G†–ñ¯‘Ý¿¦ñ "
b"A9¢'vBD\x1A ®{\v sZ\x14 ÂÄ "
b"Ibm@Ä\x0E Fõ´8\f q&Ã7ä "
b"ü¿È╝├fG¥┤öEv├¯)t "
b"ƒì╬øP\e KIöBbkìá9S "
b"9\x19 •l÷¤M¦µ_.ëF\e c\v "
b"JlÂÔÕ\x1A B\x06 Ö9ÉÊ×÷㨠"
b"YÓgÕ%sB~…L謂R“ú "
b"""
ƒ:n•¹nIT´\n
odñ$JD
"""
b"‹´'¶ûdE¥¬ôç žsƒê "
b"œÂ•·ê\x01 KB¶§Œãè,“Þ "
b"""
Ø"bÏ\n
GE\x05 ôÿåV\x06\x13\x01\x06
"""
b"¤m─\x1E IôC@ô.\x1C\x04\x16 Ûwì "
b"""
ù¨F&Þ\n
D¾¨\x10 AÔk,¡±
"""
b".\x02 ÒÎë;J=ž\x1E ¿ç Mí\x0F "
b"¹ã!§wxE¦‚N!HÞÙ3y "
b"\x1A vü,ÄÖE\ºêž1:²\x1E \r "
b"2 ¼LË´O±‹\x14 œ|ý«¹H "
b"]ô "ý«Dà╣DÏ\t WËÚü "
b"‚)¶œU¶Ks…äì\x00 §yÍì "
b"±ód½BÖC<¹Ê-‡DT/m "
b"à(\x17 ˆþ\t K\v ¡J\x02 žÏ¥÷í "
b"ëÃ\x1D PV\e Nn³#õ°“yÌ* "
b"ñ\x06 Á‘ ÄAs»\v Ú€>\x05 ¬á "
b"""
\f 2ƒ±4ÙK‚\x0E \n
)^pî\x0E
"""
b"\x19 /~A╠ÆD)É┐┌©*'\x15 ╚ "
b"œ‚P2*_D\x17 ‘ºñÂøŠþ¿ "
b"Ù\x15 ·Hî¤Né\x1E 1„füÑ\x07 "
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"\x03 S\x03 ƒ:ÒIت%ÉMàákº "
b"~\x04 š\x16 ÿÅCÞ¯Òd\x1F °‡gx "
b",t•;íõC\x0E ¡˜>G¶ná© "
b"t\e Qc5aI8¼ÙA„úHF\x08 "
b"x¢¦lsEN\x11 ·ÊQƒ\r fÈÚ "
b"ÿ\x0F /ühãDC¾\x11 v\x07\x1E ²•3 "
b"\x02 n¬^5FJ$ŽËzÉýÞ–ò "
b"\x18\x1E ÊM¾ÇE▓×│_'Ú\x07 =Å "
b"6Û4âö¶C×®ö²\e \ÕÒ\x07 "
b"w}_¡[KF,¡Ã\x02 ýõãÄf "
b"{J“\x1A ³ED´„¨îBá:nD "
b"¨î\x05 ç>"F–›\x10 ªþ'mŽ= "
b"Q}Á¡éöLn•\x06 È\x1E ŸSí\x1E "
b"ðÊÒnµ\x0F H\e ¹pZK€óVx "
b"#´+LäïEeÉÉ)\x07\x14 ■Õ╬ "
b"¥BaxDîNM’—Ó3#éc\x10 "
b"¯\x1E ‰cT^Dˇi±¤ãaé\x0F "
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"º¡b\x08 GÍAb¨d\x03 ZK2\x17\x03 "
b"═▀ÀØÕnM2ø│xبî╗à "
b"Öp–i³Ç@6˜,@\x0E >^³× "
b"L`Ÿá\x7F ¡E6–J¨H“gkA "
b"\úsñêÛI\r ¸äÖè¡SÍ; "
b"†•\x19 ì4nF-™…øæ\x11 :" "
b"ñ£ì\x0F 5ÛNGê¢┬▄sC\x19 [ "
b"ݼ/° SK¾£®#Ù\x0E ‘¤N "
b".ðN+cýKÅ«ýByú»jò "
b"\x11\x1A ¯…rH@\x02 ¨•jÒ”„\x0F Ö "
b"D\x12 mxŒ FÛ‰OãáX2)~ "
b"xr\x04 To\x1F Juü_4CÏ%àK "
b"¿u«ÀókJ\x00 ¥8(ó±×É0 "
b"3]\t\x1F íkJÿ ³Óñ…\x06 Ú/ "
b"oÈÀhWáIήÛV\x14 ÜmN= "
b"•I\x11 W\x13 .OVŸ¼&‡gÒ\x11 £ "
b"óôðÊÍÅBã▒┌¢b½b\t ¹ "
b"Í–¥\x1A )\x7F O\x10 ¸"r¡¥&Ö‘ "
b"Óäǹp8O££-šÍ±ÑÏ< "
b"ÿ…XžÔµCrœ\x03 ¤®Ñ\x7F ðý "
b"ÁÑÀ¢”\x1F C@Ÿæî\x14 –è\x17 Z "
b"·w\x0F «\x06 ÕJ█óÉù} Ûk█ "
b",Ÿö®©;EK†×^ŠÂ\x11 ‹µ "
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"Ü\x03 ¡…«UA4¾¦´\x18 7\x14 \\n "
b"ü13\x19 4s@#…z` gô‚¾ "
b"= µÙÂ\x1D M×ç\x14 ¨8ì┌▓\x15 "
b"D\x06\x18 ɤ›D[¸µ‹\x13 `ˆ©ø "
b"Qp\r \x06 S\x14 K•¢´y#·ñûC "
b"qAlú,\x04 H4ª<{bz$ü? "
b"~\x0F ÁÕφIÒ“iõb\x13\x01 „– "
b"¡Aó¶\x17 hO\t ¼qV\x1E ËOœu "
b"óp\x07 ¢ÚXL▀É@\r ò╚81o "
b"ûw‚wÇ’Ld’÷WF‹™\x11 ù "
b"\x11 •§Ÿ¬úM©²®^Çë9‘´ "
b"b¼ÀÝö%M\x0F ®«\x1E ;\x11 ¶£· "
b"ÁçC»j\x00 @Ûóül>¶Îxå "
b"\r ?Øý3\x15 L©£ovoÏ”\r ã "
b"\x08 °vc@×A–±µ%’ V¤l "
b"-úTòR(K׶€(DÈàê8 "
b"7ÄXt7üG.ô÷mH}\x1F Ö\x16 "
b"e)œBºÍIu“’†8’! { "
b"kj¡®’±Aü¬]tø\x06 ;$é "
b"×]Å]ÐßGŽ¹MÈ\x0E VñcR "
b"ï£hvRkLß©‚S’šNÁz "
b"$ö,’ÿêDÿµò„¶/ÆË… "
b"~&îÊØlE7©«U\x1E Ô\x18 þ\x0E "
b"è\x1C Xbe:C\x0F Å*ªYæÀ/ö "
b"Ãåâe#8F\x05 ¿EFÜAg\x06 á "
b"C\x19\x00 ‹"yA\x7F ³p\x14 »^K¶t "
b"i\x15 ÿCuçD{«6ÚÆ\x05 œÄ£ "
b"\x0F FÀ‡\x05 ƒB™›?\x0F lÌœR\x1F "
b"º6\t ╩üîDe»ac+5° Î "
b"Ôæ\v KTVJ¿Ée*÷UJxV "
b"F€6Sù@B¥¹ï!ú\r (-ï "
b"Y…N"_ÝDƱ¶¤cèù½¾ "
b"©■-Ë%(E6É┤ÙÐ)Ó*Q "
b"Ë\x17 R\x1D Ì3L«•k 1\x02\x16 3Ã "
b"\x10\x08 c4§–J¾´xi\x03 ¾ØéY "
b"EùID;\x05 GW¿■l╣ÖɺX "
b"X7ÎÃSØGê┤v:╠Àzç┴ "
b"¤Þ\x16 B³bGR™\x15 K\œüm% "
b"═˱ÅdëEýí╦C+┴\r ıÖ "
b"«÷X\x1F ÐËB┘Ø┴├î█\x06 ¹╔ "
b"╗\e\x00 ÑÜÉO÷â┌oü\x05 ÝE± "
b"$╬Ø}íhK7©¾ï)■\x03\x14 "
b"iè7Ž¥äHѵá)/Ô®Û( "
b"l¢©i░HïØ\x13 °■╠jÝÑ "
b"€\x08 ‘Öi8CÕ´\t >\x16 ‰øTÑ "
b"│Æ╩╦ºÉK.鶸xJ¼ê\n "
b"©F¤█¤ÅMP®\x10 ßËb%\r ¥ "
b"ô\x15 ¸A¾žI_ˆ\x12 iþ˜!\t – "
b"1\x1D $úÉ\x1F Kµ«Ê0\x03 €6…í "
b"6\x7F %├É┬BPƒß¦m%Ö½´ "
b"q¬\e ï…·Fà¸-†<½\e\x10 ö "
b"š±à»jAGU©¤E&\x1E )8( "
b"┌\t ìnµeA┼░ëÉ![‗ð\x04 "
b"ßrõ8\x04 ¡I^©lØ\r 4¥(¥ "
b"õ\x14 ä×ÖTG!•\x7F ¸J\x17 ßüa "
b"*ëPÅ5ò@ïŒÚjÒaš*® "
b"B/\x08\x07 fÐF±”Òüó—âëÀ "
b"PPbѹºNcØâ▄·‗╬Ÿ "
b"sì,åH«Oe±5—Ç\^ŠÚ "
b"¹ÄrE>ÌK[®`µYDú=ï "
b"ËÖv:kÚDzº‘Wâ\x0E ã%ë "
b"äºJÐsòIs£ÿ‡ÊÝ"ÈB "
b"W\x1E\x0F ¢\x0E\x1A GrØ╠É1\x05 ╠TA "
b"k*)ÃþÂG╝ìS¹¥╔ªáy "
b"Ñ9\x12 BC>Js‚tâ óàÎÍ "
b"ßYÉ9OcCô´PßjI\v &± "
b"-0\x14 ü|×IÛÆ»░dK\t x\x1F "
b"]\x17 ╬╔JEL#▒)░ñQÐØE "
b"`\x7F \Ð\x01 "C¥»yÄN[ôH9 "
b"ŠÖË\x17 øýIû–a±v\x03 –¢] "
b"¤¢7\x06 ŠáN\x16 ¶ãù€Îhñ– "
b"ÑÀùcæŒ@àˆ\x12 >äI\x07 Ô` "
b"Î/@(ƒØD$É\x11 3 íÉ6V "
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"ð9µå\x19\x1E @£žs\x10 QàYZr "
b"\x1F\f ø\x7F ╝J9¿Ç±┐kü└Ú "
b"…S3¶\x0E\x18 Fè¼}b˼J\x16 š "
b"ì\x19 Ⱦ^+B~é┴¯ö█ëÙï "
b"¥7\x1F ò\x1F bO€½ÐT#g\x16\x00 ! "
b"¨àÕ¤á\x00 N\x18 ºw‹è/\x04 Ú§ "
b"Ë0–¬:\x1C LÕªPcLx]n¬ "
b"†$\x04 U\x14 ÓEC°\r I´\x1D Ín "
b"›õ†'—uDT´\ŸæþÄ\x10 y "
b"""
àùé\x0E ’ûNT°Ü}¬\n
WóÕ
"""
b"¸tüÂ║\x1D O┬Æ/y\x0F [\x7F æÉ "
b"\x0E à!é\x7F µI\f –ò\x16 qµ½´ç "
b"7¾+\x05 è\x18 NDŠ‰fšï«nƒ "
b"¢u&Ò\v ŒC†¡uù¾\x1E `´Í "
b"®õû²árL\r ¢ÓlgÔ‹o1 "
b"""
ë´\x17 \n
0ÚBݨRràPÊ•¬
"""
b"goEyLÌ@Ô¯ƒ\x18 %¹\x17 <¯ "
b"ü$ó|├\x04 @>Â\x00 þãûÑä\x1F "
b"â˹`\x16 ¥Cêà\x07 î‗ÁÕ«Ø "
b"˜§eÊ%\x12 Iع…ùcÑ5Z‹ "
b"´X¿9“«Iû²\f\x04 ä²û¨z "
b"¾}\x08 FPÊN$²—‡;šT¥k "
b")\t\x07\x15 ÝPLJƒ½wB¤×Ò– "
b"_\f ôw¡¶@.Ž|³êlÈ'õ "
b"kÞ°‡¿ïIS´ly˜Xo´5 "
b"ö™ûœw\x1C AÒ•?6\x1D\x14 X<z "
b"30w#À·ED²=DB„õ•Ê "
b"G!å—d|B1¥S)>}z\x05 Ò "
b"mEAJ@ÂKZ˜Æ\x04 ÔÜ\x04 Éá "
b" ;¿/¢+Js¤úR°\x1F Ú!Î "
b"Q$SS\e IOÖˆ°Û$5IßY "
b"ëgüó”gM¿¤_È\x13 h(ƒ± "
b"\x01 R„c\x04 ÃKFˆ\x04 :÷Ž\x02 ⊠"
b"-═ìÚ▒lM¨üòsc¥oQ│ "
b"8ðE\x0E PÂAÒœÜËóJ÷É= "
b"KŒì×ÏLO–«„·Éâq½Y "
b"˜„°m`Oc‰4=ô1¡•\x0F "
b"èüìñ»*IsœÍ®0{óZè "
b"\x08 =„·\x16\x1E Iµ…@©Ë 2ó\x16 "
b"K0M|U`K˾#$\x19 ኋµ "
b"eR╗Æ╩»NÄü┬õÅ9═AÆ "
b"k¿¤ÉªyGßíÄPÄ\x05\x16 WÁ "
b"s\x0E {┘\x17\x1A @▓íüa1┴J\x0E & "
b"àl»\r ▓²C\x1E í_╦\f Å│j\x12 "
b"¦\x04 ]‰\x18 ÇL¨˜{%¸\x0F Q z "
b"¹B\x19 #4$Ea›\„Dhò¼W "
b"┘Àì»QoCÜé,Ú#╝È1c "
b"âaº\x0F ªyDÝ£E?ÊÅUØu "
b"\f gDÅÁ§D\x06 ‰\x17 ¿ì]%‚ "
b"3?ÅNCùEȧә&yÇés "
b"p\x16 ––õÈG¹÷F°À£?¯ "
b"ßàŒ»Ð€Oº©–9à\x05 ·K\e "
b"DÓ│{ÅáJXï¶ó▓°Õ)Ý "
b"=ø²eÚØK¼ù╩\x04 ù\x03 ¼ ù "
b"vµÍ>M·AAªÒµŽ•®Zb "
b"\x7F YÅ┤¹¬O@¿ºe\x08 \x02 U▒ "
b"▄áؤ\x19 ´Fmƒ,ÑF"Kó£ "
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"È0dl\x0E\x1F NUžë<a¬iòx "
b"ãÄ\ôJYMÒ½êeï\x14\x03 §Ÿ "
b"·Ð\x7F û┤PL\t ©k\x0E 3\x02 OüÛ "
b"½Â\x07 w¶\x1C @\x18 ûüc5»\x10\x13 ┬ "
b"\x16 a\e 1\°NŽæ›©_%(\e "
b"ÿf]¥ó\x07 N4”šŒU@òy„ "
b"_aµL\x03 }JÌ«)ïòˆKTŠ "
b"¼J░\x0F 1\x00 Aóäõ&ý│ñ_É "
b"w„\r I£´D£’Ê'ÞáÕš\x0F "
b"ÿÈüX\x04 ,C;Çt¿½Óã╚À "
b" ’;Ì\x01 ŸG2ž6\x02 ð¯ +’ "
b"*[ùfü;LÏøüåÞ§ù)╩ "
b"~ü¹-║ìNFöÕ┘ÅÁ¢▒\x10 "
b"›n;¦}Bþ¡I¯hžªØ: "
b"║·9è\x7F ÷D4¡N÷c\x05\x17 ìB "
b"øš´‰m:Eä™+ëm—ƒëW "
b"O\v Ç,¡«CÕºü\x08 gv▒I "
b"xÏ©±(K@~’4ïì§Ö‚þ "
b"╩│\v ÊåÉOTÆ5\x04 ±{gÅ╔ "
b"ÌðR£4ÉB\x0E Œ¹vYò\x06 A "
b"\x05\x1D ÍÅP@]±R\x10 MÅ\x1D\x12\x1D "
b"é┘éN╔ÉH~ɽ¹FòÚÀ- "
b"¡\x12 _åó§M»®ÓrÒ[?k\x07 "
b"ó}Í_ð DÄ»"^ìï›\x15 H "
b"\x02 sï\x03 ü±@›‘Dž6 Š^ì "
b"/~ª|8lO\x01 ì\x02 ïª▒÷ ~ "
b"t┼(Å\x1F |A#ì\x10 uµÎ£ïû "
b"£.ŽcÛ\x1E HòŽXP¸\x1E ß\x16\x1C "
b"ó?b.[±JÈ…"wBô2y8 "
b"\x05 §3Pû¥L$‹0æÎ_©÷x "
b"\x19 ûa\x0E ØâK\x17 ¨\x10 C¶7&ºÅ "
b"‰\x1A óo†ßNó±T”B“špÉ "
b"ÖŸ‰qܽ@Õ’8öT¶…ÄÌ "
b"$&XßÆ”Oi¹æi|VÍ€õ "
b"&bÈ?\x17 VJ\x19 ¯ëÓUï\x16 Ê, "
b"0ز▓¾ðGTúÒ°éCÙD] "
b"XlØ╠(õLPé©Í\x00 [0╦þ "
b"\3°<\x7F\x0F EsëFøÚ;ÖØ "
b"""
Æå\x08\x07 \n
CG寂\x14 v°í1Å
"""
b"ô\x10 ÎïÇ1Ha…Ï–m\x14 ´\x18 \r "
b"p\x1E ÿvöþ@Ž¿\x06 ÿò¶á]\x10 "
b"tçFZøíD{°\r ÇÐŒ+\x7F "
b"ôåg@}»G╚Å@8\x18 M¬7ƒ "
b"£y׊©0NS›\x00 Ãx•¿\r "
b"═,nÁiüFâçp7L\x00 ù: "
b"á\x08 «\x04 •óJ\x14 †4\x15 Æ\x01\x19 Kë "
b"\x10 K\v\x0E ¹0GÓ¥\x17 ì[¤ ©ò "
b"!\t ¢G-òA1†Wñk²™\x03 Y "
b"L<¹`Å0BıÆ#+ vÖtâ "
]
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 (0x007CD83459004F36939CADC29975A5AB , 0x04485BE1FC844C3688B26BBC88D07B2F , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x100BDB3FCBCC4C42AB8175D74ED31C28 , 0x1E5DB8B5A4D444B595ADBBCF698F8439 , 0x1FD76AFEF77041C0B257B21047993FB1 , 0x22A7A260F1EF4290B6DDAF9CE422ADFB , 0x237F3A29BA234514B77AEC878E7BF302 , 0x241209332FFB414D9C564ACCB44BABF4 , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x59260594F2184563ABD140503D570CE0 , 0x8F6708AE3F5542E99780EDA75E1B217A , 0xA4D280EB465F46A385911A6C14033392 , 0xAA58F0B6BDA2488A8BA3A30F884E6652 , 0xAB7E60393D5F4A0E8311092DBC773116 , 0xCD7643C8B613449381DEBB4447FEDBBD , 0xCFAEF63C25D2431C81B6181982D72D71 , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0xE4B4F855C3A54CFA99F8693FAA7850CB , 0xE553C97A04C846C39120E2C7C79746A1 , 0xEA15A1738B4F4C41834FD7257A890B61 , 0xF4AB79501A7942E2B9E2F08F580A2189 , 0x067B766E6A9D46F28EB9FEC042D5465B , 0x2D92486CD12A46098AB21DB22F8B5028 , 0x3B33ABACED7A409B9AE42446C55B662B , 0x4CD332AD872440D78F64E9212952B2CB , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x5E2AF49118E140F2A936DFE803E9203A , 0x65864AE9CECD4A6B9F4004E9A526B12B , 0x829EE4D0F57B43A88718138817757929 , 0x9EA2895DC6AE4003A17C98073FF88736 , 0xA7B5EBB7C102451BA30BFD016D2A1E10 , 0xB15FBA21EF3D4F138E115607032369DE , 0xB61FE5D2E6FA42D88AAE49F6B029BF80 , 0xBC6EAE5C171D4A20B99B091536F621A4 , 0xBF0FDD6C474648588DEF9FA5A9EA9FE9 , 0xE0B5A636A7B348C497ABAB83EF082720 , 0x1014BD6E81E249D7A9925F88A41B763E , 0x1D9869AB508F4F34A5FA43EFA9E0548E , 0x24F79E28FF9F4AA880EF8487FC33D059 , 0x2C55E7EAB84B41019AE184C4FA2CA083 , 0x4BD597DE3EF74DCD940FCCB2E70443D9 , 0x5BC4F976CB9D4C7083471725488E2B20 , 0x7AC7AC0862A7425CBBE0F65DBAF2B7E7 , 0x8D582AB0EFEA4598B64DA36EFD52FA92 , 0x92A8D96DFACE4488A1D1F81AB559988B , 0x972DEA23B1134A758C9DE24481F95A04 , 0xA754E53FD3504F59BBBDA328F55F9203 , 0xB04F4C8CA886451981DB701EA245109E , 0xB7E56DE57635471D8ABC61CA820D1A28 , 0xBB38D9C42ECB47B7817CF0B44BB4411F , 0xC954207282964DF8A642D877DD287F32 , 0x07DEBB30A3244C75A94F6D166F88AC5B , 0x315C2F5A4B5B4224A5F326143EE8239B , 0x339B1BC661EA43B8AE8D64507257D1C7 , 0x3DA92939A4814A1F92521121535AF876 , 0x45EC7ACE5E85498AADD48B10033AF32A , 0x4C87136512794AAF973651C681F1F109 , 0x4FC0CF9720CB4A9086BA83A9E6EA5F99 , 0x6A3A8144796F424890817AFB379720E0 , 0x84578B0D69584C20B769C9C1098BB9DD , 0x8EA42F471FAF4548A3B1F31C957089BD , 0x945E7ABF72704559A94E436FC59EFAF7 , 0xBC91E661487A42B695A37E0F261F7B83 , 0xD437282A65624C50A0A4983B30ABE2CA , 0xF9407D59B16446BBB9D019737A82E6A6 , 0x1CA8B793ADF54B8BBE5543AB753D9754 , 0x1FB687810F5C4E7C9E8557CD72DDC7FE , 0x46D54094960148909EB9962D1F795608 , 0x51B9BEA8E3584611A011AAA90DD8E8B6 , 0x61BE27B5555641EAAC0A69B8C1202FC9 , 0x64ABD52658114238A38C8F97842E048A , 0x757FA0B09BD54BB8BBD0853B3E514829 , 0x7D7FD98627EC4CC19C0288E8D3EA403A , 0x7FC18672CFAB4DD58FFABE07E4FC8A70 , 0xA2E650584D824A3BB2FDBE36112F9CAC , 0xC632505AB1504816B681DF1A0E7486BF , 0xCC8CFA3F772C497C9CE313E1E13FAA6B , 0xF146F9BAA89B421D9680E596023A7C83 , 0x05D2EF2938734387A4DCAEA7AD5DFD1F , 0x2AAD5A0797B049DE861673AB81EB7645 , 0x78BC995E99BB499BA8828E5D14FAE195 , 0xA6BD96DF87C44BB8872E025FCFEC01A2 , 0xB3F9A4D83A76441E80C4C9AFB7C2D2F7 , 0xEB9004D598104B6890DC9D1F165136E8 , 0x01CB4DC1EB2D47CA95248446E40A55B9 , 0x0583B1861D2B4801B2BC53FD1D3F60AC , 0x096A6631F31341EE845235A6FE6970E5 , 0x123203A30BCF425DAB62AF6C497C5DDD , 0x1621F1CE508643EB84515675B2EEAA94 , 0x673F49E6ACED4BB2B27F461415F961FF , 0x67484191754A4AD49FFA78D2774A5BF8 , 0xA1201F514A5C4CA3957E51732EB1BD13 , 0xA398A57FC64F4A128D190F8972857131 , 0xB8F5C834517740C4944CB734EDFCA788 , 0xCD95990FA74E46209912ECFE7A4AB83C , 0xD1A208F03A07481DA8F464CDBF82BCCE , 0xEC52CAEFB955438891704E84561902D7 , 0xF84336AD5D894BF3811E78C0E1A6FC77 , 0xFC3F8498982D478D9A20441633CF0615 , 0x1ED433614F6747A49ECC95DDD10213C0 , 0x21DEBE7B34CE44E98030A64F5B3532A6 , 0x3B2579E559504509AA60BED8027F45AD , 0x54EE421D66334C8B8E31EBA9612C7299 , 0x7AE894171A8F47448FF74F722EAB3CED , 0x90F0B00AAE5D4E3C8D36D4B6C8F25CC4 , 0x9187C4D43C484AA3888592A97F540896 , 0xAB8631CFC44641E1BF394DF8BECBD45E , 0xB7075041ACEB4202804D5F52532688C0 , 0xBF5FC7E9D9794E84954EA0C12A1E8490 , 0xF040874B3D5E458680B4B8F175655885 , 0xF674B00E68134816A31A6B3CE886D56F , 0xFAC785E85CAF4962AEF49A2F9D76CD08 , 0xFF354490D6844773BBF71AAAE623AB57 , 0x033EDC8C4A734DE1A794780313B49841 , 0x0E5336CAC0A142D985D85DEF15144353 , 0x14BE58875DC743B5A5D74713A16EB108 , 0x16D5E44153D7410A929711CAB71D6329 , 0x772A9ABEBA214F09AE2B63A468D1DCC8 , 0x79287882D7754191B4794E216537544B , 0x84D88509A49D4F289C47ECAAB91FB6BD , 0xD072348D4135445F867566285DB45242 , 0xFECCD059A3F0488DA2FDE46947523AA8 , 0x0B8324A938144AB2BD0BC3824C6A80F2 , 0x126E5DB2159C43FD85ED44C2250205AE , 0x183679A03E1E40EE8B6F6DB2EE1F5751 , 0x3151E3483E02444DB3D86B031FB48B47 , 0x655BF99B0E44411D869779CCE5F6676D , 0x65E1A2BC361B4C849DB2F418D60B9FA1 , 0xA97FC32248A84D59AAFA0F9E0CB8FBAD , 0xC7E5CAC41FEE4927AA6E8AD9075F4C84 , 0xED0FCEADBCC04E4BBFB87AC5DED72C93 , 0xEE7DB88CCEF04A3A8C871565A0FE92E1 , 0x03B128FF821D49929C65E5AC189AC452 , 0x08D4EB0C4AC84FC9B64F42EC0C7CC8CB , 0x6A789AC2F1424CF597916FA7BCF61385 , 0x1614059C2D3744B7B928426149F52D35 , 0x257C6F648E984891BB03AE5DC20EC931 , 0x2A96F21B13AF4747B19E20E49C78A482 , 0x326F7144812A4041863D2E80A18DF61F , 0x40F6AE8B7B3C4BA68905C850EE0FAD46 , 0x82A28A41A690434A890085A599A4A05E , 0x8323BB3CBF7E476D9181546F03E54D88 , 0x8EBE8FC2CE074F7E98A2396842A0DFF0 , 0x92C5590CECBD4B55AFFC62417F2513D0 , 0x96EEF198E1044845AC4E25C06C23A952 , 0x98E4092F20D64E76AA05140387BC1851 , 0xA13C8961AFFD4D85B0B4977A5D7FD760 , 0xA8982897CB344B8E95C80AED62A1D76C , 0xB15D97F427134008B54D49FE102ECEA4 , 0xB4AA305168CC40598EA64E57F803540D , 0xE1009CB43C5847789D8EB7DAA2E361DC , 0xF032B2177EFF4CB8BB3EB9A100DD1D2C , 0xF4C1942E0F9E4704AEC22C8C07B90C35 , 0xF5027935F1CA4231A6B1102F99AF79F2 , 0xF9B35481025D4124B07DA90D00AAFA90 , 0x1A913CEA13574D928FBD6A28CE69E3C9 , 0x21C02EFAAD874DF58240288777FAE6B5 , 0x31A34DA770B84597952E9CE2D5866AFB , 0x728151E1B4164215B5AF2C31367F5DBA , 0xEC00BA71FB204AC6B0E1A128CF78AFBF , 0xFF54C705D27C4659A8B3ABE86F52279D , 0x1509229FD66C4488B52EB9A19E8F009D , 0x1D8DE80F25684AA2AF2AD3C0A6F941A5 , 0x23A22633E5BB41ABBA4D6CDB84911EFA , 0x24C09165070342B3A28B27B48C6BE46D , 0x2E7AA1A642344E5694A1890FA4F889FB , 0x42A32017AFEC44B4B2A1BA8B34BAE088 , 0x46F33B96F65341E2901ECBD6EBFBF6C4 , 0x6EE14C51D71C42728A297780BDCA5191 , 0x700A706E9E96400B8388A3E01FBA499D , 0x8EC4B68BF4104CF6823EB52E0D75E1A4 , 0xA30D69887DF74BC998423BBC16F5FEFD , 0xE53F29AB56834D38998E50201C44BFA9 , 0x07DF51D1110A464B9E4A4DEEAB22AC45 , 0x270ECB9C40F04DD1BF85DA02D33894D1 , 0x3B474DDC1443484AB23A1DAD29AB3BCA , 0x56AE928846BB4F6C883A57D9D25A2BF9 , 0x697A63158F754B29A9578E31003F9E5F , 0x9023BB229380420285B8DFC957986747 , 0xA4FF1CCF69F44D1B8F5D8FFAE19A3308 , 0xB6D3B28AB807489DA85F29BBA72724F0 , 0xC65741219C9F4A11929F7D14E5FEA689 , 0xD24E77CD12E14AD5B9F406089F85805F , 0xD5086568A3C54722A4FF94EAB57B700F , 0xD6AAD2F350FD43DCB4405300060EE072 , 0xE22E7E56BE2047C79545A6641AE926CC , 0xE4FDBBCF83F443B3A25F6526564C2ACA , 0xE693C8A605EF4F6A9CF2D2AFA4123166 , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x3BE6F68F1C92416490DDEE373604B101 , 0x44FCEBDC815649688E10080E8AED4472 , 0x519D4FC228A54A5492F26DF06CB17B21 , 0x59C88B56C0BF4333A456F42FB72B40E5 , 0x637DB4BFDFA142D795CB6F136AE7B43B , 0x67D0884AB2044CDCBD7DE3F9E5604795 , 0xAA94CF2F8F874BB09D1540FB48ED581A , 0xB8F1CEEE668D44AF8C7F66504D238F46 , 0xCE2141724D8C4CA98607D8477CEC11FD , 0xD56C3E94DCEE442B823ED867758050CD , 0x0E06EE75D56740B1A2304C39CF7D7D2C , 0x196DC334F99849B1AC3953F4E76F2B6E , 0x36E38225718440D6ACA8F3615E8ADB1D , 0x7AB04AFED4C8421AA0CF05015EC3F2ED , 0x875A61F90DEF4B648AB8379F8B13902B , 0xD38BC6408C3046DC91E50E3DDFCC64A8 , 0xDC0351F576C644ACA5873AB5E156C8D2 , 0xE698C3E4468D47AEA2DE47711C39B622 , 0xE93024FC6253498FBC739FA1AC15376E , 0x05F345033E2646A8A605833EAC90DE46 , 0x0F8F92EC32664803AE4DAB98ED4D1B5C , 0x2343DA6A800644BE8DF865CD6A1BF16F , 0x3587B04341BB44588324A3E959CE97EF , 0x441930C6974A4065ADE8C37E73370FF9 , 0x47648E6655DC4F148793B9A2EFF42D36 , 0x5DA21B4AC3794940BD76D130F5E1372B , 0x8AF290345CFF45DC9689301B5E5FB647 , 0x8C639A4208A54F85A598692ABEA387A7 , 0x99F89F2D7E664DBAB90B6C602F3C97C8 , 0xA0C6AC14772B41BA91D66D1C6D2220D4 , 0xA0C739B3F93D484DA842D2ADA039A360 , 0xDA028949713746CBA9C163A1886DA733 , 0x1F4D3D3413094C8CAD6B730B3CEAD241 , 0x25F6A6F8BBB842A3917358F78A80A9CB , 0x4A4F6E5364C74E44B68338673342440B , 0x6242B122469D4C22A4DC9144A2A247FF , 0x8041DEB8940E4975B5779B823F0E2727 , 0x8E7C49FD240143EB8E91F2B3F5144D69 , 0x8F0A0905EADE4D2F84F8A6B4B2724160 , 0x9BD1C86B3E574423A9B895B88974D78C , 0xB29C0A26FC9E4228AE9835141A02B0E9 , 0xBE37BD8C203F4CD8A2BD68BEF06B795B , 0xF1C97EC7FAFD47C98EA0E756F26235F7 , 0x138F6D52EC644994853D99EE77EA5DEE , 0x4ADAAFDDA95942AC962C4A58C3FA42B9 , 0x530C0027D03F42018909649D96A61A91 , 0x89CD18D841634FD394F434173E9A0A5F , 0x97226906DAA142FC88710724486EAC1F , 0xA11AE7D99A94428EB9B05AB28F558ED3 , 0xA5827E81D2E845288C33365E366400C0 , 0xA6D887C663224D72A88384E87B1505D8 , 0xB62516FD6E4E4363A96A9F04F68ECF2D , 0xC144F9D33FF94CE48C2904B98F04AB4B , 0xD9A3D8E1290948BBA431390C0E11578F , 0xDAD68FBBDA74403A8DEFA70A069F89E6 , 0xDE3B7824A8084DDA8A4D840884FDCAC8 , 0x241324CDB0D840FCB9C44598D5A74430 , 0x2A5B7581AB0A477DB26BB4D1C8398D39 , 0x45A969DD5EC844CF9A60CD5391765D06 , 0x6701B335370F48E6908AC0BCED825929 , 0x68A857A9DBF5442EB371FA89ED12A88E , 0x7A698BD34B944829BD1C5EACDE3A3ECA , 0x7E5E9451B03A4156ACBF0441B5DF4221 , 0xC448A05206214D3DBBBF9E8732161B6A , 0xC51279C4CB0D4736A1FCE4FFB845AFD9 , 0xD3369819356048CFBDF48897AEE3561E , 0xD7B751BAB2ED4AB39C8AD735B5BE7B1F , 0x04808BF4324A46DFB4DA308898BF00CC , 0x0B76FFFD8863404B806C092E886A0DC8 , 0x35F942C3CC244110A62AC68A25060BF1 , 0x3F3A8887B5DF4CF28C56B1D0EDC98C73 , 0x4113AACAFE5A40EEBF489F501F6B56F2 , 0x4CB443174E9A488B83C4F09B327C42D0 , 0x5CE1BD7558EA4AFF8B8797A6F65D4B5A , 0x7BFAC0A1C8E24A658796DC7A86C068A5 , 0x7F16789F31024766A29E97F7F7547D2D , 0x8E79BCD575004934A26D67C83BB9D501 , 0x91799B4E3DEE458FB74D27FED0424AB9 , 0xA9345FA35E2246B8BD4DCA0C30F13BFB , 0xA9F093F86AEE402492FEECC0AA1973C1 , 0xABEE6A8B25954952B5D62C091A481BAD , 0xAF1955477E9D4820B637DFC07DE45CE8 , 0xC4178A00921142CBB29ED6B1D5EDAE18 , 0xC5FD73BE365E4FAF80EDD791E9C70971 , 0xC86DEA4996D04096B18BAD96597C7380 , 0xD17972FB1B5541D0998DF2AD81F209CB , 0xD68CAFD60A794434878611DD1C94FCBE , 0xDD16B595A3F4435DADA91991B1570E2E , 0xDD8D213967A7468FA260D4064547CC78 , 0xE7309503B2384A069E1FD77C15039433 , 0xFD29FA07D06F4EF3B4ED4E7CF43BEB21 , 0x2E044668A871416889CF93431C0EC043 , 0x4B87025D74E04515BE617113E1AA5DCA , 0x5D58139F323143949D5033C570652592 , 0x6D4CCC38893D47E3A4C4F4863F5CE820 , 0x86DB2148751145009944BBB68AE4A505 , 0x88DBD1C418144BC7ABE0A2960AC13F89 , 0xB84036565E0245C3A7CF310AA4EFA5C1 , 0xC2DE95E29F4C410B8AE5A994BB69ECCC , 0xEE384EB1A2D747E3B0972198EFFFD69D , 0xEE74D183B8DD4C11825F7FCD4C7ED5AE , 0xFD755C56B6DD465D8AD1B27D1B1CBBAD , 0x0A9CB6545E5C4D4FAA6C1A240504ECBA , 0x1B545577E09C40F59B6E4D664B18CF18 , 0x1C9BB2BA33FC4E33975DF52EDF7CA5FA , 0x2A193A783093492F9AC8A9CA508B2311 , 0x36DB494734F4476CBAC1FC7A8DEA6E04 , 0x3849A81E53B5477891DBBA5B9C0749E5 , 0x4EDE421DD69743519A3417604DC6269C , 0x63D7A59109134229B5B5EAF726BF505D , 0x6F8489C8071B4CF4BFFDDDD78C36E801 , 0x7FCE97C73D1F4332A3C0D7F96B131AC8 , 0x93A739A20A73417B8A90E19F1F5510E0 , 0xA3DF8D068BEB40AA8F8E619653FE7E5D , 0xB54F733383B44288967BE457A7C8B2E2 , 0xBCC9CB4F1C804A6AA1653FB400E9677E , 0xC501D39D4B9D4FF999C4EA3B7F7B1121 , 0xDA69C269FB3B48EB9B093C5B73ACE9EC , 0xE268BF2972BF4F019018CFFD69528A82 , 0xEF971C4B132A40AAB8FF5A301332C2E1 , 0xFC8D66C2BF6243CD9099F16E0FFA2137 , 0x042B27F2A88D40C9868A9CCD62FEF014 , 0x20CAC56C461C4CB1A99908E817DA7744 , 0x5F56F6988701467399165D9D7D2612F1 , 0x7834DC2FDA404BC4B614AE3B69D0C8B9 , 0x91766342192446B69FF63406EFBB7B0A , 0x93C31054676D4200A9EE0EB479AB4A6C , 0x07FFFEA8F74F4EDDB96B487BDC00E113 , 0x25759B0294704DDCA40DA034192553AB , 0x4518223855B340BC9DE8C59B0A1D4B30 , 0xA370ED024E1D473E9410C11DE16443F5 , 0xC691FCCA0AAA466B9EBB0F68FB1B5B94 , 0xCDAA5604E53F48E2998AD9ED222B61AE , 0xF68036D5EF8947FC83A857C8E5B365B9 , 0xFB3BBB675E514A10935A95F6478CDCA3 , 0x1B885EAA57E14F97A034CF00DA2CE1EC , 0x2D0053BB91F84F10A5A3E088B1A41D0A , 0x66976B4781D34091AD9ECA8E747E4089 , 0x795684F8266F469BBCB6180CFC935A73 , 0xB02A7E76A31C4B0EBC5C5F97F3C59602 , 0xFD06C8AFF86F4E1089F2B3DA839C0431 , 0x0379E99907BE44D5A3E40AD989FECE8A , 0x03A3E2B4EA7D40D2AC2847A89E374648 , 0x29D80BC025F24B33813DA4BEC058CADE , 0x41061CE1C65945419E6A6C7D1EA4DBBF , 0x492B5F66E13B405E9931326F53391379 , 0x4FF2258645A045B894BF9FD5186D26F3 , 0x38E6DC227ECD4C9F8B51D7A099779020 , 0x410D3FDE98C8487EAF2FB5D344ED21A4 , 0x5009B0318FDB469FAF826E9DD3EE963B , 0x5A48D02543694FAAA8FEDBA616CEDC87 , 0xA00FD758C494473A8E332C6101B26ED2 , 0xEA13EFC879314473B1F74BFE44CA449D , 0x17F64F82466E46B9B46FE26A3D773F1B , 0x18C9021B3E9B4F50BA679D76E753ADA6 , 0x236D524AC3EC4578B9009F900B8E84AF , 0x2891D968602540A4B297CC03F378EAFE , 0x33AE650954174D54930F52F2FCC39D02 , 0x35D2467247574055AEAFF9345B4C23D4 , 0x4365D38585604A7789FABEB539D371A6 , 0x484F5BF4208640F08CD1404EFB86902A , 0x829EFBA9C718409D9866D225AEE698BD , 0x99D39DD99A2A422999FA4CA2A905AFF4 , 0xD7EC0B7E086845ED87845EE343CAAB89 , 0xA050F96C772440E5874FA442E5906E3C , 0x0BE96D66FE6B4AAA8E4172F3009FCC31 , 0x0C0A94BB26C0468DB94464DCFEBC53E6 , 0x444F0B2134C8439BA48D1822A71AABF8 , 0x588F3CDE79FB40528AB8A57664178DE0 , 0x58F2B46867F24015AB777561B3108555 , 0x7B2F734E1A194A62B3AC07E68FE3EFD5 , 0x9DFA43182BD748788AA53E0193F66B13 , 0xC538BE94A29E4F51813A4F4084EA8091 , 0xEABD5F4B379C493BA4DBEBA7129EB53D , 0xEC1A3737B19640E58CFC7149AD4B5FF6 , 0x04369459BDDE40D99608070E79EB7703 , 0x0D81038BE7144FDB9A2E9ADAF8C0CE32 , 0x3990A93DB129412C8FEBDC3D8EE48291 , 0x7A9768A412B242E3A969D9BAEA68AADB , 0x849391C45E6046F796083FCF72F8C4B3 , 0x96E9B1412A1E4CDC828BB546AD1BAED7 , 0xBBA8B086829349AD8B8F1DD59AC48A67 , 0xC7D45F24076D4103820E4646BDE314F9 , 0x1AA3C98AF79746239AD1560D3CEAC900 , 0x34D8C61A405544E9AB9210E0F846B5FC , 0x72585E7E67E54BF4BF0E5598983DC8A5 , 0xB619DE499A7542BE9DD1D5220C7F851A , 0xB82E1479F84848C1A7F1553CBD7FFC32 , 0xCAFF2A7BFC8B4BA6A8DC2BC5D4841169 , 0xCF8096223DB949C8B5BC8B86D018AB86 , 0xD1377199FE7F4F73A8BEE53EB7B42F71 , 0x031A23EBB76F485CAE57DE72C2D0AD81 , 0x12264A8408574062A8E1150D2D9E981B , 0x31BA7102BC84490787C7E1E6D9C766F5 , 0x694C49F9413A43859C3CF6C4EA94C40D , 0x78007B91ADF54881A2478638C8FEC522 , 0x85E557648C1540739DC568DCAD8FB53D , 0xAAA9A57960AF42CFBF270A3F257DCF10 , 0xC05E4F8F553C449F81030F0F5B02E990 , 0xD70EE8DEC22142A58EC9A321DD128D0E , 0x0A2059497A3B4F16BA8D18FC06DC7097 , 0x1D27174D31784D5F9D83480432F039CD , 0x3F230E2BDDBB4EE0BEC2DB27FBD8C86C , 0x56B765E5A67D4E75AFE13740F74A8222 , 0x6DF1957B402841BB8CB621BF1977692C , 0x6E1DB9EF717A47518A955F665E1C26B0 , 0xAEC53663932449089A9E2921296E0ACA , 0xD6B47D1E6DA94CD9A379FFB302E5B199 , 0x10242E77598F45118BC1B3CB8A18ABD6 , 0x12DDFE82013846089BCD32B4E00B98DD , 0x174D380F1488426D866F994FE66483A2 , 0x278FBF54998B42B7AA372566D4C125F5 , 0x3A3C65C7825440D7984B1010B9D4B962 , 0x71DF5AAF338C452D95A18F04584FC71D , 0x826941C4420D4114BB37F1CFC77CA5BD , 0x9A115184C4474A7BB0DBCEE108C82A4E , 0xB58DBBD86D444400A2F73C9DAF538EC5 , 0x8168793BBBB84410A6F83D2B68FC503A , 0x860634E944F9419DAE4920D474B7F98E , 0x217BA013E364440A9A327A4E1DD8282E , 0x557DA99667164040B3E53CCB396EC5DD , 0x8B80BFA24529454B80179238BFDA5AFB , 0xD3D496AF0B214153ABC7A2FF06382637 , 0xF4F7F6444B6F4FC1A6D9A9AB602D161B , 0xFB053460FB454E87B2B8873998E2C269 , 0x1A8E25BF86464CF9BA6A46B7740F51F5 , 0x2A34E4FDB0554071A448688080CB413E , 0x6C472E234F854363A5F5C47AAE9A4725 , 0x6EC6EE8AEE66476BB1351CCE31AA5EA3 , 0xDCB6DC0255084960BAAA6A6853CFECDB , 0x56BF89D910CA4B4185AD674FD30E1130 , 0x8D323E3B107E4A378AD4A583CD3DCF0A , 0xD26AE1672D024CE4962F8D3C28D0FAB7 , 0x0134C78B2B7043E580A980BEED6BD323 , 0x21214FD6F00640A18E50EFD0F1D767A9 , 0x766883B264D244B7B0561BDEBA81327D , 0x777154DDA2864E4AA7561D8242F18262 , 0xE0AF17882F8F40AFA6806EB02752E112 , 0x0503137A287342BC941A75F4803F8A62 , 0x0E52D81861314E43894B9741DF7CB4B2 , 0x14CCA7BDED704721B779BF9783A36BAB , 0x19F2B95200574C0096C1255144166BFC , 0x1E72C701AC62430793C71D713A93A6F7 , 0x309098F41C594198822201667051B334 , 0x39B017B321F3462CA07D19DBC1888817 , 0xBE3D7154E7D442D4843CD581C7BCEC2D , 0xDC1F0C8BAF534D5A9C10A6D154BCDCAE , 0xF4B5E82D7E644479B17D46199BB89416 , 0xF7FF4E8D4B6F48469A143525176EC6C3 , 0x45F161899A444A1D957DB7216BE626D4 , 0x470DA4D89ABD448D92999955651D70A4 , 0x7C6984746BCC492CAFFBEF98C257C39B , 0xC5A184E45A6D432C92E6A92555846EC2 , 0x319F93F69CB34EE99AB41F4FA455D450 , 0x54EB61037D0C46EA913B305D18423CD7 , 0xAEAC074DE6CD418FAC4E2C94F2794C21 , 0xBA44AC010F1E46EDBDAAA2AB77AF47EC , 0xDA2CEFDACF6A41E4B8E89E48A78500BA , 0x2664E0C289AF497CA35A8152226FAE30 , 0x2FDE441FA183467E9D5A7F09CDF4A94E , 0x5CB185A1DCF84F53BDEE7B761E0706C6 , 0x7693878D73464124822F453ED85A9AD7 , 0xB06779DDC549402090099617A1AEB28B , 0xFAA995BA97EA4A7693F4C0FE39848C4E , 0x26E65B5FCC4A4EB58432047CB9DF76A9 , 0x53F581F0FC914FB59ACF711C4BFA8C4C , 0x7EE1320E1FEE45AA956F6F3D6CE61A31 , 0x832521F30F624DDB97454453811AF7D2 , 0x873768325F1D49B591677BE122731C69 , 0xBF17963DD9CD4A829CDDEFEAFD091B3B , 0xC0F19CB54BA141EE9789B1F13E1A924C , 0xEF49EBC5D2EA49DD99E1D85819516C4B , 0x139DB56CACBA45F18BFDB37D3C435628 , 0x2101EA98A02B4E3299DDDCB210004720 , 0x2F1D9683095B4BA8AF547BB2C6541BCF , 0x665AD93E2294470FBD676A592CB2AA16 , 0x6BA717E506AB479389E45C7E9E9BB14B , 0x6CC912B15A6F4E88ACB9AFE7DABB571F , 0xB537AB59F0124252BF477DDEB68459C2 , 0xC3064E49FD5C498A85ABC8E86CEFDEDC , 0x1A33942D38134909BEBA11ED4DED25FC , 0x32016D4C32FF4D3CAB07E1A899FDA55B , 0x9FE3B43EB5904597AD4525BF3F49F78A , 0xB3F05894FEAB4F54B2B1AD34BD0758C7 , 0x22ED751DB6824D2D8C1E90DD1E9AA1FF , 0x2442AAFDA35C4769A5432392CE5F1231 , 0x58EA8C9B2BD24B7386E411B41A3F4C0C , 0x62D404467C89420EA8C6679B558F6EB6 , 0x64545CAEC84B4E7D83E9A9C0ED41CA66 , 0xE3CCD041AA954F16B53C04954E0C3F0C , 0xE73CF2C5D40B4943979DFFF2F9619C86 , 0x207FE20E8007442B8799509B34816DDD , 0x44D178637234442A868583A73A266674 , 0x58D9B6CDEDC94AAE96B7E940E932EDD2 , 0xFD5AB2CACE02448A9F8275D10C6E99A8 , 0x03E466255A3E4A0C9C4253EEE53D9D7B , 0x707344B13DEF4497B7784A2CF2765D05 , 0x7CFDAF96D5964159B96FCBC781C480AF , 0x7D4EC46B4E5C4DAC8D3292BD20B8743A , 0xB617A54E02F543659F58E1A892447281 , 0xE36E263AFDE74A8A973AE5D448C19AE2 , 0xE5C7EAF0B85F431CAFB91CC1649F528E , 0xF3FD608931B249B79CA75F11EA79598B , 0x20DA59E40582497E950AFBA8CB625386 , 0x78792E21330E4A3A8D015FE5106C9873 , 0xE45A05A05D9C445988DF149F511C1302 , 0x41A7F244750D4A1EB23FD83C98E00078 , 0x480CA046F9214E1F9E08E5F17B4AAF16 , 0x4CF097A6F24D4F3C9DE9FBD97A0A4B81 , 0x5E564C71CEDC4C7B80B55CEC0257A97B , 0x706FB0CD718A4F99B62AA75EE6F50200 , 0x95461F02601948A7B2E4DAD54A46E64A , 0xD2AB88DAB1364CE4B66A230D19187A9D , 0xE55C608412CA4B0E9F61405A7F91137A , 0x3430CF0C0D34402388E4E7E2EC6AC70C , 0x37588D4E683E4BD7AC75459FE1BB8B10 , 0x40A912C858CC47F58449331721C80B5A , 0x45A5C92269094DE29FE802839C85D0AD , 0x9D01DB1D33C946ACBAACF1E6AAA721E0 , 0xF30ED70D05954CF1AAB9D30B6B3AAB64 , 0x25215D68FE5B4221AF95D88FD37EEF42 , 0x60143D329D2840EBB2B77C695511DA3E , 0x6D336F3AA4C6435EA16D0D714B7935F4 , 0xFC89B3F73A4A4B31AA3841F01AAD9CC6 , 0x125305BF6C434B5DA217712B237E52D2 , 0x1E90514A1DE94118AA3059B506AF82C9 , 0x7B9A87C465BB4F51B5FEAE120234AA76 , 0x7E3586FAAA274126A9FBE70F4219FD3E , 0x872C15C4B07D4DC381DC1A26BB47CB13 , 0x8C0AC1834F6E4B5F990DD550FE32373A , 0x2403D275A598478399AF74C7B16AD76B , 0x39C85F21929047808FAB041F81AE13D7 , 0x64A9E9E2F3DA4CD980D80956038228B9 , 0x8AC28F3B0EC8496CBF530BCBA253BCF4 , 0xD58BA97807604C19A6BDBBB577F19E59 , 0xE3373D220C7B446C8618B72B96129FC1 , 0xFC92CCBFF7124EA789BB3DF45A2C06D7 , 0x6E2CD9B9CB7246228950B4D218D34018 , 0xAF0F4CA19CEF44BEA9840697907FF0F6 , 0xC0158CBCC67A471699B92DC15D66D967 , 0x02BADDFF616143B0943D6EFDD91D0C0D , 0x1D98088B5B01404293557E22CE0FDCA0 , 0x29BCCD21EAAD4C75879A596C2236309E , 0x2CE49BD7344446BB84668F0AF29D9567 , 0x3FE0E0E0CBF947949262F6560796C35B , 0x654EDFB6E4124B349DAE070C477C71F1 , 0xBF41E7F33DCB46229D1802F7ADA076C6 , 0xCF9F946D32234B6EBF64B8DEADCDDA86 , 0x18BE7CF0B92D48889DD3BB1854E4CDCA , 0x1B1A132FCE824F928C0AD3CD17805D79 , 0x3A2ECAC883584ADDA7B54A59D7B7D803 , 0x9F714D5179864A7B9B2AE0660BCFF1B4 , 0x380A349EA0AF4A61AF5424499A5F3AF9 , 0x4857259351D14361B8075F2462C0D3B9 , 0x5950F11571694204B79698AD079CDF2A , 0x94B56547305B437190627E3CC3C9CABE , 0xC5AA2F29367542E2ADB9C37739AFF9FD , 0xD718423EA8614154A19FA5A657FAE9E9 , 0x75C48FE9068740BF908F144B9894313A , 0x80652B2CFBFC449C81CA62011FD82B26 , 0xF8B1DCC8785A4F6B8E5BAACC4F32DF8F , 0x0A2682BC81D946828D448D117DFCC0E1 , 0x1CE01CE33F124078981C535FE1ED34CC , 0x26F71F25F88F425C8880370841E17DF2 , 0x0ADD89DA6877431CA344518EA39CF869 , 0x2DBBD213D3FB4761928B497D016C969E , 0x386FDAA94F2D44039A5AA0AC802BAA4C , 0x3C08B4E17C5A44C3BAAD0D76463A3C12 , 0x3EC3820784C54A92B382C801A7F4E8AE , 0x4C1B9E214AC3493A94BFE7837B2712EC , 0x764D571AFC0747BCA2E14D472057066C , 0x8CD5F14026D74B71922E9C98639902DF , 0x98D96A5BBBFA4A33AD7918B5DDCC8605 , 0xD370C3A4977A498CB9C0582C921BFAD3 , 0xDD4035156C9241638B504E353B9065C7 , 0xE208C79A83D4425B97019B70717E678C , 0x774E298FBA8F48ADA5B5D06D929E342C , 0x78F13FCF22A045D8A7962E77F03B6471 , 0x8E87DCA072234CEA9881BE49C0667B50 , 0xBE34AD835D0A42A8BE2C5C9236230FF0 , 0xCB0A05F00D1B4F5385D1BDF72BE1953D , 0x1011BFF366AB449D9D8EDBC94F216BF1 , 0x6605974303E94576956A14C4CEC98879 , 0x7CE6CD05C3384A73B0BF2A68AF5D8C51 , 0x8651C1975D4847B78D10D51E09AF12FF , 0xCB08458147544D41992FB9F5C93A544A , 0xCB0B3D59D7DD47B7B3ABE65D1FE19B45 , 0xDA7C0305B64B40BF9169327D8A4A12A4 , 0x3648C9F8F2B247ABAD473BE598B6D821 , 0x5C703D79E4FD460C8D03A969B6767BB9 , 0x736FCA6E490B440BB5AEF349F6D47854 , 0xB0018E648E8441FCA235C94F86B62BDC , 0xB530D17BB5A9448F93BA7EA09362F2BB , 0xC0A575D20ABD4CEC8E025AFDFACB8E02 , 0xCE7AF82A385F4958ACAFC4DEB031534F , 0x0F9AA6BE90D8449FB54EA017B5478777 , 0x1EFE6DA01AB34454A931ADC742026184 , 0x258E9E370A1B496EB994744BF8F06CA3 , 0x4E7773B2834E4D0CB4F23570B99FF4D2 , 0x54C288E9EDB140CF94705FBB7109CAD7 , 0x54E61081B21641B49B2734745A4F51FF , 0x5CA58877ED804B1CB41AE3764F872788 , 0x6556304E9B204E86BD3868B7B4ED8919 , 0x6F77CDF64BB14C6CAA4C72A1BFFAD0EF , 0x7553728445934145B9957F1F0C817E55 , 0xA1BC636F48BB451CAAE96E0D88985883 , 0xC7232223EAAF44C1AC1D43877A7E8531 , 0x01C260B55E67436889CF192A4E8B69EB , 0x1CD376135038414C916B51394ABC35E4 , 0x3A379350D265432D9B461C3D25A706A9 , 0x7B0D707C4D8B40168395D2CB9EA47D61 , 0x93A97510F4E14CBAA04FEE30AE96211E , 0xD5A78D965B5A40D5A409922AC57688B2 , 0xE015C0B7680C42A2858ABA81B0E95982 , 0xF742D29B8268471D8F32333E4F8F147F , 0x49D14B5446E04D3D98EAF9AF0DFBFDD8 , 0xA1303044778949A9B26B65F07B26A4D9 , 0xBF6EBB8347FD4B3CB9442EE13221D830 , 0xFF154898925241D39C167D3E381B19E0 , 0x0DB6E9B9D85642C2AEF471B1E85C39DB , 0x388F92E7CA5349DC9A8F27A3DF9B2233 , 0x3FC0840C65084CADB7871A26AB3F1945 , 0x668F360957244E64B82F82E0737966A1 , 0xB64B4B33607C42A5A3909F3BD840FCF5 , 0xD22910E8A61C4B65BC6B486D8F5FE6F9 , 0xE919F6D050AB4A5BACE6B3C63873B58A , 0xEE484C62B6B24C9BA3BD268D4EBF0C36 , 0x09A7CEE07ACF47B6827B4F642898F91F , 0x0FDD943CF1DF466FAC81B0AD522F2F8F , 0x5CC2BE0E7DB8438F9E43DFF888E8CFB4 , 0xD63DC8750B2E423989A1B5F7A88AA650 , 0xCE7240E5A7E54419BA1D0AED6BE1D35F , 0x57906D7401234AF8A8F358172C0E8293 , 0x70B2C0AACD234F26807DEC186FDBC94F , 0x87AD85EA1EB742FBA75B7F8177246D3D , 0x9896AEBF2EF74924BD66A2F9209CE92E , 0xBFBA554C7AEC45A484CCFB952220C8D5 , 0xF5B9E3BB4D69471A96DD154D7B593870 , 0x8B33F829995A460EB366912E401B5BEF , 0x9188A0E24F324CA09E800B3EF6D059DB , 0xAC78A73F0CDD445DBDABEF2A0B03C2A9 , 0xF55E71DF48084C4D9C190EE405B6A5AC , 0x47A2E85279964F74B4CB230F21BE6D6A , 0x4D13922344A8416496187E4801F7E9F2 , 0x717F6E2064CE4685986A1AE7978E060C , 0x95D8269B384B426BBBE48FBAD3C62480 , 0x9E90F263ECAE4DB7A6D361557FC26E23 , 0xD64397F6ADEC40889656E1D7397CC8FC , 0xF6BF9D12D8D24C84B44DAD9E56EE442E , 0x20AF87FFC1234716A7A9F17D667EA62B , 0x2465065CB9194705B5B3587814208284 , 0x31C8128CDA4D488C9C29A3AA5BBFA5F7 , 0x3567C521325A4F58B7A5EB0D0E956765 , 0x421DAD754191483EA9D4262891AFA92B , 0x647B53130F2F43979996386B078E3459 , 0x02FC26210CFF45AD82E8E4F00617A145 , 0x5F94917038A14E77A077A30D78CFCCAF , 0x71C85FA560664B53920789A485C95AAF , 0x74397F15E7F24295862AB106C605059D , 0x8071D7C862FA4DCA8A170773CA5692D3 , 0xC7FEBA375C2B47B8B4B25BFE54EA25BC , 0x75B4D92DD01747FB919B13A935CE2F81 , 0xB478F253BA5D409CB649325349CB4941 , 0xC371B9ED8DC643B5B4EB7A96D5BE28E2 , 0xF306ABE35E6E44EE9DC63B47B41653D3 , 0x1F5698B23D76438B9CFC62BE4C2599B5 , 0xFB7B29D71E6247EFB0E9ADC4C9AF9DEA , 0x157DDA803A6D4F119466AD826DFE797A , 0x2626A324257F420A8914AF4EF461785F , 0x2A432A20BC56453388D1D3631C7FA875 , 0x32FB9167EF9A4AC5B3C97BB901A52755 , 0x40AC9BE44D1F4746A6E13A2216B254F5 , 0x5593D1DF9E8C4CCB980CBC663C7019A4 , 0x7CA028CD64CB45D8A753698AC8FCC307 , 0x82571FBFA1104BEC8BB4E8FAF680654E , 0x85B1E5436543481FB54C44FB6BC79388 , 0xAC5F64FF46BC4565A985F8E57666E31B , 0xB3045EF0BD8447709AB03369C65786F8 , 0xDC02FF27FCBD4616ADB2498FD9C80C8D , 0xE8EC400255094E5698085EB3CAE44920 , 0x0ADA7ACC21A44651B54CAD7BE0070B19 , 0x1621D9C3782644FABB76FDA767A70D58 , 0x3EDAB7A888C74E428DA5C51334DBE363 , 0x3EF6585919C54D0BA1C3616F4A583EAB , 0x6F16770E330C48E0812538DAC290439E , 0xABDF51117149437A8ECEAD1D3671681C , 0xB1850E6E208A4382A17C44D897D9836A , 0xD3DC48D4187F46DEBB48EFD071220407 , 0x086E1C6F8EFC47E4975785C4F01AE0F2 , 0x67386DBA6C534B0B8EAB15296E130182 , 0x8A8CC2CD9C5A4685BF165B5036E9AEF2 , 0xA6DCCFF9B2D54E3C8EB721BCF39260B6 , 0xE34ABD01F5AF4005B6A7F9F1B617BC56 , 0x9388049E8CDD4E69A43E53CD5050CD7C , 0xAC01C6A4505F42158AAD1A5374422008 , 0xC3995F2112854942B02907057DA13C4A , 0xFABB92C6875947B484AF737858E7538D , 0x6C8E4982ED4A4FE482FE5DFF6CF93F5D , 0x96A4C821708647F391A800DD0EC45087 , 0x9E15C0FBFFCC4446B643BA0087337C3D , 0xBFC586356D174C48A091CA171230D337 , 0x230A32DA155343689C857133F188850C , 0x72A334668F2E43B7B118EFD856D25F00 , 0x394F241980214B10BF086C42FB7B69C3 , 0x3BB8493BFF3940B4A739F91A8F9B2F5B , 0x4DFD7CA34557426FA314E5ABB9221071 , 0x60FFB932F5D04ADE992DF91FDB174261 , 0xA1BD464C9ACF498F800567C81358476F , 0xD380BF79DA6A4F12AACCCE150F44794B , 0xE1BB5D1D4B514F02A683F526C18DA0AA , 0x08463EE8B11C474CA54771FEFD7905AB , 0x6FC660CF8D2747F6BF43A175D2A8AFFB , 0x72A8A50963DD437189AFBA591DADFEA9 , 0x82D6330D06714DDEADE9E877B6F59F16 , 0x87379EB8504D4FDABBE38543733ED907 , 0xA94EC2C0D5184594B24583A5A4B32502 , 0x5821F21CA38F4A2D99FDD49AD202518E , 0x76D3F5310B3D4ECCA4383A37143C90DA , 0x10CADDF3E6E94CC3A0C2FE596DDD0D43 , 0x20ACE06E902D447089F0529F1D3F9304 , 0x30A1461F98C44DBA8229C227B0F75FF2 , 0x42519921022C4A6AA8E4250A209E9136 , 0x45DDAC768C354F52A35968FB537EE514 , 0x48DCFAE75BDA426C92115372CAC57D47 , 0x4B11F8D10C0E4B5B91DFDD3DBE78607C , 0x55CB2756DE3D4E9BBD0E0BDABA9E253A , 0x72F01DC6835E445E87E5C03C1FCC02AC , 0x7F821450DC034C94BBBEBA3B4A70F539 , 0xA4E10DF5D23C4D5BB13D88DBA4DA2C9A , 0xAE0C82F7D60B4C87AFC90E1128BEAE82 , 0xC071E9C4AA1942A8A9E00F9010479397 , 0xCCFD4CFCD3D24B8F85BAAA1EC6CA7CA9 , 0xDA5E5A7F5B234290B1DFD0A40EF7EA13 , 0xFDC9EB01877240C09B20FB9C5AFB6E21 , 0x33DA077BD5E344249E268862EC3EAAF1 , 0xC2B380ED149B46D3B6B2D9F2DBB2ACE7 , 0x2C0832C39C744831B76E04957FB49DFA , 0x34C6B5A3D5734122909B66C7A0542753 , 0x5A4D311211CA4030AF3741F142C6F190 , 0x81520C614F26409AA80B0ED8B5B34773 , 0x969D68728BE94B5284144A7589E439CD , 0xC95C36E5D92448B284406762AED2D30C , 0xE5D21A2180D34E5F96257EE1219335DA , 0xEB432B4BB6134B94A1570CB5D23EB6F4 , 0x323D1E7D14DB44AD99E3C989331FD37E , 0x6FF392F14ADA44159A067FCD9F421D66 , 0xC0B5F8832CDE471C998275E2F3A5E2AB , 0xE68E41AF37FA4B14B6A40904289ABD36 , 0xED93B06DB2694622AD621851EB9F91C8 , 0x056D3D625911481F969936E5C792D3ED , 0x0EFAE85A204C46BF949C302016CA0210 , 0x46945874F62B49709B509DB239B5BBB7 , 0x6215F793B8344F0CA0FFE599D1D9F492 , 0x18CF89AE8EA84DC5B86B8AF3ABB456FC , 0x24A15009182E478D98B752C78D7861F2 , 0x5BCC0A640E2A4506A88FA5A4277BA2E7 , 0x5FB63690404741C281E6F93A88CA69B1 , 0x673E267FB9954472BF2ACCED915BE686 , 0x80FE0F10A42943318B670BE17EC92DB5 , 0x91EB597D35ED43169489D86D4B5E92C7 , 0x9A729AD7DD884F83B98C1C57688664AF , 0x9C083A1E88D04407B1749A3C3C7D61C8 , 0xA578EEEFF508426FA667314BF135743C , 0xCD61EE13C66B492B80FE4B1F7E2289F9 , 0xD7A6323DF19B45848A536C0F53CCBAD0 , 0xEC784887B175474A96E54B81923A2D5D , 0xF62EA840848A494A948455ECA4FD97FD , 0xFAFDCBA42984419EAC745CBA76ECE1B6 , 0x208F0E6ED132448B8AA30463F91F24A5 , 0x570D52C85E674A81AB261F0B7541AF0C , 0x68AE4E1C339046E18BCF3FC371D94591 , 0x984FD7508C02469B9D113B4306190EF5 , 0x9DEED399CBC44F95849100C848F08D49 , 0xCAFF4AFE755A41BEA7EE6EF34C7D5F13 , 0x321C9F4786D741F891C25366CCEE4C07 , 0x51CBA519044D4D22A30E63CB9E0FEE9E , 0x6934C5057B5B4460ACB2640962CC8CB6 , 0x6A8C69CA030B4401B1FFF1282A917341 , 0x805D7100B9644A998EF2F4885BDC03C2 , 0xC0B5B75DFC3E467A896FD1E8651093D6 , 0xEC98BE68602B4AFF892BF5A186AA0388 , 0x270B8F0497E1484887AE574319BC2ABA , 0x3CC8C578D327415FA34399893533C6CF , 0xB8CF0480C8F7461CA3E08C2245F762A1 , 0xD5DA5ADAAD5D4ABEACFE2A378C2FEAAA , 0xBCA0961A06B048EE99AA2A8BD68A196D , 0xC207D906D5C2417CA3D2DB546C4D2E6D , 0xE1CE1A451DE94739A2162602611B9953 , 0x0440CEAC225E4BE88F94AB56F9E0CE70 , 0x3B10E3A641554C57A31016AD9B96C427 , 0x6D1FB1BD8BE145368B72F6F9FCF056AF , 0x8E74F12F80E34C758D99E7B4FC311CF4 , 0x970257B3945946BEA2538037652EE3C4 , 0x0A19AF48290F45C895FE4170E1A3B56B , 0x22E289C190DA4A23A26E35955A80AC6E , 0x61A026E641734085856CBDBDA3F26A77 , 0xA9084CAE9CFB4BC59B30E4F496622D96 , 0xD611344F58E346ABB71292D282BFBB03 , 0xEDF071B652D54D52BD93C0FDCDA83AB2 , 0x60670C598F0743EB93D86C051C290175 , 0x6806DF23E55E4ACA8A6F0D9246FE2E5C , 0xBF716F41A75348DBA9C07141E5D123D2 , 0xFB23CC4209EF432BB5A16FBE9CBD747F , 0x3856ED02BD5B4D998A7204AE9C1E5EDD , 0x53F240576FBF49308AF08B5EDCB73BB8 , 0xBA53B11ABFB04D719503D3D798060E2D , 0x374479ECEE0043FDA9A8BEF1A2C848A6 , 0x59BA08AE621E4AC19516C2A49DBCEC3C , 0x5C92AB0FBDEC4E0BB81402AF5C6B2259 , 0x5CC29DFB14F1476BAC96B1CD0C4616CD , 0x8DE0C681D2074CB79D9709E92E0B9326 , 0xC8F549B1ECA3497CA5CE7CC8304328E7 , 0xE53E9697B981486ABDA84524E3B2593E , 0x074281C7615E478D847BEECAB2851074 , 0x16BAE72FFBFE40BD8E56C7AD2F8E603E , 0x19E8D4D2BDC743409A6FA6A01EBAA3A2 , 0xA64F42735E4E4F4B80B984FA382F6DF6 , 0xDBEDAA3C7544496E91E73DECAFB0CB4E , 0x0F4C9D60363847FCADCCA9C0D62A94A0 , 0x7C1FC647DAA241E2827A1BDF02B2920A , 0xCC4253269CF64FF4A11DE30153E2D54A , 0xB0520D34B1354844ADA66FD50A444E4F , 0x4A05E37BF64C42D1BB1E18C829DB9C86 , 0x5A9851C0AFEE47D18045663F3763A9C9 , 0x878CB497ECBA46AD8DA82A0B59AF4BDF , 0xDFEA24843B93412BBDE6A0BE56504C1A , 0x6799721AF2B5418DAD4E026DC9735696 , 0xC1408591251E4D0391B1717F7BA4A077 , 0xDB2DA845F5874F46B5BCFDA5B0139E3F , 0xE86551FEE8E3448C8075F5AFABC43B08 , 0x98F6F2F58BBE47EDA4C9F2E262E6460B , 0xC5E7A496D56D471694F1207FF2D69F61 , 0xE192500EECFC48B88E5219A1F80C5A78 , 0x2E97E54CB5CE46DB85501C0046883532 , 0x8045A71E1B46496B8FDA98C19306FFF1 , 0x9300D1DF79A64FFC9E1935D4893BE3A4 , 0xC2CB89A28849472A82BEE0DE55CAD6AA , 0xC892F542711C433CAB6FFC8AB5733DED , 0xD5F6F92ABF8742A9A790F9BB642E8922 , 0xE058BA308FCC4586A81C28EDA183F606 , 0xEE46AABD10884A66969F32D036F79AD9 , 0x13912E35BA694B549FD62BA5BCCC7C19 , 0x7EB170E287914C419E23FF8368CF3F68 , 0x9500616A01584B0BBF757EB5F7932862 , 0xA34DE58E00424DEBA4EC9035B842D335 , 0xBE7316DD3AEB46FF9729CF1125541B7C , 0xE7E6396F64D7458AA668BC06E5C995D3 , 0xF05F0B07E40F44D29523E0DAB6A91B99 , 0xE0BB53216ED048C989D3A2F3E25CCBBC , 0x7BB821ABEE41492583B487D98FD5BB2E , 0x9F993424E0014ADD889CCD8F75CE3844 , 0xDF7D7EA3FF344820B5033E058AE51EE6 , 0x84FC2C0920D6460595D8AD2957E16768 , 0x3A5C89EBEF5445EC90975F2FC2166BCE , 0xC84A7532768946A7A82F07AEDA5C8143 , 0x2B2F0EAEEA0642E7B50AD25CFDF52DBD , 0x75590692F19F48C9928EBF38E2D238FA , 0xD9A432150F1349B39EE42E59FF19E53B , 0xEC359A585D854A7E91E7BC59D30132CD , 0xBA3CF439D3F94A50A63AB573ED24C1C7 , 0x1AA5CDDA274844C6825DCE9F1F13FC3C , 0x25A716AC6F6F4434BC8FA99ADFD8D5DE , 0x6E69517BD2AC4A56AA2A865B00C00DBD , 0x008DE31F4510448390E5307378DBF3AE , 0x15303AE9F1A74BA5A55620E2665CEE80 , 0x3B76712C064A44E2AB6378A374919081 , 0x5E970F73FFF44AD496F70EB8E0446100 , 0x6B5DB725DA8D4449AF51D542973B7720 , 0x997E27E4135C44C38EAB20E28C058D76 , 0xDCF3562AFA8845EC8FA1EA22EA9D803C , 0x1909A4253990484997F2FA28DA87B07D , 0x4CE7D93889EF41048A3E2692961BD52A , 0x7DA6D8B0381845E19F21CB81CA36683F , 0x826F40AC931C44C49A64C70B3893A988 , 0xACB41DE3F5C54786BCD0482CB08764E0 , 0x730C4E6CFAEC4608866016530F10171F , 0x8AB620378EAE4BB0A9E99FB93175EB75 , 0x7015A649EDD64274809B73FF99BB91D7 , 0xAFD8E8EE67BB4283827BE47438F48DE4 , 0xBB4251209ED1490F9D03FDF9EC1B6E6C , 0x37E40A3354854496B2AEFE40D654B0CC , 0x01B2E30C89744F45B2534B7DD5F18C82 , 0x0732FBF45D254BC7ABD58FD3497F02C0 , 0x4503EC56BCD244518D3C29CF63AC51E3 , 0x531BE4063396417889BA5FDC17152CF3 , 0x85FC64165D694EFCBF1D50B593A297CC , 0xA9A1E00DFD20402FB2B4E7E9D8C14216 , 0xFEB77885C5FA472BA8AA8ABF3A78E658 , 0xFF317B27A89F465C881373037D521871 , 0x40EC75918F334E24B12B4D269067AB3F , 0x4B9C4E67A0254A53B09C8D37A90B4472 , 0x81D5A96B14334BAA9817D3B0B6042E42 , 0x9D1BB4780C944A09A080876883C1A40A , 0xC755C01DF9A7496E91A00B3EEDF578B8 , 0xD3D228B410E6432B8F2D88A26E405623 , 0xFA84EC1FACF94D60ABCACDC5229A7425 , 0x866C4BB5A7A142FDAE1EE734B8D31D9A , 0xC13C73C72EEC4D3DB0347FFD66A19A55 , 0xD609ACEB6A4F4A15AB60B48C55E82848 , 0xFC83621B17684DE789AE156A4A9AEB44 , 0x2F26AD9BDD804E3A8B6C25ED8DA15DDA , 0x523ABA04B00745CFA1793F2E64DC2C2B , 0x68E86ACDB1B34D9480273AC54256BA14 , 0x92BA8A284E9E4F68BE35F49BA13277D4 , 0xA1DD9B5A7F23465BAAFFFB8F0FE48C83 , 0xCB3FB7BF3CF04989BBDFFC380DF84E7D , 0xFAFC99EBCD354882BB33DB1B5F5756F8 , 0x0629905E3C15452893E37BC1FA76BEA3 , 0x428C26AB00354256824AA139EC4E2730 , 0x70098E8498ED462DAA1F3BD54A394291 , 0x879441B2CAEB44859A4EAF1AF6902D3C , 0xB238AFB2D98D48589708AF19243F8212 , 0xE22F837AF9D84BBFAE25CE1DDBEE5602 , 0x4FD7227594FB4C5FA80CB75B902A6367 , 0xDF809B67DA7041DEA9A260F6C086E31C , 0xDFF72B69101741D7955BDFCA5D200C57 , 0xA9E6DB1BE6FD4ED5AD79DECAFAAA4171 , 0xB82280BEFFC24E22A7632B1A7FD5BE10 , 0x7B4B034BAA354A58872FC47613EBD40C , 0x9956B2309CD945059C4FA6F1D89F344C , 0xD28334F65435474B81DCE6AB230A4931 , 0x8407DBAA03CB4EE7A3D7D49976DC67A1 , 0xAE6CF74BFF644A72B39A6583F3DF732C , 0x26C74E69A6F34705916F30D4F6C1CB77 , 0xAAFB189D6A104BD8AA48D0A2171E34DB , 0xFDD50CEFA9C1459CBD58C5297CA0AB59 , 0x064D25A1CD144027AEDB8CB5D75FB537 , 0xBD164C6D3F3E4D94AB0941C0683CE02A , 0x4B7CEC21C09E4A5CBBBBC2E8C56D775E , 0x4BD39FA7D9684CA19AD90618FFE287BA , 0xC1D5C96CB323428790CD279596D6F33C , 0x5D727D6F14EE462CBDEB2087AF2A431E , 0xD2820DAB942F4FE98CF5B2480134CED4 , 0xE8CAE86FC929473998AC709FCC629607 , 0x0BDE22A643D448BCA8C363D231B384B2 , 0x14DEF6C9AC9F4E19953457B73DDE5E7E , 0x0C172D1956B342C2ADF3451EC1790EA0 , 0x0FFA2DB2DC4842BABE5894BCF25ACAD7 , 0x33B1BC472B4145BB8BC2A34CF2753F5F , 0x3D9E178D1089430796ECD55AF6CF6D25 , 0x43E73012D921467BA87B3E57BDD5E24D , 0x59A08FDA20104BF4A9CA6EF78135E77C , 0x5AE00E25C0BC4955A0B0964887C51352 , 0x5D24525822B548528B687929460F310F , 0x763382FB7D2843A78A0D6E2A9E02D02D , 0x85E81FA19FB242CAA4589302618A378B , 0x8E4FE5545EF84844B0523CE2A6AFD0E3 , 0x96B83C622EFD444A9549CF0EABED8DB8 , 0xAD3D2E31EE4840BA99FADC9625CBDC6C , 0xD6EBE838DD3F401C8909C3A649751C84 , 0xF2D525400A6241CEAD172E70F6CBA2D9 , 0x284F952383E04D2982D60BBD7865940C , 0x078AF5D0F1474B02B15FE75E0DA96F82 , 0x1B0B9EC78C514D1CBF117F814F994AED , 0x192C1AA2170B40C0BFDA59E46134AE2D , 0x3BAA73486E85480E8E8AA06D85D393F1 , 0x57670B5B978A400DA34AB0F241CBC530 , 0x4422EA18BC1F4FD7A13B15F1F5041B31 , 0x9D8201C649354756AB1D001A07DC54F9 , 0x75D466E2B03D44B3841331A0C0DB09E9 , 0x8E5E273E667C4A4399E785F7376F17DF , 0x9762868A763C4B4EA66947FD17AE3564 , 0xA257F2A652AB4B8CB8A861B4314D6220 , 0xD1D8CBF804E14808AFA4F80D8D5B0741 , 0x0ED1E46D9082428DB30502B78F7E7303 , 0x1C03058891A24C37B6CF3CED9AC2D3E4 , 0x70C8F49BF1C64B369D23208C5CDA0542 , 0x78779745DCDA4A809C239B4170F597CE , 0x7B2ABF22BF2F4F87BE9F7DD2F9AC73B0 , 0xB31BEF8E92CD41E394E9AA666A31BF2C , 0x6D9C9F00E84841C6BFA90DF045146450 , 0x8AF8ACE84F594A15B224C8D0E093256E , 0xAB670755824F441BACEC5187CD8CF80C , 0xEAED4DD3286040DF9CBC5CDD51651870 , 0x07BF4AE3FA064D30BB4BBDCE2DA5F5D3 , 0x0F716ECAC6354748AC468DCF3AF8BC5D , 0x1594B92BF8884D17A82E7A34B9C08DBA , 0x96327DD77F4D4C18BC2838C56A956832 , 0xCE637A87972C464181AD7E83DD84E426 , 0xFEB114E46BE04401A244BA03EEF8CDC3 , 0x2DD3957097FE459C996943363216C7A2 , 0x58E0E179591548AE98D4FAB9B591010F , 0x63DDC0951D444AA78B39C072E9DACFD0 , 0x81FA9D4AFFE046CD80ECB3A83C419192 , 0xB46A3691C7314AFDAAF813AC6DF59E30 , 0xBC605A5F1DB54610A838FDB35288FF72 , 0x11522652690A4BDCB1E8F5DA24988242 , 0x1B6025E53377485BAF39BDAF3EE046E4 , 0x1EBE3F733C884A6293CE8FE68403D761 , 0x3368CBF39F164BB9A41BF2794C4AF539 , 0xAB3D98EB9FD143C0B179CBFCB8BD5FAF , 0xC9A820D9936841CE83E366B7D037A559 , 0xFAC0F507FF464E6BB676BD0EB7B41FE6 , 0x294051F755784EC9B1ABB4EA9AE02BB8 , 0x08DE431EE7B44BE9A2CA405EF3DE9AE2 , 0x3C0692B66F994A11B01F90480C4C9957 , 0x520DF04C7A88453AB7AEBE6D1351F89F , 0x802D7DC1BB064319963AB6A2CD64EADC , 0xC460C2B98FFB41DAA691AE09C3AC5405 , 0xC764819CA3A044D4B4CEF52580B01D4C , 0x00E80D83F9FA44B09AC74268A1BEECBE , 0x1FCF647229B44C2DA2C9F513447CF2A8 , 0x45A3C7A8FFE64FAEAA0445D60DDB200C , 0x2CCCDCF5B17D478696F1AF91DDBFA6F1 , 0x4139A2277642441AAE7B0B735A14C2C4 , 0x49626D40C40E46F5B4380C7126C337E4 , 0x81A8D4BCC36647BEB4944576C3EE2974 , 0x9F8DCE9B501B4B499442626B8DA03953 , 0x3919956CF7A44DA6B55F2EEB461B630B , 0x4A6CB6E2E51A4206993990D29EF6C6F9 , 0x59D367D52573427E854CE8AC825293FA , 0x833A6E95B96E4954B40A6F64F1244A44 , 0x8BB427B6FB6445A5ACF4E7A09E7383EA , 0x9CC295B7EA014B42B6A78CE3E82C93DE , 0x9D2262D80A4745059398865606130106 , 0xCF6DC41E49934340932E1C0416EA778D , 0xF9A84626DE0A44BEA81041D46B2CA1B1 , 0x2E02D2CEEB3B4A3D9E1EBFE7204DED0F , 0xB9E321A7777845A6824E2148DED93379 , 0x1A76FC2CC4D6455CBAEA9E313AB21E0D , 0x3220BC4CCBB44FB18B149C7CFDABB948 , 0x5D932022ECAE4485B944D80957D3E981 , 0x8229B69C55B64B7385E4EC00A779CDEC , 0xB1F364BD42D6433CB9CA2D8744542F6D , 0xE0281788FE094B0BA14A029ECFA5F7ED , 0xEBC31D50561B4E6EB323F5B09379CC2A , 0xF106C19120C44173BB0BDA803E05ACE1 , 0x0C3283B134D94BAD820E0A295E70EE0E , 0x192F7E41CC92442990BFDAB82A2715C8 , 0x9C8250322A5F441791BAF1C2F88AFEBF , 0xD915B748EEA44EE9AD1E318466FCD107 , 0x2A023A0F535D4FBB882C73D7E4FB67C0 , 0x547E6745A3BC4F00B138F6BE9D989C62 , 0x5F4182A0C275414A86B8977EE750709B , 0x60442B6A15A9410FBF0C06825B1291A6 , 0x73E2A2A2FDD343CEADF4C1CE63D5EEE4 , 0x7D66C9C2C4C5415DB30F0F8CC69E8A71 , 0x98C2B56B2E1F4BB193259BB01F7BDA78 , 0xAD75AADB0EDF45C4AF33D4E49D5C7E90 , 0x035303833AD249D8AA25C94DE0E16BBA , 0x7E049A16FFC543DEAFD2641FB0876778 , 0x2C74953BEDF5430EA1983E47B66EE1A9 , 0x741B516335614938BCD94184FA484608 , 0x78A2A66C73454E11B7CA51830D66C8DA , 0xFF0F2FFC68E34443BE1176071EB29533 , 0x026EAC5E35464A248ECB7AC9FDDE96F2 , 0x181ED24DF38045B29EB35F27E9073D8F , 0x36DB34E2F6B643D7AEF6B21B5CD5D207 , 0x777D5FA15B4B462CA1C302FDF5E3C466 , 0x7B4A931AB34544B484A8EE42E13A6E44 , 0xA8EE05E73E2246969B10AAFE276D8E3D , 0x517DC1A1E9F64C6E9506C81E9F53ED1E , 0xF0CAD26EB50F481BB9705A4B80F35678 , 0x23EF2B4C848B45659090290714FEE5CE , 0xA542617844EE4E4D9297D33323E96310 , 0xAF1E8963545E44CB8769B1A4E361E90F , 0x5B1B45047E524550854C6D3A1C8447E8 , 0x610661FDBAA2476DBBBEADA06AF18CFD , 0x9FF51479B68D44A59DE709BA44B9AFB7 , 0xD0F61869BA5F45BEAE4E6A96F710CAE8 , 0xDD99B4EC033E4373A06EBE9CCA2BAE97 , 0xBAA1620847CD4162A864035A4B321703 , 0xCDDFB79DE56E4D329BB3789DF98CBBC7 , 0xD6709669B3C74036982C400E3E5EB3D7 , 0x4C609FE17FA14536964AA84893676B41 , 0x5CFA73F1EADB490DB8E4D6E8A153CD3B , 0x869519EC346E462D9985F8ADE6113A22 , 0xA49C8D0F35EA4E4788BDC2DC7343195B , 0xDDBC2FB0A0534BBEA3AE23D90E91A44E , 0x2EF04E2B63FD4BC5ABFD4279FABB6AF2 , 0x111AAF8572484002A8956AD294840FD6 , 0x44126D788CA046DB894FE3E15832297E , 0x787204546F1F4A75815F3443D825854B , 0xA875AEB7A26B4A00BE3828A2F19E9030 , 0x335D091FED6B4AFFA0B3D3F18506DA2F , 0x6FC8C06857E149CEAEDB5614DC6D4E3D , 0x95491157132E4F569FBC268767D211A3 , 0xA293D0D2D68F42C6B1DABD62AB6209FB , 0xCD96A51A297F4F10B82272A1A526D691 , 0xD3E4C7B970384FA3A32D9ACDB1D1CF3C , 0xFF85589ED4B543729C03A4AED17FF0FD , 0xC1D1C0A2941F43409FE6EE1496E8175A , 0xFA770FAE06E54ADBA290977D20EA6BDB , 0x2C9FF6AEA93B454B86D75E8AC2118BB5 , 0x2C688C9BEB724D1F81B919D23A37CFFA , 0x3D058149B43649B4861D7C33D36F6AAD , 0x4FCD0F1A9B6C4A58BF2D100D74B1E959 , 0x7310DF358A6B440BBC71AC42731E1A7E , 0xDC03A185AB554134BEA6B41837145C0A , 0xFC31331934734023857A60A067F482BE , 0x3DFFE6EBB61D4D9E8714F9388DDAB215 , 0x440618C9A49B445BB8B58B136088A9F8 , 0x51700D0653144B95A2B47923B7F1FB43 , 0x71416CFA2C044834AA3C7B627A24FC3F , 0x7E0FC1D5CF8649D29369F56213018496 , 0xA141F3B617684F09BC71561ECB4F9C75 , 0xA27007BDE9584CDF90400D95C838316F , 0xFB778277C7924C6492F757468B9911F9 , 0x1195A79FACFA4DA9B2AE5EC7EB3991B4 , 0x62BCC0DDF6254D0FAEAB1E3B11B6A3B7 , 0xB58743AF6A0040EAA2816C3EF4D77886 , 0x0D3FD8FD33154CA9A36F766FCF940DE3 , 0x08B0766340D74196B1B52592A056A46C , 0x2DFA54F252284BD7B6802844C8E0EA38 , 0x378E58743781472E93F66D487D1F9916 , 0x65299C42BACD4975939286389221207B , 0x6B6AA1AE92B141FCAC5D74F8063B24E9 , 0xD75DC55DD0DF478EB94DC80E56F16352 , 0xEFA36876526B4CDFA98253929A4EC17A , 0x24F62C92FFEA44FFB5F284B62FC6CB85 , 0x7E26EECAD86C4537A9AB551ED418FE0E , 0x8A1C5862653A430F8F2AA65991B72F94 , 0xC3E5E26523384605BF4546DC416706E1 , 0x4319008B2279417FB37014BB5E4BB674 , 0x6915FF4375E7447BAB36DAC6059CC4A3 , 0x0F46C087058342999B3F0F6CCC9C521F , 0xA73609CA818C4465AF61632B35F820D7 , 0xE2910B4B54564AA890652AF6554A7856 , 0x46803653F94042A5B9EF21FA0D282DEF , 0x59854E225FDD44C6B1B6A463E8F9BDBE , 0xB8FE2DD32528453690B4EBD129E02A51 , 0xCB17521DCC334CAB956BA031021633C3 , 0x10086334A7964ABEB4786903BED8E959 , 0x459749443B054757A8FE6CB99990A758 , 0x5837D7C7539D4788B4763ACCB77A87C1 , 0xA4DE1642B362475299154B5C9CFC6D25 , 0xCDD3F18F648945ECA1CB432BC10DD599 , 0xAEF6581FD1D342D99DC1C38CDB06FBC9 , 0xBB1B00A59A904FF683DA6F8105ED45F1 , 0x24CE9D7DA1684B37B8F0F38B29FE0314 , 0x69E8378EA5E448D1B5E1292FD4AEDB28 , 0x6CBDF0B869B0488B9D13F8FECC6AEDA5 , 0x800891D6693843D5B4093E1689F854D1 , 0xB392CACBA7904B2E82F4F7784AAC880A , 0xB846CFDBCF8F4D50A910E1D362250DBE , 0xF415B841BE9E495F881269FE98210996 , 0x311D24FAC91F4BB5ABCA3003803685ED , 0x367F25C390C242509FE1DD6D2599ABEF , 0x71AC1BEF85B746E0B82D863CBD1B10F6 , 0x9AB1E0BB6A414755A9A445261E293828 , 0xDA098D6EE66541C5B08990215BF2D004 , 0xDF72F53804A1495EA96CD80D34A528A5 , 0xF514E4D7D6544721957FB84A17DFFC61 , 0x2AEB50C535F240EF8CDA6AD2619A2AAE , 0x422F080766D046B194D2FCF397E2EBC0 , 0x505062A5FBA74E639D83DCFAF2CE8FF7 , 0x73EC2CE548AB4F65B13597C75C5E8ADA , 0xB9C472453ECC4B5BAE60B55944FA3DEF , 0xCBD6763A6BDA447ABA9157E20EE325EB , 0xE4BA4AD073F24973A3FF87CADD22C842 , 0x571E0FBD0E1A47729DCC903105CC5441 , 0x6B2A29C7E7B647BC8D53FBBEC9A6A079 , 0xD1391242433E4A738274E220F3E0CECD , 0xDF59C9394F6343F4B450DF6A490B26B1 , 0x2D3014817C9E49EA92AFB0644B09781F , 0x5D17CEC94A454C23B129B0A451D19D45 , 0x607F5CD0012243A5BB79C44E5BF44839 , 0x8AD6CB17F8FD49FB9661B1760396A25D , 0xA4A237068AE14E16B6E3F980CE68F196 , 0xD1C0F963E68C40E088123EE44907D460 , 0xD72F40289F9D4424901133FFA1903656 , 0x41ABA7A2D01F4A2D81521C092A122792 , 0xF09A931F3AD44BE58E484DBB11EC489E , 0x18B361F0C1DF48768987F59FB7743913 , 0x5B2BCBFB4BB04DB1A367F4889B7D560D , 0x8580A1C5A3C241189A7A72D0F5C7EFB8 , 0xF039B5E5191E40A39E731051E0595A72 , 0x1F0C209B7FBC4A39A880F1BF6B81C0E9 , 0x855333B60E1846E8BC7D62CBBC4A169A , 0x8D19D4F35E2B427E82C1EE94DB89EB8B , 0xA5371FF21F624F80BDD0542367160021 , 0xA8E0D5A4E1004E18BA778BE82F04DAA7 , 0xCB3096AC3A1C4CD5AA50634C785D6EAC , 0x8624045514D34543B00D49B41DA0CD6E , 0x9BF5862797754454B45C9FE6FEC41079 , 0xE0F9E90E92FB4E54B0DC7DAC0A57F3D5 , 0xF77481B6BA1D4FC2922F790F5B7F9190 , 0x0EE021E97FB5490C96F21671B5BDB4E7 , 0x37BE2B05E8184E448A89669AEFAB6E83 , 0xA27526D20B8C4386A175F9BE1E60B4CD , 0xAEF5FBB2E1724C0DA2D36C67D48B6F31 , 0xEBB4170A30DA42DDA85272E050CA95AC , 0x676F45794CCC40D4AF831825B9173CAF , 0x8124A27CC304403EB600E7C696A5841F , 0x83D3FB6016BE438885078CF2B5E5AE9D , 0x98A765CA251249D8B985F963D1355A8B , 0xB458BF3993AB49FBB20C04E4B2FBA87A , 0xBE7D084650CA4E24B297873B9A54A56B , 0x29090715DD504C4A83BD7742A4D7D296 , 0x5F0CF477A1B6402E8E7CB3EA6CC827F5 , 0x6BDEB087BFEF4953B46C7998586FB435 , 0xF699FB9C771C41D2953F361D14583C7A , 0x33307723C0B74544B23D444284F595CA , 0x4721E597647C4231A553293E7D7A05D2 , 0x6D45414A40C24B5A98C604D4DC04C9E1 , 0xA03BBF2FA22B4A73A4FA52B01FDA21CE , 0x512453531B494FD688B0DB243549DF59 , 0xEB67FCF394674DBFA45FC813682883B1 , 0x0152846304C34B4688043AF78E02E28A , 0x2DCD8DE9B16C4DF981957363BE6F51B3 , 0x38F0450E50C241D29CDCCBF34AF7C93D , 0x4B8CECD7CF4C4F96AB84B7C9E271BD59 , 0x98AD84B06D604F6389343DF431A1950F , 0xE8FCECF1BB2A49739CCDAE307BF35AE8 , 0x083D84B7161E49B58540A9CB2032F316 , 0x4B304D7C55604BCBBE232419E18A8BB5 , 0x6552BB92CAAF4E8E81C2E48F39CD4192 , 0x6BA8CF90A67947E1A18E508E051657B5 , 0x730E7BD9171A40B2A1816131C14A0E26 , 0x856CAF0DB2FD431EA15FCB0C8FB36A12 , 0xA6045D8918C74CA8987B25B80F51207A , 0xB9421923342445619B5C844468F2BC57 , 0xD9B78DAF516F439A822CE923BCD43163 , 0xE261BA0FAA7944DDA3453FCAC555D875 , 0x0C6744C5C1A744068917BFEC5D2582AD , 0x333FC54E43F945C8A7D3992679C7E973 , 0x70169696F5C847C2B9F746B0C0A33FAF , 0xDFE08CBBD0804FBAA99639E005B74B1B , 0x44E0B37B8FA04A588BF4A2B2F8E529ED , 0x3D9BFD65E99D4BAC97CA049703ACFF97 , 0x76B5CD3E4DB74141AAD2B58E95AE5A62 , 0x7F598FB4FBAA4F40A8A76508200255B1 , 0xDCA09DCF19EF466D9F2CA546224BA29C , 0x7059F1B8FB8F4C56AC7D482D53869E68 , 0x726EE9C65BC447E8B895C95A1868E35D , 0x7F7A273B2AFF4D82965DC5CE6F5FEE49 , 0x0253306C236B4CD5BA886C69E763EC29 , 0x02E202E2D7AA4DE4AC532A34AA967E81 , 0x665A67751649464DB50D7E743DE0F2B8 , 0xAC323BCCD1074380B9C8CEE897A0BD2A , 0xC830646C0E1F4E559EEB3C61AC69F278 , 0xE3C45CF44A594DD2BDEA65EF1403A79F , 0xFAD17F96B4504C09B86B0E33024F81EA , 0xABB60777F41C401896816335AF1013C2 , 0x16611B315CB04E8EADE69BA95F25281B , 0xFF665DA5F3074E34949A8C5540F27984 , 0x5F61B54C037D4ACCAB29EFF2884B548A , 0xAC4AB00F310041A284E426ECB3A45F90 , 0x77840D49A3B444A392CA27DEE1D59A0F , 0x98D48158042C433B8074A8ABE0C6C8B7 , 0xA0923BCC019F47329E3602F0AF202B92 , 0x2A5B9766813B4CD89B8186E8F59729CA , 0x7E81FB2DBA8D4E4694E5D98FB5BDB110 , 0x9B6ECDBEA67D42FEA149AF689EAAD83A , 0xBAFA398A7FF64434AD4EF66305178D42 , 0xF89AB4896D3A45E4992BEB6D9783EB57 , 0x4F0B802CADAE43E5A781086776B149FF , 0x78CFA9B1284B407E9234EFECA7D682FE , 0xCAB30BD286904F54923504F17B678FC9 , 0xCCF052A334C9420EAD8CB97659F20641 , 0x051DCDADC550405DB152104DC51D121D , 0x82D9824EC990487E90ABFB4695E9B72D , 0xA1125FE5F3A74DBBAED372D25B3F6B07 , 0xF37DCD5FF0A044C4BB225EECEF9B1548 , 0x0273EF03FCB1409B91449E36208A5EEC , 0x2F7EA67C386C4F018D028BA6B1F6FF7E , 0x74C5288F1F7C41238D1075E6D79C8B96 , 0xA32E8E63DB1E48F28E5850B81EDF161C , 0xF33F622E5BB14AC885227742F4327938 , 0x05A73350FBA54C248B30E6CE5FA9F778 , 0x19FB610ED8E24B17A81043B63726BAC5 , 0x891AF36F86DF4EF3B1549442939A70C9 , 0xD69F8971DCBD40D59238F654B685C4CC , 0x242658DFC6944F69B9E6697C56CD80F5 , 0x2662C83F17564A19AFEBD355EF16CA2C , 0x309DFDB2F3D04754A3E3F88243EB445D , 0x586C9DCC28E44C5082B8D6005B30CBE7 , 0x5C33B03C7F0F4573ADEB46F8DA3BD6D8 , 0xC6E508070A4347E5AF821476B0ED31C5 , 0xF410CEEFC731486185CF966D14B4180D , 0x701EFF76F6FE408EBF06FFF2B6E15D10 , 0x74E7465AF8ED447BB00DC7D08CAD2B7F , 0x938667407DAF47C88F4038184DAA379F , 0xA379D78AA9304E539BAD00C37895BF0D , 0xCD2C6EB5698146838770374C0097F03A , 0xE108AB0495F34A14863415C601194BEB , 0x104B0B0EB93047D3A517EC5BA4A0A9F2 , 0x2109A2472DF241318657F16BB2990359 , 0x4C3CFB608F3042D592232BFF76997483 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
87
0.51 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
88
1.17 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.49 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.52 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
91
0.40 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
92
1.25 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""ÞÃ’Ì×Jh£±³{\x10 ,\t ÿ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.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` = 0x22DEC392CCD74A68A3B1B37B102C09FF ));
Copy
93
1.01 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"TrustedShopsEasyIntegrationS6 "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'TrustedShopsEasyIntegrationS6' );
Copy
94
0.49 ms
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = ? AND `payment_method` . `active` = ? )
Parameters :
[
"Kiener\MolliePayments\Handler\Method\ApplePayPayment "
true
]
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment' AND `payment_method` . `active` = 1 );
Copy
95
0.52 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.51 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
97
0.84 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 “\x18\x1D Ä•p$‘Ws`\x18 áX@ "
b"\x01 “\x18\x1D\x18 ÛqE¶ò©ÛÅî\x0F ¼ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x0193181DC49570249157736018E15840 , 0x0193181D18DB7145B6F2A9DBC5EE0FBC ));
Copy
98
2.12 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/22dec392ccd74a68a3b1b37b102c09ff "
"/support "
"/account/recover "
"/navigation/73198269c6404008aaa6cc9a46dff50a "
"/navigation/b07a3af7856d40648557298447477738 "
"/navigation/44b82ad411f8406b809c861d92789a37 "
"/navigation/d1dd28afa11a4428a58feacec698d8b5 "
"/navigation/ff54baed9e7b4b1798b206e2c44bf2c0 "
"/navigation/a303aa1b0fcd4c9eaec1421380630501 "
"/navigation/087da8176d8c40d0a96dc1cc13f6e801 "
"/navigation/1bd1f15334fb4d50a67d909ac466208c "
"/navigation/95b76d5081ff41ad8b782acb8ca0d996 "
"/navigation/a9e8425ffaa24893b5b532c33f8f21a2 "
"/navigation/11b32b5579fa4da0b59b5eeff14a8d5e "
"/navigation/b9bf339f04f04cde800c05a4d7a8006b "
"/navigation/f401f131040c40f4bc6a336a7ed22741 "
"/navigation/1167b26ed9ac4ab4bfe6a1c9e3fa0d3f "
"/navigation/f83e7d15c1f0402ab992d7d9f0a7c5d6 "
"/navigation/ddeb329c34d443dea7dcd95a05b14f58 "
"/detail/4014ae3ba0a74ccba70c19f94a049da9 "
"/detail/1e438358d4294b748eb2f58bd3959331 "
"/detail/0d6afbcb268d44c0a086810ddbcf3d04 "
"/detail/5c2e2d98910d442a931c69c873f767b3 "
"/detail/6ac7334353e54cc7ad805a5ee7954110 "
"/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/22dec392ccd74a68a3b1b37b102c09ff' , '/support' , '/account/recover' , '/navigation/73198269c6404008aaa6cc9a46dff50a' , '/navigation/b07a3af7856d40648557298447477738' , '/navigation/44b82ad411f8406b809c861d92789a37' , '/navigation/d1dd28afa11a4428a58feacec698d8b5' , '/navigation/ff54baed9e7b4b1798b206e2c44bf2c0' , '/navigation/a303aa1b0fcd4c9eaec1421380630501' , '/navigation/087da8176d8c40d0a96dc1cc13f6e801' , '/navigation/1bd1f15334fb4d50a67d909ac466208c' , '/navigation/95b76d5081ff41ad8b782acb8ca0d996' , '/navigation/a9e8425ffaa24893b5b532c33f8f21a2' , '/navigation/11b32b5579fa4da0b59b5eeff14a8d5e' , '/navigation/b9bf339f04f04cde800c05a4d7a8006b' , '/navigation/f401f131040c40f4bc6a336a7ed22741' , '/navigation/1167b26ed9ac4ab4bfe6a1c9e3fa0d3f' , '/navigation/f83e7d15c1f0402ab992d7d9f0a7c5d6' , '/navigation/ddeb329c34d443dea7dcd95a05b14f58' , '/detail/4014ae3ba0a74ccba70c19f94a049da9' , '/detail/1e438358d4294b748eb2f58bd3959331' , '/detail/0d6afbcb268d44c0a086810ddbcf3d04' , '/detail/5c2e2d98910d442a931c69c873f767b3' , '/detail/6ac7334353e54cc7ad805a5ee7954110' , '/retoure-und-reklamation' , '/wissen-kompakt' , '/bestellung-bezahlung' , '/impressum' , '/datenschutz' , '/AGB' , '/widerrufsrecht' , '/rechtliche-hinweise' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x0192B538F64572B2AACD57AB61244C48 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
99
0.83 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x06 ;\x1A Ô÷²HŠ—j²\x1F g\x0F +¾ "
b"\x07 ü©»äeCÓ¬4^AóŽÿ "
b"\x16\v 5è0ßN+±\x16\x08\x08 k?Q\x00 "
b"\x1A pÎbÖˆOv ‹‘\x12 ÿ¤h) "
b"#{Þ\x03 ©g@ œ“¥R¾òj\x15 "
b"'[ÆÞ┤ìN\x04 ïð▒ͼ§ƒ╩ "
b"'©mÑô\r @ÝŸ\t /÷‘\v\v á "
b"-XfÈ\x04 {Oüª´\x1E ë!õL¼ "
b"7¢^¸¹äC%©€ª¶‘Øž\x12 "
b"=\x03 ÷zXLN?¦S~w*w|Œ "
b"Aš\x15 ÷n—Nü‚òF\x18 Zë³Ä "
b"""
M\x16 \r 7FòAJ£\kH±\n
t¹
"""
b"b\\x13 R\x12 FG\x1D §åcì7¹8\x10 "
b"fœ¸¾;ÀK‹Žq«TÁÞÞ= "
b"v|<\x15 =.Dê¡ÊJø5;Ÿd "
b"w«S;/TE&¬ègâ2É\x04 Í "
b"""
€‰U†\n
\x1E @H„p$G›#2\x0F
"""
b"†ñ¼áf\x12 Hþ„ÔÕ\v P_-F "
b"•Ó\r »žˆFõ°žM׳ß\x19 ¨ "
b"•éÝØHb@£ŽÈ‹æ¬—\e + "
b"–ìeø%µE¿—ï ‹l\t ä+ "
b"¬.\x1A F▀\x1A DèÉö\x1A ƒú+Z× "
b"½$GÀ\x1E ºJFâç,Ø[0ëC "
b"·Ì<L…üKP²\x0E gª‘{0® "
b"Ìz¹©ÐA@%‘¡ëwG´´„ "
b"Ú\x1C ¼¥w*O—¶¡ÓŠffÑK "
b"ÚIþx\x02 WDq®>¯ÿ;\x10 ´þ "
b"ó¥¸ÃOHF\x00 °{cÅF=ð "
b"\x01 ’µ8h~p{¶ºê,€q\r a "
b"\x01 ’µ8h¶pH¨«Û&çDР"
b"\x01 ÆÁ8v▒p3Å\x0F V\x7F i\x04\x19 ■ "
b"\x01 “ ý½/sÍ£c~0°\t 8f "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x063B1AD4F7B2488A976AB21F670F2BBE , 0x07FCA9BBE46543D3AC345E41C3B38EFF , 0x160B35E830DF4E2BB11608086B3F5100 , 0x1A70CE62D6884F76A08B9112FFA46829 , 0x237BDE03A96740209C93A552BEF26A15 , 0x275B92E8B48D4E048BD0B1D6ACF59FCA , 0x27A96DD1F40D40DD9F092FF7910B0BE1 , 0x2D5866C8047B4FFCAAB41EEB21F54CBC , 0x37A25EB8B9E44325A980AAB691D89E12 , 0x3D03F77A584C4E3FA6537E772A777C8C , 0x419A15F76E974EFC82F246185AEBB3C4 , 0x4D160D3746F2414AA35C6B48B10A74B9 , 0x625C13521246471DA7E563EC37B93810 , 0x669CB8BE3BC04B8B8E71AB54C1DEDE3D , 0x767C3C153D2E44EAA1CA4AF8353B9F64 , 0x77AE533B2F544526AA8A6783329004D6 , 0x808955860A1E4048847024479B23320F , 0x86F1BCE1661248FE84D4D50B505F2D46 , 0x95D30DBB9E8846F5B09E4DD7B3DF19A8 , 0x95E9DDD8486240A38EC88BE6AC971B2B , 0x96EC65F825B545BF97EF208B6C09E42B , 0xAA2E1A46DF1A448A90941A9FA32B5A9E , 0xAB2447B71EA74A4683872C9D5B308943 , 0xB7CC3C4C85FC4B50B20E67AA917B30AE , 0xCC7AB9A9D041402591A1EB7747B4B484 , 0xDA1CBCA5772A4F97B6A1D38A6666D14B , 0xDA49FE7802574471AE3EAFFF3B10B4FE , 0xF3A5B8C34F484600A0B07B63C5463DF0 , 0x0192B538687E707BB6BAEA2C80710D61 , 0x0192B53868B67048A8ABDB26E744D0C2 , 0x0192B53876B170338F0F567F690419FE , 0x019320FDBD2F73CDA3637E30B0093866 , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy