1
0.44 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.43 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
3
0.50 ms
SELECT 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
4
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
5
0.69 ms
SELECT seo_path_info FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND (seo_path_info = ? ) AND (is_canonical = ? ) ORDER BY seo_path_info ASC , sales_channel_id IS NULL ASC LIMIT 1
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"widgets/cms/navigation/9dd9a7be22084026b3c0c80748a2b650/filter/ "
1
]
SELECT seo_path_info FROM seo_url WHERE (language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 ) AND ((sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 OR sales_channel_id IS NULL )) AND (seo_path_info = 'widgets/cms/navigation/9dd9a7be22084026b3c0c80748a2b650/filter/' ) AND (is_canonical = 1 ) ORDER BY seo_path_info ASC , sales_channel_id IS NULL ASC LIMIT 1 ;
Copy
6
0.30 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 = ? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"widgets/cms/navigation/9dd9a7be22084026b3c0c80748a2b650/filter "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 ) AND ((sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 OR sales_channel_id IS NULL )) AND (seo_path_info = 'widgets/cms/navigation/9dd9a7be22084026b3c0c80748a2b650/filter' );
Copy
7
0.27 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"/widgets/cms/navigation/9dd9a7be22084026b3c0c80748a2b650/filter "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 ) AND (sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (path_info = '/widgets/cms/navigation/9dd9a7be22084026b3c0c80748a2b650/filter' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.38 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"7fuyEyMAYUqvrDikS2Dw52RJfvbFrLh8 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (token = '7fuyEyMAYUqvrDikS2Dw52RJfvbFrLh8' ) LIMIT 1 ;
Copy
9
1.37 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
10
0.15 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"7fuyEyMAYUqvrDikS2Dw52RJfvbFrLh8 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '7fuyEyMAYUqvrDikS2Dw52RJfvbFrLh8' ;
Copy
11
0.71 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` . `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` . `write_access` as `app.integration.writeAccess` , `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` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` 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` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` 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` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
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` . `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` . `write_access` as `app.integration.writeAccess` ,
`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` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
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` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
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`
WHERE
(`app` . `active` = ? )
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` . `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` . `write_access` as `app.integration.writeAccess` , `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` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` 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` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` 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` WHERE (`app` . `active` = 1 );
Copy
12
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
13
0.22 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
14
0.31 ms
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE ((`country.salesChannels` . `id` = ? )) AND (`country` . `id` IN (? )) GROUP BY `country` . `id`
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
b"CÕL P»L\x07 Ÿ3|-'i’\x16 "
]
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE ((`country.salesChannels` . `id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 )) AND (`country` . `id` IN (0x43D54C2050BB4C079F337C2D27699216 )) GROUP BY `country` . `id` ;
Copy
15
6.17 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `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` . `write_access` as `app.integration.writeAccess` , `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` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` 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` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` 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` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
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` . `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` . `write_access` as `app.integration.writeAccess` ,
`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` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
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` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
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`
WHERE
(`app` . `active` = ? )
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` . `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` . `write_access` as `app.integration.writeAccess` , `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` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` 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` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` 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` WHERE (`app` . `active` = 1 );
Copy
16
0.87 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
17
0.16 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
18
0.43 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` . `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` . `write_access` as `app.integration.writeAccess` , `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` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` 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` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` 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` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
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` . `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` . `write_access` as `app.integration.writeAccess` ,
`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` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
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` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
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`
WHERE
(`app` . `active` = ? )
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` . `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` . `write_access` as `app.integration.writeAccess` , `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` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` 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` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` 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` WHERE (`app` . `active` = 1 );
Copy
19
0.28 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.16 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.60 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` . `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` . `write_access` as `app.integration.writeAccess` , `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` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` 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` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` 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` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
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` . `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` . `write_access` as `app.integration.writeAccess` ,
`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` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
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` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
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`
WHERE
(`app` . `active` = ? )
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` . `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` . `write_access` as `app.integration.writeAccess` , `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` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` 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` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` 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` WHERE (`app` . `active` = 1 );
Copy
22
0.35 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
23
0.16 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
24
0.12 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"7fuyEyMAYUqvrDikS2Dw52RJfvbFrLh8 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (token = '7fuyEyMAYUqvrDikS2Dw52RJfvbFrLh8' ) LIMIT 1 ;
Copy
25
1.05 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
26
0.12 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"7fuyEyMAYUqvrDikS2Dw52RJfvbFrLh8 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '7fuyEyMAYUqvrDikS2Dw52RJfvbFrLh8' ;
Copy
27
0.38 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` . `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` . `write_access` as `app.integration.writeAccess` , `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` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` 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` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` 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` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
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` . `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` . `write_access` as `app.integration.writeAccess` ,
`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` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
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` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
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`
WHERE
(`app` . `active` = ? )
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` . `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` . `write_access` as `app.integration.writeAccess` , `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` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` 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` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` 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` WHERE (`app` . `active` = 1 );
Copy
28
0.27 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
29
0.16 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
30
0.45 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` . `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` . `write_access` as `app.integration.writeAccess` , `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` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` 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` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` 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` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
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` . `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` . `write_access` as `app.integration.writeAccess` ,
`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` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
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` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
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`
WHERE
(`app` . `active` = ? )
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` . `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` . `write_access` as `app.integration.writeAccess` , `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` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` 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` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` 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` WHERE (`app` . `active` = 1 );
Copy
31
0.27 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
32
0.17 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
33
0.11 ms
SELECT module . module , module . response FROM wbm_data_layer_modules module
SELECT module . module , module . response FROM wbm_data_layer_modules module ;
Copy
34
0.30 ms
SELECT `cms_slot` . `id` FROM `cms_slot` WHERE (`cms_slot` . `version_id` = ? ) AND (`cms_slot` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\f P‘íÍ|J\x05 ¸qóÐfÒ²Ç "
]
SELECT `cms_slot` . `id` FROM `cms_slot` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_slot` . `id` IN (0x0C5091EDCD7C4A05B871F3D066D2B2C7 )) LIMIT 1 ;
Copy
35
3.07 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.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.title` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.title` ) as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` ) as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` ) as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` , `cms_slot.swagCmsExtensionsForm.translation.languageId` , `cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , `cms_slot.translation.config` ) as `cms_slot.config` , `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) as `cms_slot.customFields` , `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.createdAt` , `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.languageId` , `cms_slot.translation.fallback_1.cmsSlotVersionId` , `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . cms_slot_id , `cms_slot.translation` . cms_slot_version_id , `cms_slot.translation` . config as `cms_slot.translation.config` , `cms_slot.translation` . custom_fields as `cms_slot.translation.customFields` , `cms_slot.translation` . created_at as `cms_slot.translation.createdAt` , `cms_slot.translation` . updated_at as `cms_slot.translation.updatedAt` , `cms_slot.translation` . cms_slot_id as `cms_slot.translation.cmsSlotId` , `cms_slot.translation` . language_id as `cms_slot.translation.languageId` , `cms_slot.translation` . cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` , `cms_slot.translation.fallback_1` . config as `cms_slot.translation.fallback_1.config` , `cms_slot.translation.fallback_1` . custom_fields as `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.fallback_1` . created_at as `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.fallback_1` . updated_at as `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.fallback_1` . cms_slot_id as `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.fallback_1` . language_id as `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.fallback_1` . cms_slot_version_id as `cms_slot.translation.fallback_1.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.fallback_1` . `cms_slot_id` AND `cms_slot.translation.fallback_1` . language_id = ? AND `cms_slot.translation` . cms_slot_version_id = `cms_slot.translation.fallback_1` . cms_slot_version_id WHERE `cms_slot.translation` . language_id = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . cms_slot_version_id = `cms_slot` . version_id LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_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` , `cms_slot.swagCmsExtensionsForm.translation` . created_at as `cms_slot.swagCmsExtensionsForm.translation.createdAt` , `cms_slot.swagCmsExtensionsForm.translation` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation` . language_id as `cms_slot.swagCmsExtensionsForm.translation.languageId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . title as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . success_message as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . receivers as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . created_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.fallback_1` ON `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . `swag_cms_extensions_form_id` AND `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id = ? 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` . `id` IN (? ))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\f P‘íÍ|J\x05 ¸qóÐfÒ²Ç "
]
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.fallback_1.title` ,
`cms_slot.swagCmsExtensionsForm.translation.title` ,
COALESCE (
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` ,
`cms_slot.swagCmsExtensionsForm.translation.title` ,
`cms_slot.swagCmsExtensionsForm.translation.title`
) as `cms_slot.swagCmsExtensionsForm.title` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.successMessage` ,
COALESCE (
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.successMessage`
) as `cms_slot.swagCmsExtensionsForm.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.receivers` ,
COALESCE (
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.receivers`
) as `cms_slot.swagCmsExtensionsForm.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` ,
`cms_slot.swagCmsExtensionsForm.translation.createdAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` ,
`cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` ,
`cms_slot.swagCmsExtensionsForm.translation.languageId` ,
`cms_slot.translation.fallback_1.config` ,
`cms_slot.translation.config` ,
COALESCE (
`cms_slot.translation.fallback_1.config` ,
`cms_slot.translation.config` ,
`cms_slot.translation.config`
) as `cms_slot.config` ,
`cms_slot.translation.fallback_1.customFields` ,
`cms_slot.translation.customFields` ,
COALESCE (
`cms_slot.translation.fallback_1.customFields` ,
`cms_slot.translation.customFields` ,
`cms_slot.translation.customFields`
) as `cms_slot.customFields` ,
`cms_slot.translation.fallback_1.createdAt` ,
`cms_slot.translation.createdAt` ,
`cms_slot.translation.fallback_1.updatedAt` ,
`cms_slot.translation.updatedAt` ,
`cms_slot.translation.fallback_1.cmsSlotId` ,
`cms_slot.translation.cmsSlotId` ,
`cms_slot.translation.fallback_1.languageId` ,
`cms_slot.translation.languageId` ,
`cms_slot.translation.fallback_1.cmsSlotVersionId` ,
`cms_slot.translation.cmsSlotVersionId`
FROM
`cms_slot`
LEFT JOIN (
SELECT
`cms_slot.translation` . cms_slot_id ,
`cms_slot.translation` . cms_slot_version_id ,
`cms_slot.translation` . config as `cms_slot.translation.config` ,
`cms_slot.translation` . custom_fields as `cms_slot.translation.customFields` ,
`cms_slot.translation` . created_at as `cms_slot.translation.createdAt` ,
`cms_slot.translation` . updated_at as `cms_slot.translation.updatedAt` ,
`cms_slot.translation` . cms_slot_id as `cms_slot.translation.cmsSlotId` ,
`cms_slot.translation` . language_id as `cms_slot.translation.languageId` ,
`cms_slot.translation` . cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` ,
`cms_slot.translation.fallback_1` . config as `cms_slot.translation.fallback_1.config` ,
`cms_slot.translation.fallback_1` . custom_fields as `cms_slot.translation.fallback_1.customFields` ,
`cms_slot.translation.fallback_1` . created_at as `cms_slot.translation.fallback_1.createdAt` ,
`cms_slot.translation.fallback_1` . updated_at as `cms_slot.translation.fallback_1.updatedAt` ,
`cms_slot.translation.fallback_1` . cms_slot_id as `cms_slot.translation.fallback_1.cmsSlotId` ,
`cms_slot.translation.fallback_1` . language_id as `cms_slot.translation.fallback_1.languageId` ,
`cms_slot.translation.fallback_1` . cms_slot_version_id as `cms_slot.translation.fallback_1.cmsSlotVersionId`
FROM
`cms_slot_translation` `cms_slot.translation`
LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.fallback_1` . `cms_slot_id`
AND `cms_slot.translation.fallback_1` . language_id = ?
AND `cms_slot.translation` . cms_slot_version_id = `cms_slot.translation.fallback_1` . cms_slot_version_id
WHERE
`cms_slot.translation` . language_id = ?
) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id`
AND `cms_slot.cms_slot_translation` . cms_slot_version_id = `cms_slot` . version_id
LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_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` ,
`cms_slot.swagCmsExtensionsForm.translation` . created_at as `cms_slot.swagCmsExtensionsForm.translation.createdAt` ,
`cms_slot.swagCmsExtensionsForm.translation` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` ,
`cms_slot.swagCmsExtensionsForm.translation` . language_id as `cms_slot.swagCmsExtensionsForm.translation.languageId` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . title as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . success_message as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . receivers as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . created_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId`
FROM
`swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation`
LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.fallback_1` ON `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . `swag_cms_extensions_form_id`
AND `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id = ?
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` . `id` IN (? )
)
Copy
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.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.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.title` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.title` ) as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` ) as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` ) as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` , `cms_slot.swagCmsExtensionsForm.translation.languageId` , `cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , `cms_slot.translation.config` ) as `cms_slot.config` , `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) as `cms_slot.customFields` , `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.createdAt` , `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.languageId` , `cms_slot.translation.fallback_1.cmsSlotVersionId` , `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . cms_slot_id , `cms_slot.translation` . cms_slot_version_id , `cms_slot.translation` . config as `cms_slot.translation.config` , `cms_slot.translation` . custom_fields as `cms_slot.translation.customFields` , `cms_slot.translation` . created_at as `cms_slot.translation.createdAt` , `cms_slot.translation` . updated_at as `cms_slot.translation.updatedAt` , `cms_slot.translation` . cms_slot_id as `cms_slot.translation.cmsSlotId` , `cms_slot.translation` . language_id as `cms_slot.translation.languageId` , `cms_slot.translation` . cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` , `cms_slot.translation.fallback_1` . config as `cms_slot.translation.fallback_1.config` , `cms_slot.translation.fallback_1` . custom_fields as `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.fallback_1` . created_at as `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.fallback_1` . updated_at as `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.fallback_1` . cms_slot_id as `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.fallback_1` . language_id as `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.fallback_1` . cms_slot_version_id as `cms_slot.translation.fallback_1.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.fallback_1` . `cms_slot_id` AND `cms_slot.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `cms_slot.translation` . cms_slot_version_id = `cms_slot.translation.fallback_1` . cms_slot_version_id WHERE `cms_slot.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . cms_slot_version_id = `cms_slot` . version_id LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_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` , `cms_slot.swagCmsExtensionsForm.translation` . created_at as `cms_slot.swagCmsExtensionsForm.translation.createdAt` , `cms_slot.swagCmsExtensionsForm.translation` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation` . language_id as `cms_slot.swagCmsExtensionsForm.translation.languageId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . title as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . success_message as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . receivers as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . created_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.fallback_1` ON `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . `swag_cms_extensions_form_id` AND `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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` . `id` IN (0x0C5091EDCD7C4A05B871F3D066D2B2C7 ));
Copy
36
0.25 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
37
0.38 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.fallback_1.label` , `product_sorting.translation.label` , COALESCE (`product_sorting.translation.fallback_1.label` , `product_sorting.translation.label` , `product_sorting.translation.label` ) as `product_sorting.label` , `product_sorting.translation.fallback_1.createdAt` , `product_sorting.translation.createdAt` , `product_sorting.translation.fallback_1.updatedAt` , `product_sorting.translation.updatedAt` , `product_sorting.translation.fallback_1.productSortingId` , `product_sorting.translation.productSortingId` , `product_sorting.translation.fallback_1.languageId` , `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . product_sorting_id , `product_sorting.translation` . label as `product_sorting.translation.label` , `product_sorting.translation` . created_at as `product_sorting.translation.createdAt` , `product_sorting.translation` . updated_at as `product_sorting.translation.updatedAt` , `product_sorting.translation` . product_sorting_id as `product_sorting.translation.productSortingId` , `product_sorting.translation` . language_id as `product_sorting.translation.languageId` , `product_sorting.translation.fallback_1` . label as `product_sorting.translation.fallback_1.label` , `product_sorting.translation.fallback_1` . created_at as `product_sorting.translation.fallback_1.createdAt` , `product_sorting.translation.fallback_1` . updated_at as `product_sorting.translation.fallback_1.updatedAt` , `product_sorting.translation.fallback_1` . product_sorting_id as `product_sorting.translation.fallback_1.productSortingId` , `product_sorting.translation.fallback_1` . language_id as `product_sorting.translation.fallback_1.languageId` FROM `product_sorting_translation` `product_sorting.translation` LEFT JOIN `product_sorting_translation` `product_sorting.translation.fallback_1` ON `product_sorting.translation` . `product_sorting_id` = `product_sorting.translation.fallback_1` . `product_sorting_id` AND `product_sorting.translation.fallback_1` . language_id = ? WHERE `product_sorting.translation` . language_id = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¸\¤\x12 )ÅM\x10 âͰþè¹s\x10 "
b"Ö4{š4?JÙ—A\x1A ó,\x0E ëã "
b"•õ3XÌÏH$†‹þ«j\:¯ "
b"vÌ\x18 —•\t I@‚åˆÖ‡8•O "
b"S'‚wYëFߣ\x01 ‘åå€îQ "
b"ÅÜÍ▄ß┘EÀ¿vÇ╣U\v ╚░ "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.fallback_1.label` , `product_sorting.translation.label` , COALESCE (`product_sorting.translation.fallback_1.label` , `product_sorting.translation.label` , `product_sorting.translation.label` ) as `product_sorting.label` , `product_sorting.translation.fallback_1.createdAt` , `product_sorting.translation.createdAt` , `product_sorting.translation.fallback_1.updatedAt` , `product_sorting.translation.updatedAt` , `product_sorting.translation.fallback_1.productSortingId` , `product_sorting.translation.productSortingId` , `product_sorting.translation.fallback_1.languageId` , `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . product_sorting_id , `product_sorting.translation` . label as `product_sorting.translation.label` , `product_sorting.translation` . created_at as `product_sorting.translation.createdAt` , `product_sorting.translation` . updated_at as `product_sorting.translation.updatedAt` , `product_sorting.translation` . product_sorting_id as `product_sorting.translation.productSortingId` , `product_sorting.translation` . language_id as `product_sorting.translation.languageId` , `product_sorting.translation.fallback_1` . label as `product_sorting.translation.fallback_1.label` , `product_sorting.translation.fallback_1` . created_at as `product_sorting.translation.fallback_1.createdAt` , `product_sorting.translation.fallback_1` . updated_at as `product_sorting.translation.fallback_1.updatedAt` , `product_sorting.translation.fallback_1` . product_sorting_id as `product_sorting.translation.fallback_1.productSortingId` , `product_sorting.translation.fallback_1` . language_id as `product_sorting.translation.fallback_1.languageId` FROM `product_sorting_translation` `product_sorting.translation` LEFT JOIN `product_sorting_translation` `product_sorting.translation.fallback_1` ON `product_sorting.translation` . `product_sorting_id` = `product_sorting.translation.fallback_1` . `product_sorting_id` AND `product_sorting.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0xF75CCF12298F4D1083D6F8E78AFB7310 , 0xD6347B9A343F4AD997411AF32C0EEBE3 , 0x95F53358CCCF4824868BFEAB6A5C3AAF , 0x76CC18979509494082E588D68738954F , 0x5327827759EB46DFA30191E5E580EE51 , 0x8F9AD6DCE1D945B7A87680B9550BC8B0 );
Copy
38
0.31 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"Ø┘º¥"\x08 @&│└╚\x07 HóÂP "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x9DD9A7BE22084026B3C0C80748A2B650 )) LIMIT 1 ;
Copy
39
0.11 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"Ø┘º¥"\x08 @&│└╚\x07 HóÂP "
]
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 (0x9DD9A7BE22084026B3C0C80748A2B650 ));
Copy
40
2.28 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` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
b"Ø┘º¥"\x08 @&│└╚\x07 HóÂP "
null
true
false
]
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` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x9DD9A7BE22084026B3C0C80748A2B650 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
41
0.43 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.fallback_1.name` , `product_manufacturer.translation.name` , COALESCE (`product_manufacturer.translation.fallback_1.name` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` ) as `product_manufacturer.name` , `product_manufacturer.translation.fallback_1.description` , `product_manufacturer.translation.description` , COALESCE (`product_manufacturer.translation.fallback_1.description` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` ) as `product_manufacturer.description` , `product_manufacturer.translation.fallback_1.customFields` , `product_manufacturer.translation.customFields` , COALESCE (`product_manufacturer.translation.fallback_1.customFields` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` ) as `product_manufacturer.customFields` , `product_manufacturer.translation.fallback_1.createdAt` , `product_manufacturer.translation.createdAt` , `product_manufacturer.translation.fallback_1.updatedAt` , `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation.fallback_1.productManufacturerId` , `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation.fallback_1.languageId` , `product_manufacturer.translation.languageId` , `product_manufacturer.translation.fallback_1.productManufacturerVersionId` , `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . product_manufacturer_id , `product_manufacturer.translation` . product_manufacturer_version_id , `product_manufacturer.translation` . name as `product_manufacturer.translation.name` , `product_manufacturer.translation` . description as `product_manufacturer.translation.description` , `product_manufacturer.translation` . custom_fields as `product_manufacturer.translation.customFields` , `product_manufacturer.translation` . created_at as `product_manufacturer.translation.createdAt` , `product_manufacturer.translation` . updated_at as `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation` . product_manufacturer_id as `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation` . language_id as `product_manufacturer.translation.languageId` , `product_manufacturer.translation` . product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` , `product_manufacturer.translation.fallback_1` . name as `product_manufacturer.translation.fallback_1.name` , `product_manufacturer.translation.fallback_1` . description as `product_manufacturer.translation.fallback_1.description` , `product_manufacturer.translation.fallback_1` . custom_fields as `product_manufacturer.translation.fallback_1.customFields` , `product_manufacturer.translation.fallback_1` . created_at as `product_manufacturer.translation.fallback_1.createdAt` , `product_manufacturer.translation.fallback_1` . updated_at as `product_manufacturer.translation.fallback_1.updatedAt` , `product_manufacturer.translation.fallback_1` . product_manufacturer_id as `product_manufacturer.translation.fallback_1.productManufacturerId` , `product_manufacturer.translation.fallback_1` . language_id as `product_manufacturer.translation.fallback_1.languageId` , `product_manufacturer.translation.fallback_1` . product_manufacturer_version_id as `product_manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product_manufacturer.translation.fallback_1` ON `product_manufacturer.translation` . `product_manufacturer_id` = `product_manufacturer.translation.fallback_1` . `product_manufacturer_id` AND `product_manufacturer.translation.fallback_1` . language_id = ? AND `product_manufacturer.translation` . product_manufacturer_version_id = `product_manufacturer.translation.fallback_1` . product_manufacturer_version_id WHERE `product_manufacturer.translation` . language_id = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . product_manufacturer_version_id = `product_manufacturer` . version_id WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? ))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"_ÀsIgGM¢½t\x10 …’S@O "
b"çäbE„\x10 D+”žfóí ¹õ "
b"wí\x06 ¦¨¡Lë▓béÉ\x15 îı\e "
b":þ\x11 4Ž”H#»Y\r meC&‚ "
]
SELECT
`product_manufacturer` . `id` as `product_manufacturer.id` ,
`product_manufacturer` . `version_id` as `product_manufacturer.versionId` ,
`product_manufacturer` . `media_id` as `product_manufacturer.mediaId` ,
`product_manufacturer` . `link` as `product_manufacturer.link` ,
`product_manufacturer` . `created_at` as `product_manufacturer.createdAt` ,
`product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` ,
`product_manufacturer.translation.fallback_1.name` ,
`product_manufacturer.translation.name` ,
COALESCE (
`product_manufacturer.translation.fallback_1.name` ,
`product_manufacturer.translation.name` ,
`product_manufacturer.translation.name`
) as `product_manufacturer.name` ,
`product_manufacturer.translation.fallback_1.description` ,
`product_manufacturer.translation.description` ,
COALESCE (
`product_manufacturer.translation.fallback_1.description` ,
`product_manufacturer.translation.description` ,
`product_manufacturer.translation.description`
) as `product_manufacturer.description` ,
`product_manufacturer.translation.fallback_1.customFields` ,
`product_manufacturer.translation.customFields` ,
COALESCE (
`product_manufacturer.translation.fallback_1.customFields` ,
`product_manufacturer.translation.customFields` ,
`product_manufacturer.translation.customFields`
) as `product_manufacturer.customFields` ,
`product_manufacturer.translation.fallback_1.createdAt` ,
`product_manufacturer.translation.createdAt` ,
`product_manufacturer.translation.fallback_1.updatedAt` ,
`product_manufacturer.translation.updatedAt` ,
`product_manufacturer.translation.fallback_1.productManufacturerId` ,
`product_manufacturer.translation.productManufacturerId` ,
`product_manufacturer.translation.fallback_1.languageId` ,
`product_manufacturer.translation.languageId` ,
`product_manufacturer.translation.fallback_1.productManufacturerVersionId` ,
`product_manufacturer.translation.productManufacturerVersionId`
FROM
`product_manufacturer`
LEFT JOIN (
SELECT
`product_manufacturer.translation` . product_manufacturer_id ,
`product_manufacturer.translation` . product_manufacturer_version_id ,
`product_manufacturer.translation` . name as `product_manufacturer.translation.name` ,
`product_manufacturer.translation` . description as `product_manufacturer.translation.description` ,
`product_manufacturer.translation` . custom_fields as `product_manufacturer.translation.customFields` ,
`product_manufacturer.translation` . created_at as `product_manufacturer.translation.createdAt` ,
`product_manufacturer.translation` . updated_at as `product_manufacturer.translation.updatedAt` ,
`product_manufacturer.translation` . product_manufacturer_id as `product_manufacturer.translation.productManufacturerId` ,
`product_manufacturer.translation` . language_id as `product_manufacturer.translation.languageId` ,
`product_manufacturer.translation` . product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` ,
`product_manufacturer.translation.fallback_1` . name as `product_manufacturer.translation.fallback_1.name` ,
`product_manufacturer.translation.fallback_1` . description as `product_manufacturer.translation.fallback_1.description` ,
`product_manufacturer.translation.fallback_1` . custom_fields as `product_manufacturer.translation.fallback_1.customFields` ,
`product_manufacturer.translation.fallback_1` . created_at as `product_manufacturer.translation.fallback_1.createdAt` ,
`product_manufacturer.translation.fallback_1` . updated_at as `product_manufacturer.translation.fallback_1.updatedAt` ,
`product_manufacturer.translation.fallback_1` . product_manufacturer_id as `product_manufacturer.translation.fallback_1.productManufacturerId` ,
`product_manufacturer.translation.fallback_1` . language_id as `product_manufacturer.translation.fallback_1.languageId` ,
`product_manufacturer.translation.fallback_1` . product_manufacturer_version_id as `product_manufacturer.translation.fallback_1.productManufacturerVersionId`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
LEFT JOIN `product_manufacturer_translation` `product_manufacturer.translation.fallback_1` ON `product_manufacturer.translation` . `product_manufacturer_id` = `product_manufacturer.translation.fallback_1` . `product_manufacturer_id`
AND `product_manufacturer.translation.fallback_1` . language_id = ?
AND `product_manufacturer.translation` . product_manufacturer_version_id = `product_manufacturer.translation.fallback_1` . product_manufacturer_version_id
WHERE
`product_manufacturer.translation` . language_id = ?
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id`
AND `product_manufacturer.product_manufacturer_translation` . product_manufacturer_version_id = `product_manufacturer` . version_id
WHERE
(
`product_manufacturer` . `version_id` = ?
)
AND (
`product_manufacturer` . `id` IN (? , ? , ? , ? )
)
Copy
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.fallback_1.name` , `product_manufacturer.translation.name` , COALESCE (`product_manufacturer.translation.fallback_1.name` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` ) as `product_manufacturer.name` , `product_manufacturer.translation.fallback_1.description` , `product_manufacturer.translation.description` , COALESCE (`product_manufacturer.translation.fallback_1.description` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` ) as `product_manufacturer.description` , `product_manufacturer.translation.fallback_1.customFields` , `product_manufacturer.translation.customFields` , COALESCE (`product_manufacturer.translation.fallback_1.customFields` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` ) as `product_manufacturer.customFields` , `product_manufacturer.translation.fallback_1.createdAt` , `product_manufacturer.translation.createdAt` , `product_manufacturer.translation.fallback_1.updatedAt` , `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation.fallback_1.productManufacturerId` , `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation.fallback_1.languageId` , `product_manufacturer.translation.languageId` , `product_manufacturer.translation.fallback_1.productManufacturerVersionId` , `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . product_manufacturer_id , `product_manufacturer.translation` . product_manufacturer_version_id , `product_manufacturer.translation` . name as `product_manufacturer.translation.name` , `product_manufacturer.translation` . description as `product_manufacturer.translation.description` , `product_manufacturer.translation` . custom_fields as `product_manufacturer.translation.customFields` , `product_manufacturer.translation` . created_at as `product_manufacturer.translation.createdAt` , `product_manufacturer.translation` . updated_at as `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation` . product_manufacturer_id as `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation` . language_id as `product_manufacturer.translation.languageId` , `product_manufacturer.translation` . product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` , `product_manufacturer.translation.fallback_1` . name as `product_manufacturer.translation.fallback_1.name` , `product_manufacturer.translation.fallback_1` . description as `product_manufacturer.translation.fallback_1.description` , `product_manufacturer.translation.fallback_1` . custom_fields as `product_manufacturer.translation.fallback_1.customFields` , `product_manufacturer.translation.fallback_1` . created_at as `product_manufacturer.translation.fallback_1.createdAt` , `product_manufacturer.translation.fallback_1` . updated_at as `product_manufacturer.translation.fallback_1.updatedAt` , `product_manufacturer.translation.fallback_1` . product_manufacturer_id as `product_manufacturer.translation.fallback_1.productManufacturerId` , `product_manufacturer.translation.fallback_1` . language_id as `product_manufacturer.translation.fallback_1.languageId` , `product_manufacturer.translation.fallback_1` . product_manufacturer_version_id as `product_manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product_manufacturer.translation.fallback_1` ON `product_manufacturer.translation` . `product_manufacturer_id` = `product_manufacturer.translation.fallback_1` . `product_manufacturer_id` AND `product_manufacturer.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `product_manufacturer.translation` . product_manufacturer_version_id = `product_manufacturer.translation.fallback_1` . product_manufacturer_version_id WHERE `product_manufacturer.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . product_manufacturer_version_id = `product_manufacturer` . version_id WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x5FC0734967474DA2BD7410859253404F , 0xE7E462458410442B949E66F3ED20B9F5 , 0x77A106DDF9AD4C89B2628290158CD51B , 0x3AFE11348E944823BB590D6D65432682 ));
Copy
42
10.55 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule484067bd6ad2481f8f0591a8569deeea.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled40cf9900bd049508b93b3e9c880f8f6.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` , "$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule484067bd6ad2481f8f0591a8569deeea.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled40cf9900bd049508b93b3e9c880f8f6.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` , "$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule484067bd6ad2481f8f0591a8569deeea.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled40cf9900bd049508b93b3e9c880f8f6.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` , "$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule484067bd6ad2481f8f0591a8569deeea.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled40cf9900bd049508b93b3e9c880f8f6.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` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
b"Ø┘º¥"\x08 @&│└╚\x07 HóÂP "
null
true
false
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule484067bd6ad2481f8f0591a8569deeea.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruled40cf9900bd049508b93b3e9c880f8f6.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` ,
"$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule484067bd6ad2481f8f0591a8569deeea.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruled40cf9900bd049508b93b3e9c880f8f6.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` ,
"$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule484067bd6ad2481f8f0591a8569deeea.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruled40cf9900bd049508b93b3e9c880f8f6.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` ,
"$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule484067bd6ad2481f8f0591a8569deeea.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruled40cf9900bd049508b93b3e9c880f8f6.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` < = > ? )
AND NOT (
IFNULL (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) < = > ?
AND `product` . `available` < = > ?
)
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule484067bd6ad2481f8f0591a8569deeea.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled40cf9900bd049508b93b3e9c880f8f6.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` , "$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule484067bd6ad2481f8f0591a8569deeea.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled40cf9900bd049508b93b3e9c880f8f6.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` , "$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule484067bd6ad2481f8f0591a8569deeea.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled40cf9900bd049508b93b3e9c880f8f6.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` , "$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule484067bd6ad2481f8f0591a8569deeea.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled40cf9900bd049508b93b3e9c880f8f6.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` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x9DD9A7BE22084026B3C0C80748A2B650 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 )));
Copy
43
8.81 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 NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
b"Ø┘º¥"\x08 @&│└╚\x07 HóÂP "
null
true
false
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` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x9DD9A7BE22084026B3C0C80748A2B650 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
44
1.79 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 NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
b"Ø┘º¥"\x08 @&│└╚\x07 HóÂP "
null
true
false
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` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x9DD9A7BE22084026B3C0C80748A2B650 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
45
27.48 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` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
b"Ø┘º¥"\x08 @&│└╚\x07 HóÂP "
null
true
false
]
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` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x9DD9A7BE22084026B3C0C80748A2B650 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product.properties` . `id` ;
Copy
46
16.79 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` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
b"Ø┘º¥"\x08 @&│└╚\x07 HóÂP "
null
true
false
]
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` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x9DD9A7BE22084026B3C0C80748A2B650 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product.options` . `id` ;
Copy
47
1.12 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"ç4ëHlCGC¬üÁ▓\x1F └R¨ "
b"àE÷½\x18 ŸNàŽ}~É\x1D\x1C\x08 § "
b"ÞG\x16 ¤‰0F3¤÷œÉ£%<ì "
b"°JñJ0èK╦Åç\x06 lhç\x02 ¡ "
b"┘/8ØãaL-¥ï'P ^\x0E "
b"¹<\x05 ö\x17 GFÞ°\x0E ?\x0F ²?l= "
b"¼£n“8=BÖ˜Gÿ?Ÿ¶¿ "
b"â5Ê‘*¸D¢”º¸\x14 'KE\v "
b"‘V° ZJHvŸ\x1D ª]·\x1E Ô8 "
b"×o§]\x19 .H\x0E ìб;[\x05 Ä\x0E "
b"¨ØfÞAyB6øò¢Ë¨üFú "
b"§Û\x1E §¸ÊM2©¤rÆyÔ6Ù "
b"\x11 <kùüéF\x1A ‹W‹ï€5\x00\x14 "
b"થG£╣HÕ»?4ü║\x17 Ôõ "
b"\e žú‚uíC¨ºÍ,뚬$¸ "
b"É–È<[-DK„¹F>øÀgÜ "
b"ì:ô\f ┐[D%┐ì×╣,=_├ "
b"a6¼aõÄBɤn\x01 §;qéú "
b"û1>D 5IЇQ\x0E Ü›\x06 òI "
b"▀│i7iÝCç┐\x1C W\\x00 ÆåØ "
b"l┌}¾ô¬Ae╣è$ÍPrÅê "
b"\Ô²\x07 ¦„AÁŒ6äCáÎz "
b""»É±/N7Ĭ 6ı╬\x17\v "
b"´Ûn…“ÒOÖ¶Êè·ù‚[Ž "
b"ì4\f aŠK¢ˆš\x13 ;GñÔ‹ "
b"gÓùrëŽH®¯š¯÷y#…\x03 "
b"v½«½(½F-ŸÔ°\x11 Qy² "
b"üÑ<{_0G/┐²B\\t ¾.Å "
b"Ržt€ãòOÇ‹/eäûÍ[ø "
b"&þRì\x16 ‗L\x14 ä\x1C ©üg'´u "
b"~;"à±J¶“Dà˜•·\x16 J "
b"‰V;ü®\f G/³\x07 +%T¶‡Å "
b"e›\x1A ,þ†Bá¥Úfð·ƒñc "
b"š«„ˆëÇ@;œãqñ’\x04\v\v "
b"\t îE_#\x02 F9‹Nu,Ø#•Œ "
b"Ãá_çeÂL?’*támÞF\n "
b"èþVd|’CY«è^±ûø´a "
b"/ÆÁçwvN\v ©©æû\f àZ| "
b"‰lîÚ÷5@”€dè1ÒVj… "
b"║s5?#áDnü┬Ï#×ÿiË "
b"¦ (?XŽKÖ¼rp6„â¬H "
b"º6\x16 $$aCººýfž`ûšã "
b"ÎÞ\x08 Z\x02 ‹DʲËX6~Èù[ "
b"3øŽ‰«6Kç·ÿf>ö_ÚN "
b"¬|Þ\e ñD¥É& *áØq} "
b"Ì>┘s;ÔD¥L\x13 Ø`ÒS▄ "
b"~\x04 É\x11 ¼OtºYw'æf÷\x0F "
b"¿´Õ}T\x05 Kµ±›™~ÙÓXa "
b"\x05 Y”ÂÖÚHø®O\x12 á·È‹ô "
b"`£ƒ%r7JØÿRÕ-îXÖe "
b"I¦m:þ%IQ‰þOá(Ž\x07 " "
b"6hX%B\x16 O\x1F ¿R åWcäÁ "
b"þ\r ┬¦ï│F¹î80║©¿ü% "
b"§î:`CTHÅÄè\x00 ╩`Ê(¯ "
b"Tت~J1F×êa#\x07\x07 ┼'¹ "
b"ççJ–§\x18 CÆ…Ô+—¥ª\x1C \r "
b"JKtöì‰J†±ä%5µf[Ø "
b"\e u\x1C N9;Cúìm:\x1A £Ù\t Ñ "
b"=|!Ð ¾@:¯5Åá¹àf "
b"™Œk¤¬ÏL-€\x08 ÐSr¨t/ "
b"g_n\x1E ¡XG\x12 Ž\x14 dø4Æx\x04 "
b"³5\r tÉéG%¥ËÌ┼Éb[q "
b"ãÈR´`4KY░\x04\v «ü\x1C »z "
b"}hîçûuJO·\x19 î×À«4Ó "
b"""
[´█\x13\x7F èC\x03 óƒþ0\n
øfü
"""
b"Óg\x7F\x16\x03 ºDÄ„>ÃfÞdêÞ "
b"+8³G©¶\f\x1C éPÎAT "
b"€[‹užKLi²\x02\x04 ~›ð) "
b"\x00 {–Œ,EFW¹ñ.9¦k˜j "
b"{ž\x14\x10 Å\x1D L÷ª‹_9\x7F ’^… "
b"""
÷─êÿ\x14 !G┘ì░\n
£O\x08 »É
"""
b"³¨“¢Œ%JŸš[Ô±ºè© "
b"D╣L2¿═J╝åTÇhö\x11 Éü "
b"ZäÆtdÎC▓Ç\x14 ú¥Éð\x06 J "
b"Ò‡/\x15 ¥ÍLÏ›oxù\v ¾®U "
b"_6ûý%@ÅüƒUâ┘Ý ¸ "
b"å®ú¯ªVL'»ÔMѪ\r Ž¥ "
b"│\x05 $Õ\x0F 1J±¢Ö\v\v °ãÚØ "
b"\x1C\x1A l‰¥ïE£‰CÇ\x1E !þÆp "
b"E\x7F ¤ö\e IS¸ /\x07 #1cì "
b"¥»Ï(\x13 ŽO¿ª¬Vý“\x1D º\x1E "
b"á.÷<\x01 uJ~ä®┘Ø\x12 +jM "
b"SsŸA„_N%“<:—Z·À› "
b"Ì\x16 ÚöPPD޼ §të\x07\x16 "
b"┐8Á£¨=GBë‗░ÅÜzµ "
b"ÝÊ.X†öGö£`Ò]{¡\e = "
b"\x02 \r ╚®ù@8Éæ«5£\x05 Ý\x16 "
b"Ü䥽\x03\x19 @< pÖ@5”\x06\e "
b""º,ø¹ÃBŸ‰Å*3e÷%\x12 "
b"y6åð▓¶JlÖöÑ´ÅÌì· "
b"^åÇ\x08 ×\x1A KªƒšÇžh¶z "
b"Gm\x0E xîZL¯³ëžÙÔ¿\x04 P "
b"Á\x1C âaÀ:B\x15 »ÑœgSùy° "
b"8õÅÑ┬sD,׿\x1F ┘▄uq³ "
b">\f £┘▓hCÅå!Яõf.S "
b"Ϻ«GpÌBN©—Æ\x17 ÕØxX "
b";壯\x17 WM¾Š\e\x11 +ThŒ3 "
b"î\x11 õDîG³‹ÌqñS\t }³ "
b"‰I»OÎ&Iþ«ù¢³JŠ@\x17 "
b"T_Æwý\x1D BjŠ0*\x17 “\x16 B± "
b"‘ªŒŽ½+HÊ…Îö2çè&å "
b"Á׈\x11 WsFM¸²\x01 ÞŒŠyÅ "
b"ìMº0\x04 äJÏÅ/%┬PXÎ┌ "
b"e5”Ž\x1F ^GÏb5è©|óƒ "
b"R’ÈñnIΪx¾z.ñÏ™ "
b"I\x1A\x15 f\x1C\x05 L£çïÅPÁ\x06 h "
b" SŠŸ\r åL«€DV±9Ž¯Î "
b"rõ6['ýOÜžÀs+Œ «u "
b"³It5ÅÇC'ž\x13 ˜üZ\x1A 9Ø "
b"Íþm+UAM·¸ñ4|CC¿L "
b"Hå $_ÝD»€î¿kåŽÇw "
b"·°ªƒ?!@Y½…Û°ã8\x7F & "
b"8ÿô\x03 õ•G<‘Zœž\r µbÚ "
b"Q╚▒\x18 4VOûü%&Xþ¯]] "
b"ÌŒ8ü9DG\x06 ²C‚^Ì,\x1F ð "
b"\x1F Œ²aÆÿJd³¸™N&m\t 0 "
b"""
Q4Úþ×ÂL±Å¤┐\n
\x05 ý╚t
"""
b"\e\v ð‗\e ÉIMòß¿x'╩ÄD "
b"ØZ\x15 k^0B└¥éÎÀÙj{\x01 "
b"\x01 Ôpd\x00 ¬Bñ…Rˆû,%,È "
b"Qn¦AòyK\x06 ÂÉ\e Îr!\> "
b"0Öü\x0E <uIÕ▒n{¢╚î ` "
b"®ih¬ØüF`Ñ8(4º\x11 ı\x1E "
b"+pG5mÀBY¡Kì³yµ*¶ "
b"1.ôàþVI@½\"þ¤ê\x05 ~ "
b"ææ╝Ë\x19 ºM¯Å\v ßú¿¨öì "
b"’}ñÿ›;Bö¿\½N£¥\v ‰ "
b"""
é\n
)ª/BÄ–õ†‰"=\x0E ©
"""
b"É┬\v\x04\x1D ýC±ïáıÐl©\v ┤ "
b"©Ü^Ѓ˜B=±–°¢\t é·ð "
b"ÕÍûO\x04 6OA–\x13 çòª~%À "
b"wôÂ`Ú\x11 MˆŸÚb¸™'èŽ "
b"àû\x0F vös@&”ZÒ°Ê\x12 ˆÜ "
b"RK(Ù²¾Mf³Ëz'JÊÆÿ "
b"{M_YfºO¬…\x18 œ<pðõ\n "
b"èl8&‡wO†¼Êò\v k£FK "
b"´&(6Ø%N‹¼üJ4x°£ö "
b"cÆ0ñ?Ë@´„…ºIŸAõï "
b"–á5¦n\r AЕ\x02 æÃÉåä† "
b"ZuÚ_'Kc®”\x06\x12\x07 }m? "
b"rþ©XÈîIzž\x10 Ä{Z8ÚÃ "
b"ªC°J09D‹Œý_Ç^½õo "
b"\x02 Jw&8\x08 Lר-üÎÁ\x08 :\x1D "
b"@Éy6¹¢Cîë╬╦\x03 -¥o4 "
b"ã\x15 òç0‡H§ª\x04 {2\v\x17 ‡9 "
b"_v3┼9╚A#åØ6÷±cÙy "
b"2×ÄüþÑEãò▀nµî)ï' "
b"}óßâ\x12 çA¢²÷âõO\x16 Ã\r "
b"Íe åÜ@I╔ü\x12 ├´I\x0E ØK "
b"cýñD òJݘf›?Û´t4 "
b"\x17 –4šî×O\x0F ³mÃ\x1A\x0E G؃ "
b"N@2<„ D\x17 ®ÙÚ\x1A ¼Åª\x03 "
b"ÐÀšMÏKNĈj,±€ÒtÏ "
b"ƒ#;DôH@ê¶Ã#ß*çÐ\x12 "
b"æ\x00\x07\x01 ЖIÙ…c\x18\x04 /S\x0E Ö "
b"’"l8\x1E qLØŽÐ|chu£œ "
b"¸\x14 i“o7I\x1E Œ”3±4 Yð "
b"úÃW–ð&M¼–2c‹P8\x04 Ñ "
b"Y¬!ļL±º«6F‗ØÿT "
b""U®¶õ¼Lס[ü╔.3(Ô "
b"\x14 Þ.ËÙøLKª\x06 ï\r Á¤=Þ "
b"\x19 ”\x13 ”HEJH‹ùG¥Øï=Í "
b"&šÄ»ƒÚOQ´m¢[t·#h "
b"+ø{ü]>Géñ¾£-á©k: "
b"7cÇÔögBîØ═\SHf┤\x07 "
b"jsó•“<A\x04 ¥æ+3\f SÀ$ "
b"o}\VM”I_€îÇ®óéáP "
b"x\f\x14 (<ûMá–`þ×L‰¶\x0F "
b"ü\x05 C#&çH¿à\x17\x07 {H+"& "
b"“6¤o"ðIx„SâÝñéœè "
b"""
Á´oºÔŒFiŽ:X\v \n
×Ûì
"""
b"ÝXÛ€LsBm¶X\x07 x^½ÑÜ "
b"ü[[àä¿M‘–J—ÍÝäØ "
b")»W\x14 ¾¥@¹¬{Ðwâ±Ùo "
b",·ªkÿ\r Næª\x1F Gœ_Ò×s "
b"T”oãH“Gð›»\x1E Ê\x11 Xÿu "
b"ê/Q¢┬╠N\x0E ªÕ▓4#]\x1C ü "
b"‰—\x1A ¡½èM·–žfQ`õJ’ "
b"èü\t Äã\e AÕ¿\x00 1C║ß┤Z "
b"░9\x07 R*ÍCu£¼Ø\x03 ╠\x02 ▓╬ "
b"°—lâ\x04 FGn¦‡l©z1µê "
b"¾ób\x0E\x7F ÇO–¾¢p\x08\x10 1\x04 Ã "
b"Åå©o\r 'G·ˆfž¥õ\v ^j "
b"ÖI|\t å\x01 M\x1D ¦Zú¥F®žü "
b"ö@Š¥3CCú¬I\x0E\x15 Ìÿ\x17 © "
b"ß*PL:'E¤—yƒÕår¢® "
b"¶¹\x00\x01 ú KFÉ\t ¬_▒õ±h "
b"ÂM\v\e HóK»»w\x0F Žô³\x03 s "
b"ϸϻ©\x7F A7öR¹╩ôéØÁ "
b"ÜØ¦âghB\x03 ûêFÉÓ└╠D "
b"Ÿ”\t ’4\x12 Oá…\x15\x04\x12 ï2Sl "
b"ËüíÇ·▀B©©\x07 ‗}"M\x07\x02 "
b"▀\x1F\x14 ╣kACÅûMò¥ÈÕɳ "
b"K‰MÃ\r `D–´ð0Ÿš\x14\x1E £ "
b"Èú©┘SûJyÅÒk;\x1E x<─ "
b"ì\e W─8óFHÆ4ø¥û╔WÃ "
b"-½t\x11 {&KWÆì1À_`Ô│ "
b"?Ä+€øëN„¡Bï\x14 •B¿° "
b"\x05 ÌNTœåJ¯ž¸„¬\x15 ×œÒ "
b"â┐e\x04 d½NÑùÛd>Þü_\n "
b"“\x08 êõ÷\r IÓ»%h<G\r H‡ "
b"ùyƒÍ\r ùJÌü´¥µç║ƒ¬ "
b"¬!\x0E °ªˆK§˜ÔÂ\x18 8įi "
b"░'\x1E .é\x1E L÷ì‗\v «ûa¸\x0F "
b"ÃÞ\x04 ÃÍùAÀ¦¶\x0E Áš´\x06 ` "
b"¹\x11 h┘óhA2à\x1F »Ó╝þ\r É "
b"Ö5L¯óEL´âçƒÉÇ©Hr "
b"odâÈ"ÐK6§RÔ˜ËÎWÝ "
]
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 (0x873489486C434743AA81B5B21FC052F9 , 0xE045F7BD189F4EE08E7D7EC91D1C08A7 , 0xDE4716A489304633A4F79CC9A3253CEC , 0xF84AA44A308A4BCB8F87066C688702AD , 0xD92F389DC6614C2DBE8B275020FF5E0E , 0xB93C05F6174746DEB00E3F0FB23F6C3D , 0xBCA36E93383D42D69847FF3F9FB6ADBF , 0xE235CA912AB844A294BAB814274B450B , 0x9156B0A05A4A48769F1DAA5DB71ED438 , 0x9E6FF55D192E480E8DD1F13B5B058E0E , 0xF99D66E8417942369B95BDD3F98146A3 , 0xA7DB1EA7B8CA4D32A9A472C679D436D9 , 0x113C6BF9FCE9461A8B578BEF80350014 , 0x85A6BE479CB948E5AF3F3481BA17E2E4 , 0x1B9EFA8275ED43A8BACD2CEB9AAC24B8 , 0xC996C83C5B2D444B84B9463EF8C067DC , 0x8D3A930CBF5B4425BF8D9EB92C3D5FC3 , 0x6136BC61F5C442C9A46E01A73B71E9FA , 0xFB313E44203549D087510EDC9B06F249 , 0xDFB3693769ED4387BF1C575C0092869D , 0x6CDA7DF393AA4165B98A24D650728F88 , 0x5CD4B207A68441C18C36E443E1CE7AA0 , 0x22F0AF90F12F4E378EAA2036D5CE170B , 0xB4DB6E8593D24FD6B6CAE8B7F9825B8E , 0xEC340C20618A4BA2889A133B47F1D48B , 0x67D3F972EB8E48AEAF9AAFF779238503 , 0x76BDABBD28BD462D9FADD4B0115179B2 , 0x81A53C7B5F30472FBFFD425C09F32E8F , 0x529E7480E3F24FC78B2F65E4FBCD5BF8 , 0x26E7528D16F24C14841CB8816727EF75 , 0xAD7E3B22E0B14AB69344E09895B7164A , 0x89563BFCAE0C472FB3072B2554B687C5 , 0x659B1A2CFE8642E1A5DA66F0B783F163 , 0x9AAB8488EBC7403B9CE371F192040B0B , 0x09EE455F230246398B4E752CD823958C , 0xC3E15FE765C24C3F922A74E16DDE460A , 0xE8FE56647C924359ABE85EB1FBF8B461 , 0x2FC6C1E777764E0BA9A9E6FB0CE05A7C , 0x896CEEDAF73540948064E831D2566A85 , 0xBA73353F23A0446E81C2D8239E9869D3 , 0xA6A0283F588E4BD6BC72703684E2AC48 , 0xBA361624246143BABAFD669E60FB9AE3 , 0xCEDE085A028B44CAB2CB58367EC8F95B , 0x33F88E89AB364BE7B7FF663EF65FDA4E , 0xAA7CF0E81BA444BE9026202AA09D717D , 0xDE3ED9733BE244F0BE4C139D60E353DC , 0x7E049011F0AC4F74A75977279166F60F , 0xBFB4D57D54054BB5B19B997ED9D35861 , 0x055994C2D6DA48F8AE4F12E1B7C88BF4 , 0x609C9F2572374A9D9852E52D8C589965 , 0x49A66D3AFE25495189FE4FE1288E0722 , 0x3668582542164F1FBF52A0E55763E4C1 , 0xE70DC2DD8BB346FB8C3830BAB8A88125 , 0xF58C3A604354488F8E8A00CA60D228EE , 0x549DA67E4A31469E8861230707C527FB , 0xE7E74A96A71843C685D42B97A5AA1C0D , 0x4A4B74F6EC894A86B1E42535B5665BD8 , 0x1B751C4E393B43A38D6D3A1A9CEB09A5 , 0x3D7C21D020BE403AAF35C5E1B9E066A0 , 0x998C6BA4ACCF4C2D8008D05372A8742F , 0x675F6E1EA15847128E1464F834C67804 , 0xFC350D7490824725BED3DEC590625B71 , 0xC6D452EF60344B59B0040BAE811CAF7A , 0x7D68EEE7FB754A4FB719EED7C0AB34D3 , 0x5BEFDB137F8A4303A29FE7300A9B6681 , 0xD3677F1603BA44C4843EC366DE64EADE , 0x2B38EEA48EB347A9B60C1CE950CE4154 , 0x805B8B759E4B4C69B202047E9BF0AD29 , 0x007B968C2C454657B9F12E39A66B986A , 0x7B9E1410C51D4CF7AA8B5F397F925E85 , 0xF6C48898142147D98DB00A9C4F08AF90 , 0xB3A893A28C254A9F9A5BADD4B1BAE8A9 , 0x44B94C32A8CD4ABC8654806894119081 , 0x5A84927464D743B28014A3BE90D0064A , 0xD2872F15A5CD4CCF9B6F78F90BBEAE55 , 0x5F3696F0EC25408F819F5583D9EDFFF7 , 0xE5AEFAAFAA564C27BBD44DD1AA0D8EA5 , 0xB30524E50F314AF1BD990B0BF8C6E99D , 0x1C1A6C89A5EF45A38943C71E21FEC670 , 0x457FA0A4F61B4953B8A02F07233163EC , 0xA5BBCF28138E4FBFAAAC56FD931DBA1E , 0xA02EF63C01754A7E84A9D99D122B6A4D , 0x53739F41845F4E25933C3A975AB7C09B , 0xCC16DAF65050448EBCA0A7AD74EB0716 , 0xBF38B59CF93D474289F2B08F9A7AF0E6 , 0xDDCA2E5886F647F6A360D25D7BA11B3D , 0x020DC8B6A99740389091AE359C05ED16 , 0xDCE4A5BD0319403CA070D6403594061B , 0x22BA2CF8B9C3429F89C52A3365F72512 , 0x793686D0B2F44A6C9994A5EF8FDE8DFA , 0x5EE5C708D71A4BAAAD839AC79E68B67A , 0x476D0E78EE5A4CAFB3EB9ED9D4BF0450 , 0xC11CE261C03A4215BBD19C6753F979B0 , 0x38E48FA5C273442C9EA81FD9DC7571FC , 0x3E0C9CD9B268438F8621D1EEE4662E53 , 0xCFBAAB4770CC424EA997C617D5D87858 , 0x3BE5A3C617574DBE8A1B112B54688C33 , 0xEE11F544ADEE47B38BCC71F153097DB3 , 0x8949BB4FCE2649FEABF9A2B34A8A4017 , 0x545FC677FD1D426A8A302A17931642B1 , 0x91AA8C8EBD2B48CA85CEF632E7E826E5 , 0xC1D788115773464DB8B201DE8C8A79C5 , 0x8D4DA73004844AD88F2F25C25058D7DA , 0x6535948E1F5E47CFAD6235E8A97CF383 , 0x5292C388F16E49CEAA78BE7A2EF1CF99 , 0x491A15661C054C9C878B8F50B5062068 , 0xA0538A9F0DE54CAB804456B1398EAFCE , 0x72F5365B27FD4FDC9EC0732B8C20AB75 , 0xB3497435C5C743279E1398FC5A1A39D8 , 0xCDFE6D2B55414DB7B8F1347C4343BF4C , 0x48E520245FDD44BB80EEBF6BE58EC777 , 0xB7B0AA833F214059BD85DBB0E3387F26 , 0x38FFF403F595473C915A9C9E0DB562DA , 0x51C8B11834564F9681252658E7EE5D5D , 0xCC8C38FC39444706B243825ECC2C1FF0 , 0x1F8CB261C6FF4A64B3B8994E266D0930 , 0x5134E9E79EB64CF18FCFBF0A05ECC874 , 0x1B0BD0F21B90494D95E1A87827CA8E44 , 0x9D5A156B5E3042C0BE82D7B7EB6A7B01 , 0x01D4706400AC42F1855288FB2C252CC8 , 0x516EDD4195794B06B6901BD772215C3E , 0x3099810E3C7549E5B16E7BBDC88CFF60 , 0xA96968AA9D814660A5382834A711D51E , 0x2B7047356DC04259A14BECB379B52AB6 , 0x312EF4E0FE564940BD5C22FEA4EA057E , 0x9191BCD319A74DEE8F0BE1A3A8F9948D , 0x927DF1FF9B3B42F6BF5CBD4EA3A50B89 , 0xE90A29C2AA2F42C496F58689223D0EA9 , 0x90C20B041DEC43F18BA0D5D16CB80BB4 , 0xA9DC5ED08398423DB196B0A209E9B7F0 , 0xD5CDFB4F04364F419613E7F2AA7E25C0 , 0x77F4C260DA114D889FDA62B89927E88E , 0xE0FB0F76F6734026945AD2B0CA1288DC , 0x524B28D9B2BE4D66B3CB7A274ACAC6FF , 0x7B4D5F5966BA4FAC85189C3C70F0F50A , 0xE86C382687774F86BCCAF20B6BA3464B , 0xB4262836D8254E8BBCFC4A3478B0A3F6 , 0x63C630F13FCB40B48485BA499F41F5EF , 0x96E135A66E0D41D09502E6C3C9E5E486 , 0x5A75DA5F27AD4B63AE940612077D6D3F , 0x72FEA958C8EE497A9E10C47B5A38DAC3 , 0xAA43B04A3039448B8CFD5FC75EBDF56F , 0x024A772638084C9E9D2D81D7B5083A1D , 0x40907936FBBD438C89CECB032DBE6F34 , 0xE315F2E7308748A7AA047B320B178739 , 0x5F7633C539C84123869D36F6F163EB79 , 0x329E8E81E7A545C695DF6EE68C298B27 , 0x7DF3DFE212E741A2B2F7E2F54F16C30D , 0xD66520869A4049C98112C3EF490E9D4B , 0x63FDF144A0F24ADD98669B3FDBB47434 , 0x1796349AEED74F0FB36DC31A0E47D883 , 0x4E40323C84204417AED9DA1ABCC5AA03 , 0xD0C09A4DCF4B4EC4886A2CB180D274CF , 0x83233B44F44840EAB6C323DF2AE7D012 , 0xE6000701D09649D9856318042F530ED6 , 0x92226C381E714CD88ED07C636875A39C , 0xB81469936F37491E8C9433B134A059F0 , 0xFAC35796F0264DBC9632638B503804D1 , 0x59AA218EB6AC4CF1A7AE3646F29D9854 , 0x2255A9F4E4AC4C9EAD5B81C92E3328E2 , 0x14DE2ECBD9F84C4BAA06EF0DC1A43DDE , 0x1994139448454A488BF947A5D8EF3DCD , 0x269AC4BB83DA4F51B46DA25B74B72368 , 0x2B9B7B815D3E4782A4F39C2DA0B86B3A , 0x376380E29467428C9DCD5C534866B407 , 0x6A73F395933C4104A5E62B330C53C024 , 0x6F7D5C564D94495F80EEC7AEF3E9E150 , 0x780C14283CFB4DE19660FED74C89B60F , 0x81054323268748A88517077B482B2226 , 0x9336A46F22F049788453E2DDF1E99CE8 , 0xC1B46FBAD48C46698E3A580B0AD7DBEC , 0xDD58DB804C73426DB65807785EBDD1DC , 0xFC5B5BE0E4BF4D91964AC297CDDDE4D8 , 0x29BB5714BEA540B9AC7BD077E2B1D96F , 0x2CB7AA6BFF0D4EE6AA1F479C5FD2D773 , 0x54946FE3489347F09BBB1ECA1158FF75 , 0x882F51BDC2CC4E0EA6E5B234235D1C81 , 0x89971AA1BDE84DB7969E665160F54A92 , 0x8A81098EC61B41E5A8003143BAE1B45A , 0xB03907522AD643759CAC9D03CC02B2CE , 0xB0976CE20446476EA6876CA97A31B5EA , 0xBEF3620E7FC74F96BEA27008103104C3 , 0xC5E5A96F0D2747B788669EA5F50B5E6A , 0xD6497C09E5014D1DA65AFAA546AE9EFC , 0xF6408AA5334343FAAC490E15CCFF17A9 , 0xDF2A504C3A2745A4977983D5E572A2AE , 0xF4FB0001A3FF4B469009AA5FB1E4F168 , 0xC24D0B1B48F34BBBBB770F8EF4B30373 , 0xD8F7D8AFB87F41379452FBCA93829DB5 , 0x9A9DDD836768420396884690E0C0CC44 , 0x9F94099234124FE185150412EF32536C , 0xD381A180FADF42B8B807F27D224D0702 , 0xDF1F14B96B41438F964D95BED4E590FC , 0x4B894DC30D604496B4F0309F9A141EA3 , 0xD4A3B8D953964A798FE36B3B1E783CC4 , 0x8D1B57C438A2464892349BBE96C957C7 , 0x2DAB74117B264B57928D31B75F60E2B3 , 0x3FC42B80F8EB4E84A142EF149542BFB0 , 0x05CC4E549CE54AAF9EB884AC15D79CD2 , 0x83BF650464AB4EA597EA643EE8815F0A , 0x9308EAF5F70D49D3BB25683C470D4887 , 0x97799FD60D974ADE81EFBEE687BA9FAA , 0xAC210EB0AA884BA798D4C21838C4AF69 , 0xB0271E2E821E4CF68DF20BAE9661F70F , 0xC3DE04C3CDF941C0A6B60EC19AB40660 , 0xFB1168D9A2684132851FAFE0BCE70D90 , 0x99354CEEA2454CEF83879F9080B84872 , 0x6F64E2C822D04B36A752D498CBCE57DD )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
48
2.53 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.languageId` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.title` , COALESCE (`property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) as `property_group_option.media.title` , `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) as `property_group_option.media.alt` , `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) as `property_group_option.media.customFields` , `property_group_option.media.translation.fallback_1.createdAt` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.fallback_1.updatedAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.fallback_1.mediaId` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.fallback_1.languageId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name as `property_group_option.translation.name` , `property_group_option.translation` . position as `property_group_option.translation.position` , `property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = ? WHERE `property_group_option.translation` . language_id = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . property_group_id , `property_group_option.group.translation` . name as `property_group_option.group.translation.name` , `property_group_option.group.translation` . description as `property_group_option.group.translation.description` , `property_group_option.group.translation` . position as `property_group_option.group.translation.position` , `property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` , `property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = ? WHERE `property_group_option.group.translation` . language_id = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . media_id , `property_group_option.media.translation` . title as `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields as `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at as `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at as `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id as `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id as `property_group_option.media.translation.languageId` , `property_group_option.media.translation.fallback_1` . title as `property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.fallback_1` . alt as `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.fallback_1` . custom_fields as `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.fallback_1` . created_at as `property_group_option.media.translation.fallback_1.createdAt` , `property_group_option.media.translation.fallback_1` . updated_at as `property_group_option.media.translation.fallback_1.updatedAt` , `property_group_option.media.translation.fallback_1` . media_id as `property_group_option.media.translation.fallback_1.mediaId` , `property_group_option.media.translation.fallback_1` . language_id as `property_group_option.media.translation.fallback_1.languageId` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.fallback_1` . `media_id` AND `property_group_option.media.translation.fallback_1` . language_id = ? WHERE `property_group_option.media.translation` . language_id = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x05 ÌNTœåJ¯ž¸„¬\x15 ×œÒ "
b"\x14 Þ.ËÙøLKª\x06 ï\r Á¤=Þ "
b"\x19 ”\x13 ”HEJH‹ùG¥Øï=Í "
b")»W\x14 ¾¥@¹¬{Ðwâ±Ùo "
b"+ø{ü]>Géñ¾£-á©k: "
b"7cÇÔögBîØ═\SHf┤\x07 "
b"K‰MÃ\r `D–´ð0Ÿš\x14\x1E £ "
b"jsó•“<A\x04 ¥æ+3\f SÀ$ "
b"odâÈ"ÐK6§RÔ˜ËÎWÝ "
b"o}\VM”I_€îÇ®óéáP "
b"x\f\x14 (<ûMá–`þ×L‰¶\x0F "
b"â┐e\x04 d½NÑùÛd>Þü_\n "
b"ç4ëHlCGC¬üÁ▓\x1F └R¨ "
b"ê/Q¢┬╠N\x0E ªÕ▓4#]\x1C ü "
b"‰lîÚ÷5@”€dè1ÒVj… "
b"‰—\x1A ¡½èM·–žfQ`õJ’ "
b"èü\t Äã\e AÕ¿\x00 1C║ß┤Z "
b"“6¤o"ðIx„SâÝñéœè "
b"ùyƒÍ\r ùJÌü´¥µç║ƒ¬ "
b"ÜØ¦âghB\x03 ûêFÉÓ└╠D "
b"Ÿ”\t ’4\x12 Oá…\x15\x04\x12 ï2Sl "
b"§Û\x1E §¸ÊM2©¤rÆyÔ6Ù "
b"¬!\x0E °ªˆK§˜ÔÂ\x18 8įi "
b"░'\x1E .é\x1E L÷ì‗\v «ûa¸\x0F "
b"°—lâ\x04 FGn¦‡l©z1µê "
b"¼£n“8=BÖ˜Gÿ?Ÿ¶¿ "
b"¾ób\x0E\x7F ÇO–¾¢p\x08\x10 1\x04 Ã "
b"""
Á´oºÔŒFiŽ:X\v \n
×Ûì
"""
b"ÂM\v\e HóK»»w\x0F Žô³\x03 s "
b"ËüíÇ·▀B©©\x07 ‗}"M\x07\x02 "
b"Èú©┘SûJyÅÒk;\x1E x<─ "
b"ϸϻ©\x7F A7öR¹╩ôéØÁ "
b"ÝXÛ€LsBm¶X\x07 x^½ÑÜ "
b"ÞG\x16 ¤‰0F3¤÷œÉ£%<ì "
b"▀\x1F\x14 ╣kACÅûMò¥ÈÕɳ "
b"ö@Š¥3CCú¬I\x0E\x15 Ìÿ\x17 © "
b"ü[[àä¿M‘–J—ÍÝäØ "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) as `property_group_option.group.name` ,
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) as `property_group_option.group.description` ,
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) as `property_group_option.group.position` ,
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields` ,
`property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.fallback_1.languageId` ,
`property_group_option.group.translation.languageId` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.fallback_1.title` ,
`property_group_option.media.translation.title` ,
COALESCE (
`property_group_option.media.translation.fallback_1.title` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title`
) as `property_group_option.media.title` ,
`property_group_option.media.translation.fallback_1.alt` ,
`property_group_option.media.translation.alt` ,
COALESCE (
`property_group_option.media.translation.fallback_1.alt` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt`
) as `property_group_option.media.alt` ,
`property_group_option.media.translation.fallback_1.customFields` ,
`property_group_option.media.translation.customFields` ,
COALESCE (
`property_group_option.media.translation.fallback_1.customFields` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields`
) as `property_group_option.media.customFields` ,
`property_group_option.media.translation.fallback_1.createdAt` ,
`property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation.fallback_1.updatedAt` ,
`property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation.fallback_1.mediaId` ,
`property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation.fallback_1.languageId` ,
`property_group_option.media.translation.languageId` ,
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) as `property_group_option.customFields` ,
`property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1.languageId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
LEFT JOIN (
SELECT
`property_group_option.translation` . property_group_option_id ,
`property_group_option.translation` . name as `property_group_option.translation.name` ,
`property_group_option.translation` . position as `property_group_option.translation.position` ,
`property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` ,
`property_group_option.translation` . created_at as `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id as `property_group_option.translation.languageId` ,
`property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id`
AND `property_group_option.translation.fallback_1` . language_id = ?
WHERE
`property_group_option.translation` . language_id = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . property_group_id ,
`property_group_option.group.translation` . name as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . description as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . position as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` ,
`property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` ,
`property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id`
AND `property_group_option.group.translation.fallback_1` . language_id = ?
WHERE
`property_group_option.group.translation` . language_id = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . media_id ,
`property_group_option.media.translation` . title as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . alt as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . custom_fields as `property_group_option.media.translation.customFields` ,
`property_group_option.media.translation` . created_at as `property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation` . updated_at as `property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation` . media_id as `property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation` . language_id as `property_group_option.media.translation.languageId` ,
`property_group_option.media.translation.fallback_1` . title as `property_group_option.media.translation.fallback_1.title` ,
`property_group_option.media.translation.fallback_1` . alt as `property_group_option.media.translation.fallback_1.alt` ,
`property_group_option.media.translation.fallback_1` . custom_fields as `property_group_option.media.translation.fallback_1.customFields` ,
`property_group_option.media.translation.fallback_1` . created_at as `property_group_option.media.translation.fallback_1.createdAt` ,
`property_group_option.media.translation.fallback_1` . updated_at as `property_group_option.media.translation.fallback_1.updatedAt` ,
`property_group_option.media.translation.fallback_1` . media_id as `property_group_option.media.translation.fallback_1.mediaId` ,
`property_group_option.media.translation.fallback_1` . language_id as `property_group_option.media.translation.fallback_1.languageId`
FROM
`media_translation` `property_group_option.media.translation`
LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.fallback_1` . `media_id`
AND `property_group_option.media.translation.fallback_1` . language_id = ?
WHERE
`property_group_option.media.translation` . language_id = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.languageId` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.title` , COALESCE (`property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) as `property_group_option.media.title` , `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) as `property_group_option.media.alt` , `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) as `property_group_option.media.customFields` , `property_group_option.media.translation.fallback_1.createdAt` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.fallback_1.updatedAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.fallback_1.mediaId` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.fallback_1.languageId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name as `property_group_option.translation.name` , `property_group_option.translation` . position as `property_group_option.translation.position` , `property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `property_group_option.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . property_group_id , `property_group_option.group.translation` . name as `property_group_option.group.translation.name` , `property_group_option.group.translation` . description as `property_group_option.group.translation.description` , `property_group_option.group.translation` . position as `property_group_option.group.translation.position` , `property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` , `property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `property_group_option.group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . media_id , `property_group_option.media.translation` . title as `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields as `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at as `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at as `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id as `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id as `property_group_option.media.translation.languageId` , `property_group_option.media.translation.fallback_1` . title as `property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.fallback_1` . alt as `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.fallback_1` . custom_fields as `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.fallback_1` . created_at as `property_group_option.media.translation.fallback_1.createdAt` , `property_group_option.media.translation.fallback_1` . updated_at as `property_group_option.media.translation.fallback_1.updatedAt` , `property_group_option.media.translation.fallback_1` . media_id as `property_group_option.media.translation.fallback_1.mediaId` , `property_group_option.media.translation.fallback_1` . language_id as `property_group_option.media.translation.fallback_1.languageId` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.fallback_1` . `media_id` AND `property_group_option.media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0x05CC4E549CE54AAF9EB884AC15D79CD2 , 0x14DE2ECBD9F84C4BAA06EF0DC1A43DDE , 0x1994139448454A488BF947A5D8EF3DCD , 0x29BB5714BEA540B9AC7BD077E2B1D96F , 0x2B9B7B815D3E4782A4F39C2DA0B86B3A , 0x376380E29467428C9DCD5C534866B407 , 0x4B894DC30D604496B4F0309F9A141EA3 , 0x6A73F395933C4104A5E62B330C53C024 , 0x6F64E2C822D04B36A752D498CBCE57DD , 0x6F7D5C564D94495F80EEC7AEF3E9E150 , 0x780C14283CFB4DE19660FED74C89B60F , 0x83BF650464AB4EA597EA643EE8815F0A , 0x873489486C434743AA81B5B21FC052F9 , 0x882F51BDC2CC4E0EA6E5B234235D1C81 , 0x896CEEDAF73540948064E831D2566A85 , 0x89971AA1BDE84DB7969E665160F54A92 , 0x8A81098EC61B41E5A8003143BAE1B45A , 0x9336A46F22F049788453E2DDF1E99CE8 , 0x97799FD60D974ADE81EFBEE687BA9FAA , 0x9A9DDD836768420396884690E0C0CC44 , 0x9F94099234124FE185150412EF32536C , 0xA7DB1EA7B8CA4D32A9A472C679D436D9 , 0xAC210EB0AA884BA798D4C21838C4AF69 , 0xB0271E2E821E4CF68DF20BAE9661F70F , 0xB0976CE20446476EA6876CA97A31B5EA , 0xBCA36E93383D42D69847FF3F9FB6ADBF , 0xBEF3620E7FC74F96BEA27008103104C3 , 0xC1B46FBAD48C46698E3A580B0AD7DBEC , 0xC24D0B1B48F34BBBBB770F8EF4B30373 , 0xD381A180FADF42B8B807F27D224D0702 , 0xD4A3B8D953964A798FE36B3B1E783CC4 , 0xD8F7D8AFB87F41379452FBCA93829DB5 , 0xDD58DB804C73426DB65807785EBDD1DC , 0xDE4716A489304633A4F79CC9A3253CEC , 0xDF1F14B96B41438F964D95BED4E590FC , 0xF6408AA5334343FAAC490E15CCFF17A9 , 0xFC5B5BE0E4BF4D91964AC297CDDDE4D8 );
Copy
49
4.33 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"ç4ëHlCGC¬üÁ▓\x1F └R¨ "
b"àE÷½\x18 ŸNàŽ}~É\x1D\x1C\x08 § "
b"ÞG\x16 ¤‰0F3¤÷œÉ£%<ì "
b"°JñJ0èK╦Åç\x06 lhç\x02 ¡ "
b"┘/8ØãaL-¥ï'P ^\x0E "
b"¹<\x05 ö\x17 GFÞ°\x0E ?\x0F ²?l= "
b"¼£n“8=BÖ˜Gÿ?Ÿ¶¿ "
b"â5Ê‘*¸D¢”º¸\x14 'KE\v "
b"‘V° ZJHvŸ\x1D ª]·\x1E Ô8 "
b"×o§]\x19 .H\x0E ìб;[\x05 Ä\x0E "
b"¨ØfÞAyB6øò¢Ë¨üFú "
b"§Û\x1E §¸ÊM2©¤rÆyÔ6Ù "
b"\x11 <kùüéF\x1A ‹W‹ï€5\x00\x14 "
b"થG£╣HÕ»?4ü║\x17 Ôõ "
b"\e žú‚uíC¨ºÍ,뚬$¸ "
b"É–È<[-DK„¹F>øÀgÜ "
b"ì:ô\f ┐[D%┐ì×╣,=_├ "
b"a6¼aõÄBɤn\x01 §;qéú "
b"û1>D 5IЇQ\x0E Ü›\x06 òI "
b"▀│i7iÝCç┐\x1C W\\x00 ÆåØ "
b"l┌}¾ô¬Ae╣è$ÍPrÅê "
b"\Ô²\x07 ¦„AÁŒ6äCáÎz "
b""»É±/N7Ĭ 6ı╬\x17\v "
b"´Ûn…“ÒOÖ¶Êè·ù‚[Ž "
b"ì4\f aŠK¢ˆš\x13 ;GñÔ‹ "
b"gÓùrëŽH®¯š¯÷y#…\x03 "
b"v½«½(½F-ŸÔ°\x11 Qy² "
b"üÑ<{_0G/┐²B\\t ¾.Å "
b"Ržt€ãòOÇ‹/eäûÍ[ø "
b"&þRì\x16 ‗L\x14 ä\x1C ©üg'´u "
b"~;"à±J¶“Dà˜•·\x16 J "
b"‰V;ü®\f G/³\x07 +%T¶‡Å "
b"e›\x1A ,þ†Bá¥Úfð·ƒñc "
b"š«„ˆëÇ@;œãqñ’\x04\v\v "
b"\t îE_#\x02 F9‹Nu,Ø#•Œ "
b"Ãá_çeÂL?’*támÞF\n "
b"èþVd|’CY«è^±ûø´a "
b"/ÆÁçwvN\v ©©æû\f àZ| "
b"‰lîÚ÷5@”€dè1ÒVj… "
b"║s5?#áDnü┬Ï#×ÿiË "
b"¦ (?XŽKÖ¼rp6„â¬H "
b"º6\x16 $$aCººýfž`ûšã "
b"ÎÞ\x08 Z\x02 ‹DʲËX6~Èù[ "
b"3øŽ‰«6Kç·ÿf>ö_ÚN "
b"¬|Þ\e ñD¥É& *áØq} "
b"Ì>┘s;ÔD¥L\x13 Ø`ÒS▄ "
b"~\x04 É\x11 ¼OtºYw'æf÷\x0F "
b"¿´Õ}T\x05 Kµ±›™~ÙÓXa "
b"\x05 Y”ÂÖÚHø®O\x12 á·È‹ô "
b"`£ƒ%r7JØÿRÕ-îXÖe "
b"I¦m:þ%IQ‰þOá(Ž\x07 " "
b"6hX%B\x16 O\x1F ¿R åWcäÁ "
b"þ\r ┬¦ï│F¹î80║©¿ü% "
b"§î:`CTHÅÄè\x00 ╩`Ê(¯ "
b"Tت~J1F×êa#\x07\x07 ┼'¹ "
b"ççJ–§\x18 CÆ…Ô+—¥ª\x1C \r "
b"JKtöì‰J†±ä%5µf[Ø "
b"\e u\x1C N9;Cúìm:\x1A £Ù\t Ñ "
b"=|!Ð ¾@:¯5Åá¹àf "
b"™Œk¤¬ÏL-€\x08 ÐSr¨t/ "
b"g_n\x1E ¡XG\x12 Ž\x14 dø4Æx\x04 "
b"³5\r tÉéG%¥ËÌ┼Éb[q "
b"ãÈR´`4KY░\x04\v «ü\x1C »z "
b"}hîçûuJO·\x19 î×À«4Ó "
b"""
[´█\x13\x7F èC\x03 óƒþ0\n
øfü
"""
b"Óg\x7F\x16\x03 ºDÄ„>ÃfÞdêÞ "
b"+8³G©¶\f\x1C éPÎAT "
b"€[‹užKLi²\x02\x04 ~›ð) "
b"\x00 {–Œ,EFW¹ñ.9¦k˜j "
b"{ž\x14\x10 Å\x1D L÷ª‹_9\x7F ’^… "
b"""
÷─êÿ\x14 !G┘ì░\n
£O\x08 »É
"""
b"³¨“¢Œ%JŸš[Ô±ºè© "
b"D╣L2¿═J╝åTÇhö\x11 Éü "
b"ZäÆtdÎC▓Ç\x14 ú¥Éð\x06 J "
b"Ò‡/\x15 ¥ÍLÏ›oxù\v ¾®U "
b"_6ûý%@ÅüƒUâ┘Ý ¸ "
b"å®ú¯ªVL'»ÔMѪ\r Ž¥ "
b"│\x05 $Õ\x0F 1J±¢Ö\v\v °ãÚØ "
b"\x1C\x1A l‰¥ïE£‰CÇ\x1E !þÆp "
b"E\x7F ¤ö\e IS¸ /\x07 #1cì "
b"¥»Ï(\x13 ŽO¿ª¬Vý“\x1D º\x1E "
b"á.÷<\x01 uJ~ä®┘Ø\x12 +jM "
b"SsŸA„_N%“<:—Z·À› "
b"Ì\x16 ÚöPPD޼ §të\x07\x16 "
b"┐8Á£¨=GBë‗░ÅÜzµ "
b"ÝÊ.X†öGö£`Ò]{¡\e = "
b"\x02 \r ╚®ù@8Éæ«5£\x05 Ý\x16 "
b"Ü䥽\x03\x19 @< pÖ@5”\x06\e "
b""º,ø¹ÃBŸ‰Å*3e÷%\x12 "
b"y6åð▓¶JlÖöÑ´ÅÌì· "
b"^åÇ\x08 ×\x1A KªƒšÇžh¶z "
b"Gm\x0E xîZL¯³ëžÙÔ¿\x04 P "
b"Á\x1C âaÀ:B\x15 »ÑœgSùy° "
b"8õÅÑ┬sD,׿\x1F ┘▄uq³ "
b">\f £┘▓hCÅå!Яõf.S "
b"Ϻ«GpÌBN©—Æ\x17 ÕØxX "
b";壯\x17 WM¾Š\e\x11 +ThŒ3 "
b"î\x11 õDîG³‹ÌqñS\t }³ "
b"‰I»OÎ&Iþ«ù¢³JŠ@\x17 "
b"T_Æwý\x1D BjŠ0*\x17 “\x16 B± "
b"‘ªŒŽ½+HÊ…Îö2çè&å "
b"Á׈\x11 WsFM¸²\x01 ÞŒŠyÅ "
b"ìMº0\x04 äJÏÅ/%┬PXÎ┌ "
b"e5”Ž\x1F ^GÏb5è©|óƒ "
b"R’ÈñnIΪx¾z.ñÏ™ "
b"I\x1A\x15 f\x1C\x05 L£çïÅPÁ\x06 h "
b" SŠŸ\r åL«€DV±9Ž¯Î "
b"rõ6['ýOÜžÀs+Œ «u "
b"³It5ÅÇC'ž\x13 ˜üZ\x1A 9Ø "
b"Íþm+UAM·¸ñ4|CC¿L "
b"Hå $_ÝD»€î¿kåŽÇw "
b"·°ªƒ?!@Y½…Û°ã8\x7F & "
b"8ÿô\x03 õ•G<‘Zœž\r µbÚ "
b"Q╚▒\x18 4VOûü%&Xþ¯]] "
b"ÌŒ8ü9DG\x06 ²C‚^Ì,\x1F ð "
b"\x1F Œ²aÆÿJd³¸™N&m\t 0 "
b"""
Q4Úþ×ÂL±Å¤┐\n
\x05 ý╚t
"""
b"\e\v ð‗\e ÉIMòß¿x'╩ÄD "
b"ØZ\x15 k^0B└¥éÎÀÙj{\x01 "
b"\x01 Ôpd\x00 ¬Bñ…Rˆû,%,È "
b"Qn¦AòyK\x06 ÂÉ\e Îr!\> "
b"0Öü\x0E <uIÕ▒n{¢╚î ` "
b"®ih¬ØüF`Ñ8(4º\x11 ı\x1E "
b"+pG5mÀBY¡Kì³yµ*¶ "
b"1.ôàþVI@½\"þ¤ê\x05 ~ "
b"ææ╝Ë\x19 ºM¯Å\v ßú¿¨öì "
b"’}ñÿ›;Bö¿\½N£¥\v ‰ "
b"""
é\n
)ª/BÄ–õ†‰"=\x0E ©
"""
b"É┬\v\x04\x1D ýC±ïáıÐl©\v ┤ "
b"©Ü^Ѓ˜B=±–°¢\t é·ð "
b"ÕÍûO\x04 6OA–\x13 çòª~%À "
b"wôÂ`Ú\x11 MˆŸÚb¸™'èŽ "
b"àû\x0F vös@&”ZÒ°Ê\x12 ˆÜ "
b"RK(Ù²¾Mf³Ëz'JÊÆÿ "
b"{M_YfºO¬…\x18 œ<pðõ\n "
b"èl8&‡wO†¼Êò\v k£FK "
b"´&(6Ø%N‹¼üJ4x°£ö "
b"cÆ0ñ?Ë@´„…ºIŸAõï "
b"–á5¦n\r AЕ\x02 æÃÉåä† "
b"ZuÚ_'Kc®”\x06\x12\x07 }m? "
b"rþ©XÈîIzž\x10 Ä{Z8ÚÃ "
b"ªC°J09D‹Œý_Ç^½õo "
b"\x02 Jw&8\x08 Lר-üÎÁ\x08 :\x1D "
b"@Éy6¹¢Cîë╬╦\x03 -¥o4 "
b"ã\x15 òç0‡H§ª\x04 {2\v\x17 ‡9 "
b"_v3┼9╚A#åØ6÷±cÙy "
b"2×ÄüþÑEãò▀nµî)ï' "
b"}óßâ\x12 çA¢²÷âõO\x16 Ã\r "
b"Íe åÜ@I╔ü\x12 ├´I\x0E ØK "
b"cýñD òJݘf›?Û´t4 "
b"\x17 –4šî×O\x0F ³mÃ\x1A\x0E G؃ "
b"N@2<„ D\x17 ®ÙÚ\x1A ¼Åª\x03 "
b"ÐÀšMÏKNĈj,±€ÒtÏ "
b"ƒ#;DôH@ê¶Ã#ß*çÐ\x12 "
b"æ\x00\x07\x01 ЖIÙ…c\x18\x04 /S\x0E Ö "
b"’"l8\x1E qLØŽÐ|chu£œ "
b"¸\x14 i“o7I\x1E Œ”3±4 Yð "
b"úÃW–ð&M¼–2c‹P8\x04 Ñ "
b"Y¬!ļL±º«6F‗ØÿT "
b""U®¶õ¼Lס[ü╔.3(Ô "
b"\x14 Þ.ËÙøLKª\x06 ï\r Á¤=Þ "
b"\x19 ”\x13 ”HEJH‹ùG¥Øï=Í "
b"&šÄ»ƒÚOQ´m¢[t·#h "
b"+ø{ü]>Géñ¾£-á©k: "
b"7cÇÔögBîØ═\SHf┤\x07 "
b"jsó•“<A\x04 ¥æ+3\f SÀ$ "
b"o}\VM”I_€îÇ®óéáP "
b"x\f\x14 (<ûMá–`þ×L‰¶\x0F "
b"ü\x05 C#&çH¿à\x17\x07 {H+"& "
b"“6¤o"ðIx„SâÝñéœè "
b"""
Á´oºÔŒFiŽ:X\v \n
×Ûì
"""
b"ÝXÛ€LsBm¶X\x07 x^½ÑÜ "
b"ü[[àä¿M‘–J—ÍÝäØ "
b")»W\x14 ¾¥@¹¬{Ðwâ±Ùo "
b",·ªkÿ\r Næª\x1F Gœ_Ò×s "
b"T”oãH“Gð›»\x1E Ê\x11 Xÿu "
b"ê/Q¢┬╠N\x0E ªÕ▓4#]\x1C ü "
b"‰—\x1A ¡½èM·–žfQ`õJ’ "
b"èü\t Äã\e AÕ¿\x00 1C║ß┤Z "
b"░9\x07 R*ÍCu£¼Ø\x03 ╠\x02 ▓╬ "
b"°—lâ\x04 FGn¦‡l©z1µê "
b"¾ób\x0E\x7F ÇO–¾¢p\x08\x10 1\x04 Ã "
b"Åå©o\r 'G·ˆfž¥õ\v ^j "
b"ÖI|\t å\x01 M\x1D ¦Zú¥F®žü "
b"ö@Š¥3CCú¬I\x0E\x15 Ìÿ\x17 © "
b"ß*PL:'E¤—yƒÕår¢® "
b"¶¹\x00\x01 ú KFÉ\t ¬_▒õ±h "
b"ÂM\v\e HóK»»w\x0F Žô³\x03 s "
b"ϸϻ©\x7F A7öR¹╩ôéØÁ "
b"ÜØ¦âghB\x03 ûêFÉÓ└╠D "
b"Ÿ”\t ’4\x12 Oá…\x15\x04\x12 ï2Sl "
b"ËüíÇ·▀B©©\x07 ‗}"M\x07\x02 "
b"▀\x1F\x14 ╣kACÅûMò¥ÈÕɳ "
b"K‰MÃ\r `D–´ð0Ÿš\x14\x1E £ "
b"Èú©┘SûJyÅÒk;\x1E x<─ "
b"ì\e W─8óFHÆ4ø¥û╔WÃ "
b"-½t\x11 {&KWÆì1À_`Ô│ "
b"?Ä+€øëN„¡Bï\x14 •B¿° "
b"\x05 ÌNTœåJ¯ž¸„¬\x15 ×œÒ "
b"â┐e\x04 d½NÑùÛd>Þü_\n "
b"“\x08 êõ÷\r IÓ»%h<G\r H‡ "
b"ùyƒÍ\r ùJÌü´¥µç║ƒ¬ "
b"¬!\x0E °ªˆK§˜ÔÂ\x18 8įi "
b"░'\x1E .é\x1E L÷ì‗\v «ûa¸\x0F "
b"ÃÞ\x04 ÃÍùAÀ¦¶\x0E Áš´\x06 ` "
b"¹\x11 h┘óhA2à\x1F »Ó╝þ\r É "
b"Ö5L¯óEL´âçƒÉÇ©Hr "
b"odâÈ"ÐK6§RÔ˜ËÎWÝ "
]
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 (0x873489486C434743AA81B5B21FC052F9 , 0xE045F7BD189F4EE08E7D7EC91D1C08A7 , 0xDE4716A489304633A4F79CC9A3253CEC , 0xF84AA44A308A4BCB8F87066C688702AD , 0xD92F389DC6614C2DBE8B275020FF5E0E , 0xB93C05F6174746DEB00E3F0FB23F6C3D , 0xBCA36E93383D42D69847FF3F9FB6ADBF , 0xE235CA912AB844A294BAB814274B450B , 0x9156B0A05A4A48769F1DAA5DB71ED438 , 0x9E6FF55D192E480E8DD1F13B5B058E0E , 0xF99D66E8417942369B95BDD3F98146A3 , 0xA7DB1EA7B8CA4D32A9A472C679D436D9 , 0x113C6BF9FCE9461A8B578BEF80350014 , 0x85A6BE479CB948E5AF3F3481BA17E2E4 , 0x1B9EFA8275ED43A8BACD2CEB9AAC24B8 , 0xC996C83C5B2D444B84B9463EF8C067DC , 0x8D3A930CBF5B4425BF8D9EB92C3D5FC3 , 0x6136BC61F5C442C9A46E01A73B71E9FA , 0xFB313E44203549D087510EDC9B06F249 , 0xDFB3693769ED4387BF1C575C0092869D , 0x6CDA7DF393AA4165B98A24D650728F88 , 0x5CD4B207A68441C18C36E443E1CE7AA0 , 0x22F0AF90F12F4E378EAA2036D5CE170B , 0xB4DB6E8593D24FD6B6CAE8B7F9825B8E , 0xEC340C20618A4BA2889A133B47F1D48B , 0x67D3F972EB8E48AEAF9AAFF779238503 , 0x76BDABBD28BD462D9FADD4B0115179B2 , 0x81A53C7B5F30472FBFFD425C09F32E8F , 0x529E7480E3F24FC78B2F65E4FBCD5BF8 , 0x26E7528D16F24C14841CB8816727EF75 , 0xAD7E3B22E0B14AB69344E09895B7164A , 0x89563BFCAE0C472FB3072B2554B687C5 , 0x659B1A2CFE8642E1A5DA66F0B783F163 , 0x9AAB8488EBC7403B9CE371F192040B0B , 0x09EE455F230246398B4E752CD823958C , 0xC3E15FE765C24C3F922A74E16DDE460A , 0xE8FE56647C924359ABE85EB1FBF8B461 , 0x2FC6C1E777764E0BA9A9E6FB0CE05A7C , 0x896CEEDAF73540948064E831D2566A85 , 0xBA73353F23A0446E81C2D8239E9869D3 , 0xA6A0283F588E4BD6BC72703684E2AC48 , 0xBA361624246143BABAFD669E60FB9AE3 , 0xCEDE085A028B44CAB2CB58367EC8F95B , 0x33F88E89AB364BE7B7FF663EF65FDA4E , 0xAA7CF0E81BA444BE9026202AA09D717D , 0xDE3ED9733BE244F0BE4C139D60E353DC , 0x7E049011F0AC4F74A75977279166F60F , 0xBFB4D57D54054BB5B19B997ED9D35861 , 0x055994C2D6DA48F8AE4F12E1B7C88BF4 , 0x609C9F2572374A9D9852E52D8C589965 , 0x49A66D3AFE25495189FE4FE1288E0722 , 0x3668582542164F1FBF52A0E55763E4C1 , 0xE70DC2DD8BB346FB8C3830BAB8A88125 , 0xF58C3A604354488F8E8A00CA60D228EE , 0x549DA67E4A31469E8861230707C527FB , 0xE7E74A96A71843C685D42B97A5AA1C0D , 0x4A4B74F6EC894A86B1E42535B5665BD8 , 0x1B751C4E393B43A38D6D3A1A9CEB09A5 , 0x3D7C21D020BE403AAF35C5E1B9E066A0 , 0x998C6BA4ACCF4C2D8008D05372A8742F , 0x675F6E1EA15847128E1464F834C67804 , 0xFC350D7490824725BED3DEC590625B71 , 0xC6D452EF60344B59B0040BAE811CAF7A , 0x7D68EEE7FB754A4FB719EED7C0AB34D3 , 0x5BEFDB137F8A4303A29FE7300A9B6681 , 0xD3677F1603BA44C4843EC366DE64EADE , 0x2B38EEA48EB347A9B60C1CE950CE4154 , 0x805B8B759E4B4C69B202047E9BF0AD29 , 0x007B968C2C454657B9F12E39A66B986A , 0x7B9E1410C51D4CF7AA8B5F397F925E85 , 0xF6C48898142147D98DB00A9C4F08AF90 , 0xB3A893A28C254A9F9A5BADD4B1BAE8A9 , 0x44B94C32A8CD4ABC8654806894119081 , 0x5A84927464D743B28014A3BE90D0064A , 0xD2872F15A5CD4CCF9B6F78F90BBEAE55 , 0x5F3696F0EC25408F819F5583D9EDFFF7 , 0xE5AEFAAFAA564C27BBD44DD1AA0D8EA5 , 0xB30524E50F314AF1BD990B0BF8C6E99D , 0x1C1A6C89A5EF45A38943C71E21FEC670 , 0x457FA0A4F61B4953B8A02F07233163EC , 0xA5BBCF28138E4FBFAAAC56FD931DBA1E , 0xA02EF63C01754A7E84A9D99D122B6A4D , 0x53739F41845F4E25933C3A975AB7C09B , 0xCC16DAF65050448EBCA0A7AD74EB0716 , 0xBF38B59CF93D474289F2B08F9A7AF0E6 , 0xDDCA2E5886F647F6A360D25D7BA11B3D , 0x020DC8B6A99740389091AE359C05ED16 , 0xDCE4A5BD0319403CA070D6403594061B , 0x22BA2CF8B9C3429F89C52A3365F72512 , 0x793686D0B2F44A6C9994A5EF8FDE8DFA , 0x5EE5C708D71A4BAAAD839AC79E68B67A , 0x476D0E78EE5A4CAFB3EB9ED9D4BF0450 , 0xC11CE261C03A4215BBD19C6753F979B0 , 0x38E48FA5C273442C9EA81FD9DC7571FC , 0x3E0C9CD9B268438F8621D1EEE4662E53 , 0xCFBAAB4770CC424EA997C617D5D87858 , 0x3BE5A3C617574DBE8A1B112B54688C33 , 0xEE11F544ADEE47B38BCC71F153097DB3 , 0x8949BB4FCE2649FEABF9A2B34A8A4017 , 0x545FC677FD1D426A8A302A17931642B1 , 0x91AA8C8EBD2B48CA85CEF632E7E826E5 , 0xC1D788115773464DB8B201DE8C8A79C5 , 0x8D4DA73004844AD88F2F25C25058D7DA , 0x6535948E1F5E47CFAD6235E8A97CF383 , 0x5292C388F16E49CEAA78BE7A2EF1CF99 , 0x491A15661C054C9C878B8F50B5062068 , 0xA0538A9F0DE54CAB804456B1398EAFCE , 0x72F5365B27FD4FDC9EC0732B8C20AB75 , 0xB3497435C5C743279E1398FC5A1A39D8 , 0xCDFE6D2B55414DB7B8F1347C4343BF4C , 0x48E520245FDD44BB80EEBF6BE58EC777 , 0xB7B0AA833F214059BD85DBB0E3387F26 , 0x38FFF403F595473C915A9C9E0DB562DA , 0x51C8B11834564F9681252658E7EE5D5D , 0xCC8C38FC39444706B243825ECC2C1FF0 , 0x1F8CB261C6FF4A64B3B8994E266D0930 , 0x5134E9E79EB64CF18FCFBF0A05ECC874 , 0x1B0BD0F21B90494D95E1A87827CA8E44 , 0x9D5A156B5E3042C0BE82D7B7EB6A7B01 , 0x01D4706400AC42F1855288FB2C252CC8 , 0x516EDD4195794B06B6901BD772215C3E , 0x3099810E3C7549E5B16E7BBDC88CFF60 , 0xA96968AA9D814660A5382834A711D51E , 0x2B7047356DC04259A14BECB379B52AB6 , 0x312EF4E0FE564940BD5C22FEA4EA057E , 0x9191BCD319A74DEE8F0BE1A3A8F9948D , 0x927DF1FF9B3B42F6BF5CBD4EA3A50B89 , 0xE90A29C2AA2F42C496F58689223D0EA9 , 0x90C20B041DEC43F18BA0D5D16CB80BB4 , 0xA9DC5ED08398423DB196B0A209E9B7F0 , 0xD5CDFB4F04364F419613E7F2AA7E25C0 , 0x77F4C260DA114D889FDA62B89927E88E , 0xE0FB0F76F6734026945AD2B0CA1288DC , 0x524B28D9B2BE4D66B3CB7A274ACAC6FF , 0x7B4D5F5966BA4FAC85189C3C70F0F50A , 0xE86C382687774F86BCCAF20B6BA3464B , 0xB4262836D8254E8BBCFC4A3478B0A3F6 , 0x63C630F13FCB40B48485BA499F41F5EF , 0x96E135A66E0D41D09502E6C3C9E5E486 , 0x5A75DA5F27AD4B63AE940612077D6D3F , 0x72FEA958C8EE497A9E10C47B5A38DAC3 , 0xAA43B04A3039448B8CFD5FC75EBDF56F , 0x024A772638084C9E9D2D81D7B5083A1D , 0x40907936FBBD438C89CECB032DBE6F34 , 0xE315F2E7308748A7AA047B320B178739 , 0x5F7633C539C84123869D36F6F163EB79 , 0x329E8E81E7A545C695DF6EE68C298B27 , 0x7DF3DFE212E741A2B2F7E2F54F16C30D , 0xD66520869A4049C98112C3EF490E9D4B , 0x63FDF144A0F24ADD98669B3FDBB47434 , 0x1796349AEED74F0FB36DC31A0E47D883 , 0x4E40323C84204417AED9DA1ABCC5AA03 , 0xD0C09A4DCF4B4EC4886A2CB180D274CF , 0x83233B44F44840EAB6C323DF2AE7D012 , 0xE6000701D09649D9856318042F530ED6 , 0x92226C381E714CD88ED07C636875A39C , 0xB81469936F37491E8C9433B134A059F0 , 0xFAC35796F0264DBC9632638B503804D1 , 0x59AA218EB6AC4CF1A7AE3646F29D9854 , 0x2255A9F4E4AC4C9EAD5B81C92E3328E2 , 0x14DE2ECBD9F84C4BAA06EF0DC1A43DDE , 0x1994139448454A488BF947A5D8EF3DCD , 0x269AC4BB83DA4F51B46DA25B74B72368 , 0x2B9B7B815D3E4782A4F39C2DA0B86B3A , 0x376380E29467428C9DCD5C534866B407 , 0x6A73F395933C4104A5E62B330C53C024 , 0x6F7D5C564D94495F80EEC7AEF3E9E150 , 0x780C14283CFB4DE19660FED74C89B60F , 0x81054323268748A88517077B482B2226 , 0x9336A46F22F049788453E2DDF1E99CE8 , 0xC1B46FBAD48C46698E3A580B0AD7DBEC , 0xDD58DB804C73426DB65807785EBDD1DC , 0xFC5B5BE0E4BF4D91964AC297CDDDE4D8 , 0x29BB5714BEA540B9AC7BD077E2B1D96F , 0x2CB7AA6BFF0D4EE6AA1F479C5FD2D773 , 0x54946FE3489347F09BBB1ECA1158FF75 , 0x882F51BDC2CC4E0EA6E5B234235D1C81 , 0x89971AA1BDE84DB7969E665160F54A92 , 0x8A81098EC61B41E5A8003143BAE1B45A , 0xB03907522AD643759CAC9D03CC02B2CE , 0xB0976CE20446476EA6876CA97A31B5EA , 0xBEF3620E7FC74F96BEA27008103104C3 , 0xC5E5A96F0D2747B788669EA5F50B5E6A , 0xD6497C09E5014D1DA65AFAA546AE9EFC , 0xF6408AA5334343FAAC490E15CCFF17A9 , 0xDF2A504C3A2745A4977983D5E572A2AE , 0xF4FB0001A3FF4B469009AA5FB1E4F168 , 0xC24D0B1B48F34BBBBB770F8EF4B30373 , 0xD8F7D8AFB87F41379452FBCA93829DB5 , 0x9A9DDD836768420396884690E0C0CC44 , 0x9F94099234124FE185150412EF32536C , 0xD381A180FADF42B8B807F27D224D0702 , 0xDF1F14B96B41438F964D95BED4E590FC , 0x4B894DC30D604496B4F0309F9A141EA3 , 0xD4A3B8D953964A798FE36B3B1E783CC4 , 0x8D1B57C438A2464892349BBE96C957C7 , 0x2DAB74117B264B57928D31B75F60E2B3 , 0x3FC42B80F8EB4E84A142EF149542BFB0 , 0x05CC4E549CE54AAF9EB884AC15D79CD2 , 0x83BF650464AB4EA597EA643EE8815F0A , 0x9308EAF5F70D49D3BB25683C470D4887 , 0x97799FD60D974ADE81EFBEE687BA9FAA , 0xAC210EB0AA884BA798D4C21838C4AF69 , 0xB0271E2E821E4CF68DF20BAE9661F70F , 0xC3DE04C3CDF941C0A6B60EC19AB40660 , 0xFB1168D9A2684132851FAFE0BCE70D90 , 0x99354CEEA2454CEF83879F9080B84872 , 0x6F64E2C822D04B36A752D498CBCE57DD )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
50
6.29 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"Rmi0±ÝIÕºwö)¦¤w÷ "
b"Çò‚X¶Oš¨wÒ7³@ˆ® "
b"ÅL|g\x0E 'EL¶\x13 ÉÖÑéç‹ "
b"l›î.G\x08 OàžßP\x01 €Èéº "
b"""
~/ëàÕd@- ë\n
\x0F B]ü¸
"""
b"¥¶6o\x10 +A÷’LÚ¯+‹¿. "
b"®ÇÐj÷sFu¡®\r Ô˜£N= "
b"ʃ$Ã\t UCö¦Ÿ’0PxfW "
b"Þ$U¿Œ¢Kš„|ž9~@ri "
b"ã:╔\x06 ▀AÉɳ\x07 x\x01 E¦k "
b"H@g¢jÊH\x1F Å\x05 æ¿VØ¯Û "
b"\x01 ÅQ▄-Ïuvè.ýqkB\x00\x00 "
b"\x01 ÅQÔ¶Øs\x19 ░A\x05 Ȩ═ V "
b"È\f ¨É\v ðIPïô│Ú╚ǰ÷ "
]
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 (0x526D6930B1DD49D5BA77F629A6A477F7 , 0xADC7F28258B64F9AA877D237B34088AE , 0xC54C7C670E27454CB613C9D6D1E9E78B , 0x6C9BEE2E47084FE09EDF500180C8E9BA , 0x7E2FEBE0D564402DA0EB0A0F425DFCB8 , 0xA5B6366F102B41F7924CDAAF2B8BBF2E , 0xAEC7D06AF7734675A1AE0DD498A34E3D , 0xCA8324C3095543F6A69F923050786657 , 0xDE2455BF8CA24B9A847C9E397E407269 , 0xF0C63AC906DF419090FC07780145DD6B , 0x484067BD6AD2481F8F0591A8569DEEEA , 0x018F51DC2DD875768A2EEC716B420000 , 0x018F51E2F49D7319B04105D4F9CDFF56 , 0xD40CF9900BD049508B93B3E9C880F8F6 );
Copy