1
0.28 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.47 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.42 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.50 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.16 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/Wohnmobil-Batterien "
"Batterien/Versorgungsbatterien/Wohnmobil-Batterien/ "
]
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/Wohnmobil-Batterien' OR seo_path_info = 'Batterien/Versorgungsbatterien/Wohnmobil-Batterien/' ));
Copy
7
0.65 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
8
0.56 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ’µ8öEr²ªÍW«a$LH "
"FSpJO9f5MyrEy9X2EmPYgUC7EvnTZw5P "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0192B538F64572B2AACD57AB61244C48 ) AND (token = 'FSpJO9f5MyrEy9X2EmPYgUC7EvnTZw5P' ) LIMIT 1 ;
Copy
9
0.47 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"FSpJO9f5MyrEy9X2EmPYgUC7EvnTZw5P "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'FSpJO9f5MyrEy9X2EmPYgUC7EvnTZw5P' ;
Copy
10
0.45 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
11
1.16 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.56 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.82 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.41 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.63 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.47 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
17
0.83 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.34 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.50 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.47 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters :
[
"token " => "FSpJO9f5MyrEy9X2EmPYgUC7EvnTZw5P "
]
DELETE FROM `cart` WHERE `token` = 'FSpJO9f5MyrEy9X2EmPYgUC7EvnTZw5P' ;
Copy
22
0.43 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.32 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ÆÂ\x17 b╚q\x1D êü&\x05\x16 »~\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.26 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.34 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.26 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.26 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.20 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.24 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.21 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ’¶\x17 bås8¦—Ä\x16 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.32 ms
SELECT `link_item` . `id` FROM `link_item` WHERE (`link_item` . `group_id` = ? AND `link_item` . `active` = ? ) ORDER BY `link_item` . `order_number` ASC
Parameters :
[
b"\x01 ’¶\x17 bå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.44 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
35
1.93 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
1.86 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.31 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.32 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.43 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.39 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.28 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
43
0.90 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.28 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.42 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.36 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
48
1.00 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.28 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.37 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.31 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.54 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"s\x19 ‚iÆ@@\x08 ª¦ÌšFßõ\n "
]
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 (0x73198269C6404008AAA6CC9A46DFF50A ));
Copy
53
1.00 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 ÆÁ8jýpÊëÿ˹øüÖ§ "
]
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 (0x0192B5386AEC70D28998D3FB9B8199F5 ));
Copy
54
1.59 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 ÆÁ8jýpÊëÿ˹øüÖ§ "
]
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 (0x0192B5386AEC70D28998D3FB9B8199F5 )));
Copy
55
1.34 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.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 ’µ8omq\x0F —J\x03 Æ„†/Z "
]
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 (0x0192B5386F6D710F974A03C684862F5A )));
Copy
56
0.96 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 ’µ8jòqb€QºÑ¥\x05 Sä "
b"\x01 ’µ8jòqb€QºÑ¥œík "
b"\x01 ’µ8o×sứå\x17\x13 ¡\x17 L "
]
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 (0x0192B5386AF271628051BAD1A50553E4 , 0x0192B5386AF271628051BAD1A59CED6B , 0x0192B5386FD773E1BBA9E51713A1174C )));
Copy
57
0.79 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.33 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.61 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.41 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"s\x19 ‚iÆ@@\x08 ª¦ÌšFßõ\n "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x73198269C6404008AAA6CC9A46DFF50A )) LIMIT 1 ;
Copy
61
0.49 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"s\x19 ‚iÆ@@\x08 ª¦ÌšFßõ\n "
]
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 (0x73198269C6404008AAA6CC9A46DFF50A ));
Copy
62
5.82 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id 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"s\x19 ‚iÆ@@\x08 ª¦ÌšFßõ\n "
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` = 0x73198269C6404008AAA6CC9A46DFF50A 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
4.47 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"s\x19 ‚iÆ@@\x08 ª¦ÌšFßõ\n "
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` = 0x73198269C6404008AAA6CC9A46DFF50A AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
64
2.78 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"s\x19 ‚iÆ@@\x08 ª¦ÌšFßõ\n "
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` = 0x73198269C6404008AAA6CC9A46DFF50A AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
65
0.97 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"…'\x7F ú@~L½“ûê“K’_L "
b"qx¦Ö“gHå¥t‡Íp¹ëS "
b"‘ÒÄCÜ`A³‚D–;=úrŸ "
b"ò²ÏL1èO%S2+ˆÍ@Ÿ "
b"ĸÝ█ƒJBSªÚO┬\x16 ·{ì "
b"\x14 └Öý┬EI▄¡\x00 Úú┌ì£\x1A "
]
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x85277FFA407E4CBD93FBEA934B925F4C , 0x7178A6D6936748E5A57487CD70B9EB53 , 0x91D2C443DC6041B38244963B3DFA729F , 0xF2B2CF4C31E84F25AD53322B88CD409F , 0x8EF7EDDB9F4A4253A6E94FC216FA7B8D , 0x14C099ECC24549DCAD00E9A3DA8D9C1A ));
Copy
66
78.40 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"s\x19 ‚iÆ@@\x08 ª¦ÌšFßõ\n "
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` = 0x73198269C6404008AAA6CC9A46DFF50A AND NOT (`product` . `display_group` < = > NULL )));
Copy
67
1.83 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"s\x19 ‚iÆ@@\x08 ª¦ÌšFßõ\n "
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` = 0x73198269C6404008AAA6CC9A46DFF50A AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
68
1.73 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"s\x19 ‚iÆ@@\x08 ª¦ÌšFßõ\n "
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` = 0x73198269C6404008AAA6CC9A46DFF50A AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
69
14.63 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"s\x19 ‚iÆ@@\x08 ª¦ÌšFßõ\n "
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` = 0x73198269C6404008AAA6CC9A46DFF50A AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
70
3.86 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"s\x19 ‚iÆ@@\x08 ª¦ÌšFßõ\n "
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` = 0x73198269C6404008AAA6CC9A46DFF50A AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
71
0.72 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"ÖZ\r ÐwÇL\x10 ¨è9·›¹Þ` "
b"ç\x06 !Ž5+Lx¡\x0F IÀ¼GRã "
b"?¿É┐¦ÎJ\x1E æýv│£L\x19 , "
b"¹’a©5£NO³\x1F ¹µcØÔÇ "
b"ôˆ©íÁ@!ŒÖ!puvÉï "
]
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 (0xD65A0DD077C74C10A8E839B79BB9DE60 , 0xE706218E352B4C78A10F49C0BC4752E3 , 0x3FA890BFDDD74A1E91EC76B39C4C192C , 0xB99261A935A34E4FB31FB9B563D8D4C7 , 0xADF488A9EDC140218CD621707576C9EF );
Copy
72
0.74 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"ÖZ\r ÐwÇL\x10 ¨è9·›¹Þ` "
b"ç\x06 !Ž5+Lx¡\x0F IÀ¼GRã "
b"?¿É┐¦ÎJ\x1E æýv│£L\x19 , "
b"¹’a©5£NO³\x1F ¹µcØÔÇ "
b"ôˆ©íÁ@!ŒÖ!puvÉï "
]
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 (0xD65A0DD077C74C10A8E839B79BB9DE60 , 0xE706218E352B4C78A10F49C0BC4752E3 , 0x3FA890BFDDD74A1E91EC76B39C4C192C , 0xB99261A935A34E4FB31FB9B563D8D4C7 , 0xADF488A9EDC140218CD621707576C9EF )) GROUP BY `product` . `id` ;
Copy
73
5.22 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `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"ÖZ\r ÐwÇL\x10 ¨è9·›¹Þ` "
b"ç\x06 !Ž5+Lx¡\x0F IÀ¼GRã "
b"?¿É┐¦ÎJ\x1E æýv│£L\x19 , "
b"¹’a©5£NO³\x1F ¹µcØÔÇ "
b"ôˆ©íÁ@!ŒÖ!puvÉï "
]
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 (0xD65A0DD077C74C10A8E839B79BB9DE60 , 0xE706218E352B4C78A10F49C0BC4752E3 , 0x3FA890BFDDD74A1E91EC76B39C4C192C , 0xB99261A935A34E4FB31FB9B563D8D4C7 , 0xADF488A9EDC140218CD621707576C9EF ));
Copy
74
2.37 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\x0F ܪ¥ÉÏDƒÁNá\x17 ÁGçw "
b"\x13 žÍsÒ]Oú°<Û\x03 «„Z "
b"\x1A Ž%¿†FLùºjF·t\x0F Qõ "
b"\x1E þm \x1A ³DT©1ÇB\x02 a„ "
b"!À.ú‡Mõ‚@(‡wúæµ "
b"""
%Žž7\n
\e In¹”tKøðl£
"""
b"2oqDü*@Aå=.Çíì÷\x1F "
b"Nws²ƒNM\f ´ò5p¹ŸôÒ "
b"S\f\x00 'ð?B\x01 ë\t dØûª\x1A æ "
b"Tˆéí±@Ï”p_»q\t Ê× "
b"Tµ\x10 ü▓\x16 A┤ø'4tZOQ "
b"X!‗\x1C úÅJ-Ö²ÈÜÊ\x02 QÄ "
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"u─ÅÚ\x06 ç@┐ÉÅ\x14 Kÿö1: "
b"—"i\x06 Ú¡Büˆq\x07 $Hn¬\x1F "
b"¡¼coH»E\x1C ªén\r ˆ˜Xƒ "
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\x13 žÍsÒ]Oú°<Û\x03 «„Z "
b"\x19 ,\x1A ¢\x17\v @À¿ÚYäa4®- "
b"\x1A Ž%¿†FLùºjF·t\x0F Qõ "
b"\x1A £ÉŠ÷—F#šÑV\r <êÉ\x00 "
b"\x1E þm \x1A ³DT©1ÇB\x02 a„ "
b"""
%Žž7\n
\e In¹”tKøðl£
"""
b"2oqDü*@Aå=.Çíì÷\x1F "
b";ªsHn…H\x0E ŽŠ m…Ó“ñ "
b"Nws²ƒNM\f ´ò5p¹ŸôÒ "
b"S\f\x00 'ð?B\x01 ë\t dØûª\x1A æ "
b"Tµ\x10 ü▓\x16 A┤ø'4tZOQ "
b"Wg\v [—Š@\r £J°òAËÅ0 "
b"X!‗\x1C úÅJ-Ö²ÈÜÊ\x02 QÄ "
b"eV0N› N†½8h·´í‰\x19 "
b"fùkGüË@æ¡×╩Ät~@ë "
b"iLIùA:C…œ<öÄê”Ä\r "
b"owÍöK±LlªLr¡¿úÐï "
b"u┤┘-ð\x17 G¹æø\x13 ®5╬/ü "
b"u─ÅÚ\x06 ç@┐ÉÅ\x14 Kÿö1: "
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\x13 žÍsÒ]Oú°<Û\x03 «„Z "
b"\x1A Ž%¿†FLùºjF·t\x0F Qõ "
b"\x1E þm \x1A ³DT©1ÇB\x02 a„ "
b"""
%Žž7\n
\e In¹”tKøðl£
"""
b"1QãH>\x02 DM³Øk\x03\x1F ´‹G "
b"2oqDü*@Aå=.Çíì÷\x1F "
b"Nws²ƒNM\f ´ò5p¹ŸôÒ "
b"S\f\x00 'ð?B\x01 ë\t dØûª\x1A æ "
b"Tµ\x10 ü▓\x16 A┤ø'4tZOQ "
b"X!‗\x1C úÅJ-Ö²ÈÜÊ\x02 QÄ "
b"eV0N› N†½8h·´í‰\x19 "
b"owÍöK±LlªLr¡¿úÐï "
b"u─ÅÚ\x06 ç@┐ÉÅ\x14 Kÿö1: "
b"‹€¿¢E)EK€\x17 ’8¿ÚZû "
b"Ñ9\x12 BC>Js‚tâ óàÎÍ "
b"ÓÔ–¯\v !AS«Ç¢ÿ\x06 8&7 "
b"ßYÉ9OcCô´PßjI\v &± "
b"ô÷öDKoOÁ¦Ù©«`-\x16\e "
b"■╠ðYúHìó²õiGR:¿ "
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\x13 žÍsÒ]Oú°<Û\x03 «„Z "
b"\x1A Ž%¿†FLùºjF·t\x0F Qõ "
b"\x1E þm \x1A ³DT©1ÇB\x02 a„ "
b"""
%Žž7\n
\e In¹”tKøðl£
"""
b"&ÇNi¦óG\x05 ‘o0ÔöÁËw "
b"2oqDü*@Aå=.Çíì÷\x1F "
b"=ø²eÚØK¼ù╩\x04 ù\x03 ¼ ù "
b"Nws²ƒNM\f ´ò5p¹ŸôÒ "
b"QØO┬(ÑJTÆ‗ml▒{! "
b"S\f\x00 'ð?B\x01 ë\t dØûª\x1A æ "
b"Tµ\x10 ü▓\x16 A┤ø'4tZOQ "
b"X!‗\x1C úÅJ-Ö²ÈÜÊ\x02 QÄ "
b"eV0N› N†½8h·´í‰\x19 "
b"owÍöK±LlªLr¡¿úÐï "
b"u─ÅÚ\x06 ç@┐ÉÅ\x14 Kÿö1: "
b"vµÍ>M·AAªÒµŽ•®Zb "
b"\x7F YÅ┤¹¬O@¿ºe\x08 \x02 U▒ "
b"’¨ÙmúÎDˆ¡Ñø\x1A µY˜‹ "
b"▄áؤ\x19 ´Fmƒ,ÑF"Kó£ "
b"\x05 Òï)8sC‡¤Ü®§]ý\x1F "
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\x13 žÍsÒ]Oú°<Û\x03 «„Z "
b"\x1A Ž%¿†FLùºjF·t\x0F Qõ "
b"\x1E þm \x1A ³DT©1ÇB\x02 a„ "
b" ¯‡ÿÁ#G\x16 §©ñ}f~¦+ "
b"""
%Žž7\n
\e In¹”tKøðl£
"""
b"2oqDü*@Aå=.Çíì÷\x1F "
b":.ÊȃXJݧµJY×·Ø\x03 "
b"Nws²ƒNM\f ´ò5p¹ŸôÒ "
b"S\f\x00 'ð?B\x01 ë\t dØûª\x1A æ "
b"Tµ\x10 ü▓\x16 A┤ø'4tZOQ "
b"X!‗\x1C úÅJ-Ö²ÈÜÊ\x02 QÄ "
b"eV0N› N†½8h·´í‰\x19 "
b"owÍöK±LlªLr¡¿úÐï "
b"p\x15 ¦IíÖBt€›sÿ™»‘× "
b"u─ÅÚ\x06 ç@┐ÉÅ\x14 Kÿö1: "
b"»ÏÞ¯g╗Bâé{õt8¶ìõ "
b"╗BQ ×ÐI\x0F Ø\x03 ²¨ý\e nl "
b"°▒▄╚xZOkÄ[¬╠O2▀Å "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
WHERE
`property_group_option` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (0x090ECF99A0864B3E9DEB23162A79F769 , 0x0F9AA6BE90D8449FB54EA017B5478777 , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x1A8E25BF86464CF9BA6A46B7740F51F5 , 0x1EFE6DA01AB34454A931ADC742026184 , 0x21C02EFAAD874DF58240288777FAE6B5 , 0x258E9E370A1B496EB994744BF8F06CA3 , 0x326F7144812A4041863D2E80A18DF61F , 0x4E7773B2834E4D0CB4F23570B99FF4D2 , 0x530C0027D03F42018909649D96A61A91 , 0x54C288E9EDB140CF94705FBB7109CAD7 , 0x54E61081B21641B49B2734745A4F51FF , 0x5821F21CA38F4A2D99FDD49AD202518E , 0x5CA58877ED804B1CB41AE3764F872788 , 0x6556304E9B204E86BD3868B7B4ED8919 , 0x6F77CDF64BB14C6CAA4C72A1BFFAD0EF , 0x7553728445934145B9957F1F0C817E55 , 0x75C48FE9068740BF908F144B9894313A , 0x97226906DAA142FC88710724486EAC1F , 0xA1BC636F48BB451CAAE96E0D88985883 , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x192C1AA2170B40C0BFDA59E46134AE2D , 0x1A8E25BF86464CF9BA6A46B7740F51F5 , 0x1AA3C98AF79746239AD1560D3CEAC900 , 0x1EFE6DA01AB34454A931ADC742026184 , 0x258E9E370A1B496EB994744BF8F06CA3 , 0x326F7144812A4041863D2E80A18DF61F , 0x3BAA73486E85480E8E8AA06D85D393F1 , 0x4E7773B2834E4D0CB4F23570B99FF4D2 , 0x530C0027D03F42018909649D96A61A91 , 0x54E61081B21641B49B2734745A4F51FF , 0x57670B5B978A400DA34AB0F241CBC530 , 0x5821F21CA38F4A2D99FDD49AD202518E , 0x6556304E9B204E86BD3868B7B4ED8919 , 0x66976B4781D34091AD9ECA8E747E4089 , 0x694C49F9413A43859C3CF6C4EA94C40D , 0x6F77CDF64BB14C6CAA4C72A1BFFAD0EF , 0x75B4D92DD01747FB919B13A935CE2F81 , 0x75C48FE9068740BF908F144B9894313A , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x1A8E25BF86464CF9BA6A46B7740F51F5 , 0x1EFE6DA01AB34454A931ADC742026184 , 0x258E9E370A1B496EB994744BF8F06CA3 , 0x3151E3483E02444DB3D86B031FB48B47 , 0x326F7144812A4041863D2E80A18DF61F , 0x4E7773B2834E4D0CB4F23570B99FF4D2 , 0x530C0027D03F42018909649D96A61A91 , 0x54E61081B21641B49B2734745A4F51FF , 0x5821F21CA38F4A2D99FDD49AD202518E , 0x6556304E9B204E86BD3868B7B4ED8919 , 0x6F77CDF64BB14C6CAA4C72A1BFFAD0EF , 0x75C48FE9068740BF908F144B9894313A , 0x8B80BFA24529454B80179238BFDA5AFB , 0xD1391242433E4A738274E220F3E0CECD , 0xD3D496AF0B214153ABC7A2FF06382637 , 0xDF59C9394F6343F4B450DF6A490B26B1 , 0xF4F7F6444B6F4FC1A6D9A9AB602D161B , 0xFECCD059A3F0488DA2FDE46947523AA8 , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x1A8E25BF86464CF9BA6A46B7740F51F5 , 0x1EFE6DA01AB34454A931ADC742026184 , 0x258E9E370A1B496EB994744BF8F06CA3 , 0x26C74E69A6F34705916F30D4F6C1CB77 , 0x326F7144812A4041863D2E80A18DF61F , 0x3D9BFD65E99D4BAC97CA049703ACFF97 , 0x4E7773B2834E4D0CB4F23570B99FF4D2 , 0x519D4FC228A54A5492F26DF06CB17B21 , 0x530C0027D03F42018909649D96A61A91 , 0x54E61081B21641B49B2734745A4F51FF , 0x5821F21CA38F4A2D99FDD49AD202518E , 0x6556304E9B204E86BD3868B7B4ED8919 , 0x6F77CDF64BB14C6CAA4C72A1BFFAD0EF , 0x75C48FE9068740BF908F144B9894313A , 0x76B5CD3E4DB74141AAD2B58E95AE5A62 , 0x7F598FB4FBAA4F40A8A76508200255B1 , 0x92A8D96DFACE4488A1D1F81AB559988B , 0xDCA09DCF19EF466D9F2CA546224BA29C , 0x05D2EF2938734387A4DCAEA7AD5DFD1F , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x1A8E25BF86464CF9BA6A46B7740F51F5 , 0x1EFE6DA01AB34454A931ADC742026184 , 0x20AF87FFC1234716A7A9F17D667EA62B , 0x258E9E370A1B496EB994744BF8F06CA3 , 0x326F7144812A4041863D2E80A18DF61F , 0x3A2ECAC883584ADDA7B54A59D7B7D803 , 0x4E7773B2834E4D0CB4F23570B99FF4D2 , 0x530C0027D03F42018909649D96A61A91 , 0x54E61081B21641B49B2734745A4F51FF , 0x5821F21CA38F4A2D99FDD49AD202518E , 0x6556304E9B204E86BD3868B7B4ED8919 , 0x6F77CDF64BB14C6CAA4C72A1BFFAD0EF , 0x7015A649EDD64274809B73FF99BB91D7 , 0x75C48FE9068740BF908F144B9894313A , 0xAFD8E8EE67BB4283827BE47438F48DE4 , 0xBB4251209ED1490F9D03FDF9EC1B6E6C , 0xF8B1DCC8785A4F6B8E5BAACC4F32DF8F );
Copy
75
0.72 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"?¿É┐¦ÎJ\x1E æýv│£L\x19 , "
b"ôˆ©íÁ@!ŒÖ!puvÉï "
b"¹’a©5£NO³\x1F ¹µcØÔÇ "
b"ÖZ\r ÐwÇL\x10 ¨è9·›¹Þ` "
b"ç\x06 !Ž5+Lx¡\x0F IÀ¼GRã "
]
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 (0x3FA890BFDDD74A1E91EC76B39C4C192C , 0xADF488A9EDC140218CD621707576C9EF , 0xB99261A935A34E4FB31FB9B563D8D4C7 , 0xD65A0DD077C74C10A8E839B79BB9DE60 , 0xE706218E352B4C78A10F49C0BC4752E3 ));
Copy
76
0.95 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"?¿É┐¦ÎJ\x1E æýv│£L\x19 , "
b"ôˆ©íÁ@!ŒÖ!puvÉï "
b"¹’a©5£NO³\x1F ¹µcØÔÇ "
b"ÖZ\r ÐwÇL\x10 ¨è9·›¹Þ` "
b"ç\x06 !Ž5+Lx¡\x0F IÀ¼GRã "
]
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 (0x3FA890BFDDD74A1E91EC76B39C4C192C , 0xADF488A9EDC140218CD621707576C9EF , 0xB99261A935A34E4FB31FB9B563D8D4C7 , 0xD65A0DD077C74C10A8E839B79BB9DE60 , 0xE706218E352B4C78A10F49C0BC4752E3 ));
Copy
77
0.84 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"?¿É┐¦ÎJ\x1E æýv│£L\x19 , "
b"ôˆ©íÁ@!ŒÖ!puvÉï "
b"¹’a©5£NO³\x1F ¹µcØÔÇ "
b"ÖZ\r ÐwÇL\x10 ¨è9·›¹Þ` "
b"ç\x06 !Ž5+Lx¡\x0F IÀ¼GRã "
]
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 (0x3FA890BFDDD74A1E91EC76B39C4C192C , 0xADF488A9EDC140218CD621707576C9EF , 0xB99261A935A34E4FB31FB9B563D8D4C7 , 0xD65A0DD077C74C10A8E839B79BB9DE60 , 0xE706218E352B4C78A10F49C0BC4752E3 )));
Copy
78
0.75 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.65 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
80
1.16 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01933FD0CBE772C58004DC57CB30CB1E );
Copy
81
0.40 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x01933FD0CBE772C58004DC57CB30CB1E ));
Copy
82
0.67 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
83
0.57 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
84
5.39 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\x10\x14 ¢nüÔIήÆ_êñ\e v> "
b"\x1D ÿi½PÅO4Ñ·C´®ÓTÄ "
b"$÷ž(ÿŸJ¨€ï„‡ü3ÐY "
b",Uçê¸KA\x01 šá„Äú, ƒ "
b"KÕ—Þ>÷MÍ”\x0F ̲ç\x04 CÙ "
b"Y&\x05 ”ò\x18 Ec«Ñ@P=W\f à "
b"[─¨v╦ØLpâG\x17 %HÄ+ "
b"zǬ\x08 b§B\»àö]ºò·ç "
b"ìX*░´ÛEÿÂMún²R·Æ "
b"’¨ÙmúÎDˆ¡Ñø\x1A µY˜‹ "
b"ù-Û#▒\x13 JuîØÔDü¨Z\x04 "
b"§Tå?ÓPOY»½£(õ_’\x03 "
b"«~`9=_J\x0E ƒ\x11\t -¼w1\x16 "
b"░OLî¿åE\x19 ü█p\x1E óE\x10 × "
b"·åmåv5G\x1D Š¼aÊ‚\r \x1A ( "
b"╗8┘─.╦GÀü|┤K┤A\x1F "
b"ÉT r‚–Mø¦BØwÝ(\x7F 2 "
b"═vC╚Â\x13 DôüÌ╗DG■█¢ "
b"\x07 Þ»0£$Lu©Om\x16 oˆ¬[ "
b"1\/ZK[B$¥ó&\x14 >è#› "
b"3ø\e ãaÛC©«ìdPrWÐÃ "
b";3«¬íz@›šä$FÅ[f+ "
b"=®)9ñüJ\x1F ÆR\x11 !SZ°v "
b"EìzÎ^…IŠÔ‹\x10\x03 :ó* "
b"Lç\x13 e\x12 yJ»ù6Qãü±±\t "
b"O└¤ù ╦JÉå║⮵Û_Ö "
b"j:üDyoBHÉüz¹7ù Ó "
b"„W‹\r iXL ·iÉÁ\t ‹¹Ý "
b"Ž¤/G\x1F ¯EH£±ó\x1C •p‰½ "
b"”^z¿rpEY©NCoÅžú÷ "
b"¼‘æaHzB¶•£~\x0F &\x1F {ƒ "
b"Ô7(*ebLP ¤˜;0«âÊ "
b"Þ•8ÿ/ÐHž¹œì\x03 I¼Ú– "
b"൦6§³HÄ—««ƒï\x08 ' "
b"ù@}Y±dF»¹Ð\x19 sz‚æ¦ "
b"\x1C ¨·“õK‹¾UC«u=—T "
b"\x1E ]©ÁñÈDÁò¡╗¤iÅä9 "
b"\x1F Âçü\x0F \N|×àW═r¦Ã■ "
b"Fı@öû\x01 HÉ×╣û-\x1F yV\x08 "
b"Q¹¾¨ãXF\x11 \x11 ª©\r Øè¶ "
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
b"""
a¾'µUVAê¬\n
i¸Á /É
"""
b"d½ı&X\x11 B8úîÅùä.\x04 è "
b"u\x7F °›ÕK¸»Ð…;>QH) "
b"}\x7F Ù†'ìLÁœ\x02 ˆèÓê@: "
b"\x7F ┴år¤½MıÅ·¥\x07 õ³èp "
b"¢æPXM‚J;²ý¾6\x11 /œ¬ "
b"ã2PZ▒PH\x16 Âü▀\x1A\x0E tå┐ "
b"ÌŒú?w,I|œã\x13 áá?ªk "
b"ñFùº¨›B\x1D –€å–\x02 :|ƒ "
b"\x05 Òï)8sC‡¤Ü®§]ý\x1F "
b"*¡Z\x07 ù░IÌå\x16 s½üÙvE "
b"Dú\x14 „7¯NoŒ{ãŠ2y\x06 ¶ "
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"e†JéÎÍJkŸ@\x04 é¥&±+ "
b"x¼™^™»I›¨‚Ž]\x14 úá• "
b"ž¢‰]Æ®@\x03 ¡|˜\x07 ?ø‡6 "
b"¦½–߇ÄK¸‡.\x02 _Ïì\x01 ¢ "
b"³ù¤Ø:vD\x1E €Äɯ·ÂÒ÷ "
b"¶\x1F åÒæúBØŠ®Iö°)¿€ "
b"ÙÉ\x04 ıÿ\x10 KhÉ▄Ø\x1F\x16 Q6Þ "
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"\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"\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"""
\x07 ßQÑ\x11 \n
FKžJMî«"¬E
"""
b"\x0E\x06 îuÕg@±¢0L9Ï}}, "
b"\x19 mÃ4ù˜I±¬9Sôço+n "
b"6ã‚%q„@Ö¬¨óa^ŠÛ\x1D "
b"izc\x15 ÅuK)®WÄ1\x00 ?×_ "
b"z°JþÔÈB\x1A Ï\x05\x01 ^Ãòí "
b"çZa¨\r ´Kdè©7ƒï\x13 É+ "
b"ñ \x1C ¤i¶M\e Å]Å·ßÜ3\x08 "
b"ÆWA!œŸJ\x11 ’Ÿ}\x14 åþ¦‰ "
b"Ó‹Æ@Œ0FÜ‘å\x0E =ßÌd¨ "
b"ÖªÒóPýCÜ´@S\x00\x06\x0E àr "
b"Ü\x03 QõvÆD¬¥‡:µáVÈÒ "
b"äý»ÏƒôC³¢_e&VL*Ê "
b"µÿ├õFìG«óÌGq\x1C 9Â" "
b"Ú0$³bSIÅ╝sƒí¼\x15 7n "
b"Ú\x02 ‰Iq7FË©Ác¡ˆm§3 "
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".\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"\x18 6y >\x1E @î‹om²î\x1F WQ "
b"ÇåÊÄ\x1F îI'ªnŠÙ\x07 _L„ "
b"\e ˆ^ªWáO— 4Ï\x00 Ú,áì "
b"-\x00 S»‘øO\x10 ¥£àˆ±¤\x1D \n "
b"fùkGüË@æ¡×╩Ät~@ë "
b"yV„ø&oF›¼¶\x18\f ü“Zs "
b"zi‹ÓK”H)½\x1C ^¬Þ:>Ê "
b"°*~v£\x1C K\x0E ¼\_—óÅ–\x02 "
b"ý\x06 ȯøoN\x10 ‰ò³Úƒœ\x04 1 "
b"Oò%†E E¸”¿ŸÕ\x18 m&ó "
b"""
\x01 ËMÁë-GÊ•$„Fä\n
U¹
"""
b"\v émfþkJªŽAró\x00 ŸÌ1 "
b"""
\f \n
ö╗&└Fì╣Dd▄■╝Sµ
"""
b"\x12 2\x03 £\v ÏB]«b¯lI|]Ý "
b"Xò´hgò@\x15 «wua³\x10 …U "
b"gHA‘uJJÔŸúxÒwJ[ø "
b"{/sN\x1A\x19 Jb│¼\x07 µÅÒ´ı "
b"Ø·C\x18 +ÎHxèÑ>\x01 ô÷k\x13 "
b"ê½_K7œI;¤Ûë§\x12 žµ= "
b"\x03\x1A #ÙÀoH\«WÌr┬ð¡ü "
b"\x04 6”Y½Þ@Ù–\x08\x07\x0E yëw\x03 "
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"ú▀ì\x06 ïÙ@¬ÅÄaûS■~] "
b"""
ª©¥y`¯BÏ¿'\n
?%}Ï\x10
"""
b"└^OÅU<Dƒü\x03\x0F\x0F [\x02 ÚÉ "
b"Î\x0E ÞÌ┬!BÑÄ╔ú!¦\x12 ì\x0E "
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"ühy;╗©D\x10 ª°=+h³P: "
b"å\x06 4ÚD¨AØ«I ÈtÀ¨Ä "
b"\x03 £â´ê}@Ò¬(G¨ž7FH "
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"Å\x12 yÄË\r G6¡üäÿ¸E¯Ù "
b"Êjßg-\x02 Lõû/ì<(ð·À "
b"ÓÔ–¯\v !AS«Ç¢ÿ\x06 8&7 "
b"U}©–g\x16 @@³å<Ë9nÅÝ "
b"‹€¿¢E)EK€\x17 ’8¿ÚZû "
b"ô÷öDKoOÁ¦Ù©«`-\x16\e "
b"û\x05 4`ûEN‡²¸‡9˜âÂi "
b"■╠ðYúHìó²õiGR:¿ "
b"\x01 4Ç‹+pC倩€¾íkÓ# "
b"!!OÖð\x06 @¡ŽPïÐñ×g© "
b"!Þ¾{4ÎDé€0¦O[52¦ "
b"vhâ▓dÊDÀ░V\e Ì║ü2} "
b"wqTÝ¢†NJ§V\x1D ‚Bñ‚b "
b"zÞö\x17\x1A ÅGDŸOr.½<Ý "
b"Ó»\x17 ê/Å@»ªÇn░'Rß\x12 "
b"öt°\x0E h\x13 H\x16 £\x1A k<è†Õo "
b" 5DÉÍäGs╗¸\x1A ¬µ#½W "
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"\x13 ØÁl¼║E±ï²│}<CV( "
b"!\x01 ê˜ +N2™Ýܲ\x10\x00 G "
b"*\x19 :x0“I/šÈ©ÊP‹#\x11 "
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"""
\n
YIz;O\x16 ║ì\x18 ³\x06 ▄pù
"""
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"mñ•{@(A»Œ¶!¿\x19 wi, "
b"ãÌÐAª•O\x16 µ<\x04 •N\f ?\f "
b"þ<‗┼È\v ICùØ ‗¨a£å "
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"ö€6Õï‰Güƒ¨WÈå³e¹ "
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"¾7½Œ ?LØ¢½h¾ðky[ "
b"ʽê┌▒6LõÂj#\r \x19\x18 zØ "
b"å\`„\x12 ÊK\x0E Ÿa@Z\x7F ‘\x13 z "
b"%!]h■[B!»òÏÅË~´B "
b"`\x14 =2Ø(@Ù▓À|iU\x11 ┌> "
b"m3o:¤ÆC^¡m\r qKy5ô "
b"ü‰³÷:JK1ª8Að\x1A œÆ "
b"\x1F M=4\x13\t LŒks\v <êÒA "
b"%ö¦ø»¸B£‘sX÷Š€©Ë "
b"-’HlÑ*F\t Š²\x1D ²/‹P( "
b"JOnSdÇND¶ƒ8g3BD\v "
b"bB▒"FØL"ñ▄æDóóG "
b"€AÞ¸”\x0E Iuµw›‚?\x0E '' "
b"Ž|Iý$\x01 C뎑ò³õ\x14 Mi "
b"""
Å\n
\t\x05 ÛÌM/ä°ª┤▓rA`
"""
b"›ÑÈk>WD#©¸•¸‰t׌ "
b"""
²œ\n
&üžB(®˜5\x14\x1A\x02 °é
"""
b"ñÉ~ÇúýGÉŽ çVòb5÷ "
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"\x1D ˜\x08 ‹[\x01 @B“U~"Î\x0F Ü "
b"""
8\n
4ž ¯Ja¯T$Iš_:ù
"""
b"HW%“QÑCa¸\x07 _$bÀÓ¹ "
b"YPñ\x15 qiB\x04 ·–˜\x07 œß* "
b"öÁeG0[CqÉb~<├╔╩¥ "
b"┐Aþ¾=╦F"Ø\x18\x02 ¸¡ávã "
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"\x1A 3”-8\x13 I\t ¾º\x11 íMí%ü "
b"\x1C à\x1C ã?\x12 @x˜\x1C S_áí4Ì "
b"&¸\x1F %°ÅB\êÇ7\x08 Aß}‗ "
b"2\x01 mL2ÿM<«\x07 ᨙý¥[ "
b"³ðX”þ«OT²±4½\x07 XÇ "
b" \x7F Ô\x0E Ç\x07 D+çÖPø4üm¦ "
b";%yåYPE\t ª`¾Ø\x02\x7F E "
b"DO\v !4╚Cøñì\x18 "º\x1A ½° "
b"DÑxcr4D*†…ƒ§:&ft "
b"XÅ<Ìy¹@Rè©Ñvd\x17 ìÓ "
b"XÙ¶ÍíÉJ®–·é@é2íÒ "
b"ì\x1A 77±–@åŒüqIK_ö "
b"ýZ²ÊÎ\x02 DŠŸ‚uÑ\f n™¨ "
b"\x0F ܪ¥ÉÏDƒÁNá\x17 ÁGçw "
b"\x1E þm \x1A ³DT©1ÇB\x02 a„ "
b"!À.ú‡Mõ‚@(‡wúæµ "
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"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" Ç9³ù=HM¨BÒ 9£` "
b"ÂKK3`|BÑúɃ;Ï@³§ "
b"Ê)\x10 Þª\x1C Ke╝kHmÅ_µ¨ "
b"é\x19 öÐP«J[¬æ³Æ8sµŠ "
b"¯HLbÂ▓Løú¢&ìN┐\f 6 "
b"\┬¥\x0E }©CÅ×C▀°êÞ¤┤ "
b"õ¹ã»MiG\x1A –Ý\x15 M{Y8p "
b"\x10\x11 ┐¾f½DØØÄ█╔O!k± "
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"úÿÑ\x7F ãOJ\x12 ì\x19\x0F ëràq1 "
b"ÖC—öì@ˆ–Vá×9|Èü "
b"\x1D '\x17 M1xM_ØâH\x04 29═ "
b"?#\x0E +Ý»Nà¾ÂÛ'ûØÈl "
b"TîB\x1D f3L‹Ž1ë©a,r™ "
b"V·eå¦}Nu¯á7@÷J‚" "
b"n\x1D ¹ïqzGQŠ•_f^\x1C &° "
b"""
É░\n
«]N<ì6ÈÂ╚‗\─
"""
b"""
®Å6c“$I\x08 šž)!)n\n
Ê
"""
b"ð@‡K=^E†€´¸ñueX… "
b"·ÃàÞ\»Ib«¶Ü/Øv═\x08 "
b"\x05 ƒ±†\x1D +H\x01 ²¼Sý\x1D ?`¬ "
b"¡ \x1F QJ\L£•~Qs.±½\x13 "
b"Í•™\x0F §NF ™\x12 ìþzJ¸< "
b"Ñ¢\x08 ð:\x07 H\x1D ¨ôdÍ¿‚¼Î "
b"\x02 ü&!\f ÿE‚èäð\x06\x17 ¡E "
b"E©iÝ^ÈDÏš`ÍS‘v]\x06 "
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"ÄH R\x06 !M=»¿ž‡2\x16\e j "
b"Çþº7\+G¸´²[þTê%¼ "
b"×·Qº²íJ³œŠ×5µ¾{\x1F "
b"\x1F V˜²=vC‹œüb¾L%™µ "
b" ¯‡ÿÁ#G\x16 §©ñ}f~¦+ "
b"$e\x06 \¹\x19 G\x05 µ³Xx\x14 ‚„ "
b"‘‡ÄÔ<HJ£ˆ…’©\x7F T\x08 – "
b"┐_ÃÚ┘yNäòNá┴*\x1E äÉ "
b"¹{)Î\x1E bG´░Ú¡─╔»ØÛ "
b"\x15 }Ú€:mO\x11 ”f‚mþyz "
b"""
ÚYä\x05 ‚I~•\n
û¨ËbS†
"""
b"xy.!3\x0E J:ì\x01 _Õ\x10 lÿs "
b"©\x7F Ã"H¨MYªú\x0F ž\f ¸û "
b"äZ\x05 ]œDYˆß\x14 ŸQ\x1C\x13\x02 "
b"""
#\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"X!‗\x1C úÅJ-Ö²ÈÜÊ\x02 QÄ "
b"\x08 F>è±\x1C GL¥Gqþýy\x05 « "
b",\x08 2├£tH1Àn\x04 ò\x7F ┤Ø· "
b"4ãÁúısA"ÉøfÃáT'S "
b"ZM1\x12\x11 ╩@0»7A±Bã±É "
b"üR\f aO&@Ü¿\v\x0E ÏÁ│Gs "
b"ûØhrïÚKRä\x14 Juëõ9═ "
b"É\6åÙ$H²„@gb®ÒÓ\f "
b"åÒ\x1A !€ÓN_–%~á!“5Ú "
b"ëC+K¶\x13 K”¡W\f µÒ>¶ô "
b"Áì╗ÏmDD\x00 ó¸<Ø»SÄ┼ "
b"""
\x03 yé™\x07 ¾DÕ£ä\n
Ù‰þΊ
"""
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"""
¾4ƒ]\n
B¨¾,\’6#\x0F ð
"""
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"\x0E úèZ LF¿”œ0 \x16 Ê\x02\x10 "
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"8Ví\x02 ½[M™Šr\x04 ®œ\x1E ^Ý "
b"Sò@Wo¿I0Šð‹^Ü·;¸ "
b"ºS±\x1A ¿°Mq•\x03 Óט\x06\x0E - "
b"┼8¥öó×OQü:O@äÛÇæ "
b"\t jf1ó\x13 Aî„R5¦þipå "
b"\x0F LØ`68G³¡╠®└Í*öá "
b"|\x1F ÆGÚ¢Aâ‚z\e ß\x02 ²’\n "
b"ÌBS&œöOô¡\x1D ã\x01 SâÕJ "
b"×ì\v ~\x08 hE퇄^ãCÊ«‰ "
b"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"w*š¾º!O\t ®+c¤hÑÜÈ "
b"ìÓãüÊ\x07 LÀØù\t Ú.\v ô& "
b"ÈõI±ì£I|¥Î|È0C(ç "
b"Õ>ûù╣üHj¢¿E$Ò▓Y> "
b"""
°R\r 4±5HD¦oÕ\n
DNO
"""
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"à»S!nÐHɉӢóâ\˼ "
b"\x1A ¥ÍÚ'HDÆ‚]Ο\x1F\x13 ü< "
b"%º\x16 ¼ooD4╝Å®Ü▀ÏıÌ "
b"niQ{Ò¬JVª*†[\x00 À\r ½ "
b"À\x15 Œ¼ÆzG\x16 ™¹-Á]fÙg "
b"""
\n
ÚzÌ!¤FQµL{à\x07\v\x19
"""
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"g?Iæ¬íK²²\x7F F\x14\x15 ùaÿ "
b"s\f NlúìF\x08 †`\x16 S\x0F\x10\x17\x1F "
b"u┤┘-ð\x17 G¹æø\x13 ®5╬/ü "
b"Š¶ 7Ž®K°©éŸ¹1uëu "
b"°C6¡]ëK¾ü\x1E x└ߪ³w "
b":.ÊȃXJݧµJY×·Ø\x03 "
b"p\x15 ¦IíÖBt€›sÿ™»‘× "
b"»ÏÞ¯g╗Bâé{õt8¶ìõ "
b"╗BQ ×ÐI\x0F Ø\x03 ²¨ý\e nl "
b"\x18 ¥|╣-HêØË╗\x18 Tõ═╩ "
b"""
\e\x1A\x13 /΂O’Œ\n
ÓÍ\x17 €]y
"""
b"ŸqMQy†J{›*àf\v Ïñ´ "
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"†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"ÏŸ”m2#Kn¿d¸ÞÍÚ† "
b"Ö=Èu\v .B9‰¡µ÷¨Š¦P "
b"""
!{ \x13 ãdD\n
š2zN\x1D Ø(.
"""
b"{©!½¯AI%â┤ç┘Åı╗. "
b"ƒÖ4$Ó\x01 J¦ê£═Åu╬8D "
b"ß}~£ÿ4H µ\x03 >\x05 Šå\x1E æ "
b"""
+/\x0E ®ê\x06 Bçµ\n
Ò\ýõ-½
"""
b"{K\x03 Kª5JX‡/Äv\x13 ëÔ\f "
b"™V²0œÙE\x05 œO¦ñØŸ4L "
b"""
Êâ4÷T5GKü▄µ½#\n
I1
"""
b"Ù¤2\x15\x0F\x13 I³žä.Yÿ\x19 å; "
b"\v ƒ$©8\x14 J²½\v ÂLj€ò "
b"&ÇNi¦óG\x05 ‘o0ÔöÁËw "
b"1QãH>\x02 DM³Øk\x03\x1F ´‹G "
b"¬¹\x18 Øj\x10 KϬHðó\x17\x1E 4█ "
b"í\x0F μÀNK¿¸zÅÞ×,“ "
b"î}¸ŒÎðJ:Œ‡\x15 e þ’á "
b"ýÕ\f ï©ÁEœ½XÅ)| «Y "
b"\x03 >ÜŒJsM᧔x\x03\x13 ´˜A "
b"\x0E S6ÊÀ¡BÙ…Ø]ï\x15\x14 CS "
b"¼ –\x1A\x06 °H*‹ÖŠ\x19 m "
b"Â\x07 Ù\x06 ÕÂA|£ÒÛTlM.m "
b"áÎ\x1A E\x1D éG9¢\x16 &\x02 a\e ™S "
b"\x06 M%¡Í\x14 @'®ÛŒµ×_µ7 "
b"½\x16 Lm?>M”«\t AÀh<à* "
b"WÉmt\x01 #J°¿¾X\x17 ,\x0E éô "
b"p²ÀªÍ#O&€}ì\x18 oÛÉO "
b"ç¡àÛ\x1E ÀB¹º[\x7F üw$m= "
b"Äç▄ár#LÛÿü¥I└f{P "
b"˜–®¿.÷I$½f¢ù œé. "
b"¿ºULzìE¤„Ìû•" ÈÕ "
b"]r}o\x14 îF,½ë ‡¯*C\x1E "
b"\x12 n]²\x15 œCý…íDÂ%\x02\x05 ® "
b"e[ù›\x0E DA\x1D †—yÌåögm "
b"eßó╝6\e LäØ▓¶\x18 Í\v ƒí "
b")Ï\v └%‗K3ü=ñ¥└X╩Ì "
b"A\x06\x1C áÆYEAžjl}\x1E ¤Û¿ "
b"I+_fá;@^™12oS9\x13 y "
b"\v Þ"¦CÔH¼¨ÃcÒ1³„² "
b"\x14 ÞöɬŸN\x19 •4W·=Þ^~ "
b"\x19 ,\x1A ¢\x17\v @À¿ÚYäa4®- "
b"\x1A £ÉŠ÷—F#šÑV\r <êÉ\x00 "
b";ªsHn…H\x0E ŽŠ m…Ó“ñ "
b"Wg\v [—Š@\r £J°òAËÅ0 "
b"Ö´}\x1E m©LÙ£yÿ³\x02 å±™ "
b"ÐÏ╦°\x04 ßH\x08 »ñ°\r ì[\x07 A "
b"\x0E ÐõmÉéBì│\x05\x02 ÀÅ~s\x03 "
b"\x1C\x03\x05 ˆ‘¢L7¶Ï<íšÂÓä "
b">öXY\x19 ÅM\v ¡ÃaoJX>« "
b"p╚¶ø±ãK6Ø# î\┌\x05 B "
b"xw—EÜÚJ€œ#›Apõ—Î "
b"{*¿"¿/O‡¾Ÿ}Òù¬s° "
b"³\e ÍAã”éªfj1¿, "
b"\x14 ¾X‡]ÇCµ¥×G\x13 ¡n±\x08 "
b"""
\x16 ÕäAS×A\n
’—\x11 Ê·\x1D c)
"""
b"y(x‚×uA‘´yN!e7TK "
b"äÏà\t ñØO(£Gý¬╣\x1F ¢ "
b"ðr4ìA5D_åuf(]┤RB "
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"\t §ÎàzÏG¶‚{Od(˜ù\x1F "
b"¼n®\\x17\x1D J ¹›\t\x15 6ö!¤ "
b"┴ı╔l│#BçÉ═'òû;< "
b"'\x0E Ëœ@ðMÑ¿…Ú\x02 Ó8”Ñ "
b";GMÜ\x14 CHJ²:\x1D )«;Ê "
b"V®’ˆF»Olˆ:WÙÒZ+ù "
b"É#╗"ôÇB\x02 à©▀╔WÿgG "
b"ÂË▓è©\x07 HØ¿_)╗º'$ "
b"ÒNwÍ\x12 áJÕ¹ô\x06\x08 Ÿ…€_ "
b"Õ\x08 eh£ÅG"¤ÿ”êµ{p\x0F "
b"â.~V¾ GÇ•E¦d\x1A é&Ì "
b"æ“Ȧ\x05 ïOjœòÒ¯¤\x12 1f "
b"$\x13 $Í°Ø@ü¹ÄE˜Õ§D0 "
b"""
*[uü½\n
G}▓k┤Ð╚9ì9
"""
b"g\x01 │57\x0F HµÉè└╝ÝéY) "
b"h¨W©ÛõD.³qú‰í\x12 ¨Ž "
b"~^”Q°:AV¬¿\x04 AµßB! "
b"Ó6˜\x19 5`HϽôˆ—®ãV\x1E "
b"\x08 ÞC\x1E ç´Ké¢Ê@^óÞšâ "
b"4ØÆ\x1A @UDé«’\x10 àøFµü "
b"<\x06 ÆÂoÖJ\x11 ░\x1F ÉH\f LÖW "
b"R\r ðLzˆE:·®¾m\x13 QøŸ "
b"rX^~gåKô¿\x0E U˜˜=È¥ "
b"€-}Á»\x06 C\x19 –:¶¢ÍdêÜ "
b"Êÿ*{ü‹K¦¨Ü+ÅÔ„\x11 i "
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"\x0F ¦ö<±▀Fo¼ü░¡R//Å "
b".\x02 ÒÎë;J=ž\x1E ¿ç Mí\x0F "
b"¹ã!§wxE¦‚N!HÞÙ3y "
b"“ˆ\x04 žŒÝNi¤>SÍPPÍ| "
b"¬\x01 ƤP_B\x15 Š\x1A StB \x08 "
b"Ù_!\x12 …IB°)\x07\x05 }¡<J "
b"·╗ÆãçYG┤ä»sxXþSì "
b"""
\f 2ƒ±4ÙK‚\x0E \n
)^pî\x0E
"""
b"\x19 /~A╠ÆD)É┐┌©*'\x15 ╚ "
b"\x1C Óv\x13 P8AL‘kQ9J¼5ä "
b"œ‚P2*_D\x17 ‘ºñÂøŠþ¿ "
b"├q╣ÝìãCÁ┤Ùzûı¥(Ô "
b"Ù\x15 ·Hî¤Né\x1E 1„füÑ\x07 "
b"(O•#ƒàM)‚Ö\v ½xe”\f "
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"""
,õøÎ4DF╗äfÅ\n
‗Øòg
"""
b"eN▀Âõ\x12 K4Ø«\x07\f G|q± "
b"º¡b\x08 GÍAb¨d\x03 ZK2\x17\x03 "
b"═▀ÀØÕnM2ø│xبî╗à "
b"\x07 ŠõÐñGK\x02 ±_ç^\r ©o‚ "
b"Öp–i³Ç@6˜,@\x0E >^³× "
b".ðN+cýKÅ«ýByú»jò "
b"Q}Á¡éöLn•\x06 È\x1E ŸSí\x1E "
b"ðÊÒnµ\x0F H\e ¹pZK€óVx "
b"A9¢'vBD\x1A ®{\v sZ\x14 ÂÄ "
b"ü¿È╝├fG¥┤öEv├¯)t "
b"ÁÑÀ¢”\x1F C@Ÿæî\x14 –è\x17 Z "
b"·w\x0F «\x06 ÕJ█óÉù} Ûk█ "
b",Ÿö®©;EK†×^ŠÂ\x11 ‹µ "
b"÷┐Ø\x12 ÏÊLä┤M¡×V¯D. "
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"$ö,’ÿêDÿµò„¶/ÆË… "
b"~&îÊØlE7©«U\x1E Ô\x18 þ\x0E "
b"è\x1C Xbe:C\x0F Å*ªYæÀ/ö "
b"Ãåâe#8F\x05 ¿EFÜAg\x06 á "
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"´xòSº]@œ¶I2SIËIA "
b"ìRÊï¹UCˆ‘pN„V\x19\x02 × "
b"¾\x06 ½Ò^nD¯Øã;G┤\x16 SË "
b"\x1E Ô3aOgG¤žÌ•ÝÑ\x02\x13 À "
b"«†1ÏÄFAá¿9Mø¾ËÔ^ "
b"·\x07 PA¬ëB\x02 €M_RS&ˆÀ "
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"Â\x19 ÌIÜuB¥ØÐı"\f\x7F à\x1A "
b"¸.\x14 yøHHÁ§ñU<½\x7F ü2 "
b"Ï€–"=¹Iȵ¼‹†Ð\x18 «† "
b"Ñ7q™þ\x7F Os¨¾å>·´/q "
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"$╬Ø}í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"'\v Å\x04 ùßHHç«WC\x19 ╝*║ "
b"A½ºóð\x1F J-üR\x1C\t *\x12 'Æ "
b" Ƭ\x14 w+Aº‘Öm\x1C m" Ô "
b"ðš“\x1F :ÔKåŽHM»\x11 ìHž "
b"\x1F\f ø\x7F ╝J9¿Ç±┐kü└Ú "
b"…S3¶\x0E\x18 Fè¼}b˼J\x16 š "
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")@Q÷UxNɱ«´êšà+¸ "
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",ÌÜõ±}G†–ñ¯‘Ý¿¦ñ "
b"Ibm@Ä\x0E Fõ´8\f q&Ã7ä "
b"ƒì╬øP\e KIöBbkìá9S "
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"3«e\t T\x17 MTô\x0F R‗³├Ø\x02 "
b"K|ì!ÀžJ\»»ÂèÅmw^ "
b"KÓŸ§ÙhL¡šÙ\x06\x18 ÿ⇺ "
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"wN)Å║ÅH¡ÑÁðmÆ×4, "
b"xñ?Ï" Eا–.wð;dq "
b"""
Ë\n
\x05 ð\r \e OS…ѽ÷+á•=
"""
b"g8mºlSK\v Ž«\x15 )n\x13\x01 ‚ "
b"º<ô9ÓùJP¦:µsí$ÁÇ "
b"ãJ½\x01 õ¯@\x05 ¶§ùñ¶\x17 ¼V "
b"=ø²eÚØK¼ù╩\x04 ù\x03 ¼ ù "
b"vµÍ>M·AAªÒµŽ•®Zb "
b"\x7F YÅ┤¹¬O@¿ºe\x08 \x02 U▒ "
b"▄áؤ\x19 ´Fmƒ,ÑF"Kó£ "
b"½Â\x07 w¶\x1C @\x18 ûüc5»\x10\x13 ┬ "
b"\x05 m=bY\x11 H\x1F –™6åÇ’Óí "
b"FöXt÷+IpøPØ▓9Á╗À "
b"b\x15 ÷“¸4O\f ÿå™ÑÙô’ "
b"\x16 a\e 1\°NŽæ›©_%(\e "
b"ÿf]¥ó\x07 N4”šŒU@òy„ "
b"\x02 ºÝÿaaC°”=nýÙ\x1D\f \r "
b")¼Í!êLu‡šYl"60ž "
b"?àààËùG”’böV\x07 –Ã[ "
b"\x1A æ<Û\x13 WMÆÅ¢j(╬iÒ╔ "
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":\ëÙ´TEýÉù_/┬\x16 k╬ "
b"╚Ju2vëFº¿/\x07 «┌\üC "
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"""
Îr@å§åD\x19 º\x1D \n
íkáÓ_
"""
b"ÕÚZÚ]J¾¬þ*7Œ/êª "
b"Ü\x03 ¡…«UA4¾¦´\x18 7\x14 \\n "
b"ü13\x19 4s@#…z` gô‚¾ "
b"_aµL\x03 }JÌ«)ïòˆKTŠ "
b"¼J░\x0F 1\x00 Aóäõ&ý│ñ_É "
b"pY±©¹ÅLV¼}H-Så×h "
b"rnéÆ[ÄG踕ÉZ\x18 hã] "
b"\x7F z';*ÿM‚–]ÅÎo_îI "
b"2=\x1E }\x14 ÛD™ãɉ3\x1F Ó~ "
b"oó’ñJÚD\x15 š\x06\x7F ÍŸB\x1D f "
b"Àµøƒ,ÞG\x1C ™‚uâó¥â« "
b"Ë\v =Y×ÝG·³«æ]\x1F á›E "
b"æŽA¯7úK\x14 ¶¤\t\x04 (š½6 "
b"í“°m²iF"b\x18 QëŸ‘È "
b"\x05\x1D ÍÅP@]±R\x10 MÅ\x1D\x12\x1D "
b"é┘éN╔ÉH~ɽ¹FòÚÀ- "
b"¡\x12 _åó§M»®ÓrÒ[?k\x07 "
b"ó}Í_ð DÄ»"^ìï›\x15 H "
b"L<¹`Å0BıÆ#+ vÖtâ "
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Ž= "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x090ECF99A0864B3E9DEB23162A79F769 , 0x1014BD6E81E249D7A9925F88A41B763E , 0x1D9869AB508F4F34A5FA43EFA9E0548E , 0x24F79E28FF9F4AA880EF8487FC33D059 , 0x2C55E7EAB84B41019AE184C4FA2CA083 , 0x4BD597DE3EF74DCD940FCCB2E70443D9 , 0x59260594F2184563ABD140503D570CE0 , 0x5BC4F976CB9D4C7083471725488E2B20 , 0x7AC7AC0862A7425CBBE0F65DBAF2B7E7 , 0x8D582AB0EFEA4598B64DA36EFD52FA92 , 0x92A8D96DFACE4488A1D1F81AB559988B , 0x972DEA23B1134A758C9DE24481F95A04 , 0xA754E53FD3504F59BBBDA328F55F9203 , 0xAB7E60393D5F4A0E8311092DBC773116 , 0xB04F4C8CA886451981DB701EA245109E , 0xB7E56DE57635471D8ABC61CA820D1A28 , 0xBB38D9C42ECB47B7817CF0B44BB4411F , 0xC954207282964DF8A642D877DD287F32 , 0xCD7643C8B613449381DEBB4447FEDBBD , 0x07DEBB30A3244C75A94F6D166F88AC5B , 0x315C2F5A4B5B4224A5F326143EE8239B , 0x339B1BC661EA43B8AE8D64507257D1C7 , 0x3B33ABACED7A409B9AE42446C55B662B , 0x3DA92939A4814A1F92521121535AF876 , 0x45EC7ACE5E85498AADD48B10033AF32A , 0x4C87136512794AAF973651C681F1F109 , 0x4FC0CF9720CB4A9086BA83A9E6EA5F99 , 0x6A3A8144796F424890817AFB379720E0 , 0x84578B0D69584C20B769C9C1098BB9DD , 0x8EA42F471FAF4548A3B1F31C957089BD , 0x945E7ABF72704559A94E436FC59EFAF7 , 0xBC91E661487A42B695A37E0F261F7B83 , 0xD437282A65624C50A0A4983B30ABE2CA , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0xE0B5A636A7B348C497ABAB83EF082720 , 0xF9407D59B16446BBB9D019737A82E6A6 , 0x1CA8B793ADF54B8BBE5543AB753D9754 , 0x1E5DB8B5A4D444B595ADBBCF698F8439 , 0x1FB687810F5C4E7C9E8557CD72DDC7FE , 0x46D54094960148909EB9962D1F795608 , 0x51B9BEA8E3584611A011AAA90DD8E8B6 , 0x5E2AF49118E140F2A936DFE803E9203A , 0x61BE27B5555641EAAC0A69B8C1202FC9 , 0x64ABD52658114238A38C8F97842E048A , 0x757FA0B09BD54BB8BBD0853B3E514829 , 0x7D7FD98627EC4CC19C0288E8D3EA403A , 0x7FC18672CFAB4DD58FFABE07E4FC8A70 , 0xA2E650584D824A3BB2FDBE36112F9CAC , 0xC632505AB1504816B681DF1A0E7486BF , 0xCC8CFA3F772C497C9CE313E1E13FAA6B , 0xF146F9BAA89B421D9680E596023A7C83 , 0x05D2EF2938734387A4DCAEA7AD5DFD1F , 0x2AAD5A0797B049DE861673AB81EB7645 , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x65864AE9CECD4A6B9F4004E9A526B12B , 0x78BC995E99BB499BA8828E5D14FAE195 , 0x9EA2895DC6AE4003A17C98073FF88736 , 0xA6BD96DF87C44BB8872E025FCFEC01A2 , 0xB3F9A4D83A76441E80C4C9AFB7C2D2F7 , 0xB61FE5D2E6FA42D88AAE49F6B029BF80 , 0xEB9004D598104B6890DC9D1F165136E8 , 0x1614059C2D3744B7B928426149F52D35 , 0x257C6F648E984891BB03AE5DC20EC931 , 0x2A96F21B13AF4747B19E20E49C78A482 , 0x326F7144812A4041863D2E80A18DF61F , 0x40F6AE8B7B3C4BA68905C850EE0FAD46 , 0x82A28A41A690434A890085A599A4A05E , 0x8323BB3CBF7E476D9181546F03E54D88 , 0x8EBE8FC2CE074F7E98A2396842A0DFF0 , 0x92C5590CECBD4B55AFFC62417F2513D0 , 0x96EEF198E1044845AC4E25C06C23A952 , 0x98E4092F20D64E76AA05140387BC1851 , 0xA13C8961AFFD4D85B0B4977A5D7FD760 , 0xA8982897CB344B8E95C80AED62A1D76C , 0xB15D97F427134008B54D49FE102ECEA4 , 0xB4AA305168CC40598EA64E57F803540D , 0xE1009CB43C5847789D8EB7DAA2E361DC , 0xF032B2177EFF4CB8BB3EB9A100DD1D2C , 0xF4C1942E0F9E4704AEC22C8C07B90C35 , 0xF5027935F1CA4231A6B1102F99AF79F2 , 0xF9B35481025D4124B07DA90D00AAFA90 , 0x1509229FD66C4488B52EB9A19E8F009D , 0x1D8DE80F25684AA2AF2AD3C0A6F941A5 , 0x23A22633E5BB41ABBA4D6CDB84911EFA , 0x24C09165070342B3A28B27B48C6BE46D , 0x2E7AA1A642344E5694A1890FA4F889FB , 0x42A32017AFEC44B4B2A1BA8B34BAE088 , 0x46F33B96F65341E2901ECBD6EBFBF6C4 , 0x6EE14C51D71C42728A297780BDCA5191 , 0x700A706E9E96400B8388A3E01FBA499D , 0x8EC4B68BF4104CF6823EB52E0D75E1A4 , 0xA30D69887DF74BC998423BBC16F5FEFD , 0xE53F29AB56834D38998E50201C44BFA9 , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x3BE6F68F1C92416490DDEE373604B101 , 0x44FCEBDC815649688E10080E8AED4472 , 0x519D4FC228A54A5492F26DF06CB17B21 , 0x59C88B56C0BF4333A456F42FB72B40E5 , 0x637DB4BFDFA142D795CB6F136AE7B43B , 0x67D0884AB2044CDCBD7DE3F9E5604795 , 0xAA94CF2F8F874BB09D1540FB48ED581A , 0xB8F1CEEE668D44AF8C7F66504D238F46 , 0xCE2141724D8C4CA98607D8477CEC11FD , 0xD56C3E94DCEE442B823ED867758050CD , 0x07DF51D1110A464B9E4A4DEEAB22AC45 , 0x0E06EE75D56740B1A2304C39CF7D7D2C , 0x196DC334F99849B1AC3953F4E76F2B6E , 0x36E38225718440D6ACA8F3615E8ADB1D , 0x697A63158F754B29A9578E31003F9E5F , 0x7AB04AFED4C8421AA0CF05015EC3F2ED , 0x875A61F90DEF4B648AB8379F8B13902B , 0xA4FF1CCF69F44D1B8F5D8FFAE19A3308 , 0xC65741219C9F4A11929F7D14E5FEA689 , 0xD38BC6408C3046DC91E50E3DDFCC64A8 , 0xD6AAD2F350FD43DCB4405300060EE072 , 0xDC0351F576C644ACA5873AB5E156C8D2 , 0xE4FDBBCF83F443B3A25F6526564C2ACA , 0xE698C3E4468D47AEA2DE47711C39B622 , 0xE93024FC6253498FBC739FA1AC15376E , 0xDA028949713746CBA9C163A1886DA733 , 0x138F6D52EC644994853D99EE77EA5DEE , 0x4ADAAFDDA95942AC962C4A58C3FA42B9 , 0x530C0027D03F42018909649D96A61A91 , 0x89CD18D841634FD394F434173E9A0A5F , 0x97226906DAA142FC88710724486EAC1F , 0xA11AE7D99A94428EB9B05AB28F558ED3 , 0xA5827E81D2E845288C33365E366400C0 , 0xA6D887C663224D72A88384E87B1505D8 , 0xB62516FD6E4E4363A96A9F04F68ECF2D , 0xC144F9D33FF94CE48C2904B98F04AB4B , 0xD9A3D8E1290948BBA431390C0E11578F , 0xDAD68FBBDA74403A8DEFA70A069F89E6 , 0xDE3B7824A8084DDA8A4D840884FDCAC8 , 0x2E044668A871416889CF93431C0EC043 , 0x4B87025D74E04515BE617113E1AA5DCA , 0x5D58139F323143949D5033C570652592 , 0x6D4CCC38893D47E3A4C4F4863F5CE820 , 0x86DB2148751145009944BBB68AE4A505 , 0x88DBD1C418144BC7ABE0A2960AC13F89 , 0xB84036565E0245C3A7CF310AA4EFA5C1 , 0xC2DE95E29F4C410B8AE5A994BB69ECCC , 0xEE384EB1A2D747E3B0972198EFFFD69D , 0xEE74D183B8DD4C11825F7FCD4C7ED5AE , 0xFD755C56B6DD465D8AD1B27D1B1CBBAD , 0x183679A03E1E40EE8B6F6DB2EE1F5751 , 0xC7E5CAC41FEE4927AA6E8AD9075F4C84 , 0x1B885EAA57E14F97A034CF00DA2CE1EC , 0x2D0053BB91F84F10A5A3E088B1A41D0A , 0x66976B4781D34091AD9ECA8E747E4089 , 0x795684F8266F469BBCB6180CFC935A73 , 0x7A698BD34B944829BD1C5EACDE3A3ECA , 0xB02A7E76A31C4B0EBC5C5F97F3C59602 , 0xFD06C8AFF86F4E1089F2B3DA839C0431 , 0x4FF2258645A045B894BF9FD5186D26F3 , 0x01CB4DC1EB2D47CA95248446E40A55B9 , 0x0BE96D66FE6B4AAA8E4172F3009FCC31 , 0x0C0A94BB26C0468DB94464DCFEBC53E6 , 0x123203A30BCF425DAB62AF6C497C5DDD , 0x58F2B46867F24015AB777561B3108555 , 0x67484191754A4AD49FFA78D2774A5BF8 , 0x7B2F734E1A194A62B3AC07E68FE3EFD5 , 0x9DFA43182BD748788AA53E0193F66B13 , 0xEABD5F4B379C493BA4DBEBA7129EB53D , 0x031A23EBB76F485CAE57DE72C2D0AD81 , 0x04369459BDDE40D99608070E79EB7703 , 0x12264A8408574062A8E1150D2D9E981B , 0x31BA7102BC84490787C7E1E6D9C766F5 , 0x694C49F9413A43859C3CF6C4EA94C40D , 0x78007B91ADF54881A2478638C8FEC522 , 0x85E557648C1540739DC568DCAD8FB53D , 0xA3DF8D068BEB40AA8F8E619653FE7E5D , 0xAAA9A57960AF42CFBF270A3F257DCF10 , 0xC05E4F8F553C449F81030F0F5B02E990 , 0xD70EE8DEC22142A58EC9A321DD128D0E , 0x10242E77598F45118BC1B3CB8A18ABD6 , 0x12DDFE82013846089BCD32B4E00B98DD , 0x174D380F1488426D866F994FE66483A2 , 0x278FBF54998B42B7AA372566D4C125F5 , 0x3A3C65C7825440D7984B1010B9D4B962 , 0x71DF5AAF338C452D95A18F04584FC71D , 0x826941C4420D4114BB37F1CFC77CA5BD , 0x9A115184C4474A7BB0DBCEE108C82A4E , 0x8168793BBBB84410A6F83D2B68FC503A , 0x860634E944F9419DAE4920D474B7F98E , 0x03A3E2B4EA7D40D2AC2847A89E374648 , 0x1A8E25BF86464CF9BA6A46B7740F51F5 , 0x2A34E4FDB0554071A448688080CB413E , 0x6C472E234F854363A5F5C47AAE9A4725 , 0x6EC6EE8AEE66476BB1351CCE31AA5EA3 , 0xDCB6DC0255084960BAAA6A6853CFECDB , 0x56BF89D910CA4B4185AD674FD30E1130 , 0x8D323E3B107E4A378AD4A583CD3DCF0A , 0xC51279C4CB0D4736A1FCE4FFB845AFD9 , 0xD26AE1672D024CE4962F8D3C28D0FAB7 , 0xD3D496AF0B214153ABC7A2FF06382637 , 0x557DA99667164040B3E53CCB396EC5DD , 0x8B80BFA24529454B80179238BFDA5AFB , 0xF4F7F6444B6F4FC1A6D9A9AB602D161B , 0xFB053460FB454E87B2B8873998E2C269 , 0xFECCD059A3F0488DA2FDE46947523AA8 , 0x0134C78B2B7043E580A980BEED6BD323 , 0x21214FD6F00640A18E50EFD0F1D767A9 , 0x21DEBE7B34CE44E98030A64F5B3532A6 , 0x766883B264D244B7B0561BDEBA81327D , 0x777154DDA2864E4AA7561D8242F18262 , 0x7AE894171A8F47448FF74F722EAB3CED , 0xE0AF17882F8F40AFA6806EB02752E112 , 0xF674B00E68134816A31A6B3CE886D56F , 0xFF354490D6844773BBF71AAAE623AB57 , 0x319F93F69CB34EE99AB41F4FA455D450 , 0x54EB61037D0C46EA913B305D18423CD7 , 0xAEAC074DE6CD418FAC4E2C94F2794C21 , 0xBA44AC010F1E46EDBDAAA2AB77AF47EC , 0xDA2CEFDACF6A41E4B8E89E48A78500BA , 0x2664E0C289AF497CA35A8152226FAE30 , 0x2FDE441FA183467E9D5A7F09CDF4A94E , 0x5CB185A1DCF84F53BDEE7B761E0706C6 , 0x7693878D73464124822F453ED85A9AD7 , 0xB06779DDC549402090099617A1AEB28B , 0xFAA995BA97EA4A7693F4C0FE39848C4E , 0x139DB56CACBA45F18BFDB37D3C435628 , 0x2101EA98A02B4E3299DDDCB210004720 , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2F1D9683095B4BA8AF547BB2C6541BCF , 0x665AD93E2294470FBD676A592CB2AA16 , 0x6BA717E506AB479389E45C7E9E9BB14B , 0x6CC912B15A6F4E88ACB9AFE7DABB571F , 0xB537AB59F0124252BF477DDEB68459C2 , 0xC3064E49FD5C498A85ABC8E86CEFDEDC , 0x0A2059497A3B4F16BA8D18FC06DC7097 , 0x22ED751DB6824D2D8C1E90DD1E9AA1FF , 0x2442AAFDA35C4769A5432392CE5F1231 , 0x58EA8C9B2BD24B7386E411B41A3F4C0C , 0x62D404467C89420EA8C6679B558F6EB6 , 0x64545CAEC84B4E7D83E9A9C0ED41CA66 , 0x6DF1957B402841BB8CB621BF1977692C , 0xE3CCD041AA954F16B53C04954E0C3F0C , 0xE73CF2C5D40B4943979DFFF2F9619C86 , 0x03E466255A3E4A0C9C4253EEE53D9D7B , 0x707344B13DEF4497B7784A2CF2765D05 , 0x7CFDAF96D5964159B96FCBC781C480AF , 0x7D4EC46B4E5C4DAC8D3292BD20B8743A , 0xB617A54E02F543659F58E1A892447281 , 0xE36E263AFDE74A8A973AE5D448C19AE2 , 0xE5C7EAF0B85F431CAFB91CC1649F528E , 0xF3FD608931B249B79CA75F11EA79598B , 0xF68036D5EF8947FC83A857C8E5B365B9 , 0x480CA046F9214E1F9E08E5F17B4AAF16 , 0x4CF097A6F24D4F3C9DE9FBD97A0A4B81 , 0x5E564C71CEDC4C7B80B55CEC0257A97B , 0x706FB0CD718A4F99B62AA75EE6F50200 , 0x95461F02601948A7B2E4DAD54A46E64A , 0xBE37BD8C203F4CD8A2BD68BEF06B795B , 0xD2AB88DAB1364CE4B66A230D19187A9D , 0xE55C608412CA4B0E9F61405A7F91137A , 0x25215D68FE5B4221AF95D88FD37EEF42 , 0x60143D329D2840EBB2B77C695511DA3E , 0x6D336F3AA4C6435EA16D0D714B7935F4 , 0xFC89B3F73A4A4B31AA3841F01AAD9CC6 , 0x1F4D3D3413094C8CAD6B730B3CEAD241 , 0x25F6A6F8BBB842A3917358F78A80A9CB , 0x2D92486CD12A46098AB21DB22F8B5028 , 0x4A4F6E5364C74E44B68338673342440B , 0x6242B122469D4C22A4DC9144A2A247FF , 0x8041DEB8940E4975B5779B823F0E2727 , 0x8E7C49FD240143EB8E91F2B3F5144D69 , 0x8F0A0905EADE4D2F84F8A6B4B2724160 , 0x9BD1C86B3E574423A9B895B88974D78C , 0xB29C0A26FC9E4228AE9835141A02B0E9 , 0xF1C97EC7FAFD47C98EA0E756F26235F7 , 0x125305BF6C434B5DA217712B237E52D2 , 0x1E90514A1DE94118AA3059B506AF82C9 , 0x7B9A87C465BB4F51B5FEAE120234AA76 , 0x7E3586FAAA274126A9FBE70F4219FD3E , 0x872C15C4B07D4DC381DC1A26BB47CB13 , 0x8C0AC1834F6E4B5F990DD550FE32373A , 0x1D98088B5B01404293557E22CE0FDCA0 , 0x380A349EA0AF4A61AF5424499A5F3AF9 , 0x4857259351D14361B8075F2462C0D3B9 , 0x5950F11571694204B79698AD079CDF2A , 0x94B56547305B437190627E3CC3C9CABE , 0xBF41E7F33DCB46229D1802F7ADA076C6 , 0xC5AA2F29367542E2ADB9C37739AFF9FD , 0xD718423EA8614154A19FA5A657FAE9E9 , 0x75C48FE9068740BF908F144B9894313A , 0x80652B2CFBFC449C81CA62011FD82B26 , 0xF8B1DCC8785A4F6B8E5BAACC4F32DF8F , 0x0A2682BC81D946828D448D117DFCC0E1 , 0x1A33942D38134909BEBA11ED4DED25FC , 0x1CE01CE33F124078981C535FE1ED34CC , 0x26F71F25F88F425C8880370841E17DF2 , 0x32016D4C32FF4D3CAB07E1A899FDA55B , 0xB3F05894FEAB4F54B2B1AD34BD0758C7 , 0x207FE20E8007442B8799509B34816DDD , 0x3B2579E559504509AA60BED8027F45AD , 0x444F0B2134C8439BA48D1822A71AABF8 , 0x44D178637234442A868583A73A266674 , 0x588F3CDE79FB40528AB8A57664178DE0 , 0x58D9B6CDEDC94AAE96B7E940E932EDD2 , 0xEC1A3737B19640E58CFC7149AD4B5FF6 , 0xFD5AB2CACE02448A9F8275D10C6E99A8 , 0x0F9AA6BE90D8449FB54EA017B5478777 , 0x1EFE6DA01AB34454A931ADC742026184 , 0x21C02EFAAD874DF58240288777FAE6B5 , 0x258E9E370A1B496EB994744BF8F06CA3 , 0x4E7773B2834E4D0CB4F23570B99FF4D2 , 0x54C288E9EDB140CF94705FBB7109CAD7 , 0x54E61081B21641B49B2734745A4F51FF , 0x5CA58877ED804B1CB41AE3764F872788 , 0x6556304E9B204E86BD3868B7B4ED8919 , 0x6F77CDF64BB14C6CAA4C72A1BFFAD0EF , 0x7553728445934145B9957F1F0C817E55 , 0xA1BC636F48BB451CAAE96E0D88985883 , 0xC7232223EAAF44C1AC1D43877A7E8531 , 0x49D14B5446E04D3D98EAF9AF0DFBFDD8 , 0xA1303044778949A9B26B65F07B26A4D9 , 0xBF6EBB8347FD4B3CB9442EE13221D830 , 0xFF154898925241D39C167D3E381B19E0 , 0x0DB6E9B9D85642C2AEF471B1E85C39DB , 0x388F92E7CA5349DC9A8F27A3DF9B2233 , 0x3FC0840C65084CADB7871A26AB3F1945 , 0x668F360957244E64B82F82E0737966A1 , 0xA0C739B3F93D484DA842D2ADA039A360 , 0xB64B4B33607C42A5A3909F3BD840FCF5 , 0xD22910E8A61C4B65BC6B486D8F5FE6F9 , 0xE919F6D050AB4A5BACE6B3C63873B58A , 0xEE484C62B6B24C9BA3BD268D4EBF0C36 , 0x5CC2BE0E7DB8438F9E43DFF888E8CFB4 , 0xF5B9E3BB4D69471A96DD154D7B593870 , 0x1011BFF366AB449D9D8EDBC94F216BF1 , 0x47A2E85279964F74B4CB230F21BE6D6A , 0x4D13922344A8416496187E4801F7E9F2 , 0x717F6E2064CE4685986A1AE7978E060C , 0x95D8269B384B426BBBE48FBAD3C62480 , 0x9E90F263ECAE4DB7A6D361557FC26E23 , 0xA398A57FC64F4A128D190F8972857131 , 0xD64397F6ADEC40889656E1D7397CC8FC , 0x1D27174D31784D5F9D83480432F039CD , 0x3F230E2BDDBB4EE0BEC2DB27FBD8C86C , 0x54EE421D66334C8B8E31EBA9612C7299 , 0x56B765E5A67D4E75AFE13740F74A8222 , 0x6E1DB9EF717A47518A955F665E1C26B0 , 0x90F0B00AAE5D4E3C8D36D4B6C8F25CC4 , 0xAEC53663932449089A9E2921296E0ACA , 0xF040874B3D5E458680B4B8F175655885 , 0xFAC785E85CAF4962AEF49A2F9D76CD08 , 0x0583B1861D2B4801B2BC53FD1D3F60AC , 0xA1201F514A5C4CA3957E51732EB1BD13 , 0xCD95990FA74E46209912ECFE7A4AB83C , 0xD1A208F03A07481DA8F464CDBF82BCCE , 0x02FC26210CFF45AD82E8E4F00617A145 , 0x45A969DD5EC844CF9A60CD5391765D06 , 0x5F94917038A14E77A077A30D78CFCCAF , 0x71C85FA560664B53920789A485C95AAF , 0x74397F15E7F24295862AB106C605059D , 0x8071D7C862FA4DCA8A170773CA5692D3 , 0xC448A05206214D3DBBBF9E8732161B6A , 0xC7FEBA375C2B47B8B4B25BFE54EA25BC , 0xD7B751BAB2ED4AB39C8AD735B5BE7B1F , 0x1F5698B23D76438B9CFC62BE4C2599B5 , 0x20AF87FFC1234716A7A9F17D667EA62B , 0x2465065CB9194705B5B3587814208284 , 0x9187C4D43C484AA3888592A97F540896 , 0xBF5FC7E9D9794E84954EA0C12A1E8490 , 0xFB7B29D71E6247EFB0E9ADC4C9AF9DEA , 0x157DDA803A6D4F119466AD826DFE797A , 0x20DA59E40582497E950AFBA8CB625386 , 0x78792E21330E4A3A8D015FE5106C9873 , 0xA97FC32248A84D59AAFA0F9E0CB8FBAD , 0xE45A05A05D9C445988DF149F511C1302 , 0x230A32DA155343689C857133F188850C , 0x72A334668F2E43B7B118EFD856D25F00 , 0x394F241980214B10BF086C42FB7B69C3 , 0x3BB8493BFF3940B4A739F91A8F9B2F5B , 0x4DFD7CA34557426FA314E5ABB9221071 , 0x60FFB932F5D04ADE992DF91FDB174261 , 0xA1BD464C9ACF498F800567C81358476F , 0xD380BF79DA6A4F12AACCCE150F44794B , 0xE1BB5D1D4B514F02A683F526C18DA0AA , 0x5821F21CA38F4A2D99FDD49AD202518E , 0x08463EE8B11C474CA54771FEFD7905AB , 0x2C0832C39C744831B76E04957FB49DFA , 0x34C6B5A3D5734122909B66C7A0542753 , 0x5A4D311211CA4030AF3741F142C6F190 , 0x81520C614F26409AA80B0ED8B5B34773 , 0x969D68728BE94B5284144A7589E439CD , 0xC95C36E5D92448B284406762AED2D30C , 0xE5D21A2180D34E5F96257EE1219335DA , 0xEB432B4BB6134B94A1570CB5D23EB6F4 , 0xB58DBBD86D444400A2F73C9DAF538EC5 , 0x0379E99907BE44D5A3E40AD989FECE8A , 0x208F0E6ED132448B8AA30463F91F24A5 , 0x570D52C85E674A81AB261F0B7541AF0C , 0x68AE4E1C339046E18BCF3FC371D94591 , 0x984FD7508C02469B9D113B4306190EF5 , 0x9DEED399CBC44F95849100C848F08D49 , 0xBE34AD835D0A42A8BE2C5C9236230FF0 , 0xCAFF4AFE755A41BEA7EE6EF34C7D5F13 , 0x321C9F4786D741F891C25366CCEE4C07 , 0x51CBA519044D4D22A30E63CB9E0FEE9E , 0x6934C5057B5B4460ACB2640962CC8CB6 , 0x6A8C69CA030B4401B1FFF1282A917341 , 0x805D7100B9644A998EF2F4885BDC03C2 , 0xC0B5B75DFC3E467A896FD1E8651093D6 , 0xEC98BE68602B4AFF892BF5A186AA0388 , 0x0EFAE85A204C46BF949C302016CA0210 , 0x0A19AF48290F45C895FE4170E1A3B56B , 0x22E289C190DA4A23A26E35955A80AC6E , 0x61A026E641734085856CBDBDA3F26A77 , 0xA9084CAE9CFB4BC59B30E4F496622D96 , 0xD611344F58E346ABB71292D282BFBB03 , 0xEDF071B652D54D52BD93C0FDCDA83AB2 , 0x3856ED02BD5B4D998A7204AE9C1E5EDD , 0x53F240576FBF49308AF08B5EDCB73BB8 , 0xBA53B11ABFB04D719503D3D798060E2D , 0xC538BE94A29E4F51813A4F4084EA8091 , 0x096A6631F31341EE845235A6FE6970E5 , 0x0F4C9D60363847FCADCCA9C0D62A94A0 , 0x7C1FC647DAA241E2827A1BDF02B2920A , 0xCC4253269CF64FF4A11DE30153E2D54A , 0xD7EC0B7E086845ED87845EE343CAAB89 , 0x374479ECEE0043FDA9A8BEF1A2C848A6 , 0x59BA08AE621E4AC19516C2A49DBCEC3C , 0x5C92AB0FBDEC4E0BB81402AF5C6B2259 , 0x5CC29DFB14F1476BAC96B1CD0C4616CD , 0x772A9ABEBA214F09AE2B63A468D1DCC8 , 0x8DE0C681D2074CB79D9709E92E0B9326 , 0xC8F549B1ECA3497CA5CE7CC8304328E7 , 0xE53E9697B981486ABDA84524E3B2593E , 0xB0520D34B1354844ADA66FD50A444E4F , 0x6799721AF2B5418DAD4E026DC9735696 , 0xC1408591251E4D0391B1717F7BA4A077 , 0xDB2DA845F5874F46B5BCFDA5B0139E3F , 0xE86551FEE8E3448C8075F5AFABC43B08 , 0xE0BB53216ED048C989D3A2F3E25CCBBC , 0x1AA5CDDA274844C6825DCE9F1F13FC3C , 0x25A716AC6F6F4434BC8FA99ADFD8D5DE , 0x6E69517BD2AC4A56AA2A865B00C00DBD , 0xC0158CBCC67A471699B92DC15D66D967 , 0x0ADA7ACC21A44651B54CAD7BE0070B19 , 0x1909A4253990484997F2FA28DA87B07D , 0x4CE7D93889EF41048A3E2692961BD52A , 0x7DA6D8B0381845E19F21CB81CA36683F , 0x826F40AC931C44C49A64C70B3893A988 , 0xACB41DE3F5C54786BCD0482CB08764E0 , 0x673F49E6ACED4BB2B27F461415F961FF , 0x730C4E6CFAEC4608866016530F10171F , 0x75B4D92DD01747FB919B13A935CE2F81 , 0x8AB620378EAE4BB0A9E99FB93175EB75 , 0xF84336AD5D894BF3811E78C0E1A6FC77 , 0x3A2ECAC883584ADDA7B54A59D7B7D803 , 0x7015A649EDD64274809B73FF99BB91D7 , 0xAFD8E8EE67BB4283827BE47438F48DE4 , 0xBB4251209ED1490F9D03FDF9EC1B6E6C , 0x18BE7CF0B92D48889DD3BB1854E4CDCA , 0x1B1A132FCE824F928C0AD3CD17805D79 , 0x9F714D5179864A7B9B2AE0660BCFF1B4 , 0x01B2E30C89744F45B2534B7DD5F18C82 , 0x0732FBF45D254BC7ABD58FD3497F02C0 , 0x4503EC56BCD244518D3C29CF63AC51E3 , 0x531BE4063396417889BA5FDC17152CF3 , 0x85FC64165D694EFCBF1D50B593A297CC , 0xA9A1E00DFD20402FB2B4E7E9D8C14216 , 0xFEB77885C5FA472BA8AA8ABF3A78E658 , 0xFF317B27A89F465C881373037D521871 , 0x866C4BB5A7A142FDAE1EE734B8D31D9A , 0xC13C73C72EEC4D3DB0347FFD66A19A55 , 0xD609ACEB6A4F4A15AB60B48C55E82848 , 0xFC83621B17684DE789AE156A4A9AEB44 , 0xCF9F946D32234B6EBF64B8DEADCDDA86 , 0xD63DC8750B2E423989A1B5F7A88AA650 , 0x217BA013E364440A9A327A4E1DD8282E , 0x7BB821ABEE41492583B487D98FD5BB2E , 0x9F993424E0014ADD889CCD8F75CE3844 , 0xDF7D7EA3FF344820B5033E058AE51EE6 , 0x2B2F0EAEEA0642E7B50AD25CFDF52DBD , 0x7B4B034BAA354A58872FC47613EBD40C , 0x9956B2309CD945059C4FA6F1D89F344C , 0xD28334F65435474B81DCE6AB230A4931 , 0xD9A432150F1349B39EE42E59FF19E53B , 0x0B8324A938144AB2BD0BC3824C6A80F2 , 0x26C74E69A6F34705916F30D4F6C1CB77 , 0x3151E3483E02444DB3D86B031FB48B47 , 0xAAFB189D6A104BD8AA48D0A2171E34DB , 0xED0FCEADBCC04E4BBFB87AC5DED72C93 , 0xEE7DB88CCEF04A3A8C871565A0FE92E1 , 0xFDD50CEFA9C1459CBD58C5297CA0AB59 , 0x033EDC8C4A734DE1A794780313B49841 , 0x0E5336CAC0A142D985D85DEF15144353 , 0xBCA0961A06B048EE99AA2A8BD68A196D , 0xC207D906D5C2417CA3D2DB546C4D2E6D , 0xE1CE1A451DE94739A2162602611B9953 , 0x064D25A1CD144027AEDB8CB5D75FB537 , 0xBD164C6D3F3E4D94AB0941C0683CE02A , 0x57906D7401234AF8A8F358172C0E8293 , 0x70B2C0AACD234F26807DEC186FDBC94F , 0x87AD85EA1EB742FBA75B7F8177246D3D , 0x8E87DCA072234CEA9881BE49C0667B50 , 0x9896AEBF2EF74924BD66A2F9209CE92E , 0xBFBA554C7AEC45A484CCFB952220C8D5 , 0x5D727D6F14EE462CBDEB2087AF2A431E , 0x126E5DB2159C43FD85ED44C2250205AE , 0x655BF99B0E44411D869779CCE5F6676D , 0x65E1A2BC361B4C849DB2F418D60B9FA1 , 0x29D80BC025F24B33813DA4BEC058CADE , 0x41061CE1C65945419E6A6C7D1EA4DBBF , 0x492B5F66E13B405E9931326F53391379 , 0x0BDE22A643D448BCA8C363D231B384B2 , 0x14DEF6C9AC9F4E19953457B73DDE5E7E , 0x192C1AA2170B40C0BFDA59E46134AE2D , 0x1AA3C98AF79746239AD1560D3CEAC900 , 0x3BAA73486E85480E8E8AA06D85D393F1 , 0x57670B5B978A400DA34AB0F241CBC530 , 0xD6B47D1E6DA94CD9A379FFB302E5B199 , 0xD1D8CBF804E14808AFA4F80D8D5B0741 , 0x0ED1E46D9082428DB30502B78F7E7303 , 0x1C03058891A24C37B6CF3CED9AC2D3E4 , 0x3EF6585919C54D0BA1C3616F4A583EAB , 0x70C8F49BF1C64B369D23208C5CDA0542 , 0x78779745DCDA4A809C239B4170F597CE , 0x7B2ABF22BF2F4F87BE9F7DD2F9AC73B0 , 0xB31BEF8E92CD41E394E9AA666A31BF2C , 0x14BE58875DC743B5A5D74713A16EB108 , 0x16D5E44153D7410A929711CAB71D6329 , 0x79287882D7754191B4794E216537544B , 0x84D88509A49D4F289C47ECAAB91FB6BD , 0xD072348D4135445F867566285DB45242 , 0x6D9C9F00E84841C6BFA90DF045146450 , 0x8AF8ACE84F594A15B224C8D0E093256E , 0xAB670755824F441BACEC5187CD8CF80C , 0xEAED4DD3286040DF9CBC5CDD51651870 , 0x09A7CEE07ACF47B6827B4F642898F91F , 0xBC6EAE5C171D4A20B99B091536F621A4 , 0xC1D5C96CB323428790CD279596D6F33C , 0x270ECB9C40F04DD1BF85DA02D33894D1 , 0x3B474DDC1443484AB23A1DAD29AB3BCA , 0x56AE928846BB4F6C883A57D9D25A2BF9 , 0x9023BB229380420285B8DFC957986747 , 0xB6D3B28AB807489DA85F29BBA72724F0 , 0xD24E77CD12E14AD5B9F406089F85805F , 0xD5086568A3C54722A4FF94EAB57B700F , 0xE22E7E56BE2047C79545A6641AE926CC , 0xE693C8A605EF4F6A9CF2D2AFA4123166 , 0x241324CDB0D840FCB9C44598D5A74430 , 0x2A5B7581AB0A477DB26BB4D1C8398D39 , 0x6701B335370F48E6908AC0BCED825929 , 0x68A857A9DBF5442EB371FA89ED12A88E , 0x7E5E9451B03A4156ACBF0441B5DF4221 , 0xD3369819356048CFBDF48897AEE3561E , 0x08DE431EE7B44BE9A2CA405EF3DE9AE2 , 0x34D8C61A405544E9AB9210E0F846B5FC , 0x3C0692B66F994A11B01F90480C4C9957 , 0x520DF04C7A88453AB7AEBE6D1351F89F , 0x72585E7E67E54BF4BF0E5598983DC8A5 , 0x802D7DC1BB064319963AB6A2CD64EADC , 0xCAFF2A7BFC8B4BA6A8DC2BC5D4841169 , 0xC460C2B98FFB41DAA691AE09C3AC5405 , 0xC764819CA3A044D4B4CEF52580B01D4C , 0x00E80D83F9FA44B09AC74268A1BEECBE , 0x1FCF647229B44C2DA2C9F513447CF2A8 , 0x45A3C7A8FFE64FAEAA0445D60DDB200C , 0x0FDD943CF1DF466FAC81B0AD522F2F8F , 0x2E02D2CEEB3B4A3D9E1EBFE7204DED0F , 0xB9E321A7777845A6824E2148DED93379 , 0x9388049E8CDD4E69A43E53CD5050CD7C , 0xAC01C6A4505F42158AAD1A5374422008 , 0xC3995F2112854942B02907057DA13C4A , 0xFABB92C6875947B484AF737858E7538D , 0x0C3283B134D94BAD820E0A295E70EE0E , 0x192F7E41CC92442990BFDAB82A2715C8 , 0x1CD376135038414C916B51394ABC35E4 , 0x9C8250322A5F441791BAF1C2F88AFEBF , 0xC371B9ED8DC643B5B4EB7A96D5BE28E2 , 0xD915B748EEA44EE9AD1E318466FCD107 , 0x284F952383E04D2982D60BBD7865940C , 0xAF1E8963545E44CB8769B1A4E361E90F , 0x5B1B45047E524550854C6D3A1C8447E8 , 0x610661FDBAA2476DBBBEADA06AF18CFD , 0x9FF51479B68D44A59DE709BA44B9AFB7 , 0xD0F61869BA5F45BEAE4E6A96F710CAE8 , 0xDD99B4EC033E4373A06EBE9CCA2BAE97 , 0x2CE49BD7344446BB84668F0AF29D9567 , 0x654EDFB6E4124B349DAE070C477C71F1 , 0xBAA1620847CD4162A864035A4B321703 , 0xCDDFB79DE56E4D329BB3789DF98CBBC7 , 0x078AF5D0F1474B02B15FE75E0DA96F82 , 0xD6709669B3C74036982C400E3E5EB3D7 , 0x2EF04E2B63FD4BC5ABFD4279FABB6AF2 , 0x517DC1A1E9F64C6E9506C81E9F53ED1E , 0xF0CAD26EB50F481BB9705A4B80F35678 , 0x4139A2277642441AAE7B0B735A14C2C4 , 0x81A8D4BCC36647BEB4944576C3EE2974 , 0xC1D1C0A2941F43409FE6EE1496E8175A , 0xFA770FAE06E54ADBA290977D20EA6BDB , 0x2C9FF6AEA93B454B86D75E8AC2118BB5 , 0xF6BF9D12D8D24C84B44DAD9E56EE442E , 0x31C8128CDA4D488C9C29A3AA5BBFA5F7 , 0x3567C521325A4F58B7A5EB0D0E956765 , 0x421DAD754191483EA9D4262891AFA92B , 0x647B53130F2F43979996386B078E3459 , 0x24F62C92FFEA44FFB5F284B62FC6CB85 , 0x7E26EECAD86C4537A9AB551ED418FE0E , 0x8A1C5862653A430F8F2AA65991B72F94 , 0xC3E5E26523384605BF4546DC416706E1 , 0xE2910B4B54564AA890652AF6554A7856 , 0x46803653F94042A5B9EF21FA0D282DEF , 0x59854E225FDD44C6B1B6A463E8F9BDBE , 0xB8FE2DD32528453690B4EBD129E02A51 , 0xCB17521DCC334CAB956BA031021633C3 , 0xB478F253BA5D409CB649325349CB4941 , 0xEC52CAEFB955438891704E84561902D7 , 0xF306ABE35E6E44EE9DC63B47B41653D3 , 0x1ED433614F6747A49ECC95DDD10213C0 , 0xAB8631CFC44641E1BF394DF8BECBD45E , 0xB7075041ACEB4202804D5F52532688C0 , 0x311D24FAC91F4BB5ABCA3003803685ED , 0x367F25C390C242509FE1DD6D2599ABEF , 0x71AC1BEF85B746E0B82D863CBD1B10F6 , 0x9AB1E0BB6A414755A9A445261E293828 , 0xDA098D6EE66541C5B08990215BF2D004 , 0xDF72F53804A1495EA96CD80D34A528A5 , 0xF514E4D7D6544721957FB84A17DFFC61 , 0xB619DE499A7542BE9DD1D5220C7F851A , 0xB82E1479F84848C1A7F1553CBD7FFC32 , 0xCF8096223DB949C8B5BC8B86D018AB86 , 0xD1377199FE7F4F73A8BEE53EB7B42F71 , 0xD1391242433E4A738274E220F3E0CECD , 0xDF59C9394F6343F4B450DF6A490B26B1 , 0x2D3014817C9E49EA92AFB0644B09781F , 0x5D17CEC94A454C23B129B0A451D19D45 , 0x607F5CD0012243A5BB79C44E5BF44839 , 0x8AD6CB17F8FD49FB9661B1760396A25D , 0xA4A237068AE14E16B6E3F980CE68F196 , 0xD1C0F963E68C40E088123EE44907D460 , 0xD72F40289F9D4424901133FFA1903656 , 0x24CE9D7DA1684B37B8F0F38B29FE0314 , 0x69E8378EA5E448D1B5E1292FD4AEDB28 , 0x6CBDF0B869B0488B9D13F8FECC6AEDA5 , 0x800891D6693843D5B4093E1689F854D1 , 0xB392CACBA7904B2E82F4F7784AAC880A , 0xB846CFDBCF8F4D50A910E1D362250DBE , 0xF415B841BE9E495F881269FE98210996 , 0x270B8F0497E1484887AE574319BC2ABA , 0x41ABA7A2D01F4A2D81521C092A122792 , 0xA0C6AC14772B41BA91D66D1C6D2220D4 , 0xF09A931F3AD44BE58E484DBB11EC489E , 0x1F0C209B7FBC4A39A880F1BF6B81C0E9 , 0x855333B60E1846E8BC7D62CBBC4A169A , 0x111AAF8572484002A8956AD294840FD6 , 0x44126D788CA046DB894FE3E15832297E , 0x787204546F1F4A75815F3443D825854B , 0xA875AEB7A26B4A00BE3828A2F19E9030 , 0x294051F755784EC9B1ABB4EA9AE02BB8 , 0x8624045514D34543B00D49B41DA0CD6E , 0x9BF5862797754454B45C9FE6FEC41079 , 0xE0F9E90E92FB4E54B0DC7DAC0A57F3D5 , 0xF77481B6BA1D4FC2922F790F5B7F9190 , 0x2CCCDCF5B17D478696F1AF91DDBFA6F1 , 0x49626D40C40E46F5B4380C7126C337E4 , 0x9F8DCE9B501B4B499442626B8DA03953 , 0x0EE021E97FB5490C96F21671B5BDB4E7 , 0x37BE2B05E8184E448A89669AEFAB6E83 , 0xA27526D20B8C4386A175F9BE1E60B4CD , 0xAEF5FBB2E1724C0DA2D36C67D48B6F31 , 0xEBB4170A30DA42DDA85272E050CA95AC , 0x676F45794CCC40D4AF831825B9173CAF , 0x8124A27CC304403EB600E7C696A5841F , 0x83D3FB6016BE438885078CF2B5E5AE9D , 0x98A765CA251249D8B985F963D1355A8B , 0xB458BF3993AB49FBB20C04E4B2FBA87A , 0xBE7D084650CA4E24B297873B9A54A56B , 0x29090715DD504C4A83BD7742A4D7D296 , 0x5F0CF477A1B6402E8E7CB3EA6CC827F5 , 0x6BDEB087BFEF4953B46C7998586FB435 , 0xF699FB9C771C41D2953F361D14583C7A , 0x33307723C0B74544B23D444284F595CA , 0x4721E597647C4231A553293E7D7A05D2 , 0x6D45414A40C24B5A98C604D4DC04C9E1 , 0xA03BBF2FA22B4A73A4FA52B01FDA21CE , 0x33AE650954174D54930F52F2FCC39D02 , 0x4B7CEC21C09E4A5CBBBBC2E8C56D775E , 0x4BD39FA7D9684CA19AD90618FFE287BA , 0x2DD3957097FE459C996943363216C7A2 , 0x58E0E179591548AE98D4FAB9B591010F , 0x63DDC0951D444AA78B39C072E9DACFD0 , 0x81FA9D4AFFE046CD80ECB3A83C419192 , 0xB46A3691C7314AFDAAF813AC6DF59E30 , 0xBC605A5F1DB54610A838FDB35288FF72 , 0x774E298FBA8F48ADA5B5D06D929E342C , 0x78F13FCF22A045D8A7962E77F03B6471 , 0xCB0A05F00D1B4F5385D1BDF72BE1953D , 0x67386DBA6C534B0B8EAB15296E130182 , 0xBA3CF439D3F94A50A63AB573ED24C1C7 , 0xE34ABD01F5AF4005B6A7F9F1B617BC56 , 0x3D9BFD65E99D4BAC97CA049703ACFF97 , 0x76B5CD3E4DB74141AAD2B58E95AE5A62 , 0x7F598FB4FBAA4F40A8A76508200255B1 , 0xDCA09DCF19EF466D9F2CA546224BA29C , 0xABB60777F41C401896816335AF1013C2 , 0x056D3D625911481F969936E5C792D3ED , 0x46945874F62B49709B509DB239B5BBB7 , 0x6215F793B8344F0CA0FFE599D1D9F492 , 0x16611B315CB04E8EADE69BA95F25281B , 0xFF665DA5F3074E34949A8C5540F27984 , 0x02BADDFF616143B0943D6EFDD91D0C0D , 0x29BCCD21EAAD4C75879A596C2236309E , 0x3FE0E0E0CBF947949262F6560796C35B , 0x1A913CEA13574D928FBD6A28CE69E3C9 , 0x31A34DA770B84597952E9CE2D5866AFB , 0x728151E1B4164215B5AF2C31367F5DBA , 0xEC00BA71FB204AC6B0E1A128CF78AFBF , 0xFF54C705D27C4659A8B3ABE86F52279D , 0x3A5C89EBEF5445EC90975F2FC2166BCE , 0xC84A7532768946A7A82F07AEDA5C8143 , 0x2C688C9BEB724D1F81B919D23A37CFFA , 0x3D058149B43649B4861D7C33D36F6AAD , 0x4FCD0F1A9B6C4A58BF2D100D74B1E959 , 0x7310DF358A6B440BBC71AC42731E1A7E , 0xCE7240E5A7E54419BA1D0AED6BE1D35F , 0xD5DA5ADAAD5D4ABEACFE2A378C2FEAAA , 0xDC03A185AB554134BEA6B41837145C0A , 0xFC31331934734023857A60A067F482BE , 0x5F61B54C037D4ACCAB29EFF2884B548A , 0xAC4AB00F310041A284E426ECB3A45F90 , 0x7059F1B8FB8F4C56AC7D482D53869E68 , 0x726EE9C65BC447E8B895C95A1868E35D , 0x7F7A273B2AFF4D82965DC5CE6F5FEE49 , 0x323D1E7D14DB44AD99E3C989331FD37E , 0x6FF392F14ADA44159A067FCD9F421D66 , 0xC0B5F8832CDE471C998275E2F3A5E2AB , 0xCB0B3D59D7DD47B7B3ABE65D1FE19B45 , 0xE68E41AF37FA4B14B6A40904289ABD36 , 0xED93B06DB2694622AD621851EB9F91C8 , 0x051DCDADC550405DB152104DC51D121D , 0x82D9824EC990487E90ABFB4695E9B72D , 0xA1125FE5F3A74DBBAED372D25B3F6B07 , 0xF37DCD5FF0A044C4BB225EECEF9B1548 , 0x4C3CFB608F3042D592232BFF76997483 , 0x026EAC5E35464A248ECB7AC9FDDE96F2 , 0x181ED24DF38045B29EB35F27E9073D8F , 0x36DB34E2F6B643D7AEF6B21B5CD5D207 , 0x777D5FA15B4B462CA1C302FDF5E3C466 , 0x7B4A931AB34544B484A8EE42E13A6E44 , 0xA8EE05E73E2246969B10AAFE276D8E3D )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
85
3.95 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"\x05 m=bY\x11 H\x1F –™6åÇ’Óí "
b"\x05 Òï)8sC‡¤Ü®§]ý\x1F "
b"\x06 M%¡Í\x14 @'®ÛŒµ×_µ7 "
b"\x08 F>è±\x1C GL¥Gqþýy\x05 « "
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"\x0E\x06 îuÕg@±¢0L9Ï}}, "
b"\x0F ¦ö<±▀Fo¼ü░¡R//Å "
b"\x10\x14 ¢nüÔIήÆ_êñ\e v> "
b"\x11\x1A ¯…rH@\x02 ¨•jÒ”„\x0F Ö "
b"\x13 žÍsÒ]Oú°<Û\x03 «„Z "
b"\x14 ÞöɬŸN\x19 •4W·=Þ^~ "
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"\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 ÉQJ\x1D ÚA\x18 ¬0YÁ\x06 »é╔ "
b"\x1F V˜²=vC‹œüb¾L%™µ "
b"\x1F Ïdr)´L-¢Éõ\x13 D|ò¨ "
b" Å\x0E nÐ2Dïèú\x04 c¨\x1F $Ñ "
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"$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"&ÇNi¦óG\x05 ‘o0ÔöÁËw "
b"&¸\x1F %°ÅB\êÇ7\x08 Aß}‗ "
b"'Å┐TÖïBÀ¬7%fÈ┴%§ "
b"(O•#ƒàM)‚Ö\v ½xe”\f "
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".\x02 ÒÎë;J=ž\x1E ¿ç Mí\x0F "
b"1ºq\x02 ¼„I\x07 ‡ÇáæÙÇfõ "
b"1È\x12 ŒÚMHŒœ)£ª[¿¥÷ "
b"30w#À·ED²=DB„õ•Ê "
b"6\x7F %├É┬BPƒß¦m%Ö½´ "
b"7¾+\x05 è\x18 NDŠ‰fšï«nƒ "
b"8Ví\x02 ½[M™Šr\x04 ®œ\x1E ^Ý "
b":.ÊȃXJݧµJY×·Ø\x03 "
b":<eÇ‚T@טK\x10\x10 ¹Ô¹b "
b";3«¬íz@›šä$FÅ[f+ "
b"=ø²eÚØK¼ù╩\x04 ù\x03 ¼ ù "
b"=®)9ñüJ\x1F ÆR\x11 !SZ°v "
b">öXY\x19 ÅM\v ¡ÃaoJX>« "
b"?À„\f e\x08 L·‡\x1A &«?\x19 E "
b"D³Ù▄üVIhÄ\x10\x08\x0E èÝDr "
b"EìzÎ^…IŠÔ‹\x10\x03 :ó* "
b"L<¹`Å0BıÆ#+ vÖtâ "
b"LçÙ8‰ïA\x04 Š>&’–\e Õ* "
b"""
Lùª‗MO<ØÚ¹┘z\n
Kü
"""
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"O└¤ù ╦JÉå║⮵Û_Ö "
b"Oò%†E E¸”¿ŸÕ\x18 m&ó "
b"Q¹¾¨ãXF\x11 \x11 ª©\r Øè¶ "
b"Tˆéí±@Ï”p_»q\t Ê× "
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"[\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"]\x17 ╬╔JEL#▒)░ñQÐØE "
b"]r}o\x14 îF,½ë ‡¯*C\x1E "
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
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"eV0N› N†½8h·´í‰\x19 "
b"eßó╝6\e LäØ▓¶\x18 Í\v ƒí "
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¨W©ÛõD.³qú‰í\x12 ¨Ž "
b"iLIùA:C…œ<öÄê”Ä\r "
b"jŒiÊ\x03\v D\x01 ±ÿñ(*‘sA "
b"kÞ°‡¿ïIS´ly˜Xo´5 "
b"lÉ\x12 ±ZoNˆ¬¹¯çÚ»W\x1F "
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"qÈ_¥`fKS’\x07 ‰¤…ÉZ¯ "
b"rX^~gåKô¿\x0E U˜˜=È¥ "
b"uSräEôAE╣ò\x7F\x1F\f ü~U "
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°JþÔÈB\x1A Ï\x05\x01 ^Ãòí "
b"zǬ\x08 b§B\»àö]ºò·ç "
b"{š‡Äe»OQµþ®\x12\x02 4ªv "
b"|²»ûıûAY╣o╦Ãü─Ç» "
b"\x7F YÅ┤¹¬O@¿ºe\x08 \x02 U▒ "
b"üR\f aO&@Ü¿\v\x0E ÏÁ│Gs "
b"ühy;╗©D\x10 ª°=+h³P: "
b"ü·ØJ ÓF═Çý│¿<AæÆ "
b"‚iAÄB\r A\x14 »7ñÏÇ|¥½ "
b"‚o@¬“\x1C DÄšdÇ\v 8“©ˆ "
b"é┘éN╔ÉH~ɽ¹FòÚÀ- "
b"…S3¶\x0E\x18 Fè¼}b˼J\x16 š "
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"‹€¿¢E)EK€\x17 ’8¿ÚZû "
b"Ä¥Å┬╬\x07 O~ÿó9hBá▀ "
b"ŽÄ¶‹ô\x10 Lö‚>µ.\r uᤠ"
b"öÁeG0[CqÉb~<├╔╩¥ "
b"•F\x1F\x02 `\x19 H§²äÚÕJFæJ "
b"òÏ&ø8KBk╗õÅ║Ëã$Ç "
b"ù-Û#▒\x13 JuîØÔDü¨Z\x04 "
b"˜ä\t / ÖNvª\x05\x14\x03 ‡¼\x18 Q "
b"š\x11 Q„ÄGJ{°ÛÎá\x08 È*N "
b"›õ†'—uDT´\ŸæþÄ\x10 y "
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"¢u&Ò\v ŒC†¡uù¾\x1E `´Í "
b"úÿÑ\x7F ãOJ\x12 ì\x19\x0F ëràq1 "
b"ú▀ì\x06 ïÙ@¬ÅÄaûS■~] "
b"¦½–߇ÄK¸‡.\x02 _Ïì\x01 ¢ "
b"¬¹\x18 Øj\x10 KϬHðó\x17\x1E 4█ "
b"½Â\x07 w¶\x1C @\x18 ûüc5»\x10\x13 ┬ "
b"¼J░\x0F 1\x00 Aóäõ&ý│ñ_É "
b"¬´\x1D ãõÅG†¼ÐH,°‡dà "
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"´ª0QhÌ@YŽ¦NWø\x03 T\r "
b"µ7«Yð\x12 BR¿G}Þ¶„Y "
b"¶\x1F åÒæúBØŠ®Iö°)¿€ "
b"""
¸@6V^\x02 EçÏ1\n
¤ï¥Á
"""
b"ºD¬\x01\x0F\x1E Fí½ª¢«w¯Gì "
b"ºS±\x1A ¿°Mq•\x03 Óט\x06\x0E - "
b"╗8┘─.╦GÀü|┤K┤A\x1F "
b"╗BQ ×ÐI\x0F Ø\x03 ²¨ý\e nl "
b"¼n®\\x17\x1D J ¹›\t\x15 6ö!¤ "
b"½\x16 Lm?>M”«\t AÀh<à* "
b"¾}\x08 FPÊN$²—‡;šT¥k "
b"¿ºULzìE¤„Ìû•" ÈÕ "
b"À\x15 Œ¼ÆzG\x16 ™¹-Á]fÙg "
b"┴D¨Ë?¨Lõî)\x04 ╣Å\x04 ½K "
b"ÂÞ•âŸLA\v Šå©”»iìÌ "
b"Ù_!\x12 …IB°)\x07\x05 }¡<J "
b"Å\x12 yÄË\r G6¡üäÿ¸E¯Ù "
b"ÆWA!œŸJ\x11 ’Ÿ}\x14 åþ¦‰ "
b"Ç#"#ê¯DÁ¬\x1D C‡z~…1 "
b"ÇåÊÄ\x1F îI'ªnŠÙ\x07 _L„ "
b"╚Ju2vëFº¿/\x07 «┌\üC "
b"ÉT r‚–Mø¦BØwÝ(\x7F 2 "
b"ÌŒú?w,I|œã\x13 áá?ªk "
b"═vC╚Â\x13 DôüÌ╗DG■█¢ "
b"""
Îr@å§åD\x19 º\x1D \n
íkáÓ_
"""
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"ÓÔ–¯\v !AS«Ç¢ÿ\x06 8&7 "
b"Õl>”ÜîD+‚>Øgu€PÍ "
b"Öp–i³Ç@6˜,@\x0E >^³× "
b"Î\x0E ÞÌ┬!BÑÄ╔ú!¦\x12 ì\x0E "
b"×·Qº²íJ³œŠ×5µ¾{\x1F "
b"×ì\v ~\x08 hE퇄^ãCÊ«‰ "
b"Ú,ïÚÏjAä¸èžH§…\x00 º "
b"""
┌ÍÅ╗┌t@:ì´º\n
\x06 ƒëµ
"""
b"Û-¨Eõ‡OFµ¼ý¥°\x13 ž? "
b"Þ;x$¨\x08 MÚŠM„\x08 „ýÊÈ "
b"ßYÉ9OcCô´PßjI\v &± "
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"æ“Ȧ\x05 ïOjœòÒ¯¤\x12 1f "
b"é\x19 öÐP«J[¬æ³Æ8sµŠ "
b"ÙÉ\x04 ıÿ\x10 KhÉ▄Ø\x1F\x16 Q6Þ "
b"ì\x1A 77±–@åŒüqIK_ö "
b"íðq¶RÕMR½“Àýͨ:² "
b"¯HLbÂ▓Løú¢&ìN┐\f 6 "
b"îtу¸ÝL\x11 ‚_\x7F ÍL~Õ® "
b"î}¸ŒÎðJ:Œ‡\x15 e þ’á "
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"ôÁ”.\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"·w\x0F «\x06 ÕJ█óÉù} Ûk█ "
b"·╗ÆãçYG┤ä»sxXþSì "
b"üƒb\e\x17 hM牮\x15 jJšëD "
b"ü‰³÷:JK1ª8Að\x1A œÆ "
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 , 0x056D3D625911481F969936E5C792D3ED , 0x05D2EF2938734387A4DCAEA7AD5DFD1F , 0x064D25A1CD144027AEDB8CB5D75FB537 , 0x08463EE8B11C474CA54771FEFD7905AB , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x09A7CEE07ACF47B6827B4F642898F91F , 0x0A19AF48290F45C895FE4170E1A3B56B , 0x0A2682BC81D946828D448D117DFCC0E1 , 0x0E06EE75D56740B1A2304C39CF7D7D2C , 0x0FDD943CF1DF466FAC81B0AD522F2F8F , 0x1014BD6E81E249D7A9925F88A41B763E , 0x111AAF8572484002A8956AD294840FD6 , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x14DEF6C9AC9F4E19953457B73DDE5E7E , 0x16611B315CB04E8EADE69BA95F25281B , 0x174D380F1488426D866F994FE66483A2 , 0x183679A03E1E40EE8B6F6DB2EE1F5751 , 0x18BE7CF0B92D48889DD3BB1854E4CDCA , 0x192C1AA2170B40C0BFDA59E46134AE2D , 0x1A33942D38134909BEBA11ED4DED25FC , 0x1AA3C98AF79746239AD1560D3CEAC900 , 0x1B1A132FCE824F928C0AD3CD17805D79 , 0x1B885EAA57E14F97A034CF00DA2CE1EC , 0x1CD376135038414C916B51394ABC35E4 , 0x1CE01CE33F124078981C535FE1ED34CC , 0x1E90514A1DE94118AA3059B506AF82C9 , 0x1F5698B23D76438B9CFC62BE4C2599B5 , 0x1FCF647229B44C2DA2C9F513447CF2A8 , 0x208F0E6ED132448B8AA30463F91F24A5 , 0x217BA013E364440A9A327A4E1DD8282E , 0x21C02EFAAD874DF58240288777FAE6B5 , 0x21DEBE7B34CE44E98030A64F5B3532A6 , 0x22ED751DB6824D2D8C1E90DD1E9AA1FF , 0x230A32DA155343689C857133F188850C , 0x2465065CB9194705B5B3587814208284 , 0x24C09165070342B3A28B27B48C6BE46D , 0x24CE9D7DA1684B37B8F0F38B29FE0314 , 0x24F62C92FFEA44FFB5F284B62FC6CB85 , 0x25215D68FE5B4221AF95D88FD37EEF42 , 0x25F6A6F8BBB842A3917358F78A80A9CB , 0x26C74E69A6F34705916F30D4F6C1CB77 , 0x26F71F25F88F425C8880370841E17DF2 , 0x278FBF54998B42B7AA372566D4C125F5 , 0x284F952383E04D2982D60BBD7865940C , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2A34E4FDB0554071A448688080CB413E , 0x2C0832C39C744831B76E04957FB49DFA , 0x2C688C9BEB724D1F81B919D23A37CFFA , 0x2D92486CD12A46098AB21DB22F8B5028 , 0x2E02D2CEEB3B4A3D9E1EBFE7204DED0F , 0x31BA7102BC84490787C7E1E6D9C766F5 , 0x31C8128CDA4D488C9C29A3AA5BBFA5F7 , 0x33307723C0B74544B23D444284F595CA , 0x367F25C390C242509FE1DD6D2599ABEF , 0x37BE2B05E8184E448A89669AEFAB6E83 , 0x3856ED02BD5B4D998A7204AE9C1E5EDD , 0x3A2ECAC883584ADDA7B54A59D7B7D803 , 0x3A3C65C7825440D7984B1010B9D4B962 , 0x3B33ABACED7A409B9AE42446C55B662B , 0x3D9BFD65E99D4BAC97CA049703ACFF97 , 0x3DA92939A4814A1F92521121535AF876 , 0x3EF6585919C54D0BA1C3616F4A583EAB , 0x3FC0840C65084CADB7871A26AB3F1945 , 0x44FCEBDC815649688E10080E8AED4472 , 0x45EC7ACE5E85498AADD48B10033AF32A , 0x4C3CFB608F3042D592232BFF76997483 , 0x4CE7D93889EF41048A3E2692961BD52A , 0x4CF097A6F24D4F3C9DE9FBD97A0A4B81 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x4FC0CF9720CB4A9086BA83A9E6EA5F99 , 0x4FF2258645A045B894BF9FD5186D26F3 , 0x51B9BEA8E3584611A011AAA90DD8E8B6 , 0x54C288E9EDB140CF94705FBB7109CAD7 , 0x56BF89D910CA4B4185AD674FD30E1130 , 0x57670B5B978A400DA34AB0F241CBC530 , 0x57906D7401234AF8A8F358172C0E8293 , 0x5821F21CA38F4A2D99FDD49AD202518E , 0x588F3CDE79FB40528AB8A57664178DE0 , 0x5950F11571694204B79698AD079CDF2A , 0x59854E225FDD44C6B1B6A463E8F9BDBE , 0x5B1B45047E524550854C6D3A1C8447E8 , 0x5CA58877ED804B1CB41AE3764F872788 , 0x5CB185A1DCF84F53BDEE7B761E0706C6 , 0x5CC29DFB14F1476BAC96B1CD0C4616CD , 0x5CC2BE0E7DB8438F9E43DFF888E8CFB4 , 0x5D17CEC94A454C23B129B0A451D19D45 , 0x5D727D6F14EE462CBDEB2087AF2A431E , 0x5E2AF49118E140F2A936DFE803E9203A , 0x607F5CD0012243A5BB79C44E5BF44839 , 0x610661FDBAA2476DBBBEADA06AF18CFD , 0x61A026E641734085856CBDBDA3F26A77 , 0x6242B122469D4C22A4DC9144A2A247FF , 0x62D404467C89420EA8C6679B558F6EB6 , 0x637DB4BFDFA142D795CB6F136AE7B43B , 0x64ABD52658114238A38C8F97842E048A , 0x6556304E9B204E86BD3868B7B4ED8919 , 0x65E1A2BC361B4C849DB2F418D60B9FA1 , 0x665AD93E2294470FBD676A592CB2AA16 , 0x67484191754A4AD49FFA78D2774A5BF8 , 0x6799721AF2B5418DAD4E026DC9735696 , 0x67D0884AB2044CDCBD7DE3F9E5604795 , 0x68A857A9DBF5442EB371FA89ED12A88E , 0x694C49F9413A43859C3CF6C4EA94C40D , 0x6A8C69CA030B4401B1FFF1282A917341 , 0x6BDEB087BFEF4953B46C7998586FB435 , 0x6CC912B15A6F4E88ACB9AFE7DABB571F , 0x6D45414A40C24B5A98C604D4DC04C9E1 , 0x6DF1957B402841BB8CB621BF1977692C , 0x6EC6EE8AEE66476BB1351CCE31AA5EA3 , 0x6FF392F14ADA44159A067FCD9F421D66 , 0x700A706E9E96400B8388A3E01FBA499D , 0x7015A649EDD64274809B73FF99BB91D7 , 0x71C85FA560664B53920789A485C95AAF , 0x72585E7E67E54BF4BF0E5598983DC8A5 , 0x7553728445934145B9957F1F0C817E55 , 0x7693878D73464124822F453ED85A9AD7 , 0x76B5CD3E4DB74141AAD2B58E95AE5A62 , 0x774E298FBA8F48ADA5B5D06D929E342C , 0x78007B91ADF54881A2478638C8FEC522 , 0x787204546F1F4A75815F3443D825854B , 0x795684F8266F469BBCB6180CFC935A73 , 0x7A698BD34B944829BD1C5EACDE3A3ECA , 0x7AB04AFED4C8421AA0CF05015EC3F2ED , 0x7AC7AC0862A7425CBBE0F65DBAF2B7E7 , 0x7B9A87C465BB4F51B5FEAE120234AA76 , 0x7CFDAF96D5964159B96FCBC781C480AF , 0x7F598FB4FBAA4F40A8A76508200255B1 , 0x81520C614F26409AA80B0ED8B5B34773 , 0x8168793BBBB84410A6F83D2B68FC503A , 0x81FA9D4AFFE046CD80ECB3A83C419192 , 0x826941C4420D4114BB37F1CFC77CA5BD , 0x826F40AC931C44C49A64C70B3893A988 , 0x82D9824EC990487E90ABFB4695E9B72D , 0x855333B60E1846E8BC7D62CBBC4A169A , 0x85E557648C1540739DC568DCAD8FB53D , 0x860634E944F9419DAE4920D474B7F98E , 0x8624045514D34543B00D49B41DA0CD6E , 0x86DB2148751145009944BBB68AE4A505 , 0x872C15C4B07D4DC381DC1A26BB47CB13 , 0x88DBD1C418144BC7ABE0A2960AC13F89 , 0x8AB620378EAE4BB0A9E99FB93175EB75 , 0x8B80BFA24529454B80179238BFDA5AFB , 0x8EBE8FC2CE074F7E98A2396842A0DFF0 , 0x8EC4B68BF4104CF6823EB52E0D75E1A4 , 0x94B56547305B437190627E3CC3C9CABE , 0x95461F02601948A7B2E4DAD54A46E64A , 0x95D8269B384B426BBBE48FBAD3C62480 , 0x972DEA23B1134A758C9DE24481F95A04 , 0x98E4092F20D64E76AA05140387BC1851 , 0x9A115184C4474A7BB0DBCEE108C82A4E , 0x9BF5862797754454B45C9FE6FEC41079 , 0x9DFA43182BD748788AA53E0193F66B13 , 0x9EA2895DC6AE4003A17C98073FF88736 , 0xA03BBF2FA22B4A73A4FA52B01FDA21CE , 0xA0C6AC14772B41BA91D66D1C6D2220D4 , 0xA11AE7D99A94428EB9B05AB28F558ED3 , 0xA27526D20B8C4386A175F9BE1E60B4CD , 0xA398A57FC64F4A128D190F8972857131 , 0xA3DF8D068BEB40AA8F8E619653FE7E5D , 0xA6BD96DF87C44BB8872E025FCFEC01A2 , 0xAAFB189D6A104BD8AA48D0A2171E34DB , 0xABB60777F41C401896816335AF1013C2 , 0xAC4AB00F310041A284E426ECB3A45F90 , 0xACB41DE3F5C54786BCD0482CB08764E0 , 0xAEF5FBB2E1724C0DA2D36C67D48B6F31 , 0xAF1E8963545E44CB8769B1A4E361E90F , 0xB04F4C8CA886451981DB701EA245109E , 0xB0520D34B1354844ADA66FD50A444E4F , 0xB06779DDC549402090099617A1AEB28B , 0xB15D97F427134008B54D49FE102ECEA4 , 0xB4AA305168CC40598EA64E57F803540D , 0xB537AB59F0124252BF477DDEB68459C2 , 0xB61FE5D2E6FA42D88AAE49F6B029BF80 , 0xB84036565E0245C3A7CF310AA4EFA5C1 , 0xBA44AC010F1E46EDBDAAA2AB77AF47EC , 0xBA53B11ABFB04D719503D3D798060E2D , 0xBB38D9C42ECB47B7817CF0B44BB4411F , 0xBB4251209ED1490F9D03FDF9EC1B6E6C , 0xBC6EAE5C171D4A20B99B091536F621A4 , 0xBD164C6D3F3E4D94AB0941C0683CE02A , 0xBE7D084650CA4E24B297873B9A54A56B , 0xBFBA554C7AEC45A484CCFB952220C8D5 , 0xC0158CBCC67A471699B92DC15D66D967 , 0xC144F9D33FF94CE48C2904B98F04AB4B , 0xC2DE95E29F4C410B8AE5A994BB69ECCC , 0xC3995F2112854942B02907057DA13C4A , 0xC51279C4CB0D4736A1FCE4FFB845AFD9 , 0xC65741219C9F4A11929F7D14E5FEA689 , 0xC7232223EAAF44C1AC1D43877A7E8531 , 0xC7E5CAC41FEE4927AA6E8AD9075F4C84 , 0xC84A7532768946A7A82F07AEDA5C8143 , 0xC954207282964DF8A642D877DD287F32 , 0xCC8CFA3F772C497C9CE313E1E13FAA6B , 0xCD7643C8B613449381DEBB4447FEDBBD , 0xCE7240E5A7E54419BA1D0AED6BE1D35F , 0xCF9F946D32234B6EBF64B8DEADCDDA86 , 0xD072348D4135445F867566285DB45242 , 0xD1A208F03A07481DA8F464CDBF82BCCE , 0xD1D8CBF804E14808AFA4F80D8D5B0741 , 0xD22910E8A61C4B65BC6B486D8F5FE6F9 , 0xD3D496AF0B214153ABC7A2FF06382637 , 0xD56C3E94DCEE442B823ED867758050CD , 0xD6709669B3C74036982C400E3E5EB3D7 , 0xD70EE8DEC22142A58EC9A321DD128D0E , 0xD7B751BAB2ED4AB39C8AD735B5BE7B1F , 0xD7EC0B7E086845ED87845EE343CAAB89 , 0xDA2CEFDACF6A41E4B8E89E48A78500BA , 0xDAD68FBBDA74403A8DEFA70A069F89E6 , 0xDB2DA845F5874F46B5BCFDA5B0139E3F , 0xDE3B7824A8084DDA8A4D840884FDCAC8 , 0xDF59C9394F6343F4B450DF6A490B26B1 , 0xE0B5A636A7B348C497ABAB83EF082720 , 0xE0BB53216ED048C989D3A2F3E25CCBBC , 0xE1BB5D1D4B514F02A683F526C18DA0AA , 0xE1CE1A451DE94739A2162602611B9953 , 0xE22E7E56BE2047C79545A6641AE926CC , 0xE693C8A605EF4F6A9CF2D2AFA4123166 , 0xE919F6D050AB4A5BACE6B3C63873B58A , 0xEB9004D598104B6890DC9D1F165136E8 , 0xEC1A3737B19640E58CFC7149AD4B5FF6 , 0xEDF071B652D54D52BD93C0FDCDA83AB2 , 0xEE484C62B6B24C9BA3BD268D4EBF0C36 , 0xEE74D183B8DD4C11825F7FCD4C7ED5AE , 0xEE7DB88CCEF04A3A8C871565A0FE92E1 , 0xF032B2177EFF4CB8BB3EB9A100DD1D2C , 0xF040874B3D5E458680B4B8F175655885 , 0xF09A931F3AD44BE58E484DBB11EC489E , 0xF306ABE35E6E44EE9DC63B47B41653D3 , 0xF3FD608931B249B79CA75F11EA79598B , 0xF4C1942E0F9E4704AEC22C8C07B90C35 , 0xF514E4D7D6544721957FB84A17DFFC61 , 0xF674B00E68134816A31A6B3CE886D56F , 0xF68036D5EF8947FC83A857C8E5B365B9 , 0xF77481B6BA1D4FC2922F790F5B7F9190 , 0xFA770FAE06E54ADBA290977D20EA6BDB , 0xFABB92C6875947B484AF737858E7538D , 0xFC83621B17684DE789AE156A4A9AEB44 , 0xFC89B3F73A4A4B31AA3841F01AAD9CC6 , 0xFD5AB2CACE02448A9F8275D10C6E99A8 , 0xFD755C56B6DD465D8AD1B27D1B1CBBAD , 0xFEB77885C5FA472BA8AA8ABF3A78E658 , 0xFECCD059A3F0488DA2FDE46947523AA8 , 0xFF354490D6844773BBF71AAAE623AB57 , 0xFF665DA5F3074E34949A8C5540F27984 );
Copy
86
5.15 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\x10\x14 ¢nüÔIήÆ_êñ\e v> "
b"\x1D ÿi½PÅO4Ñ·C´®ÓTÄ "
b"$÷ž(ÿŸJ¨€ï„‡ü3ÐY "
b",Uçê¸KA\x01 šá„Äú, ƒ "
b"KÕ—Þ>÷MÍ”\x0F ̲ç\x04 CÙ "
b"Y&\x05 ”ò\x18 Ec«Ñ@P=W\f à "
b"[─¨v╦ØLpâG\x17 %HÄ+ "
b"zǬ\x08 b§B\»àö]ºò·ç "
b"ìX*░´ÛEÿÂMún²R·Æ "
b"’¨ÙmúÎDˆ¡Ñø\x1A µY˜‹ "
b"ù-Û#▒\x13 JuîØÔDü¨Z\x04 "
b"§Tå?ÓPOY»½£(õ_’\x03 "
b"«~`9=_J\x0E ƒ\x11\t -¼w1\x16 "
b"░OLî¿åE\x19 ü█p\x1E óE\x10 × "
b"·åmåv5G\x1D Š¼aÊ‚\r \x1A ( "
b"╗8┘─.╦GÀü|┤K┤A\x1F "
b"ÉT r‚–Mø¦BØwÝ(\x7F 2 "
b"═vC╚Â\x13 DôüÌ╗DG■█¢ "
b"\x07 Þ»0£$Lu©Om\x16 oˆ¬[ "
b"1\/ZK[B$¥ó&\x14 >è#› "
b"3ø\e ãaÛC©«ìdPrWÐÃ "
b";3«¬íz@›šä$FÅ[f+ "
b"=®)9ñüJ\x1F ÆR\x11 !SZ°v "
b"EìzÎ^…IŠÔ‹\x10\x03 :ó* "
b"Lç\x13 e\x12 yJ»ù6Qãü±±\t "
b"O└¤ù ╦JÉå║⮵Û_Ö "
b"j:üDyoBHÉüz¹7ù Ó "
b"„W‹\r iXL ·iÉÁ\t ‹¹Ý "
b"Ž¤/G\x1F ¯EH£±ó\x1C •p‰½ "
b"”^z¿rpEY©NCoÅžú÷ "
b"¼‘æaHzB¶•£~\x0F &\x1F {ƒ "
b"Ô7(*ebLP ¤˜;0«âÊ "
b"Þ•8ÿ/ÐHž¹œì\x03 I¼Ú– "
b"൦6§³HÄ—««ƒï\x08 ' "
b"ù@}Y±dF»¹Ð\x19 sz‚æ¦ "
b"\x1C ¨·“õK‹¾UC«u=—T "
b"\x1E ]©ÁñÈDÁò¡╗¤iÅä9 "
b"\x1F Âçü\x0F \N|×àW═r¦Ã■ "
b"Fı@öû\x01 HÉ×╣û-\x1F yV\x08 "
b"Q¹¾¨ãXF\x11 \x11 ª©\r Øè¶ "
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
b"""
a¾'µUVAê¬\n
i¸Á /É
"""
b"d½ı&X\x11 B8úîÅùä.\x04 è "
b"u\x7F °›ÕK¸»Ð…;>QH) "
b"}\x7F Ù†'ìLÁœ\x02 ˆèÓê@: "
b"\x7F ┴år¤½MıÅ·¥\x07 õ³èp "
b"¢æPXM‚J;²ý¾6\x11 /œ¬ "
b"ã2PZ▒PH\x16 Âü▀\x1A\x0E tå┐ "
b"ÌŒú?w,I|œã\x13 áá?ªk "
b"ñFùº¨›B\x1D –€å–\x02 :|ƒ "
b"\x05 Òï)8sC‡¤Ü®§]ý\x1F "
b"*¡Z\x07 ù░IÌå\x16 s½üÙvE "
b"Dú\x14 „7¯NoŒ{ãŠ2y\x06 ¶ "
b"N˜‚¼É€@@©ç…ã\x1F ®Ìð "
b"e†JéÎÍJkŸ@\x04 é¥&±+ "
b"x¼™^™»I›¨‚Ž]\x14 úá• "
b"ž¢‰]Æ®@\x03 ¡|˜\x07 ?ø‡6 "
b"¦½–߇ÄK¸‡.\x02 _Ïì\x01 ¢ "
b"³ù¤Ø:vD\x1E €Äɯ·ÂÒ÷ "
b"¶\x1F åÒæúBØŠ®Iö°)¿€ "
b"ÙÉ\x04 ıÿ\x10 KhÉ▄Ø\x1F\x16 Q6Þ "
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"\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"\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"""
\x07 ßQÑ\x11 \n
FKžJMî«"¬E
"""
b"\x0E\x06 îuÕg@±¢0L9Ï}}, "
b"\x19 mÃ4ù˜I±¬9Sôço+n "
b"6ã‚%q„@Ö¬¨óa^ŠÛ\x1D "
b"izc\x15 ÅuK)®WÄ1\x00 ?×_ "
b"z°JþÔÈB\x1A Ï\x05\x01 ^Ãòí "
b"çZa¨\r ´Kdè©7ƒï\x13 É+ "
b"ñ \x1C ¤i¶M\e Å]Å·ßÜ3\x08 "
b"ÆWA!œŸJ\x11 ’Ÿ}\x14 åþ¦‰ "
b"Ó‹Æ@Œ0FÜ‘å\x0E =ßÌd¨ "
b"ÖªÒóPýCÜ´@S\x00\x06\x0E àr "
b"Ü\x03 QõvÆD¬¥‡:µáVÈÒ "
b"äý»ÏƒôC³¢_e&VL*Ê "
b"µÿ├õFìG«óÌGq\x1C 9Â" "
b"Ú0$³bSIÅ╝sƒí¼\x15 7n "
b"Ú\x02 ‰Iq7FË©Ác¡ˆm§3 "
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".\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"\x18 6y >\x1E @î‹om²î\x1F WQ "
b"ÇåÊÄ\x1F îI'ªnŠÙ\x07 _L„ "
b"\e ˆ^ªWáO— 4Ï\x00 Ú,áì "
b"-\x00 S»‘øO\x10 ¥£àˆ±¤\x1D \n "
b"fùkGüË@æ¡×╩Ät~@ë "
b"yV„ø&oF›¼¶\x18\f ü“Zs "
b"zi‹ÓK”H)½\x1C ^¬Þ:>Ê "
b"°*~v£\x1C K\x0E ¼\_—óÅ–\x02 "
b"ý\x06 ȯøoN\x10 ‰ò³Úƒœ\x04 1 "
b"Oò%†E E¸”¿ŸÕ\x18 m&ó "
b"""
\x01 ËMÁë-GÊ•$„Fä\n
U¹
"""
b"\v émfþkJªŽAró\x00 ŸÌ1 "
b"""
\f \n
ö╗&└Fì╣Dd▄■╝Sµ
"""
b"\x12 2\x03 £\v ÏB]«b¯lI|]Ý "
b"Xò´hgò@\x15 «wua³\x10 …U "
b"gHA‘uJJÔŸúxÒwJ[ø "
b"{/sN\x1A\x19 Jb│¼\x07 µÅÒ´ı "
b"Ø·C\x18 +ÎHxèÑ>\x01 ô÷k\x13 "
b"ê½_K7œI;¤Ûë§\x12 žµ= "
b"\x03\x1A #ÙÀoH\«WÌr┬ð¡ü "
b"\x04 6”Y½Þ@Ù–\x08\x07\x0E yëw\x03 "
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"ú▀ì\x06 ïÙ@¬ÅÄaûS■~] "
b"""
ª©¥y`¯BÏ¿'\n
?%}Ï\x10
"""
b"└^OÅU<Dƒü\x03\x0F\x0F [\x02 ÚÉ "
b"Î\x0E ÞÌ┬!BÑÄ╔ú!¦\x12 ì\x0E "
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"ühy;╗©D\x10 ª°=+h³P: "
b"å\x06 4ÚD¨AØ«I ÈtÀ¨Ä "
b"\x03 £â´ê}@Ò¬(G¨ž7FH "
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"Å\x12 yÄË\r G6¡üäÿ¸E¯Ù "
b"Êjßg-\x02 Lõû/ì<(ð·À "
b"ÓÔ–¯\v !AS«Ç¢ÿ\x06 8&7 "
b"U}©–g\x16 @@³å<Ë9nÅÝ "
b"‹€¿¢E)EK€\x17 ’8¿ÚZû "
b"ô÷öDKoOÁ¦Ù©«`-\x16\e "
b"û\x05 4`ûEN‡²¸‡9˜âÂi "
b"■╠ðYúHìó²õiGR:¿ "
b"\x01 4Ç‹+pC倩€¾íkÓ# "
b"!!OÖð\x06 @¡ŽPïÐñ×g© "
b"!Þ¾{4ÎDé€0¦O[52¦ "
b"vhâ▓dÊDÀ░V\e Ì║ü2} "
b"wqTÝ¢†NJ§V\x1D ‚Bñ‚b "
b"zÞö\x17\x1A ÅGDŸOr.½<Ý "
b"Ó»\x17 ê/Å@»ªÇn░'Rß\x12 "
b"öt°\x0E h\x13 H\x16 £\x1A k<è†Õo "
b" 5DÉÍäGs╗¸\x1A ¬µ#½W "
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"\x13 ØÁl¼║E±ï²│}<CV( "
b"!\x01 ê˜ +N2™Ýܲ\x10\x00 G "
b"*\x19 :x0“I/šÈ©ÊP‹#\x11 "
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"""
\n
YIz;O\x16 ║ì\x18 ³\x06 ▄pù
"""
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"mñ•{@(A»Œ¶!¿\x19 wi, "
b"ãÌÐAª•O\x16 µ<\x04 •N\f ?\f "
b"þ<‗┼È\v ICùØ ‗¨a£å "
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"ö€6Õï‰Güƒ¨WÈå³e¹ "
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"¾7½Œ ?LØ¢½h¾ðky[ "
b"ʽê┌▒6LõÂj#\r \x19\x18 zØ "
b"å\`„\x12 ÊK\x0E Ÿa@Z\x7F ‘\x13 z "
b"%!]h■[B!»òÏÅË~´B "
b"`\x14 =2Ø(@Ù▓À|iU\x11 ┌> "
b"m3o:¤ÆC^¡m\r qKy5ô "
b"ü‰³÷:JK1ª8Að\x1A œÆ "
b"\x1F M=4\x13\t LŒks\v <êÒA "
b"%ö¦ø»¸B£‘sX÷Š€©Ë "
b"-’HlÑ*F\t Š²\x1D ²/‹P( "
b"JOnSdÇND¶ƒ8g3BD\v "
b"bB▒"FØL"ñ▄æDóóG "
b"€AÞ¸”\x0E Iuµw›‚?\x0E '' "
b"Ž|Iý$\x01 C뎑ò³õ\x14 Mi "
b"""
Å\n
\t\x05 ÛÌM/ä°ª┤▓rA`
"""
b"›ÑÈk>WD#©¸•¸‰t׌ "
b"""
²œ\n
&üžB(®˜5\x14\x1A\x02 °é
"""
b"ñÉ~ÇúýGÉŽ çVòb5÷ "
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"\x1D ˜\x08 ‹[\x01 @B“U~"Î\x0F Ü "
b"""
8\n
4ž ¯Ja¯T$Iš_:ù
"""
b"HW%“QÑCa¸\x07 _$bÀÓ¹ "
b"YPñ\x15 qiB\x04 ·–˜\x07 œß* "
b"öÁeG0[CqÉb~<├╔╩¥ "
b"┐Aþ¾=╦F"Ø\x18\x02 ¸¡ávã "
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"\x1A 3”-8\x13 I\t ¾º\x11 íMí%ü "
b"\x1C à\x1C ã?\x12 @x˜\x1C S_áí4Ì "
b"&¸\x1F %°ÅB\êÇ7\x08 Aß}‗ "
b"2\x01 mL2ÿM<«\x07 ᨙý¥[ "
b"³ðX”þ«OT²±4½\x07 XÇ "
b" \x7F Ô\x0E Ç\x07 D+çÖPø4üm¦ "
b";%yåYPE\t ª`¾Ø\x02\x7F E "
b"DO\v !4╚Cøñì\x18 "º\x1A ½° "
b"DÑxcr4D*†…ƒ§:&ft "
b"XÅ<Ìy¹@Rè©Ñvd\x17 ìÓ "
b"XÙ¶ÍíÉJ®–·é@é2íÒ "
b"ì\x1A 77±–@åŒüqIK_ö "
b"ýZ²ÊÎ\x02 DŠŸ‚uÑ\f n™¨ "
b"\x0F ܪ¥ÉÏDƒÁNá\x17 ÁGçw "
b"\x1E þm \x1A ³DT©1ÇB\x02 a„ "
b"!À.ú‡Mõ‚@(‡wúæµ "
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"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" Ç9³ù=HM¨BÒ 9£` "
b"ÂKK3`|BÑúɃ;Ï@³§ "
b"Ê)\x10 Þª\x1C Ke╝kHmÅ_µ¨ "
b"é\x19 öÐP«J[¬æ³Æ8sµŠ "
b"¯HLbÂ▓Løú¢&ìN┐\f 6 "
b"\┬¥\x0E }©CÅ×C▀°êÞ¤┤ "
b"õ¹ã»MiG\x1A –Ý\x15 M{Y8p "
b"\x10\x11 ┐¾f½DØØÄ█╔O!k± "
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"úÿÑ\x7F ãOJ\x12 ì\x19\x0F ëràq1 "
b"ÖC—öì@ˆ–Vá×9|Èü "
b"\x1D '\x17 M1xM_ØâH\x04 29═ "
b"?#\x0E +Ý»Nà¾ÂÛ'ûØÈl "
b"TîB\x1D f3L‹Ž1ë©a,r™ "
b"V·eå¦}Nu¯á7@÷J‚" "
b"n\x1D ¹ïqzGQŠ•_f^\x1C &° "
b"""
É░\n
«]N<ì6ÈÂ╚‗\─
"""
b"""
®Å6c“$I\x08 šž)!)n\n
Ê
"""
b"ð@‡K=^E†€´¸ñueX… "
b"·ÃàÞ\»Ib«¶Ü/Øv═\x08 "
b"\x05 ƒ±†\x1D +H\x01 ²¼Sý\x1D ?`¬ "
b"¡ \x1F QJ\L£•~Qs.±½\x13 "
b"Í•™\x0F §NF ™\x12 ìþzJ¸< "
b"Ñ¢\x08 ð:\x07 H\x1D ¨ôdÍ¿‚¼Î "
b"\x02 ü&!\f ÿE‚èäð\x06\x17 ¡E "
b"E©iÝ^ÈDÏš`ÍS‘v]\x06 "
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"ÄH R\x06 !M=»¿ž‡2\x16\e j "
b"Çþº7\+G¸´²[þTê%¼ "
b"×·Qº²íJ³œŠ×5µ¾{\x1F "
b"\x1F V˜²=vC‹œüb¾L%™µ "
b" ¯‡ÿÁ#G\x16 §©ñ}f~¦+ "
b"$e\x06 \¹\x19 G\x05 µ³Xx\x14 ‚„ "
b"‘‡ÄÔ<HJ£ˆ…’©\x7F T\x08 – "
b"┐_ÃÚ┘yNäòNá┴*\x1E äÉ "
b"¹{)Î\x1E bG´░Ú¡─╔»ØÛ "
b"\x15 }Ú€:mO\x11 ”f‚mþyz "
b"""
ÚYä\x05 ‚I~•\n
û¨ËbS†
"""
b"xy.!3\x0E J:ì\x01 _Õ\x10 lÿs "
b"©\x7F Ã"H¨MYªú\x0F ž\f ¸û "
b"äZ\x05 ]œDYˆß\x14 ŸQ\x1C\x13\x02 "
b"""
#\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"X!‗\x1C úÅJ-Ö²ÈÜÊ\x02 QÄ "
b"\x08 F>è±\x1C GL¥Gqþýy\x05 « "
b",\x08 2├£tH1Àn\x04 ò\x7F ┤Ø· "
b"4ãÁúısA"ÉøfÃáT'S "
b"ZM1\x12\x11 ╩@0»7A±Bã±É "
b"üR\f aO&@Ü¿\v\x0E ÏÁ│Gs "
b"ûØhrïÚKRä\x14 Juëõ9═ "
b"É\6åÙ$H²„@gb®ÒÓ\f "
b"åÒ\x1A !€ÓN_–%~á!“5Ú "
b"ëC+K¶\x13 K”¡W\f µÒ>¶ô "
b"Áì╗ÏmDD\x00 ó¸<Ø»SÄ┼ "
b"""
\x03 yé™\x07 ¾DÕ£ä\n
Ù‰þΊ
"""
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"""
¾4ƒ]\n
B¨¾,\’6#\x0F ð
"""
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"\x0E úèZ LF¿”œ0 \x16 Ê\x02\x10 "
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"8Ví\x02 ½[M™Šr\x04 ®œ\x1E ^Ý "
b"Sò@Wo¿I0Šð‹^Ü·;¸ "
b"ºS±\x1A ¿°Mq•\x03 Óט\x06\x0E - "
b"┼8¥öó×OQü:O@äÛÇæ "
b"\t jf1ó\x13 Aî„R5¦þipå "
b"\x0F LØ`68G³¡╠®└Í*öá "
b"|\x1F ÆGÚ¢Aâ‚z\e ß\x02 ²’\n "
b"ÌBS&œöOô¡\x1D ã\x01 SâÕJ "
b"×ì\v ~\x08 hE퇄^ãCÊ«‰ "
b"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"w*š¾º!O\t ®+c¤hÑÜÈ "
b"ìÓãüÊ\x07 LÀØù\t Ú.\v ô& "
b"ÈõI±ì£I|¥Î|È0C(ç "
b"Õ>ûù╣üHj¢¿E$Ò▓Y> "
b"""
°R\r 4±5HD¦oÕ\n
DNO
"""
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"à»S!nÐHɉӢóâ\˼ "
b"\x1A ¥ÍÚ'HDÆ‚]Ο\x1F\x13 ü< "
b"%º\x16 ¼ooD4╝Å®Ü▀ÏıÌ "
b"niQ{Ò¬JVª*†[\x00 À\r ½ "
b"À\x15 Œ¼ÆzG\x16 ™¹-Á]fÙg "
b"""
\n
ÚzÌ!¤FQµL{à\x07\v\x19
"""
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"g?Iæ¬íK²²\x7F F\x14\x15 ùaÿ "
b"s\f NlúìF\x08 †`\x16 S\x0F\x10\x17\x1F "
b"u┤┘-ð\x17 G¹æø\x13 ®5╬/ü "
b"Š¶ 7Ž®K°©éŸ¹1uëu "
b"°C6¡]ëK¾ü\x1E x└ߪ³w "
b":.ÊȃXJݧµJY×·Ø\x03 "
b"p\x15 ¦IíÖBt€›sÿ™»‘× "
b"»ÏÞ¯g╗Bâé{õt8¶ìõ "
b"╗BQ ×ÐI\x0F Ø\x03 ²¨ý\e nl "
b"\x18 ¥|╣-HêØË╗\x18 Tõ═╩ "
b"""
\e\x1A\x13 /΂O’Œ\n
ÓÍ\x17 €]y
"""
b"ŸqMQy†J{›*àf\v Ïñ´ "
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"†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"ÏŸ”m2#Kn¿d¸ÞÍÚ† "
b"Ö=Èu\v .B9‰¡µ÷¨Š¦P "
b"""
!{ \x13 ãdD\n
š2zN\x1D Ø(.
"""
b"{©!½¯AI%â┤ç┘Åı╗. "
b"ƒÖ4$Ó\x01 J¦ê£═Åu╬8D "
b"ß}~£ÿ4H µ\x03 >\x05 Šå\x1E æ "
b"""
+/\x0E ®ê\x06 Bçµ\n
Ò\ýõ-½
"""
b"{K\x03 Kª5JX‡/Äv\x13 ëÔ\f "
b"™V²0œÙE\x05 œO¦ñØŸ4L "
b"""
Êâ4÷T5GKü▄µ½#\n
I1
"""
b"Ù¤2\x15\x0F\x13 I³žä.Yÿ\x19 å; "
b"\v ƒ$©8\x14 J²½\v ÂLj€ò "
b"&ÇNi¦óG\x05 ‘o0ÔöÁËw "
b"1QãH>\x02 DM³Øk\x03\x1F ´‹G "
b"¬¹\x18 Øj\x10 KϬHðó\x17\x1E 4█ "
b"í\x0F μÀNK¿¸zÅÞ×,“ "
b"î}¸ŒÎðJ:Œ‡\x15 e þ’á "
b"ýÕ\f ï©ÁEœ½XÅ)| «Y "
b"\x03 >ÜŒJsM᧔x\x03\x13 ´˜A "
b"\x0E S6ÊÀ¡BÙ…Ø]ï\x15\x14 CS "
b"¼ –\x1A\x06 °H*‹ÖŠ\x19 m "
b"Â\x07 Ù\x06 ÕÂA|£ÒÛTlM.m "
b"áÎ\x1A E\x1D éG9¢\x16 &\x02 a\e ™S "
b"\x06 M%¡Í\x14 @'®ÛŒµ×_µ7 "
b"½\x16 Lm?>M”«\t AÀh<à* "
b"WÉmt\x01 #J°¿¾X\x17 ,\x0E éô "
b"p²ÀªÍ#O&€}ì\x18 oÛÉO "
b"ç¡àÛ\x1E ÀB¹º[\x7F üw$m= "
b"Äç▄ár#LÛÿü¥I└f{P "
b"˜–®¿.÷I$½f¢ù œé. "
b"¿ºULzìE¤„Ìû•" ÈÕ "
b"]r}o\x14 îF,½ë ‡¯*C\x1E "
b"\x12 n]²\x15 œCý…íDÂ%\x02\x05 ® "
b"e[ù›\x0E DA\x1D †—yÌåögm "
b"eßó╝6\e LäØ▓¶\x18 Í\v ƒí "
b")Ï\v └%‗K3ü=ñ¥└X╩Ì "
b"A\x06\x1C áÆYEAžjl}\x1E ¤Û¿ "
b"I+_fá;@^™12oS9\x13 y "
b"\v Þ"¦CÔH¼¨ÃcÒ1³„² "
b"\x14 ÞöɬŸN\x19 •4W·=Þ^~ "
b"\x19 ,\x1A ¢\x17\v @À¿ÚYäa4®- "
b"\x1A £ÉŠ÷—F#šÑV\r <êÉ\x00 "
b";ªsHn…H\x0E ŽŠ m…Ó“ñ "
b"Wg\v [—Š@\r £J°òAËÅ0 "
b"Ö´}\x1E m©LÙ£yÿ³\x02 å±™ "
b"ÐÏ╦°\x04 ßH\x08 »ñ°\r ì[\x07 A "
b"\x0E ÐõmÉéBì│\x05\x02 ÀÅ~s\x03 "
b"\x1C\x03\x05 ˆ‘¢L7¶Ï<íšÂÓä "
b">öXY\x19 ÅM\v ¡ÃaoJX>« "
b"p╚¶ø±ãK6Ø# î\┌\x05 B "
b"xw—EÜÚJ€œ#›Apõ—Î "
b"{*¿"¿/O‡¾Ÿ}Òù¬s° "
b"³\e ÍAã”éªfj1¿, "
b"\x14 ¾X‡]ÇCµ¥×G\x13 ¡n±\x08 "
b"""
\x16 ÕäAS×A\n
’—\x11 Ê·\x1D c)
"""
b"y(x‚×uA‘´yN!e7TK "
b"äÏà\t ñØO(£Gý¬╣\x1F ¢ "
b"ðr4ìA5D_åuf(]┤RB "
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"\t §ÎàzÏG¶‚{Od(˜ù\x1F "
b"¼n®\\x17\x1D J ¹›\t\x15 6ö!¤ "
b"┴ı╔l│#BçÉ═'òû;< "
b"'\x0E Ëœ@ðMÑ¿…Ú\x02 Ó8”Ñ "
b";GMÜ\x14 CHJ²:\x1D )«;Ê "
b"V®’ˆF»Olˆ:WÙÒZ+ù "
b"É#╗"ôÇB\x02 à©▀╔WÿgG "
b"ÂË▓è©\x07 HØ¿_)╗º'$ "
b"ÒNwÍ\x12 áJÕ¹ô\x06\x08 Ÿ…€_ "
b"Õ\x08 eh£ÅG"¤ÿ”êµ{p\x0F "
b"â.~V¾ GÇ•E¦d\x1A é&Ì "
b"æ“Ȧ\x05 ïOjœòÒ¯¤\x12 1f "
b"$\x13 $Í°Ø@ü¹ÄE˜Õ§D0 "
b"""
*[uü½\n
G}▓k┤Ð╚9ì9
"""
b"g\x01 │57\x0F HµÉè└╝ÝéY) "
b"h¨W©ÛõD.³qú‰í\x12 ¨Ž "
b"~^”Q°:AV¬¿\x04 AµßB! "
b"Ó6˜\x19 5`HϽôˆ—®ãV\x1E "
b"\x08 ÞC\x1E ç´Ké¢Ê@^óÞšâ "
b"4ØÆ\x1A @UDé«’\x10 àøFµü "
b"<\x06 ÆÂoÖJ\x11 ░\x1F ÉH\f LÖW "
b"R\r ðLzˆE:·®¾m\x13 QøŸ "
b"rX^~gåKô¿\x0E U˜˜=È¥ "
b"€-}Á»\x06 C\x19 –:¶¢ÍdêÜ "
b"Êÿ*{ü‹K¦¨Ü+ÅÔ„\x11 i "
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"\x0F ¦ö<±▀Fo¼ü░¡R//Å "
b".\x02 ÒÎë;J=ž\x1E ¿ç Mí\x0F "
b"¹ã!§wxE¦‚N!HÞÙ3y "
b"“ˆ\x04 žŒÝNi¤>SÍPPÍ| "
b"¬\x01 ƤP_B\x15 Š\x1A StB \x08 "
b"Ù_!\x12 …IB°)\x07\x05 }¡<J "
b"·╗ÆãçYG┤ä»sxXþSì "
b"""
\f 2ƒ±4ÙK‚\x0E \n
)^pî\x0E
"""
b"\x19 /~A╠ÆD)É┐┌©*'\x15 ╚ "
b"\x1C Óv\x13 P8AL‘kQ9J¼5ä "
b"œ‚P2*_D\x17 ‘ºñÂøŠþ¿ "
b"├q╣ÝìãCÁ┤Ùzûı¥(Ô "
b"Ù\x15 ·Hî¤Né\x1E 1„füÑ\x07 "
b"(O•#ƒàM)‚Ö\v ½xe”\f "
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"""
,õøÎ4DF╗äfÅ\n
‗Øòg
"""
b"eN▀Âõ\x12 K4Ø«\x07\f G|q± "
b"º¡b\x08 GÍAb¨d\x03 ZK2\x17\x03 "
b"═▀ÀØÕnM2ø│xبî╗à "
b"\x07 ŠõÐñGK\x02 ±_ç^\r ©o‚ "
b"Öp–i³Ç@6˜,@\x0E >^³× "
b".ðN+cýKÅ«ýByú»jò "
b"Q}Á¡éöLn•\x06 È\x1E ŸSí\x1E "
b"ðÊÒnµ\x0F H\e ¹pZK€óVx "
b"A9¢'vBD\x1A ®{\v sZ\x14 ÂÄ "
b"ü¿È╝├fG¥┤öEv├¯)t "
b"ÁÑÀ¢”\x1F C@Ÿæî\x14 –è\x17 Z "
b"·w\x0F «\x06 ÕJ█óÉù} Ûk█ "
b",Ÿö®©;EK†×^ŠÂ\x11 ‹µ "
b"÷┐Ø\x12 ÏÊLä┤M¡×V¯D. "
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"$ö,’ÿêDÿµò„¶/ÆË… "
b"~&îÊØlE7©«U\x1E Ô\x18 þ\x0E "
b"è\x1C Xbe:C\x0F Å*ªYæÀ/ö "
b"Ãåâe#8F\x05 ¿EFÜAg\x06 á "
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"´xòSº]@œ¶I2SIËIA "
b"ìRÊï¹UCˆ‘pN„V\x19\x02 × "
b"¾\x06 ½Ò^nD¯Øã;G┤\x16 SË "
b"\x1E Ô3aOgG¤žÌ•ÝÑ\x02\x13 À "
b"«†1ÏÄFAá¿9Mø¾ËÔ^ "
b"·\x07 PA¬ëB\x02 €M_RS&ˆÀ "
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"Â\x19 ÌIÜuB¥ØÐı"\f\x7F à\x1A "
b"¸.\x14 yøHHÁ§ñU<½\x7F ü2 "
b"Ï€–"=¹Iȵ¼‹†Ð\x18 «† "
b"Ñ7q™þ\x7F Os¨¾å>·´/q "
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"$╬Ø}í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"'\v Å\x04 ùßHHç«WC\x19 ╝*║ "
b"A½ºóð\x1F J-üR\x1C\t *\x12 'Æ "
b" Ƭ\x14 w+Aº‘Öm\x1C m" Ô "
b"ðš“\x1F :ÔKåŽHM»\x11 ìHž "
b"\x1F\f ø\x7F ╝J9¿Ç±┐kü└Ú "
b"…S3¶\x0E\x18 Fè¼}b˼J\x16 š "
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")@Q÷UxNɱ«´êšà+¸ "
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",ÌÜõ±}G†–ñ¯‘Ý¿¦ñ "
b"Ibm@Ä\x0E Fõ´8\f q&Ã7ä "
b"ƒì╬øP\e KIöBbkìá9S "
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"3«e\t T\x17 MTô\x0F R‗³├Ø\x02 "
b"K|ì!ÀžJ\»»ÂèÅmw^ "
b"KÓŸ§ÙhL¡šÙ\x06\x18 ÿ⇺ "
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"wN)Å║ÅH¡ÑÁðmÆ×4, "
b"xñ?Ï" Eا–.wð;dq "
b"""
Ë\n
\x05 ð\r \e OS…ѽ÷+á•=
"""
b"g8mºlSK\v Ž«\x15 )n\x13\x01 ‚ "
b"º<ô9ÓùJP¦:µsí$ÁÇ "
b"ãJ½\x01 õ¯@\x05 ¶§ùñ¶\x17 ¼V "
b"=ø²eÚØK¼ù╩\x04 ù\x03 ¼ ù "
b"vµÍ>M·AAªÒµŽ•®Zb "
b"\x7F YÅ┤¹¬O@¿ºe\x08 \x02 U▒ "
b"▄áؤ\x19 ´Fmƒ,ÑF"Kó£ "
b"½Â\x07 w¶\x1C @\x18 ûüc5»\x10\x13 ┬ "
b"\x05 m=bY\x11 H\x1F –™6åÇ’Óí "
b"FöXt÷+IpøPØ▓9Á╗À "
b"b\x15 ÷“¸4O\f ÿå™ÑÙô’ "
b"\x16 a\e 1\°NŽæ›©_%(\e "
b"ÿf]¥ó\x07 N4”šŒU@òy„ "
b"\x02 ºÝÿaaC°”=nýÙ\x1D\f \r "
b")¼Í!êLu‡šYl"60ž "
b"?àààËùG”’böV\x07 –Ã[ "
b"\x1A æ<Û\x13 WMÆÅ¢j(╬iÒ╔ "
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":\ëÙ´TEýÉù_/┬\x16 k╬ "
b"╚Ju2vëFº¿/\x07 «┌\üC "
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"""
Îr@å§åD\x19 º\x1D \n
íkáÓ_
"""
b"ÕÚZÚ]J¾¬þ*7Œ/êª "
b"Ü\x03 ¡…«UA4¾¦´\x18 7\x14 \\n "
b"ü13\x19 4s@#…z` gô‚¾ "
b"_aµL\x03 }JÌ«)ïòˆKTŠ "
b"¼J░\x0F 1\x00 Aóäõ&ý│ñ_É "
b"pY±©¹ÅLV¼}H-Så×h "
b"rnéÆ[ÄG踕ÉZ\x18 hã] "
b"\x7F z';*ÿM‚–]ÅÎo_îI "
b"2=\x1E }\x14 ÛD™ãɉ3\x1F Ó~ "
b"oó’ñJÚD\x15 š\x06\x7F ÍŸB\x1D f "
b"Àµøƒ,ÞG\x1C ™‚uâó¥â« "
b"Ë\v =Y×ÝG·³«æ]\x1F á›E "
b"æŽA¯7úK\x14 ¶¤\t\x04 (š½6 "
b"í“°m²iF"b\x18 QëŸ‘È "
b"\x05\x1D ÍÅP@]±R\x10 MÅ\x1D\x12\x1D "
b"é┘éN╔ÉH~ɽ¹FòÚÀ- "
b"¡\x12 _åó§M»®ÓrÒ[?k\x07 "
b"ó}Í_ð DÄ»"^ìï›\x15 H "
b"L<¹`Å0BıÆ#+ vÖtâ "
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Ž= "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
OFFSET
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x090ECF99A0864B3E9DEB23162A79F769 , 0x1014BD6E81E249D7A9925F88A41B763E , 0x1D9869AB508F4F34A5FA43EFA9E0548E , 0x24F79E28FF9F4AA880EF8487FC33D059 , 0x2C55E7EAB84B41019AE184C4FA2CA083 , 0x4BD597DE3EF74DCD940FCCB2E70443D9 , 0x59260594F2184563ABD140503D570CE0 , 0x5BC4F976CB9D4C7083471725488E2B20 , 0x7AC7AC0862A7425CBBE0F65DBAF2B7E7 , 0x8D582AB0EFEA4598B64DA36EFD52FA92 , 0x92A8D96DFACE4488A1D1F81AB559988B , 0x972DEA23B1134A758C9DE24481F95A04 , 0xA754E53FD3504F59BBBDA328F55F9203 , 0xAB7E60393D5F4A0E8311092DBC773116 , 0xB04F4C8CA886451981DB701EA245109E , 0xB7E56DE57635471D8ABC61CA820D1A28 , 0xBB38D9C42ECB47B7817CF0B44BB4411F , 0xC954207282964DF8A642D877DD287F32 , 0xCD7643C8B613449381DEBB4447FEDBBD , 0x07DEBB30A3244C75A94F6D166F88AC5B , 0x315C2F5A4B5B4224A5F326143EE8239B , 0x339B1BC661EA43B8AE8D64507257D1C7 , 0x3B33ABACED7A409B9AE42446C55B662B , 0x3DA92939A4814A1F92521121535AF876 , 0x45EC7ACE5E85498AADD48B10033AF32A , 0x4C87136512794AAF973651C681F1F109 , 0x4FC0CF9720CB4A9086BA83A9E6EA5F99 , 0x6A3A8144796F424890817AFB379720E0 , 0x84578B0D69584C20B769C9C1098BB9DD , 0x8EA42F471FAF4548A3B1F31C957089BD , 0x945E7ABF72704559A94E436FC59EFAF7 , 0xBC91E661487A42B695A37E0F261F7B83 , 0xD437282A65624C50A0A4983B30ABE2CA , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0xE0B5A636A7B348C497ABAB83EF082720 , 0xF9407D59B16446BBB9D019737A82E6A6 , 0x1CA8B793ADF54B8BBE5543AB753D9754 , 0x1E5DB8B5A4D444B595ADBBCF698F8439 , 0x1FB687810F5C4E7C9E8557CD72DDC7FE , 0x46D54094960148909EB9962D1F795608 , 0x51B9BEA8E3584611A011AAA90DD8E8B6 , 0x5E2AF49118E140F2A936DFE803E9203A , 0x61BE27B5555641EAAC0A69B8C1202FC9 , 0x64ABD52658114238A38C8F97842E048A , 0x757FA0B09BD54BB8BBD0853B3E514829 , 0x7D7FD98627EC4CC19C0288E8D3EA403A , 0x7FC18672CFAB4DD58FFABE07E4FC8A70 , 0xA2E650584D824A3BB2FDBE36112F9CAC , 0xC632505AB1504816B681DF1A0E7486BF , 0xCC8CFA3F772C497C9CE313E1E13FAA6B , 0xF146F9BAA89B421D9680E596023A7C83 , 0x05D2EF2938734387A4DCAEA7AD5DFD1F , 0x2AAD5A0797B049DE861673AB81EB7645 , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x4E9882BCC9804040A9E785E31FAECCF0 , 0x65864AE9CECD4A6B9F4004E9A526B12B , 0x78BC995E99BB499BA8828E5D14FAE195 , 0x9EA2895DC6AE4003A17C98073FF88736 , 0xA6BD96DF87C44BB8872E025FCFEC01A2 , 0xB3F9A4D83A76441E80C4C9AFB7C2D2F7 , 0xB61FE5D2E6FA42D88AAE49F6B029BF80 , 0xEB9004D598104B6890DC9D1F165136E8 , 0x1614059C2D3744B7B928426149F52D35 , 0x257C6F648E984891BB03AE5DC20EC931 , 0x2A96F21B13AF4747B19E20E49C78A482 , 0x326F7144812A4041863D2E80A18DF61F , 0x40F6AE8B7B3C4BA68905C850EE0FAD46 , 0x82A28A41A690434A890085A599A4A05E , 0x8323BB3CBF7E476D9181546F03E54D88 , 0x8EBE8FC2CE074F7E98A2396842A0DFF0 , 0x92C5590CECBD4B55AFFC62417F2513D0 , 0x96EEF198E1044845AC4E25C06C23A952 , 0x98E4092F20D64E76AA05140387BC1851 , 0xA13C8961AFFD4D85B0B4977A5D7FD760 , 0xA8982897CB344B8E95C80AED62A1D76C , 0xB15D97F427134008B54D49FE102ECEA4 , 0xB4AA305168CC40598EA64E57F803540D , 0xE1009CB43C5847789D8EB7DAA2E361DC , 0xF032B2177EFF4CB8BB3EB9A100DD1D2C , 0xF4C1942E0F9E4704AEC22C8C07B90C35 , 0xF5027935F1CA4231A6B1102F99AF79F2 , 0xF9B35481025D4124B07DA90D00AAFA90 , 0x1509229FD66C4488B52EB9A19E8F009D , 0x1D8DE80F25684AA2AF2AD3C0A6F941A5 , 0x23A22633E5BB41ABBA4D6CDB84911EFA , 0x24C09165070342B3A28B27B48C6BE46D , 0x2E7AA1A642344E5694A1890FA4F889FB , 0x42A32017AFEC44B4B2A1BA8B34BAE088 , 0x46F33B96F65341E2901ECBD6EBFBF6C4 , 0x6EE14C51D71C42728A297780BDCA5191 , 0x700A706E9E96400B8388A3E01FBA499D , 0x8EC4B68BF4104CF6823EB52E0D75E1A4 , 0xA30D69887DF74BC998423BBC16F5FEFD , 0xE53F29AB56834D38998E50201C44BFA9 , 0x139ECD73D25D4FFAB03CDB03AB84AD5A , 0x3BE6F68F1C92416490DDEE373604B101 , 0x44FCEBDC815649688E10080E8AED4472 , 0x519D4FC228A54A5492F26DF06CB17B21 , 0x59C88B56C0BF4333A456F42FB72B40E5 , 0x637DB4BFDFA142D795CB6F136AE7B43B , 0x67D0884AB2044CDCBD7DE3F9E5604795 , 0xAA94CF2F8F874BB09D1540FB48ED581A , 0xB8F1CEEE668D44AF8C7F66504D238F46 , 0xCE2141724D8C4CA98607D8477CEC11FD , 0xD56C3E94DCEE442B823ED867758050CD , 0x07DF51D1110A464B9E4A4DEEAB22AC45 , 0x0E06EE75D56740B1A2304C39CF7D7D2C , 0x196DC334F99849B1AC3953F4E76F2B6E , 0x36E38225718440D6ACA8F3615E8ADB1D , 0x697A63158F754B29A9578E31003F9E5F , 0x7AB04AFED4C8421AA0CF05015EC3F2ED , 0x875A61F90DEF4B648AB8379F8B13902B , 0xA4FF1CCF69F44D1B8F5D8FFAE19A3308 , 0xC65741219C9F4A11929F7D14E5FEA689 , 0xD38BC6408C3046DC91E50E3DDFCC64A8 , 0xD6AAD2F350FD43DCB4405300060EE072 , 0xDC0351F576C644ACA5873AB5E156C8D2 , 0xE4FDBBCF83F443B3A25F6526564C2ACA , 0xE698C3E4468D47AEA2DE47711C39B622 , 0xE93024FC6253498FBC739FA1AC15376E , 0xDA028949713746CBA9C163A1886DA733 , 0x138F6D52EC644994853D99EE77EA5DEE , 0x4ADAAFDDA95942AC962C4A58C3FA42B9 , 0x530C0027D03F42018909649D96A61A91 , 0x89CD18D841634FD394F434173E9A0A5F , 0x97226906DAA142FC88710724486EAC1F , 0xA11AE7D99A94428EB9B05AB28F558ED3 , 0xA5827E81D2E845288C33365E366400C0 , 0xA6D887C663224D72A88384E87B1505D8 , 0xB62516FD6E4E4363A96A9F04F68ECF2D , 0xC144F9D33FF94CE48C2904B98F04AB4B , 0xD9A3D8E1290948BBA431390C0E11578F , 0xDAD68FBBDA74403A8DEFA70A069F89E6 , 0xDE3B7824A8084DDA8A4D840884FDCAC8 , 0x2E044668A871416889CF93431C0EC043 , 0x4B87025D74E04515BE617113E1AA5DCA , 0x5D58139F323143949D5033C570652592 , 0x6D4CCC38893D47E3A4C4F4863F5CE820 , 0x86DB2148751145009944BBB68AE4A505 , 0x88DBD1C418144BC7ABE0A2960AC13F89 , 0xB84036565E0245C3A7CF310AA4EFA5C1 , 0xC2DE95E29F4C410B8AE5A994BB69ECCC , 0xEE384EB1A2D747E3B0972198EFFFD69D , 0xEE74D183B8DD4C11825F7FCD4C7ED5AE , 0xFD755C56B6DD465D8AD1B27D1B1CBBAD , 0x183679A03E1E40EE8B6F6DB2EE1F5751 , 0xC7E5CAC41FEE4927AA6E8AD9075F4C84 , 0x1B885EAA57E14F97A034CF00DA2CE1EC , 0x2D0053BB91F84F10A5A3E088B1A41D0A , 0x66976B4781D34091AD9ECA8E747E4089 , 0x795684F8266F469BBCB6180CFC935A73 , 0x7A698BD34B944829BD1C5EACDE3A3ECA , 0xB02A7E76A31C4B0EBC5C5F97F3C59602 , 0xFD06C8AFF86F4E1089F2B3DA839C0431 , 0x4FF2258645A045B894BF9FD5186D26F3 , 0x01CB4DC1EB2D47CA95248446E40A55B9 , 0x0BE96D66FE6B4AAA8E4172F3009FCC31 , 0x0C0A94BB26C0468DB94464DCFEBC53E6 , 0x123203A30BCF425DAB62AF6C497C5DDD , 0x58F2B46867F24015AB777561B3108555 , 0x67484191754A4AD49FFA78D2774A5BF8 , 0x7B2F734E1A194A62B3AC07E68FE3EFD5 , 0x9DFA43182BD748788AA53E0193F66B13 , 0xEABD5F4B379C493BA4DBEBA7129EB53D , 0x031A23EBB76F485CAE57DE72C2D0AD81 , 0x04369459BDDE40D99608070E79EB7703 , 0x12264A8408574062A8E1150D2D9E981B , 0x31BA7102BC84490787C7E1E6D9C766F5 , 0x694C49F9413A43859C3CF6C4EA94C40D , 0x78007B91ADF54881A2478638C8FEC522 , 0x85E557648C1540739DC568DCAD8FB53D , 0xA3DF8D068BEB40AA8F8E619653FE7E5D , 0xAAA9A57960AF42CFBF270A3F257DCF10 , 0xC05E4F8F553C449F81030F0F5B02E990 , 0xD70EE8DEC22142A58EC9A321DD128D0E , 0x10242E77598F45118BC1B3CB8A18ABD6 , 0x12DDFE82013846089BCD32B4E00B98DD , 0x174D380F1488426D866F994FE66483A2 , 0x278FBF54998B42B7AA372566D4C125F5 , 0x3A3C65C7825440D7984B1010B9D4B962 , 0x71DF5AAF338C452D95A18F04584FC71D , 0x826941C4420D4114BB37F1CFC77CA5BD , 0x9A115184C4474A7BB0DBCEE108C82A4E , 0x8168793BBBB84410A6F83D2B68FC503A , 0x860634E944F9419DAE4920D474B7F98E , 0x03A3E2B4EA7D40D2AC2847A89E374648 , 0x1A8E25BF86464CF9BA6A46B7740F51F5 , 0x2A34E4FDB0554071A448688080CB413E , 0x6C472E234F854363A5F5C47AAE9A4725 , 0x6EC6EE8AEE66476BB1351CCE31AA5EA3 , 0xDCB6DC0255084960BAAA6A6853CFECDB , 0x56BF89D910CA4B4185AD674FD30E1130 , 0x8D323E3B107E4A378AD4A583CD3DCF0A , 0xC51279C4CB0D4736A1FCE4FFB845AFD9 , 0xD26AE1672D024CE4962F8D3C28D0FAB7 , 0xD3D496AF0B214153ABC7A2FF06382637 , 0x557DA99667164040B3E53CCB396EC5DD , 0x8B80BFA24529454B80179238BFDA5AFB , 0xF4F7F6444B6F4FC1A6D9A9AB602D161B , 0xFB053460FB454E87B2B8873998E2C269 , 0xFECCD059A3F0488DA2FDE46947523AA8 , 0x0134C78B2B7043E580A980BEED6BD323 , 0x21214FD6F00640A18E50EFD0F1D767A9 , 0x21DEBE7B34CE44E98030A64F5B3532A6 , 0x766883B264D244B7B0561BDEBA81327D , 0x777154DDA2864E4AA7561D8242F18262 , 0x7AE894171A8F47448FF74F722EAB3CED , 0xE0AF17882F8F40AFA6806EB02752E112 , 0xF674B00E68134816A31A6B3CE886D56F , 0xFF354490D6844773BBF71AAAE623AB57 , 0x319F93F69CB34EE99AB41F4FA455D450 , 0x54EB61037D0C46EA913B305D18423CD7 , 0xAEAC074DE6CD418FAC4E2C94F2794C21 , 0xBA44AC010F1E46EDBDAAA2AB77AF47EC , 0xDA2CEFDACF6A41E4B8E89E48A78500BA , 0x2664E0C289AF497CA35A8152226FAE30 , 0x2FDE441FA183467E9D5A7F09CDF4A94E , 0x5CB185A1DCF84F53BDEE7B761E0706C6 , 0x7693878D73464124822F453ED85A9AD7 , 0xB06779DDC549402090099617A1AEB28B , 0xFAA995BA97EA4A7693F4C0FE39848C4E , 0x139DB56CACBA45F18BFDB37D3C435628 , 0x2101EA98A02B4E3299DDDCB210004720 , 0x2A193A783093492F9AC8A9CA508B2311 , 0x2F1D9683095B4BA8AF547BB2C6541BCF , 0x665AD93E2294470FBD676A592CB2AA16 , 0x6BA717E506AB479389E45C7E9E9BB14B , 0x6CC912B15A6F4E88ACB9AFE7DABB571F , 0xB537AB59F0124252BF477DDEB68459C2 , 0xC3064E49FD5C498A85ABC8E86CEFDEDC , 0x0A2059497A3B4F16BA8D18FC06DC7097 , 0x22ED751DB6824D2D8C1E90DD1E9AA1FF , 0x2442AAFDA35C4769A5432392CE5F1231 , 0x58EA8C9B2BD24B7386E411B41A3F4C0C , 0x62D404467C89420EA8C6679B558F6EB6 , 0x64545CAEC84B4E7D83E9A9C0ED41CA66 , 0x6DF1957B402841BB8CB621BF1977692C , 0xE3CCD041AA954F16B53C04954E0C3F0C , 0xE73CF2C5D40B4943979DFFF2F9619C86 , 0x03E466255A3E4A0C9C4253EEE53D9D7B , 0x707344B13DEF4497B7784A2CF2765D05 , 0x7CFDAF96D5964159B96FCBC781C480AF , 0x7D4EC46B4E5C4DAC8D3292BD20B8743A , 0xB617A54E02F543659F58E1A892447281 , 0xE36E263AFDE74A8A973AE5D448C19AE2 , 0xE5C7EAF0B85F431CAFB91CC1649F528E , 0xF3FD608931B249B79CA75F11EA79598B , 0xF68036D5EF8947FC83A857C8E5B365B9 , 0x480CA046F9214E1F9E08E5F17B4AAF16 , 0x4CF097A6F24D4F3C9DE9FBD97A0A4B81 , 0x5E564C71CEDC4C7B80B55CEC0257A97B , 0x706FB0CD718A4F99B62AA75EE6F50200 , 0x95461F02601948A7B2E4DAD54A46E64A , 0xBE37BD8C203F4CD8A2BD68BEF06B795B , 0xD2AB88DAB1364CE4B66A230D19187A9D , 0xE55C608412CA4B0E9F61405A7F91137A , 0x25215D68FE5B4221AF95D88FD37EEF42 , 0x60143D329D2840EBB2B77C695511DA3E , 0x6D336F3AA4C6435EA16D0D714B7935F4 , 0xFC89B3F73A4A4B31AA3841F01AAD9CC6 , 0x1F4D3D3413094C8CAD6B730B3CEAD241 , 0x25F6A6F8BBB842A3917358F78A80A9CB , 0x2D92486CD12A46098AB21DB22F8B5028 , 0x4A4F6E5364C74E44B68338673342440B , 0x6242B122469D4C22A4DC9144A2A247FF , 0x8041DEB8940E4975B5779B823F0E2727 , 0x8E7C49FD240143EB8E91F2B3F5144D69 , 0x8F0A0905EADE4D2F84F8A6B4B2724160 , 0x9BD1C86B3E574423A9B895B88974D78C , 0xB29C0A26FC9E4228AE9835141A02B0E9 , 0xF1C97EC7FAFD47C98EA0E756F26235F7 , 0x125305BF6C434B5DA217712B237E52D2 , 0x1E90514A1DE94118AA3059B506AF82C9 , 0x7B9A87C465BB4F51B5FEAE120234AA76 , 0x7E3586FAAA274126A9FBE70F4219FD3E , 0x872C15C4B07D4DC381DC1A26BB47CB13 , 0x8C0AC1834F6E4B5F990DD550FE32373A , 0x1D98088B5B01404293557E22CE0FDCA0 , 0x380A349EA0AF4A61AF5424499A5F3AF9 , 0x4857259351D14361B8075F2462C0D3B9 , 0x5950F11571694204B79698AD079CDF2A , 0x94B56547305B437190627E3CC3C9CABE , 0xBF41E7F33DCB46229D1802F7ADA076C6 , 0xC5AA2F29367542E2ADB9C37739AFF9FD , 0xD718423EA8614154A19FA5A657FAE9E9 , 0x75C48FE9068740BF908F144B9894313A , 0x80652B2CFBFC449C81CA62011FD82B26 , 0xF8B1DCC8785A4F6B8E5BAACC4F32DF8F , 0x0A2682BC81D946828D448D117DFCC0E1 , 0x1A33942D38134909BEBA11ED4DED25FC , 0x1CE01CE33F124078981C535FE1ED34CC , 0x26F71F25F88F425C8880370841E17DF2 , 0x32016D4C32FF4D3CAB07E1A899FDA55B , 0xB3F05894FEAB4F54B2B1AD34BD0758C7 , 0x207FE20E8007442B8799509B34816DDD , 0x3B2579E559504509AA60BED8027F45AD , 0x444F0B2134C8439BA48D1822A71AABF8 , 0x44D178637234442A868583A73A266674 , 0x588F3CDE79FB40528AB8A57664178DE0 , 0x58D9B6CDEDC94AAE96B7E940E932EDD2 , 0xEC1A3737B19640E58CFC7149AD4B5FF6 , 0xFD5AB2CACE02448A9F8275D10C6E99A8 , 0x0F9AA6BE90D8449FB54EA017B5478777 , 0x1EFE6DA01AB34454A931ADC742026184 , 0x21C02EFAAD874DF58240288777FAE6B5 , 0x258E9E370A1B496EB994744BF8F06CA3 , 0x4E7773B2834E4D0CB4F23570B99FF4D2 , 0x54C288E9EDB140CF94705FBB7109CAD7 , 0x54E61081B21641B49B2734745A4F51FF , 0x5CA58877ED804B1CB41AE3764F872788 , 0x6556304E9B204E86BD3868B7B4ED8919 , 0x6F77CDF64BB14C6CAA4C72A1BFFAD0EF , 0x7553728445934145B9957F1F0C817E55 , 0xA1BC636F48BB451CAAE96E0D88985883 , 0xC7232223EAAF44C1AC1D43877A7E8531 , 0x49D14B5446E04D3D98EAF9AF0DFBFDD8 , 0xA1303044778949A9B26B65F07B26A4D9 , 0xBF6EBB8347FD4B3CB9442EE13221D830 , 0xFF154898925241D39C167D3E381B19E0 , 0x0DB6E9B9D85642C2AEF471B1E85C39DB , 0x388F92E7CA5349DC9A8F27A3DF9B2233 , 0x3FC0840C65084CADB7871A26AB3F1945 , 0x668F360957244E64B82F82E0737966A1 , 0xA0C739B3F93D484DA842D2ADA039A360 , 0xB64B4B33607C42A5A3909F3BD840FCF5 , 0xD22910E8A61C4B65BC6B486D8F5FE6F9 , 0xE919F6D050AB4A5BACE6B3C63873B58A , 0xEE484C62B6B24C9BA3BD268D4EBF0C36 , 0x5CC2BE0E7DB8438F9E43DFF888E8CFB4 , 0xF5B9E3BB4D69471A96DD154D7B593870 , 0x1011BFF366AB449D9D8EDBC94F216BF1 , 0x47A2E85279964F74B4CB230F21BE6D6A , 0x4D13922344A8416496187E4801F7E9F2 , 0x717F6E2064CE4685986A1AE7978E060C , 0x95D8269B384B426BBBE48FBAD3C62480 , 0x9E90F263ECAE4DB7A6D361557FC26E23 , 0xA398A57FC64F4A128D190F8972857131 , 0xD64397F6ADEC40889656E1D7397CC8FC , 0x1D27174D31784D5F9D83480432F039CD , 0x3F230E2BDDBB4EE0BEC2DB27FBD8C86C , 0x54EE421D66334C8B8E31EBA9612C7299 , 0x56B765E5A67D4E75AFE13740F74A8222 , 0x6E1DB9EF717A47518A955F665E1C26B0 , 0x90F0B00AAE5D4E3C8D36D4B6C8F25CC4 , 0xAEC53663932449089A9E2921296E0ACA , 0xF040874B3D5E458680B4B8F175655885 , 0xFAC785E85CAF4962AEF49A2F9D76CD08 , 0x0583B1861D2B4801B2BC53FD1D3F60AC , 0xA1201F514A5C4CA3957E51732EB1BD13 , 0xCD95990FA74E46209912ECFE7A4AB83C , 0xD1A208F03A07481DA8F464CDBF82BCCE , 0x02FC26210CFF45AD82E8E4F00617A145 , 0x45A969DD5EC844CF9A60CD5391765D06 , 0x5F94917038A14E77A077A30D78CFCCAF , 0x71C85FA560664B53920789A485C95AAF , 0x74397F15E7F24295862AB106C605059D , 0x8071D7C862FA4DCA8A170773CA5692D3 , 0xC448A05206214D3DBBBF9E8732161B6A , 0xC7FEBA375C2B47B8B4B25BFE54EA25BC , 0xD7B751BAB2ED4AB39C8AD735B5BE7B1F , 0x1F5698B23D76438B9CFC62BE4C2599B5 , 0x20AF87FFC1234716A7A9F17D667EA62B , 0x2465065CB9194705B5B3587814208284 , 0x9187C4D43C484AA3888592A97F540896 , 0xBF5FC7E9D9794E84954EA0C12A1E8490 , 0xFB7B29D71E6247EFB0E9ADC4C9AF9DEA , 0x157DDA803A6D4F119466AD826DFE797A , 0x20DA59E40582497E950AFBA8CB625386 , 0x78792E21330E4A3A8D015FE5106C9873 , 0xA97FC32248A84D59AAFA0F9E0CB8FBAD , 0xE45A05A05D9C445988DF149F511C1302 , 0x230A32DA155343689C857133F188850C , 0x72A334668F2E43B7B118EFD856D25F00 , 0x394F241980214B10BF086C42FB7B69C3 , 0x3BB8493BFF3940B4A739F91A8F9B2F5B , 0x4DFD7CA34557426FA314E5ABB9221071 , 0x60FFB932F5D04ADE992DF91FDB174261 , 0xA1BD464C9ACF498F800567C81358476F , 0xD380BF79DA6A4F12AACCCE150F44794B , 0xE1BB5D1D4B514F02A683F526C18DA0AA , 0x5821F21CA38F4A2D99FDD49AD202518E , 0x08463EE8B11C474CA54771FEFD7905AB , 0x2C0832C39C744831B76E04957FB49DFA , 0x34C6B5A3D5734122909B66C7A0542753 , 0x5A4D311211CA4030AF3741F142C6F190 , 0x81520C614F26409AA80B0ED8B5B34773 , 0x969D68728BE94B5284144A7589E439CD , 0xC95C36E5D92448B284406762AED2D30C , 0xE5D21A2180D34E5F96257EE1219335DA , 0xEB432B4BB6134B94A1570CB5D23EB6F4 , 0xB58DBBD86D444400A2F73C9DAF538EC5 , 0x0379E99907BE44D5A3E40AD989FECE8A , 0x208F0E6ED132448B8AA30463F91F24A5 , 0x570D52C85E674A81AB261F0B7541AF0C , 0x68AE4E1C339046E18BCF3FC371D94591 , 0x984FD7508C02469B9D113B4306190EF5 , 0x9DEED399CBC44F95849100C848F08D49 , 0xBE34AD835D0A42A8BE2C5C9236230FF0 , 0xCAFF4AFE755A41BEA7EE6EF34C7D5F13 , 0x321C9F4786D741F891C25366CCEE4C07 , 0x51CBA519044D4D22A30E63CB9E0FEE9E , 0x6934C5057B5B4460ACB2640962CC8CB6 , 0x6A8C69CA030B4401B1FFF1282A917341 , 0x805D7100B9644A998EF2F4885BDC03C2 , 0xC0B5B75DFC3E467A896FD1E8651093D6 , 0xEC98BE68602B4AFF892BF5A186AA0388 , 0x0EFAE85A204C46BF949C302016CA0210 , 0x0A19AF48290F45C895FE4170E1A3B56B , 0x22E289C190DA4A23A26E35955A80AC6E , 0x61A026E641734085856CBDBDA3F26A77 , 0xA9084CAE9CFB4BC59B30E4F496622D96 , 0xD611344F58E346ABB71292D282BFBB03 , 0xEDF071B652D54D52BD93C0FDCDA83AB2 , 0x3856ED02BD5B4D998A7204AE9C1E5EDD , 0x53F240576FBF49308AF08B5EDCB73BB8 , 0xBA53B11ABFB04D719503D3D798060E2D , 0xC538BE94A29E4F51813A4F4084EA8091 , 0x096A6631F31341EE845235A6FE6970E5 , 0x0F4C9D60363847FCADCCA9C0D62A94A0 , 0x7C1FC647DAA241E2827A1BDF02B2920A , 0xCC4253269CF64FF4A11DE30153E2D54A , 0xD7EC0B7E086845ED87845EE343CAAB89 , 0x374479ECEE0043FDA9A8BEF1A2C848A6 , 0x59BA08AE621E4AC19516C2A49DBCEC3C , 0x5C92AB0FBDEC4E0BB81402AF5C6B2259 , 0x5CC29DFB14F1476BAC96B1CD0C4616CD , 0x772A9ABEBA214F09AE2B63A468D1DCC8 , 0x8DE0C681D2074CB79D9709E92E0B9326 , 0xC8F549B1ECA3497CA5CE7CC8304328E7 , 0xE53E9697B981486ABDA84524E3B2593E , 0xB0520D34B1354844ADA66FD50A444E4F , 0x6799721AF2B5418DAD4E026DC9735696 , 0xC1408591251E4D0391B1717F7BA4A077 , 0xDB2DA845F5874F46B5BCFDA5B0139E3F , 0xE86551FEE8E3448C8075F5AFABC43B08 , 0xE0BB53216ED048C989D3A2F3E25CCBBC , 0x1AA5CDDA274844C6825DCE9F1F13FC3C , 0x25A716AC6F6F4434BC8FA99ADFD8D5DE , 0x6E69517BD2AC4A56AA2A865B00C00DBD , 0xC0158CBCC67A471699B92DC15D66D967 , 0x0ADA7ACC21A44651B54CAD7BE0070B19 , 0x1909A4253990484997F2FA28DA87B07D , 0x4CE7D93889EF41048A3E2692961BD52A , 0x7DA6D8B0381845E19F21CB81CA36683F , 0x826F40AC931C44C49A64C70B3893A988 , 0xACB41DE3F5C54786BCD0482CB08764E0 , 0x673F49E6ACED4BB2B27F461415F961FF , 0x730C4E6CFAEC4608866016530F10171F , 0x75B4D92DD01747FB919B13A935CE2F81 , 0x8AB620378EAE4BB0A9E99FB93175EB75 , 0xF84336AD5D894BF3811E78C0E1A6FC77 , 0x3A2ECAC883584ADDA7B54A59D7B7D803 , 0x7015A649EDD64274809B73FF99BB91D7 , 0xAFD8E8EE67BB4283827BE47438F48DE4 , 0xBB4251209ED1490F9D03FDF9EC1B6E6C , 0x18BE7CF0B92D48889DD3BB1854E4CDCA , 0x1B1A132FCE824F928C0AD3CD17805D79 , 0x9F714D5179864A7B9B2AE0660BCFF1B4 , 0x01B2E30C89744F45B2534B7DD5F18C82 , 0x0732FBF45D254BC7ABD58FD3497F02C0 , 0x4503EC56BCD244518D3C29CF63AC51E3 , 0x531BE4063396417889BA5FDC17152CF3 , 0x85FC64165D694EFCBF1D50B593A297CC , 0xA9A1E00DFD20402FB2B4E7E9D8C14216 , 0xFEB77885C5FA472BA8AA8ABF3A78E658 , 0xFF317B27A89F465C881373037D521871 , 0x866C4BB5A7A142FDAE1EE734B8D31D9A , 0xC13C73C72EEC4D3DB0347FFD66A19A55 , 0xD609ACEB6A4F4A15AB60B48C55E82848 , 0xFC83621B17684DE789AE156A4A9AEB44 , 0xCF9F946D32234B6EBF64B8DEADCDDA86 , 0xD63DC8750B2E423989A1B5F7A88AA650 , 0x217BA013E364440A9A327A4E1DD8282E , 0x7BB821ABEE41492583B487D98FD5BB2E , 0x9F993424E0014ADD889CCD8F75CE3844 , 0xDF7D7EA3FF344820B5033E058AE51EE6 , 0x2B2F0EAEEA0642E7B50AD25CFDF52DBD , 0x7B4B034BAA354A58872FC47613EBD40C , 0x9956B2309CD945059C4FA6F1D89F344C , 0xD28334F65435474B81DCE6AB230A4931 , 0xD9A432150F1349B39EE42E59FF19E53B , 0x0B8324A938144AB2BD0BC3824C6A80F2 , 0x26C74E69A6F34705916F30D4F6C1CB77 , 0x3151E3483E02444DB3D86B031FB48B47 , 0xAAFB189D6A104BD8AA48D0A2171E34DB , 0xED0FCEADBCC04E4BBFB87AC5DED72C93 , 0xEE7DB88CCEF04A3A8C871565A0FE92E1 , 0xFDD50CEFA9C1459CBD58C5297CA0AB59 , 0x033EDC8C4A734DE1A794780313B49841 , 0x0E5336CAC0A142D985D85DEF15144353 , 0xBCA0961A06B048EE99AA2A8BD68A196D , 0xC207D906D5C2417CA3D2DB546C4D2E6D , 0xE1CE1A451DE94739A2162602611B9953 , 0x064D25A1CD144027AEDB8CB5D75FB537 , 0xBD164C6D3F3E4D94AB0941C0683CE02A , 0x57906D7401234AF8A8F358172C0E8293 , 0x70B2C0AACD234F26807DEC186FDBC94F , 0x87AD85EA1EB742FBA75B7F8177246D3D , 0x8E87DCA072234CEA9881BE49C0667B50 , 0x9896AEBF2EF74924BD66A2F9209CE92E , 0xBFBA554C7AEC45A484CCFB952220C8D5 , 0x5D727D6F14EE462CBDEB2087AF2A431E , 0x126E5DB2159C43FD85ED44C2250205AE , 0x655BF99B0E44411D869779CCE5F6676D , 0x65E1A2BC361B4C849DB2F418D60B9FA1 , 0x29D80BC025F24B33813DA4BEC058CADE , 0x41061CE1C65945419E6A6C7D1EA4DBBF , 0x492B5F66E13B405E9931326F53391379 , 0x0BDE22A643D448BCA8C363D231B384B2 , 0x14DEF6C9AC9F4E19953457B73DDE5E7E , 0x192C1AA2170B40C0BFDA59E46134AE2D , 0x1AA3C98AF79746239AD1560D3CEAC900 , 0x3BAA73486E85480E8E8AA06D85D393F1 , 0x57670B5B978A400DA34AB0F241CBC530 , 0xD6B47D1E6DA94CD9A379FFB302E5B199 , 0xD1D8CBF804E14808AFA4F80D8D5B0741 , 0x0ED1E46D9082428DB30502B78F7E7303 , 0x1C03058891A24C37B6CF3CED9AC2D3E4 , 0x3EF6585919C54D0BA1C3616F4A583EAB , 0x70C8F49BF1C64B369D23208C5CDA0542 , 0x78779745DCDA4A809C239B4170F597CE , 0x7B2ABF22BF2F4F87BE9F7DD2F9AC73B0 , 0xB31BEF8E92CD41E394E9AA666A31BF2C , 0x14BE58875DC743B5A5D74713A16EB108 , 0x16D5E44153D7410A929711CAB71D6329 , 0x79287882D7754191B4794E216537544B , 0x84D88509A49D4F289C47ECAAB91FB6BD , 0xD072348D4135445F867566285DB45242 , 0x6D9C9F00E84841C6BFA90DF045146450 , 0x8AF8ACE84F594A15B224C8D0E093256E , 0xAB670755824F441BACEC5187CD8CF80C , 0xEAED4DD3286040DF9CBC5CDD51651870 , 0x09A7CEE07ACF47B6827B4F642898F91F , 0xBC6EAE5C171D4A20B99B091536F621A4 , 0xC1D5C96CB323428790CD279596D6F33C , 0x270ECB9C40F04DD1BF85DA02D33894D1 , 0x3B474DDC1443484AB23A1DAD29AB3BCA , 0x56AE928846BB4F6C883A57D9D25A2BF9 , 0x9023BB229380420285B8DFC957986747 , 0xB6D3B28AB807489DA85F29BBA72724F0 , 0xD24E77CD12E14AD5B9F406089F85805F , 0xD5086568A3C54722A4FF94EAB57B700F , 0xE22E7E56BE2047C79545A6641AE926CC , 0xE693C8A605EF4F6A9CF2D2AFA4123166 , 0x241324CDB0D840FCB9C44598D5A74430 , 0x2A5B7581AB0A477DB26BB4D1C8398D39 , 0x6701B335370F48E6908AC0BCED825929 , 0x68A857A9DBF5442EB371FA89ED12A88E , 0x7E5E9451B03A4156ACBF0441B5DF4221 , 0xD3369819356048CFBDF48897AEE3561E , 0x08DE431EE7B44BE9A2CA405EF3DE9AE2 , 0x34D8C61A405544E9AB9210E0F846B5FC , 0x3C0692B66F994A11B01F90480C4C9957 , 0x520DF04C7A88453AB7AEBE6D1351F89F , 0x72585E7E67E54BF4BF0E5598983DC8A5 , 0x802D7DC1BB064319963AB6A2CD64EADC , 0xCAFF2A7BFC8B4BA6A8DC2BC5D4841169 , 0xC460C2B98FFB41DAA691AE09C3AC5405 , 0xC764819CA3A044D4B4CEF52580B01D4C , 0x00E80D83F9FA44B09AC74268A1BEECBE , 0x1FCF647229B44C2DA2C9F513447CF2A8 , 0x45A3C7A8FFE64FAEAA0445D60DDB200C , 0x0FDD943CF1DF466FAC81B0AD522F2F8F , 0x2E02D2CEEB3B4A3D9E1EBFE7204DED0F , 0xB9E321A7777845A6824E2148DED93379 , 0x9388049E8CDD4E69A43E53CD5050CD7C , 0xAC01C6A4505F42158AAD1A5374422008 , 0xC3995F2112854942B02907057DA13C4A , 0xFABB92C6875947B484AF737858E7538D , 0x0C3283B134D94BAD820E0A295E70EE0E , 0x192F7E41CC92442990BFDAB82A2715C8 , 0x1CD376135038414C916B51394ABC35E4 , 0x9C8250322A5F441791BAF1C2F88AFEBF , 0xC371B9ED8DC643B5B4EB7A96D5BE28E2 , 0xD915B748EEA44EE9AD1E318466FCD107 , 0x284F952383E04D2982D60BBD7865940C , 0xAF1E8963545E44CB8769B1A4E361E90F , 0x5B1B45047E524550854C6D3A1C8447E8 , 0x610661FDBAA2476DBBBEADA06AF18CFD , 0x9FF51479B68D44A59DE709BA44B9AFB7 , 0xD0F61869BA5F45BEAE4E6A96F710CAE8 , 0xDD99B4EC033E4373A06EBE9CCA2BAE97 , 0x2CE49BD7344446BB84668F0AF29D9567 , 0x654EDFB6E4124B349DAE070C477C71F1 , 0xBAA1620847CD4162A864035A4B321703 , 0xCDDFB79DE56E4D329BB3789DF98CBBC7 , 0x078AF5D0F1474B02B15FE75E0DA96F82 , 0xD6709669B3C74036982C400E3E5EB3D7 , 0x2EF04E2B63FD4BC5ABFD4279FABB6AF2 , 0x517DC1A1E9F64C6E9506C81E9F53ED1E , 0xF0CAD26EB50F481BB9705A4B80F35678 , 0x4139A2277642441AAE7B0B735A14C2C4 , 0x81A8D4BCC36647BEB4944576C3EE2974 , 0xC1D1C0A2941F43409FE6EE1496E8175A , 0xFA770FAE06E54ADBA290977D20EA6BDB , 0x2C9FF6AEA93B454B86D75E8AC2118BB5 , 0xF6BF9D12D8D24C84B44DAD9E56EE442E , 0x31C8128CDA4D488C9C29A3AA5BBFA5F7 , 0x3567C521325A4F58B7A5EB0D0E956765 , 0x421DAD754191483EA9D4262891AFA92B , 0x647B53130F2F43979996386B078E3459 , 0x24F62C92FFEA44FFB5F284B62FC6CB85 , 0x7E26EECAD86C4537A9AB551ED418FE0E , 0x8A1C5862653A430F8F2AA65991B72F94 , 0xC3E5E26523384605BF4546DC416706E1 , 0xE2910B4B54564AA890652AF6554A7856 , 0x46803653F94042A5B9EF21FA0D282DEF , 0x59854E225FDD44C6B1B6A463E8F9BDBE , 0xB8FE2DD32528453690B4EBD129E02A51 , 0xCB17521DCC334CAB956BA031021633C3 , 0xB478F253BA5D409CB649325349CB4941 , 0xEC52CAEFB955438891704E84561902D7 , 0xF306ABE35E6E44EE9DC63B47B41653D3 , 0x1ED433614F6747A49ECC95DDD10213C0 , 0xAB8631CFC44641E1BF394DF8BECBD45E , 0xB7075041ACEB4202804D5F52532688C0 , 0x311D24FAC91F4BB5ABCA3003803685ED , 0x367F25C390C242509FE1DD6D2599ABEF , 0x71AC1BEF85B746E0B82D863CBD1B10F6 , 0x9AB1E0BB6A414755A9A445261E293828 , 0xDA098D6EE66541C5B08990215BF2D004 , 0xDF72F53804A1495EA96CD80D34A528A5 , 0xF514E4D7D6544721957FB84A17DFFC61 , 0xB619DE499A7542BE9DD1D5220C7F851A , 0xB82E1479F84848C1A7F1553CBD7FFC32 , 0xCF8096223DB949C8B5BC8B86D018AB86 , 0xD1377199FE7F4F73A8BEE53EB7B42F71 , 0xD1391242433E4A738274E220F3E0CECD , 0xDF59C9394F6343F4B450DF6A490B26B1 , 0x2D3014817C9E49EA92AFB0644B09781F , 0x5D17CEC94A454C23B129B0A451D19D45 , 0x607F5CD0012243A5BB79C44E5BF44839 , 0x8AD6CB17F8FD49FB9661B1760396A25D , 0xA4A237068AE14E16B6E3F980CE68F196 , 0xD1C0F963E68C40E088123EE44907D460 , 0xD72F40289F9D4424901133FFA1903656 , 0x24CE9D7DA1684B37B8F0F38B29FE0314 , 0x69E8378EA5E448D1B5E1292FD4AEDB28 , 0x6CBDF0B869B0488B9D13F8FECC6AEDA5 , 0x800891D6693843D5B4093E1689F854D1 , 0xB392CACBA7904B2E82F4F7784AAC880A , 0xB846CFDBCF8F4D50A910E1D362250DBE , 0xF415B841BE9E495F881269FE98210996 , 0x270B8F0497E1484887AE574319BC2ABA , 0x41ABA7A2D01F4A2D81521C092A122792 , 0xA0C6AC14772B41BA91D66D1C6D2220D4 , 0xF09A931F3AD44BE58E484DBB11EC489E , 0x1F0C209B7FBC4A39A880F1BF6B81C0E9 , 0x855333B60E1846E8BC7D62CBBC4A169A , 0x111AAF8572484002A8956AD294840FD6 , 0x44126D788CA046DB894FE3E15832297E , 0x787204546F1F4A75815F3443D825854B , 0xA875AEB7A26B4A00BE3828A2F19E9030 , 0x294051F755784EC9B1ABB4EA9AE02BB8 , 0x8624045514D34543B00D49B41DA0CD6E , 0x9BF5862797754454B45C9FE6FEC41079 , 0xE0F9E90E92FB4E54B0DC7DAC0A57F3D5 , 0xF77481B6BA1D4FC2922F790F5B7F9190 , 0x2CCCDCF5B17D478696F1AF91DDBFA6F1 , 0x49626D40C40E46F5B4380C7126C337E4 , 0x9F8DCE9B501B4B499442626B8DA03953 , 0x0EE021E97FB5490C96F21671B5BDB4E7 , 0x37BE2B05E8184E448A89669AEFAB6E83 , 0xA27526D20B8C4386A175F9BE1E60B4CD , 0xAEF5FBB2E1724C0DA2D36C67D48B6F31 , 0xEBB4170A30DA42DDA85272E050CA95AC , 0x676F45794CCC40D4AF831825B9173CAF , 0x8124A27CC304403EB600E7C696A5841F , 0x83D3FB6016BE438885078CF2B5E5AE9D , 0x98A765CA251249D8B985F963D1355A8B , 0xB458BF3993AB49FBB20C04E4B2FBA87A , 0xBE7D084650CA4E24B297873B9A54A56B , 0x29090715DD504C4A83BD7742A4D7D296 , 0x5F0CF477A1B6402E8E7CB3EA6CC827F5 , 0x6BDEB087BFEF4953B46C7998586FB435 , 0xF699FB9C771C41D2953F361D14583C7A , 0x33307723C0B74544B23D444284F595CA , 0x4721E597647C4231A553293E7D7A05D2 , 0x6D45414A40C24B5A98C604D4DC04C9E1 , 0xA03BBF2FA22B4A73A4FA52B01FDA21CE , 0x33AE650954174D54930F52F2FCC39D02 , 0x4B7CEC21C09E4A5CBBBBC2E8C56D775E , 0x4BD39FA7D9684CA19AD90618FFE287BA , 0x2DD3957097FE459C996943363216C7A2 , 0x58E0E179591548AE98D4FAB9B591010F , 0x63DDC0951D444AA78B39C072E9DACFD0 , 0x81FA9D4AFFE046CD80ECB3A83C419192 , 0xB46A3691C7314AFDAAF813AC6DF59E30 , 0xBC605A5F1DB54610A838FDB35288FF72 , 0x774E298FBA8F48ADA5B5D06D929E342C , 0x78F13FCF22A045D8A7962E77F03B6471 , 0xCB0A05F00D1B4F5385D1BDF72BE1953D , 0x67386DBA6C534B0B8EAB15296E130182 , 0xBA3CF439D3F94A50A63AB573ED24C1C7 , 0xE34ABD01F5AF4005B6A7F9F1B617BC56 , 0x3D9BFD65E99D4BAC97CA049703ACFF97 , 0x76B5CD3E4DB74141AAD2B58E95AE5A62 , 0x7F598FB4FBAA4F40A8A76508200255B1 , 0xDCA09DCF19EF466D9F2CA546224BA29C , 0xABB60777F41C401896816335AF1013C2 , 0x056D3D625911481F969936E5C792D3ED , 0x46945874F62B49709B509DB239B5BBB7 , 0x6215F793B8344F0CA0FFE599D1D9F492 , 0x16611B315CB04E8EADE69BA95F25281B , 0xFF665DA5F3074E34949A8C5540F27984 , 0x02BADDFF616143B0943D6EFDD91D0C0D , 0x29BCCD21EAAD4C75879A596C2236309E , 0x3FE0E0E0CBF947949262F6560796C35B , 0x1A913CEA13574D928FBD6A28CE69E3C9 , 0x31A34DA770B84597952E9CE2D5866AFB , 0x728151E1B4164215B5AF2C31367F5DBA , 0xEC00BA71FB204AC6B0E1A128CF78AFBF , 0xFF54C705D27C4659A8B3ABE86F52279D , 0x3A5C89EBEF5445EC90975F2FC2166BCE , 0xC84A7532768946A7A82F07AEDA5C8143 , 0x2C688C9BEB724D1F81B919D23A37CFFA , 0x3D058149B43649B4861D7C33D36F6AAD , 0x4FCD0F1A9B6C4A58BF2D100D74B1E959 , 0x7310DF358A6B440BBC71AC42731E1A7E , 0xCE7240E5A7E54419BA1D0AED6BE1D35F , 0xD5DA5ADAAD5D4ABEACFE2A378C2FEAAA , 0xDC03A185AB554134BEA6B41837145C0A , 0xFC31331934734023857A60A067F482BE , 0x5F61B54C037D4ACCAB29EFF2884B548A , 0xAC4AB00F310041A284E426ECB3A45F90 , 0x7059F1B8FB8F4C56AC7D482D53869E68 , 0x726EE9C65BC447E8B895C95A1868E35D , 0x7F7A273B2AFF4D82965DC5CE6F5FEE49 , 0x323D1E7D14DB44AD99E3C989331FD37E , 0x6FF392F14ADA44159A067FCD9F421D66 , 0xC0B5F8832CDE471C998275E2F3A5E2AB , 0xCB0B3D59D7DD47B7B3ABE65D1FE19B45 , 0xE68E41AF37FA4B14B6A40904289ABD36 , 0xED93B06DB2694622AD621851EB9F91C8 , 0x051DCDADC550405DB152104DC51D121D , 0x82D9824EC990487E90ABFB4695E9B72D , 0xA1125FE5F3A74DBBAED372D25B3F6B07 , 0xF37DCD5FF0A044C4BB225EECEF9B1548 , 0x4C3CFB608F3042D592232BFF76997483 , 0x026EAC5E35464A248ECB7AC9FDDE96F2 , 0x181ED24DF38045B29EB35F27E9073D8F , 0x36DB34E2F6B643D7AEF6B21B5CD5D207 , 0x777D5FA15B4B462CA1C302FDF5E3C466 , 0x7B4A931AB34544B484A8EE42E13A6E44 , 0xA8EE05E73E2246969B10AAFE276D8E3D )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
87
0.43 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
88
0.98 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.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
90
0.45 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
91
0.23 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.07 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.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"s\x19 ‚iÆ@@\x08 ª¦ÌšFßõ\n "
]
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` = 0x73198269C6404008AAA6CC9A46DFF50A ));
Copy
93
1.21 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.46 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.70 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.68 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
97
0.91 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
1.94 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/73198269c6404008aaa6cc9a46dff50a "
"/support "
"/account/recover "
"/detail/d65a0dd077c74c10a8e839b79bb9de60 "
"/detail/e706218e352b4c78a10f49c0bc4752e3 "
"/detail/3fa890bfddd74a1e91ec76b39c4c192c "
"/detail/b99261a935a34e4fb31fb9b563d8d4c7 "
"/detail/adf488a9edc140218cd621707576c9ef "
"/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/73198269c6404008aaa6cc9a46dff50a' , '/support' , '/account/recover' , '/detail/d65a0dd077c74c10a8e839b79bb9de60' , '/detail/e706218e352b4c78a10f49c0bc4752e3' , '/detail/3fa890bfddd74a1e91ec76b39c4c192c' , '/detail/b99261a935a34e4fb31fb9b563d8d4c7' , '/detail/adf488a9edc140218cd621707576c9ef' , '/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.81 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