1
0.34 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.62 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.48 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.59 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
0.18 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
6
0.91 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ’µ8öEr²ªÍW«a$LH "
"widgets/cms/navigation/1ea2dba5b5474d10ac40cd4c962d8b8b/filter "
"widgets/cms/navigation/1ea2dba5b5474d10ac40cd4c962d8b8b/filter/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x0192B538F64572B2AACD57AB61244C48 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'widgets/cms/navigation/1ea2dba5b5474d10ac40cd4c962d8b8b/filter' OR seo_path_info = 'widgets/cms/navigation/1ea2dba5b5474d10ac40cd4c962d8b8b/filter/' ));
Copy
7
0.39 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"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ’µ8öEr²ªÍW«a$LH "
"/widgets/cms/navigation/1ea2dba5b5474d10ac40cd4c962d8b8b/filter "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x0192B538F64572B2AACD57AB61244C48 ) AND (path_info = '/widgets/cms/navigation/1ea2dba5b5474d10ac40cd4c962d8b8b/filter' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.48 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
9
0.63 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ’µ8öEr²ªÍW«a$LH "
"FSfpSSBYXDjIQol4y8qItRpdF1xQqnXS "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0192B538F64572B2AACD57AB61244C48 ) AND (token = 'FSfpSSBYXDjIQol4y8qItRpdF1xQqnXS' ) LIMIT 1 ;
Copy
10
0.41 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"FSfpSSBYXDjIQol4y8qItRpdF1xQqnXS "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'FSfpSSBYXDjIQol4y8qItRpdF1xQqnXS' ;
Copy
11
0.56 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
12
1.01 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x06 ;\x1A Ô÷²HŠ—j²\x1F g\x0F +¾ "
b"\x07 ü©»äeCÓ¬4^AóŽÿ "
b"\x16\v 5è0ßN+±\x16\x08\x08 k?Q\x00 "
b"\x1A pÎbÖˆOv ‹‘\x12 ÿ¤h) "
b"#{Þ\x03 ©g@ œ“¥R¾òj\x15 "
b"'[ÆÞ┤ìN\x04 ïð▒ͼ§ƒ╩ "
b"'©mÑô\r @ÝŸ\t /÷‘\v\v á "
b"-XfÈ\x04 {Oüª´\x1E ë!õL¼ "
b"7¢^¸¹äC%©€ª¶‘Øž\x12 "
b"=\x03 ÷zXLN?¦S~w*w|Œ "
b"Aš\x15 ÷n—Nü‚òF\x18 Zë³Ä "
b"""
M\x16 \r 7FòAJ£\kH±\n
t¹
"""
b"W«aÛ\t\x12 Kê¸å\x01 ž½ë·ä "
b"b\\x13 R\x12 FG\x1D §åcì7¹8\x10 "
b"fœ¸¾;ÀK‹Žq«TÁÞÞ= "
b"v|<\x15 =.Dê¡ÊJø5;Ÿd "
b"w«S;/TE&¬ègâ2É\x04 Í "
b"xí^©Í)A¸š9âD\x02 Z!Ž "
b"""
€‰U†\n
\x1E @H„p$G›#2\x0F
"""
b"†ñ¼áf\x12 Hþ„ÔÕ\v P_-F "
b"•Ó\r »žˆFõ°žM׳ß\x19 ¨ "
b"•éÝØHb@£ŽÈ‹æ¬—\e + "
b"–ìeø%µE¿—ï ‹l\t ä+ "
b"¬.\x1A F▀\x1A DèÉö\x1A ƒú+Z× "
b"½$GÀ\x1E ºJFâç,Ø[0ëC "
b"·Ì<L…üKP²\x0E gª‘{0® "
b"Ìz¹©ÐA@%‘¡ëwG´´„ "
b"Ú\x1C ¼¥w*O—¶¡ÓŠffÑK "
b"ÚIþx\x02 WDq®>¯ÿ;\x10 ´þ "
b"ó¥¸ÃOHF\x00 °{cÅF=ð "
b"\x01 ’µ8h~p{¶ºê,€q\r a "
b"\x01 ’µ8h¶pH¨«Û&çDР"
b"\x01 ’µ8i)rS”ì50\f ™€; "
b"\x01 ÆÁ8v▒p3Å\x0F V\x7F i\x04\x19 ■ "
b"\x01 ’µ8i%ry£†Õ\x13 ³Ä-À "
b"\x01 ’µ8i's€¼²uY NˆÑ "
b"\x01 ÆÁ8øÇq╠ñ<É{¶c4\x03 "
b"\x01 “ ý½/sÍ£c~0°\t 8f "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
b"\x01 ô\f 6BÏv×Ø\x18 ü\x12 Î50\x00 "
b"\x01 “\f 8Cy}*‘ÿõ¨›‘#_ "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x063B1AD4F7B2488A976AB21F670F2BBE , 0x07FCA9BBE46543D3AC345E41C3B38EFF , 0x160B35E830DF4E2BB11608086B3F5100 , 0x1A70CE62D6884F76A08B9112FFA46829 , 0x237BDE03A96740209C93A552BEF26A15 , 0x275B92E8B48D4E048BD0B1D6ACF59FCA , 0x27A96DD1F40D40DD9F092FF7910B0BE1 , 0x2D5866C8047B4FFCAAB41EEB21F54CBC , 0x37A25EB8B9E44325A980AAB691D89E12 , 0x3D03F77A584C4E3FA6537E772A777C8C , 0x419A15F76E974EFC82F246185AEBB3C4 , 0x4D160D3746F2414AA35C6B48B10A74B9 , 0x57AB61DB09124BEAB8E5019EBDEBB7E4 , 0x625C13521246471DA7E563EC37B93810 , 0x669CB8BE3BC04B8B8E71AB54C1DEDE3D , 0x767C3C153D2E44EAA1CA4AF8353B9F64 , 0x77AE533B2F544526AA8A6783329004D6 , 0x78ED5EA9CD2941B89A39E244025A218E , 0x808955860A1E4048847024479B23320F , 0x86F1BCE1661248FE84D4D50B505F2D46 , 0x95D30DBB9E8846F5B09E4DD7B3DF19A8 , 0x95E9DDD8486240A38EC88BE6AC971B2B , 0x96EC65F825B545BF97EF208B6C09E42B , 0xAA2E1A46DF1A448A90941A9FA32B5A9E , 0xAB2447B71EA74A4683872C9D5B308943 , 0xB7CC3C4C85FC4B50B20E67AA917B30AE , 0xCC7AB9A9D041402591A1EB7747B4B484 , 0xDA1CBCA5772A4F97B6A1D38A6666D14B , 0xDA49FE7802574471AE3EAFFF3B10B4FE , 0xF3A5B8C34F484600A0B07B63C5463DF0 , 0x0192B538687E707BB6BAEA2C80710D61 , 0x0192B53868B67048A8ABDB26E744D0C2 , 0x0192B5386929725394EC35300C99803B , 0x0192B53876B170338F0F567F690419FE , 0x0192B53869257279A386D513B3C42DC0 , 0x0192B53869277380BCB27559A04E88D1 , 0x0192B5389B8071CCA43C907BF4633403 , 0x019320FDBD2F73CDA3637E30B0093866 , 0xE44E6782C64247B796B891CF25AE38F7 , 0x01930C3642D8769E9D188112D7353000 , 0x01930C3843797D2A91FFF5A89B91235F );
Copy
13
0.48 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
14
0.90 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01933FD0CBE772C58004DC57CB30CB1E );
Copy
15
0.31 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x01933FD0CBE772C58004DC57CB30CB1E ));
Copy
16
0.59 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.27 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.33 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"\x01 ’µ8öEr²ªÍW«a$LH "
b"\x01 ’µ8gIsúŸ’ÇM\x1F\x7F a¡ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x0192B538F64572B2AACD57AB61244C48 AND `sales_channel_country` . `country_id` = 0x0192B538674973FA9F92C74D1F7F61A1 );
Copy
19
0.37 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
20
0.90 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01933FD0CBE772C58004DC57CB30CB1E );
Copy
21
0.35 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “?ÐËçrÅ€\x04 ÜWË0Ë\x1E "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x01933FD0CBE772C58004DC57CB30CB1E ));
Copy
22
0.41 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.28 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
24
0.33 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters :
[
"token " => "FSfpSSBYXDjIQol4y8qItRpdF1xQqnXS "
]
DELETE FROM `cart` WHERE `token` = 'FSfpSSBYXDjIQol4y8qItRpdF1xQqnXS' ;
Copy
25
0.77 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ÆÁ8üÜpÊó($ªãÿ$¾ "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x0192B538819A70D2A22824A6C69824F3 );
Copy
26
0.50 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
27
0.65 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ÆÁ8üÜpÊó($ªãÿ$¾ "
b"\x01 ÆÁ8üÜpÊó($ªÃ<¶} "
b"\x01 ÆÁ8üÜpÊó($ªÃ╔│¨ "
b"\x01 ÆÁ8üÜpÊó($ª╚hhî "
b"\x01 ÆÁ8üÜpÊó($ª╔H4┼ "
b"\x01 ’µ8ƒÞq\r ®tDzo²;Æ "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x0192B538819A70D2A22824A6C69824F3 , 0x0192B538819A70D2A22824A6C73CF47D , 0x0192B538819A70D2A22824A6C7C9B3F9 , 0x0192B538819A70D2A22824A6C868688C , 0x0192B538819A70D2A22824A6C94834C5 , 0x0192B53883DE710DAE74447A6FB23BC6 );
Copy
28
0.65 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x1E ¢Û¥µGM\x10 ¬@ÍL–-‹‹ "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x1EA2DBA5B5474D10AC40CD4C962D8B8B )) LIMIT 1 ;
Copy
29
0.44 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x1E ¢Û¥µGM\x10 ¬@ÍL–-‹‹ "
]
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 (0x1EA2DBA5B5474D10AC40CD4C962D8B8B ));
Copy
30
2.78 ms
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 ’µ8öEr²ªÍW«a$LH "
true
b"\x1E ¢Û¥µGM\x10 ¬@ÍL–-‹‹ "
null
]
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x0192B538F64572B2AACD57AB61244C48 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x1EA2DBA5B5474D10AC40CD4C962D8B8B AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
31
0.78 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"‘ÒÄCÜ`A³‚D–;=úrŸ "
b"_O╔êIªN×¥┼y½|SÞÅ "
b"\x10 „€™¡T@ù«‘íe½'hÎ "
b"XÁôϦ±Ct¾¢¯\x04 _ŒMB "
b"qx¦Ö“gHå¥t‡Íp¹ëS "
]
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x91D2C443DC6041B38244963B3DFA729F , 0x5F4FC98849A64E9EBEC579AB7C53E88F , 0x10848099A15440F9AB91ED65BD2768CE , 0x58C1F4CFA6B14374BEA2AF045F8C4D42 , 0x7178A6D6936748E5A57487CD70B9EB53 ));
Copy
32
66.13 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 ’µ8öEr²ªÍW«a$LH "
true
b"\x1E ¢Û¥µGM\x10 ¬@ÍL–-‹‹ "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.min` ,
MAX (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.max`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id`
AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id`
LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id`
AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND `product.categoriesRo` . `id` = ?
AND NOT (`product` . `display_group` < = > ? )
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x0192B538F64572B2AACD57AB61244C48 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x1EA2DBA5B5474D10AC40CD4C962D8B8B AND NOT (`product` . `display_group` < = > NULL )));
Copy
33
1.63 ms
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 ’µ8öEr²ªÍW«a$LH "
true
b"\x1E ¢Û¥µGM\x10 ¬@ÍL–-‹‹ "
null
0
]
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x0192B538F64572B2AACD57AB61244C48 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x1EA2DBA5B5474D10AC40CD4C962D8B8B AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
34
1.74 ms
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 ’µ8öEr²ªÍW«a$LH "
true
b"\x1E ¢Û¥µGM\x10 ¬@ÍL–-‹‹ "
null
true
]
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x0192B538F64572B2AACD57AB61244C48 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x1EA2DBA5B5474D10AC40CD4C962D8B8B AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
35
10.83 ms
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 ’µ8öEr²ªÍW«a$LH "
true
b"\x1E ¢Û¥µGM\x10 ¬@ÍL–-‹‹ "
null
]
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x0192B538F64572B2AACD57AB61244C48 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x1EA2DBA5B5474D10AC40CD4C962D8B8B AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
36
3.89 ms
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 ’µ8öEr²ªÍW«a$LH "
true
b"\x1E ¢Û¥µGM\x10 ¬@ÍL–-‹‹ "
null
]
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x0192B538F64572B2AACD57AB61244C48 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x1EA2DBA5B5474D10AC40CD4C962D8B8B AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
37
4.56 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\x0E oùQAØCöÃõ│Î╔À▓ "
b"\x10\x08 c4§–J¾´xi\x03 ¾ØéY "
b"\x13 E\x12 Ø~ëNMªÏüÒx=¾U "
b"\x1D ç<]"{N\x13 ¾Pç•Ö6&ñ "
b";3«¬íz@›šä$FÅ[f+ "
b"Dú\x14 „7¯NoŒ{ãŠ2y\x06 ¶ "
b"yû\x1E\x18 ıòA■▒}¹¾▒Uüƒ "
b"ù-Û#▒\x13 JuîØÔDü¨Z\x04 "
b"È█ÓA\x13 "HØ®\x1D z"O]Ä┤ "
b"Þ•8ÿ/ÐHž¹œì\x03 I¼Ú– "
b"\v ò=µµ!Kž¯\x12 k\r õÏÆq "
b"H?\x1E ƒ4NKͪZ\x03\x15 *\x11 HÇ "
b"UkM\v Ü›Lè¶\x00 “‰r…E\x1A "
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
b"kj¡®’±Aü¬]tø\x06 ;$é "
b"n╠\x19 ▒PqGIÜø\v 5Åç\x1F = "
b":à3\v ®ÖCñŽœêcr\x1A K² "
b"žÊ¿ê{¹Hœ‹.4o\x7F \r }° "
b"╩\t ┼ùUÝLA╗ü▒╬¨┼С "
b"═vC╚Â\x13 DôüÌ╗DG■█¢ "
b"ϳ¬$ÿ\v JèE\x11 øyƒçŒ "
b"ò@0\x1C\x05 ³@\x11 ¡\x7F oeÔ4Aa "
b"B˜?»‰¾Oà£6:ÎU\x7F úU "
b"uh©·³ðD█â"═\x0F õW\x06 Ø "
b"ú ü¹\x0E S@d×\x03 !Ô±\x0F Bí "
b"³˜ËF<1Iš\x1C üOÀ=¾X "
b"ÏDõù\RCɺ\x1A å\x0E ª¹╩O "
b"û;»g^QJ\x10 “Z•öGŒÜ£ "
b"ÿ7ßôBSAGžpxX'Ä\x1A @ "
b"&lµdG½@\x08 ·Â\x03 ×üã]¸ "
b"·«\x08 ë\e\x12 K_‚éÔ\x0E a~ëí "
b"\f xe¥W¨IæšI”„m9\x1E Ü "
b"mêÅ'\x01\x1C Lø¿6oKZ¢mÁ "
b"üj¬fË=CŬ?╩1;\x00 D╩ "
b"Š—õù\x07 GFß±ŽRèeüB„ "
b"ÏœØZÇzF~‡pæC\x03 Ê´ì "
b"ý7&ÈÕNE-üµÄÒÖî+» "
b"ÿkMcCÒHn¦ ûÒÛÑô× "
b"\r \f ó┤╗ì@0Æ|Z\r èc\v ░ "
b"\x0E\x17 ÀݯñA\x04 ‘\x0E Óq‹#\x16 · "
b"wÏ–®¹\x15 EA‰acWþõrÈ "
b"ö░PðË\x18 A)ÉIåÓó=øx "
b"\f Ôül\x12 ¾HqŸtÜT̶`ô "
b"\r ì\x1E ÒÜÏLôêîÉ?<«\x7F Ù "
b"+úÃ\x12 ¿\x14 K=šêN\x01 ~›=\x7F "
b":\x1D %ÝîÛC{░\x1F Ø^ëï¯Î "
b"Œý‹½2oIº½¶[$ŠK:± "
b"¥=qTþÈBÈä<ıüÃ╝ý- "
b"Þù┴{\x0F dL¨©cd~¤Ø┘, "
b"ˆôIÅóÑN·´¨SæµS\f Ñ "
b"═,nÁiüFâçp7L\x00 ù: "
b"úL²yNÚL\x19 ºŸÌý\f –´‰ "
b"²½h´øKOÝ¿ÉÌqÛ¡\e\x00 "
b"\x05\e\x1D ÀP{IÊ¡8’\x06 Îi\e ö "
b"\r |>|®V@ε½6èžâJ÷ "
b"\x0F Ï7\¤[KÂ¥F–9Ò\x1F Î\x11 "
b"\x19 –”¤\x15 ¶O3‘å…\e Z\x12 3\x05 "
b"&3™Ò¨+IO•n/Ø”_3Ó "
b"dc§È\x1C ËB –\x05 Ÿ¸Ðx\e\x14 "
b"rN÷è,†NR«ø•ý7©,| "
b"ü&¨\v ö\x02 I.É┤*K\x0F\x10 ý "
b"""
ž\×ß\n
°A³¬ê'\x7F ª\x06 LD
"""
b"\x07\x02 ─\x11 ƒ¯M╬üF\x06\x04 ¿Ýï\x17 "
b"\x1F Â0vû\f J_«\x1C dËÁø!_ "
b"lÃ\x0F ßTOL¤ó\x11 ×b-×V "
b"""
\x7F ì÷Ks·N\n
ï³▄ã@[åÕ
"""
b"░gy¦┼I@ É\t û\x17 í«▓ï "
b"""
áXZ\f '\x7F O\n
¢; s)f'—
"""
b"KFwÀ─!I«Øõ8¦\x01 Ü¡= "
b"ú±*ñu¶FðÆ╩D░lÞôÉ "
b"""
ª\n
û%>LD"°»Û‹âÂËF
"""
b"\x1E Ô$GÇ\x0F JCž°;}\x05 x95 "
b"/ìPt¶&HQÄúvÙ*Rj· "
b"CþÝ–u\x1E Dv·°W\x00 ëîÞõ "
b" Ƭ\x14 w+Aº‘Öm\x1C m" Ô "
b"░F«BÚ\x17 FhüÛò~åmç╣ "
b"öǸÏ\x12 MGZ˜1GÝž\5Ø "
b";»\x7F ÛRÞJ\x1C ¹7ÝöÅâÄË "
b"""
n=/\n
×ÿM\x0F óò¨\x13 AmØý
"""
b"└áu▀¬\x0F AëÉ\x04 óÐTsØÆ "
b"ýyÇ\x10 ÉeN\t ╝áN╦²iÏ\r "
b";1ሔº@¡¸Ž'HsW\x16\x00 "
b"bh\x04 Ãj¡Km—gîÁß\x03 ›o "
b"\x7F qÍš«ÞDà£H®W\‚KF "
b"+a-Û`qIØ‘N—欦¦û "
b"<íìO%G`®─7\x1F °3â▓ "
b"eÃÑ _oKù¸Î®1\x10 ¬Ï# "
b"k´à.2ŒN\f ’Ò\x0E\x16 #\x03\x7F p "
b"zi‹ÓK”H)½\x1C ^¬Þ:>Ê "
b"¨®\x12 Žþ\x19 MÔŠ¹þZt0«g "
b"ê\x15 ¡s‹OLAƒO×%z‰\v a "
b"E+%ÒΦI3¡äÞîÀ_Žî "
b"ãn\x0F\x03 C‹Oµ”G”&Ç,\x05\v "
b"éºþZ¨kAƒ‡±€DÀ*1/ "
b"\x14 òír™\x1A CŒ®)LfÜ96 "
b" Rm\x0F Þ’@jº\¦TL“{\x07 "
b"õ\x1D ñ\x1E OŸ@2…»ª¼'yÀ¡ "
b"\x15 0:éñ§K¥¥V âf\î€ "
b".H—Ø•qBg”Iy\x1A ÊS#À "
b"Ž\x08 Ø‘>›K~Œ\x00\x03 Iw\x19 ‘\x08 "
b"·└â\x13 ıÞFãæ \x1E Ø\x1A D²╬ "
b""îÖ'çìE$Ä,ìï╝\x06 aM "
b"6mär\ÞEt¹µ?-x³Ø° "
b"e>ÆÄÅ(AÛ©ÏEó+▄v® "
b"┘JR-\x0E h@¥ó\x14 79ìdei "
b"ãtËÇ%tD¢¢â·<Ør\x1E = "
b"""
l%*Šÿ4B\n
ŸwNƒ‘?\f ÷
"""
b"ÖÜ… *KBÈ´\x07\x11 Òh»È… "
b"÷¦OÝ\x15 üF\x1A écv ö╔\x17 ´ "
b"\t ´céò«Ežœ¡T!$¼Æ\x05 "
b",\v †Ç'òK¬ž?a¥ž\t ¤\x07 "
b"œK\x1E ´b“C5‰éiº\x08 ×qŒ "
b"¤Þ\x16 B³bGR™\x15 K\œüm% "
b"íÛ‰ã€mO1®»ée¯\x07 ŠA "
b"¨\x12 ─_ø‗LRáZ\x1F a\x0E Øgù "
b"""
/þèÉ~\t HÏ”\n
ömÔdK)
"""
b"\x0F ÊrQS>@áò└│O▓nì│ "
b"1\f Ó\x19 Áù@\x14 ž9³Oïû}ì "
b"8\x1D 0\x17 ÝoE=€Lb®k\t\x10 Þ "
b";žÄ…\x11 pJE§IãK¤§Š' "
b"[êÂËiÆBݽo”\x11 F\t Z- "
b"¢╠¢\x05 /ñDºì╦æ╦Í\x11 « "
b"§Aæ¢└üCÌúmı█╠SJ¥ "
b"\x14 m²˜)—L˜ˆcŽn `/† "
b"!ñžÕöˆHʤFfß3\x03\t G "
b"euô¹\x06 D ©n!ÙÖ›Œ* "
b"Ô\x15 #¶ì¶Eàä├a zØ▀¿ "
b"\x05 §3Pû¥L$‹0æÎ_©÷x "
b"Ls»j└-Hôü\x1F ¿\ƒ-╗¥ "
b"j\x16 CTƒKDpœœIŒÃqk² "
b"Å─0┤\x05 ¡BiòÎå│N■ÓM "
b"\x08 Ç┬ı%\x08 I│É::µ╝\v ▄╬ "
b"""
EžZŠB\n
Oy™ÊËuH:ÙÀ
"""
b"E¥É"i\t MâŸè\x02 ƒœ…Ð "
b"NCNåÜ/Aú–‘\x17 ¦Ñ’Æ· "
b"ÆïcÊÁ\x03 @\x05 ┐\x01 çü├ø\x1F $ "
b"Íaî\x13 ÆkI+€þK\x1F ~"‰ù "
b"ð³Zš¦ÙH1ƒ0¤ƒ\v ;Cš "
b"!IÂ\Ù“A\x1A €çiÀ2\x7F g\x04 "
b"""
U^Ç╦C╬J\n
ëw\x16 §»Ú┴É
"""
b"V▒}K¸ýAÒÉ*ù+;9Jn "
b"îK\x12 b'fE3▒oü»│±î\t "
b"¾7½Œ ?LØ¢½h¾ðky[ "
b"└áo5²ØA0║¼U¯>t═\x1F "
b"vôçìsFA$é/E>ÏZÜÎ "
b"‗¥À£ÈhGÜäKû\x08 ØuMZ "
b"\x19\x19 2Á—TA ˆ\x11 q>á4®/ "
b"øáÜf\t (O@¥\x03 ½ì\x12 £q{ "
b"0–Bb{…Gi¨6iœ4Yžl "
b"S\x03 hV6BO÷›Ï‘12\x0F A\x0F "
b"@Ï\x07 ,ðñO¹µ1\x00 o£¨ö "
b"ôðÏ¥×\x12 M\x07 │Årþ_\x7F ×Ü "
b"˜]\â¢>K\x13 ›A\x03 ïsð\x10 l "
b"Ìáó\x17 ‘“B1³9 ‚\x07 P\x02 "
b"(‘Ùh`%@¤²—Ì\x03 óxêþ "
b"GúHÌ\x1C rCv¹Å\v '³hX› "
b"ºšñ\x10 ™6Iúˆå¦Öa2AQ "
b"""
þ2,¼\n
ëC׬Û\x12 ª=³ŠÐ
"""
b"j┐╝iM\x00 K\x13 Æk\x1A ßÅ×èy "
b"±Eë\x19 EGFÞ£\x16 Ù§MÅr "
b"¶y„'‹\x00 Næ¾\x0E º:.mÜJ "
b"îM>€[`G‹ŒÑ¡"Õ•d˜ "
b"8o îúLLÃÅÌÏæýèëü "
b"ô┤çL¼\x02 KÈÉ‗ïô#ÊÄ~ "
b"à\x05 Ûør¶L©š‚\x1E )[\x17 Þ¨ "
b"O}‹©à~B$¹e\f ÑŒÄôw "
b"mï¿ì^@<‹›î\x04 †Pû| "
b"ª\x17 ýrL\x17 CRØ┬n.¼\x0E §Ø "
b"Ê+qÛ•QI¸—Z˜2°à\t { "
b"ðWr!U¦N\x0E Šë|\x07\x13 |Sü "
b"øÄ \x01 êùOñ›–Fn·³“g "
b"6rLK^\x07 @˪+N\x00 ▓åìÎ "
b"!2\f ÝϤG\x1D ¼Ø\x15 ûí{r_ "
b"ÎS¸}\x11 qK½ˆ9\x17\x12 ÙÁ©Í "
b"Cmƒ\v "õBí£Š0<0ÝäÉ "
b"x´ÄrΫHK╗üW\x11 +R_+ "
b"\x7F ì└¥+\x13 Iߣ╬Rß▄`yø "
b"Û\x13 ,„ ÞF*³¼É#¦[\x10 Æ "
b"yÝ*x•mDµ£…Bx6W¥› "
b"P\t ░1Å█Fƒ»énØ˯û; "
b"░=§Þ®¢O╝ÂÉ×ÏK\e ø¡ "
b"²ÜmªdÐB\x19 €\r €°sÜh. "
b"h³òŽI{Hœ‡ÖB¨¼\r óp "
b"šûcï\x07 ÓOc¬DFÍc©AÄ "
b"¬.I~_MLì¾¢þC2L$œ "
b"¥\x04 îõ\v\f FÎìÚ¥Ö¢qÔg "
b"N┴ôoı·Nî░üd½^×ZF "
b"mê~KüEJ_ñ╠û~sØó× "
b"ô•\x15 (yI*¿ “nn®1Á "
b"\f ¬ÊGQ'JL„\x19 u`ÚÞÔ\x00 "
b"'ÕZ6┴╩Es▓ÜÕ£¬ìzV "
b"@\x08 µq\x02 ║D\x14 ƒ┼Ø»Æ@¯W "
b"AEÀì:7Kû±\x0E Eº˜&ý½ "
b"U[Œ7àëJÕ“Þnm@Ëì\x0E "
b"ü\x1C Þà\x0F ×LÞÀ3\x1C [\x11 tH2 "
b"Š2G€œ¡H\x14 ‡»\x01 ÙT9¡c "
b"ÀteãFNGÖ¢ö–Ù\x11 N¿P "
b"Wçô•â¡GÅŠ±E\x0E UÝŠÝ "
b"§õS\x00 Ó.M1ü¶ └ø:4\x1A "
b"\x10 §‚oBeEÀ´\x06 nš¯©fS "
b"\x07 S±al²DÀÅÜîJrq╠╔ "
b"DÄS:îÛIÕÄŹñ\x1F B&═ "
b"KÑ‘ìü\x16 J—š¦\ÞÌ>Ñ "
b"├¹╣ÆyæNÝí\x19 ├Êo■Éä "
b"1[X¢¡XCƒ–\x1F ã{\x07 §\t ¡ "
b"Pyè\x1A Å\x17 K˜/\x1E\x16 WÂøM "
b"\x13 †¦ƒf†G>‚b§©Ñ4\x07 É "
b"\x1E ŸšÏ‡(@© %µ!ZÄd> "
b"ƒé\x10\x0F 9úFQó½╗Æéy¶Å "
b"É»\x1F ž[¡I\x06 µåhø\x19 bÃ4 "
b"\x1F\x01 Ø╩sÔLdü°ç1cU}§ "
b"F +¹e\v A…„%ߪ2bôä "
b"cº¸üÙ2C\x07 ú¹║QøǾö "
b"¨Š¤ßdrFT¥Þ!'ÙIÁ¬ "
b"ÓGô3\x14 ™AÕ’×çèW™ýE "
b"\x18 ©\x0F\x0E UCCî”ØÍÛ1\x16 ãx "
b"2\x05 oá9\x16 E\r ®Y-œáDÿ\x19 "
b".¹zæÅ#HÖš.æ“\x18 –Ï¥ "
b"\× \x04 ¦îL®›$°–áVÏ\x1A "
b"ÖÉ\r ½×aGâî!(s\x00 {¤Ø "
b"pú¢;î¶N½„wógžkt "
b"|C\x16 ¡â/AV“KIs¶?N+ "
b"¿\x7F 3¢\x1D\x04 DªŽDÞýcÈ¡³ "
b"Pµþ@]+IØ©Ÿ\x14 :œ " "
b"µ•§dAïBJ¸\x14 ÎUJï©á "
b"åbqv¡ŠJч7aë6¾¶ä "
b"""
'╦┘Ir±Füéö\t\f\x13 \n
·\x16
"""
b"2ñb‹¡ØG\r Š}=åk{§Û "
b"™øŸ-~fMº¹\v l`/<—È "
b"╣ù:r?ÊB\x0E ¬ÑÏ\v §╦çÅ "
b"À>Š©!æEy•\x07 íl\v P–B "
b"\v ä~\x16 n¤OFžŸô\x01 Ž\e Á’ "
b"║ªZ'¹G@/üà â^}þQ "
b"ßoÒÕÏÑK\x03 ‘U£µtµ²ª "
b"N2êQWõE\x01 ˜n¢\x14 áRéÚ "
b"^ªw\r Ý»M+•Ù%t¥\t *+ "
b"êër*┼0N\x17 «╚╔¥vP©ì "
b"ê╣@eVñI║ÜüÝ╚#Å¢▄ "
b"‹´'¶ûdE¥¬ôç žsƒê "
b"\t »VÄ\x07 ╝NÈç±█ìùÝn¡ "
b"\x14 ñ\t Ê1^F°‰7!^òo\x7F o "
b"ë²\x12 ™æ‹F\x07 ºkÕp\x08 Ø—/ "
b"‗>>YèpB7ÁÉ\x7F ÝùË6> "
b"&©Ž\t @„Aʼ¬/\x02 kžw "
b"▒6\x1D G░*H\x11 ┤┼Ä¿ØD▀y "
b"Ù\x04 4|\\x07 L\x02 †_\x14\x03 Ê%O« "
b"\t ª›Cù\x07 Fm §\x04 L‚\x00 ¼ä "
b"Cä\x06 êñ%BX‡ w5$Mv] "
b"ì¿Ý\x03 r╬MÊ»ý\x01 þ¬£Óu "
b"▓║¼─P¢J┬ä░│¨ÅHtÓ "
b"""
æ\n
ä\x06 ²ÖFt…®\x03 vh¿V&
"""
b"ì\x1A 77±–@åŒüqIK_ö "
b"x56ÑShBššqH\x19 Î1{\x17 "
b"´°EÉ°\x05 H’½¥8°1˜Æø "
b"³t¦,Ñ»O\x00 ö6'üßËÙn "
b"\x1D T¢ýÝÿJk¡\x13 i£ØÕ\x1E\x12 "
b"\x1D ¨;ÿ┼áB╚╝L:ì\x11\x0E êa "
b"<‘ºŠq±K(ŸžÚë‰ú)ú "
b">ün§T‘BA†ë×\x03 )¾²Ü "
b".\x17 P·~]A5“ñàÔ`Û83 "
b":~a\ÍõJÚ±e|EÍ\x03 §g "
b">ƒ7PEÉITÂñt!╬▄Ò "
b"ı÷¨*┐çB®ºÉ¨╗d.ë" "
b"Ü?ȃ\x14 ,A°™\x19 Ø®¿Õ™ "
b"\x06 Bü4òñCûÑ║À\x07 wmÌð "
b"jšx{!ÝC«´>\x00 ÁºpZf "
b"l|&[Y|D€†ÑHIŸÄª{ "
b"ÅÙh╗$ÐLÜ┐¿d=³v\e 5 "
b"5\x19 ´ºhâFvÆÍ\x13 ┐¯ìo\x15 "
b"Kê/\x1C ’8Aö…ÅV\x03 ©\x12 b¸ "
b"šËd+öCJW¨%-\x18 bl e "
b"¨Õ\f pt›EÔ´\e CWób¬¥ "
b"ÛÈ@\x02 àôBë³'<e\x03 ˜š‹ "
b"ÓgkÆ\x04\f N\e ║Øn\;F × "
b"5ÒFrGW@U®¯ù4[L#Ô "
b"½\x18 ÏÖÉ>C[Á\x1E ═Löå\r 9 "
b"AWß8ÛdENˆ®µ,vJ(Þ "
b"\x1C Á¢8óL]¡\f ¡’‹¨áæ "
b"Ûe\e tu§EZü╬\x7F 9XÒFÝ "
b"\x12\x05 |GØCG1½y\r ƒ9║r% "
b"xb8ötƒOu’¯{°ù»†§ "
b"Ñl$Ö`3KÓ©\x7F ¼¢â\x11 ü "
b"ã\x0E :'Ñ|@,©Ê¾Þø[A‹ "
b"`³M¾ÄˆL' ÐR‰cTñ… "
b"Ç‹6f-JMhµ>°ð;„JJ "
b"0Éÿ¶\x1C YAÿé"\x01 fpQ│4 "
b"@■}¤ûâG¶ê9èóÅüöù "
b" Ÿ"°’‹C¹š;üŠ•†%c "
b"\x1E ]²ß:°Kÿ│´!«Ê\x11 ü> "
b"G\x1C }a=þM„›Ó\x1D\x17 ²©Û£ "
b"½ŽËšÛ\x16 Gì´\v\t\x17 ßC>Í "
b"÷\x10 ™³Û\r B°ƒ>îÁÁ\x00 ª& "
b"$ÝæI`MF¬º==dÚ"\f ½ "
b"àî“m«GD]¯Ñ°Å¨ëR« "
b"7ò®JbŒM¹¦TÉý`5î\x12 "
b"EݬvŒ5OR£YhûS~å\x14 "
b"dæ\x12 ´2÷M6°'/šÌd@f "
b"ùY—©jFMs¨¾·Œ#p\x06 m "
b"iÞj¬ðÉEÁ–\x1F i`ˆ-\x01 Î "
b"ßàŒ»Ð€Oº©–9à\x05 ·K\e "
b"´l\x1A Ñg:Aòà\x11 ┬%Ï\x08 ؼ "
b"Uàˆ6Ýf@5©\t ”i\`Âñ "
b"Þ(¥tƒèDY·¯–/Þ˜î' "
b"""
ÿ™—‘ä\x04 MF«\x12 oˆ—\n
lº
"""
b"í\x10 Ê—O±@祾‚+^\x7F F2 "
b"å└ܺ\v üOñú╣ô G±┘> "
b"¦{&\x12 CBy–sèäp¸!q "
b"lâ¡mÜäC)“s,A%\x1A l¶ "
b"""
¿-nF”sE1¼€«9o\n
^t
"""
b"–ºþ\t ËmB#³ß\x01 ^4\x7F Áà "
b"Þ+–#÷¾BÝŸiüû\^>æ "
b" wa£;\x08 CO€¨Ím\x0E úl” "
b"yí¹ålyIn¢¿ž‹³‘î\x07 "
b"¹\x1D §éúéM\x12 ¤„æÈ–}w! "
b"╩Bü\x08 T%Ba¢ù÷&#\x15\x07 "
b"Ý9ÆÀçÛNâµh£¡NÚý‡ "
b"\x11 #\x11 mvdF\x1F §¹ÊÕ"&\x1C ì "
b"\x17 Zþu$!HÅ╗Ø<}¿C8Ç "
b"SÅø(|;Lè‚`f‹/Údé "
b"`0á#QDBHÉÙS(À±¥¤ "
b"{(╚îÕôN\x7F År:ò\x07 └g "
b"Šuv$\x00 QG^†Ù\x12 ?«rúS "
b"×ì\v ~\x08 hE퇄^ãCÊ«‰ "
b"¯ÝYø"~G`¿\x12 =±-k' "
b"\x1D ’ŘφB\x19 Œ€>öi›”D "
b"\x17 ░µ}╝\r B$ƒÉæ\x1A ~2cø "
b"\x18 ìų£ÊJ›‚ó×ýÒ£hÑ "
b"äOéöq\v CÕ¤º,·éMG> "
b"ı~Õ~·cNìÿÝ░F═:1\x04 "
b"üj-ÜÕ¶GK’\x16 w›˜MŽ\x07 "
b"\x04 C¹üšêF6„ÂÀÔ¡—/@ "
b"Vªˆ©\x01 ÉG¬›—ÿf¿ˆhÚ "
b"""
^\n
š\x05 yèI\f ’ˆ\x12 ˆNnáî
"""
b"É4ËøpµFU¿ù\x07 ¥æ»Õ\e "
b"â¹ÎÔú\J´½y2‡–ËjÜ "
b"CØ\x03 ò\x02 ÓOû¹ã·nàyQ! "
b"r|┼╔~ÇCjÄÅb²eG┬é "
b"}\x18 s\x16 þÛCa—.œ\\x13 nCÎ "
b"¹\x06 µê¡\x02 DУ—I²ë3bÞ "
b"h+²~à±E(µ\v L®;~\x07 ÷ "
b"‹÷T\x1E ·\x13 D\r ÇîNi`\V "
b"""
/¹lôÖ\x02 F¤‹Ÿ\n
]zõ\x18 w
"""
b"Cüó>_CHq˜\x01 qV\x7F Ön’ "
b"fã┬W©\x07 B8íÀúÊÅ╩ı\x1C "
b"’öÊ%X&G=¡îIœDý†\e "
b",©¬)üYA╝Â%ðètTÔ¾ "
b"Q…„lÇÈH\e ŠLÃëŽÍ4 "
b"9&S‗à8M!ÇðíhI├\x04 Å "
b"9┘Ø\x02 Û\x14 LDÄ¥ìêù/╦Õ "
b"£»UÿÑtD\f ªk6ªå\x1C ѹ "
b"┐\x0F ¦lGFHXì´ƒÑ®ÛƒÚ "
b"†…Á¿(ÆG·–ûX/Ï\v\x19 Ï "
b"DeL\t\x04 ,FƹzVÛÿ3–\x00 "
b"U{\x06 ½~$Dx│ƒFÿV\x07 É> "
b"ÍùcóÔñKîˆ\Ug´\x16 ›N "
b"¡ÚfÓ\x02 ôIÁ€\x15 *\x0F ªéxÖ "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x090ECF99A0864B3E9DEB23162A79F769 , 0x0E6F9751419D43F094C7E4B3D7C9B7B2 , 0x10086334A7964ABEB4786903BED8E959 , 0x1345129D7E894E4DA6D881E3783DF355 , 0x1DE73C5D227B4E13BE50E795D63626F1 , 0x3B33ABACED7A409B9AE42446C55B662B , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x79961E18D59541FEB17DFBF3B155819F , 0x972DEA23B1134A758C9DE24481F95A04 , 0xD4DBE0411322489DA91D7A224F5D8EB4 , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0x0BF23DB5B5214B9EAF126B0DF5CFC671 , 0x483F1E83344E4BCDAA5A03152A1148C7 , 0x556B4D0BDC9B4CE8B60093897285451A , 0x5E2AF49118E140F2A936DFE803E9203A , 0x6B6AA1AE92B141FCAC5D74F8063B24E9 , 0x6ECC19B1507147499A9B0B358F871F3D , 0x3AE0330BAED643F18E9CEA63721A4BB2 , 0x9ECABFEA7BB9489C8B2E346F7F0D7DB0 , 0xCA09C59755ED4C41BB81B1CEF9C5D1AD , 0xCD7643C8B613449381DEBB4447FEDBBD , 0xCFB3AC24FF0B4AE8AD4511F87983E78C , 0xF240301C05B34011A17F6F65D4344161 , 0x42983FBB89BE4FE0A3363ACE557FFA55 , 0x7568B8FAFCD044DB8322CD0FE457069D , 0xA3FF81FB0E5340649E0321E2F10F42A1 , 0xB398CB463C3149C29A1CFC4FC03DBE58 , 0xD844E4975C524390A71A860EA6FBCA4F , 0xFB3BBB675E514A10935A95F6478CDCA3 , 0xFF37DFF4425341479E70785827C41A40 , 0x266CB56447BD4008B7C203D7FCE35DB8 , 0xB7AB08EB1B124B5F82E9D40E617EEBED , 0x0C7865A557A849E69A4994846D391EDC , 0x6DEAC527011C4CF8BF366F4B5AA26DC1 , 0x816AAA66D33D438FAA3FCA313B0044CA , 0x8A97F5F9074746DFB18E52E865FC4284 , 0xCF9CD85AC77A467E8770E64303CAB4EC , 0xEC3726D4E54E452D81E68EE3998C2BAF , 0xFF6B4D6343D2486EA620FBD2DBD1F4D7 , 0x0D0CA2B4BB8D4030927C5A0D8A630BB0 , 0x0E17C0DDAFF14104910ED3718B2316B7 , 0x77CF96AEB915454189616357FEF572C8 , 0x94B050D0D3184129904986E0A23D9B78 , 0x0CD4FC6C12BE48719F74DC54CCB660F4 , 0x0D8D1EE39AD84C93888C903F3CAE7FEB , 0x2BFAC312BF144B3D9AEA4E017E9B3D7F , 0x3A1D25ED8CEA437BB01F9D5E898BEED7 , 0x8CFD8BBD326F49BABDB65B248A4B3AB1 , 0xBE3D7154E7D442D4843CD581C7BCEC2D , 0xE897C17B0F644CF9B863647ECF9DD92C , 0x88F449C5F3D14EB7B4A853E6B5530CD1 , 0xCD2C6EB5698146838770374C0097F03A , 0xFA4CB2794EDA4C19BA9FCCFD0C96B489 , 0xFDAB68EF9B4B4FEDA890DE71EAAD1B00 , 0x051B1DC0507B49CAA1389206CE691BF6 , 0x0D7C3E7CAE5640CEB5BD36E89EE24AF7 , 0x0FCF375CA45B4BC2A5469639D21FCE11 , 0x199694A415B64F3391E5851B5A123305 , 0x263399D2A82B494F956E2FD8945F33D3 , 0x6463A7C81CCB42A096059FB8D0781B14 , 0x724EF7E82C864E52ABF895FD37A92C7C , 0x8126F90B9402492E90B42A4B0F10FFEC , 0x9E5CD7DF0AB041B3ACEA277FAA064C44 , 0x0702C4119FEE4DCE81460604A8ED8B17 , 0x1FC23076FB0C4A5FAB1C64CBC1F8215F , 0x6CC30FDF544F4CADA4F311D7622DD756 , 0x7F8DF64B73FA4E0A8BFCDCC6405B86E5 , 0xB06779DDC549402090099617A1AEB28B , 0xE1585A0C277F4F0AA23BA07329662797 , 0x4B4677B7C42149AE9DE438DD019AAD3D , 0xA3F12AA475F446D092CA44B06CE89390 , 0xAA0AFB253E4C4422B0BBDB8BE2C2CB46 , 0x1ED42447C70F4A439EB03B7D05783935 , 0x2F8D5074F42648518EA376EB2A526AFA , 0x43FEDD96751E4476B7B05700EBEEDEF5 , 0xA0C6AC14772B41BA91D66D1C6D2220D4 , 0xB046AE42E917466881EA957E866D87B9 , 0xF6C7B8CF124D475A983147DD9E5C35D8 , 0x3BBB7FDB52DE4A1CB937DDF6C5E2C4CB , 0x6E3D2F0A9E984D0FA295F913416D9DEC , 0xC0A075DFAA0F41899004A2D154739D92 , 0xEC79801090654E09BCA04ECBFD69D80D , 0x3B31E18894BA40A1B88E274873571600 , 0x626804C36AA14B6D9767EEC1DF039B6F , 0x7F71CD9AABDE44E0A348AE575C824B46 , 0x2B612DDB607149D8914E97E6ACA6A6FB , 0x3CA18D4FF0254760A9C4371FF83383B2 , 0x65C3D1205F6F4BF9B8CEAE3110ACCF23 , 0x6BB4E02E328C4E0C92D20E1623037F70 , 0x7A698BD34B944829BD1C5EACDE3A3ECA , 0xA8AE128EFE194DD48AB9FE5A7430AB67 , 0xEA15A1738B4F4C41834FD7257A890B61 , 0x452B25D2CEA64933A1E4DEEEC05F8EEE , 0xE36E0F03438B4FB594479426C72C050B , 0xE9BAFE5AA86B418387B18044C02A312F , 0x14F2ED72991A438CAE294C66DCAD3936 , 0xA0526D0FDE92406ABA5CA6544C937B07 , 0xF51DF11E4F9F403285BBAABC2779C0A1 , 0x15303AE9F1A74BA5A55620E2665CEE80 , 0x2E4897D8957142679449791ACA5323C0 , 0x8E08D8913E9B4B7E8C00034977199108 , 0xFAC08313D5E846C691FF1E9D1A44FDCE , 0x228C9927878D45248E2C8D8BBC06614D , 0x366DE4725CDE4574B9B53F2D78B3D8B0 , 0x653E928E8F2841EAB8D845A22BDC76A9 , 0xD94A522D0E6840BEA21437398D646569 , 0xE374CBC7257444A2A2E2B73CD8721E3D , 0x6C252A8AFF34420A9F774E83913F0CF7 , 0xD6DC85202A4B42C8B40711D268BBC885 , 0xF6DD4FED1581461A826376FF94C917EF , 0x09B463E9F2AB459E9CA1542124BCC605 , 0x2C0B86C727F24BAC9E3F61A59E09A407 , 0x9C4B1EB46293433589E969BA08D7718C , 0xA4DE1642B362475299154B5C9CFC6D25 , 0xEDDB89E3806D4F31AEBBE965AF078A41 , 0xF912C45F9BF24C52A05A1F610E9D6797 , 0x2FFEE8C97E0948CF940AF66DD4644B29 , 0x0FD27251533E40A095C0B34FB26E8DB3 , 0x310CD319C1F940149E39B34FEFFB7DEC , 0x381D3017DD6F453D804C62AE6B0910DE , 0x3B9EC48511704A45A749E34BA4A78A27 , 0x5BEAC2CB69C642DDBD6F941146095A2D , 0xBDCCBD052FA444A78DCB91CBD611AEFF , 0xF54191BDC08143DEA36DD5DBCC534ABE , 0x146DB29829974C9888638E6EA0602F86 , 0x21F19ED5F68848CAA44666DF33030947 , 0x6575F4ADB9064420A96E21D9D69B8C2A , 0xE21523F48DF4458584C361207A9DDFA8 , 0x05A73350FBA54C248B30E6CE5FA9F778 , 0x4C73AF6AC02D4893811FA85C9F2DBBBE , 0x6A164354834B44709C9C498CC3716BB2 , 0x8FC430B405AD426995D786B34EFEE04D , 0x0880C2D5250849B3903A3AE6BC0BDCCE , 0x459E5A8A420A4F7999CACB75483AD9C0 , 0x45A5C92269094DE29FE802839C85D0AD , 0x4E434EE5DC2F41FA969117A6D192C6B7 , 0x928B63D2B5034005BF018781C39B1F24 , 0xCD61EE13C66B492B80FE4B1F7E2289F9 , 0xF0B35A9AA6D948318330A4830B3B439A , 0x2149C25CD993411A80E769C0327F6704 , 0x555E80CB43CE4A0A897716F5AFE9C190 , 0x56B17D4BF7EC41E3902A972B3B394A6E , 0x8C4B126227664533B16F81AFB3F18C09 , 0xBE37BD8C203F4CD8A2BD68BEF06B795B , 0xC0A06F35FD9D4130BAAC55EE3E74CD1F , 0x7693878D73464124822F453ED85A9AD7 , 0xF2BEB79CD468479A844B96089D754D5A , 0x191932C1975441A08811713EE134AE2F , 0x9BA09A6609284F40BE03AB8D129C717B , 0x309642627B854769A836699C34599E6C , 0x5303685636424FF79BCF9131320F410F , 0x40CF072CF0F14FB9B53100AD6FA3A8F6 , 0x93D0D8BE9E124D07B38F72E75F7F9E9A , 0x985D5CE2A23E4B139B4103EF73F0106C , 0xCCE1F31791934231B33920AD82075002 , 0x2891D968602540A4B297CC03F378EAFE , 0x47FA48CC1C724376B9C50B27B368589B , 0xBA9AF110993649FA88E5A6D661324151 , 0xFE322CBC0AEB43D7ACDB12AA3DB38AD0 , 0x6ABFBC694D004B13926B1AE18F9E8A79 , 0xB145EB19454746DEA316D9ADA74DC572 , 0xB67984278B004EE6BE0EBA3A2E6DDC4A , 0xEE4D3E805B60478B8CD1A122D5956498 , 0x386FFF8CA34C4CC78FDED891EC8A8981 , 0x93B4874CAC024BD490F28B9323D28E7E , 0xE005DBF872B64CA99A821E295B17DEA8 , 0x4F7D8BA9E07E4224B9650CD18CC4F477 , 0x6DEFBFEC5EAD403C8B9BEE048650FB7C , 0xA617EC724C1743529DC26E2EAC0EF59D , 0xCA2B71DB955149B8975A9832B0E0097B , 0xF057722155A64E0E8AEB7C07137C53FC , 0xF8C4A001EAF94FF19B96466EB7B39367 , 0x36724C4B5E0740D3A62B4E00B2868DD7 , 0x21320CEDD8CF471DAC9D1596A17B725F , 0xCE53B87D11714BBD88391712D9C1A9CD , 0x436D830B22F542EDA38A303C30DDE4C9 , 0x78EF8E72D7AE484BBB8157112B525F2B , 0x7F8DC0BE2B1349E19CCE52E1DC60799B , 0xDB132C8420DE462AB3BCC923A65B10C6 , 0x79DD2A78956D44B5A38542783657A59B , 0x5009B0318FDB469FAF826E9DD3EE963B , 0xB03DF5E8A9BD4FBCB6909ED84B1B9BAD , 0xB2DC6DAA64D04219800D80B073DC682E , 0x68B3F28E497B489C87D642A8BC0DF370 , 0x9AFB63EF07D34F63AC4446CD63A941C4 , 0xAC2E497E5F4D4CECBEA2FE43324C249C , 0xBE048CE40B0C46D78DE9BE99BD71E267 , 0x4EC1936FD5FA4E8CB08164AB5E9E5A46 , 0x6D887E4B81454A5FA4CC967E739DA29E , 0xF495AD152879492ABFA0936E6EAE31C1 , 0x0CACCA4751274A4C84197560DADED400 , 0x27E55A36C1CA4573B29AE59CAA8D7A56 , 0x4008E67102BA44149FC59DAF9240EE57 , 0x4145C0EC3A374BFBB10E45BA9826FDBD , 0x555B8C37E0EB4AD593DE6E6D40CBEC0E , 0x811CE8850F9E4CE8B7331C5B11744832 , 0x8A3247809CA1481487BB01D95439A163 , 0xC07465E3464E47D6A2F696D9114EBF50 , 0x57E7F495E2A147C58AB1450E55DD8ADD , 0xF5E45300E02E4D3181F4FFC09B3A341A , 0x10A7826F426545C0B4066E9AAFA96653 , 0x0753F1616CFD44B78F9A8C4A7271CCC9 , 0x448E533A8CEA49E58E8FFBA41F4226CD , 0x4BD191ECFC164A979AA65CDECC3ED1A0 , 0xC3FBB99279914EEDA119C3D26FFE9084 , 0x315B58A2A1584383961FE37B07A709A1 , 0x5079E81AC5174BAD982F1E1657C2F84D , 0x1386A6836686473E8262A7A9D13407C9 , 0x1E9F9ACF872840A9A025B5215AC4643E , 0x9F82100F39A34651A2ABBB928279F48F , 0xC9BB1F9E5BA14906B5E568F81962C334 , 0x1F019DCA73E24C6481F8873163557DF5 , 0x46A02BB9650B41858425DFAA3262F4E4 , 0x63A7F781EB324307A3FBBA519B80F394 , 0xA88AA4DF64724654A5DE2127D949C1AC , 0xD347F433149941D592D7E7E85799FD45 , 0x18A90F0E554343EE94D8CDDB3116E378 , 0x32056FE13916450DAE592D9CE144FF19 , 0x2EB97AE6C52348D69A2EE6931896CFA5 , 0x5CD7A004A6EE4CAE9B24B096E156CF1A , 0x99900DAB9E6147838C212873007BCF9D , 0x70FAA23BEEB64EBD8477F3679E6BAD74 , 0x7C4316A1E22F4156934B4973B63F4E2B , 0xBF7F33A21D0444AA8E44DEFD63C8A1B3 , 0x50B5FE405D2B49D8A99F143A9CAD2022 , 0xB595A76441EF424AB814CE554AEFA9E1 , 0xE5627176A18A4AD1873761EB36BEB6E4 , 0x27CBD94972F146818294090C130AFA16 , 0x32F1628BA1D8470D8A7D3DE56B7BA7DB , 0x99F89F2D7E664DBAB90B6C602F3C97C8 , 0xB9973A723FD2420EAAA5D80BF5CB878F , 0xC03E8AA921E645799507ED6C0B509642 , 0x0BE47E166EA44F469E9FF4018E1BC192 , 0xBAA65A27FB47402F8185FF835E7DE751 , 0xDF6FD2D5CFD14B039155A3B574B5B2AA , 0x4E32EA5157F54501986EA214E152E9DA , 0x5EAA770DDDBB4D2B95D92574A5092A2B , 0x8889722AC5304E17AEC8C9BE7650B88D , 0x88B9406556A449BA9A81EDC8238FBDDC , 0x8BB427B6FB6445A5ACF4E7A09E7383EA , 0x09AF568E07BC4ED487F1DB8D97ED6EAD , 0x14F109CA315E46B08937215EF26F7F6F , 0xEBB21299E68B4607BA6BD57008D8972F , 0xF23E3E598A704237B5907FED97D3363E , 0x26A98E09408441CABCC2AC2F026B9E77 , 0xB1361D47B02A4811B4C58EA89D44DF79 , 0xD904347C5C074C02865F1403CA254FAB , 0x09AA9B43F907466DA0A7044C8200BCE4 , 0x43E406EAF125425887A07735244D765D , 0x8DA8ED0372CE4DD2AFEC01E7AA9CE075 , 0xB2BAACC450BD4AC284B0B3F98F4874E0 , 0xE60AE406B2D6467485AE037668BF5626 , 0xEC1A3737B19640E58CFC7149AD4B5FF6 , 0x783536D15368429A9A714819CE317B17 , 0xB4B045C9B0054892BDA538B03198C6F8 , 0xFC74DD2CA5AF4F0094362781E1D3EB6E , 0x1D54BDECED984A6BAD13699C9DE51E12 , 0x1DF93B98C5A042C8BC4C3A8D110E8861 , 0x3C91BA8A71B14B289F9EDAEB89FA29FA , 0x3EFC6EA75491424186EBD70329BEB2DC , 0x2E1750B77E5D413593F1E0D460DB3833 , 0x3A7E615CCDF54ADAB1657C45CD03A767 , 0x3E9F375045904954B6A47421CEDCE3B6 , 0xD5F6F92ABF8742A9A790F9BB642E8922 , 0xDC3FC883142C41B0991920D8AEBFD599 , 0x0642813495A44396A5BAB707776DDED0 , 0x6A9A787B21DD43ABB43E00C1BA705A66 , 0x6C7C265B597C448086D148499FC4AA7B , 0x8FEB68BB24D14C9ABFA8643DFC761B35 , 0x3519EFA76883467692D613BFEE8D6F15 , 0x4BEA2F1C923841F685C55603A91262B8 , 0x9ACB642BF6434A57A8252D18626C2065 , 0xA8D50C70749B45D4B41B4357F362ACA5 , 0xDBC84002E0F442EBB3273C6503989A8B , 0xE0676B92040C4E1BBA9D6E5C3B46209E , 0x35D2467247574055AEAFF9345B4C23D4 , 0xAB18D899903E435BB51ECD4C94860D39 , 0x4157DF38DB64454E88AEB52C764A28DE , 0x1CA0C1A238F34C5DA10CA1928BA8E1E6 , 0xEA651B7475F5455A81CE7F3958E346ED , 0x12057C479D434731AB790D9F39BA7225 , 0x786238F674834F7592AF7BB0F9BB86A7 , 0xD16C24D660334BC393A97FBCA2E211FC , 0xE30E3A27D17C402CA9CABEDEF85B418B , 0x60B34DBEC4884C27A0D052896354F185 , 0xC78B36662D4A4D68B53EB0F03B844A4A , 0x309098F41C594198822201667051B334 , 0x40FE7DCF968347F488398AA28F819497 , 0xA09F22B0928B43B99A3BFC8A95862563 , 0x1E5DFDE13AF84B98B3EF21AED211813E , 0x471C7D613DFE4D849BD31D17B2A9DBA3 , 0xBD8ECB9ADB1647ECB40B0917DF433ECD , 0xF71099B3DB0D42B0833EEEC1C100AA26 , 0x24DDE649604D46ACBA3D3D64DA220CBD , 0xE0EE936DAB47445DAFD1B0C5A8EB52AB , 0x37F2AE4A628C4DB9A654C9FD6035EE12 , 0x45DDAC768C354F52A35968FB537EE514 , 0x64E612B432F74D36B0272F9ACC644066 , 0xF95997A96A464D73A8BEB78C2370066D , 0x69DE6AACF0C945C1961F6960882D01CE , 0xDFE08CBBD0804FBAA99639E005B74B1B , 0xEF6C1AA5673A41958511C225D8089DAC , 0x55E08836DD664035A90994695C60C2F1 , 0xDE28A57483E84459B7AF962FDE98EE27 , 0xFF999791E4044D46AB126F88970A6CBA , 0xED10CA974FB140E7A5BE822B5E7F4632 , 0x86C09AA70B814FA4A3B9932047F1D93E , 0xADA67B26124342799673E8E470B82171 , 0x6CE2A16DDCE4432993732C41251A6CB6 , 0xBF2D6E4694734531BC80AB396F0A5E74 , 0x96BAFE09CB6D4223B3DF015E347FC1C3 , 0xDE2B9623F7BE42DD9F69FCFB5C5E3EE6 , 0x207761A33B08434F80A8CD6D0EFA6C94 , 0x79EDB9E56C79496EA2BF9E8BB391EE07 , 0xB91DA7E9FAE94D12A484E6C8967D7721 , 0xCA42810854254261BD97F0F626231507 , 0xDD39C6C0E7DB4EE2B568A3A14EDAFD87 , 0x1123116D7664461FA7B9CAD522261CEC , 0x175AE7752421488FBB9D3C7DA8433880 , 0x53C5F8287C3B4CE88260668B2FDA64E9 , 0x6030A0235144424890EB5328B7F1BECF , 0x7B28C88CE5934E7F8FF0723A9507C067 , 0x8A7576240051475E86D9123FAB72FA53 , 0xD7EC0B7E086845ED87845EE343CAAB89 , 0xAFDD59F8227E4760BF12203DB12D6B27 , 0x1D92C598CF8642198C803EF6699B9444 , 0x17B0E67DBC0D42249F90911A7E32639B , 0x18ECC5B3A3CA4A9B82F3D7FDD2A368D1 , 0xE44FE9F6710B43D5A4BA2CB7E94D473E , 0xD57EE57EFA634E8D98EDB046CD3A3104 , 0xFC6A2DDCD5B6474B9216779B984D8E07 , 0x0443B9FC9AEA463684C2C0D4A1972F40 , 0x56AA88A901C947AC9B97FF66BF8868DA , 0x5E0A9A0579E8490C928812884E6EE1EE , 0xC934CBF870B54655BFF907A5E6BBD51B , 0xE2B9CED4FA5C4AB4BD79328796CB6ADC , 0x43D803F202D34FFBB9E3B76EE0795121 , 0x727CC5C97E80436A8E8F62FD6547C282 , 0x7D187316FEDB4361972E9C5C136E43CE , 0xB906B5EAA10244D0A39749B2EB3362DE , 0x682BB27EE0B14528B50B4CAE3B7E07F7 , 0x8BF7541EB713440DADC7EE4E69605C56 , 0x2FB96CF4D60246A48B9F0A5D7AF51877 , 0x43FCF33E5F434871980171567FD66E92 , 0x66C6C257B8074238A1B7A3D28FCAD51C , 0x92F6CA255826473DA1EE499C44FD861B , 0x2CB8AA29815941BCB625D08A7454E2F3 , 0x5185846CC7C8481B8A4CC3EB8ECDAD34 , 0x392653F285384D2180D0A16849C3048F , 0x39D99D02EA144C448EBE8D88972FCBE5 , 0xA3BB55FFD174440CAA6B36AAE51CD1B9 , 0xBF0FDD6C474648588DEF9FA5A9EA9FE9 , 0x8685C1BF28C647B796FB582FCF0B19CF , 0x44654C09042C46C6B97A56DBFF339600 , 0x557B06AB7E244478B39F46985607903E , 0xCDF963F3D4F14BEE885C5567B4169B4E , 0xA1DA66D302F449C180152A0FAAE978D6 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
38
4.91 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x05\e\x1D ÀP{IÊ¡8’\x06 Îi\e ö "
b"\x05 §3Pû¥L$‹0æÎ_©÷x "
b"\x06 Bü4òñCûÑ║À\x07 wmÌð "
b"\x07\x02 ─\x11 ƒ¯M╬üF\x06\x04 ¿Ýï\x17 "
b"\x08 Ç┬ı%\x08 I│É::µ╝\v ▄╬ "
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\t ª›Cù\x07 Fm §\x04 L‚\x00 ¼ä "
b"\t »VÄ\x07 ╝NÈç±█ìùÝn¡ "
b"\v ò=µµ!Kž¯\x12 k\r õÏÆq "
b"\f xe¥W¨IæšI”„m9\x1E Ü "
b"\f ¬ÊGQ'JL„\x19 u`ÚÞÔ\x00 "
b"\r \f ó┤╗ì@0Æ|Z\r èc\v ░ "
b"\r ì\x1E ÒÜÏLôêîÉ?<«\x7F Ù "
b"\x0E\x17 ÀݯñA\x04 ‘\x0E Óq‹#\x16 · "
b"\x0E oùQAØCöÃõ│Î╔À▓ "
b"\x0F Ï7\¤[KÂ¥F–9Ò\x1F Î\x11 "
b"\x0F ÊrQS>@áò└│O▓nì│ "
b"\x10\x08 c4§–J¾´xi\x03 ¾ØéY "
b"\x12\x05 |GØCG1½y\r ƒ9║r% "
b"\x13 †¦ƒf†G>‚b§©Ñ4\x07 É "
b"\x14 ñ\t Ê1^F°‰7!^òo\x7F o "
b"\x14 òír™\x1A CŒ®)LfÜ96 "
b"\x15 0:éñ§K¥¥V âf\î€ "
b"\x17 Zþu$!HÅ╗Ø<}¿C8Ç "
b"\x17 ░µ}╝\r B$ƒÉæ\x1A ~2cø "
b"\x19\x19 2Á—TA ˆ\x11 q>á4®/ "
b"\x19 –”¤\x15 ¶O3‘å…\e Z\x12 3\x05 "
b"\x1C Á¢8óL]¡\f ¡’‹¨áæ "
b"\x1D ç<]"{N\x13 ¾Pç•Ö6&ñ "
b"\x1D ¨;ÿ┼áB╚╝L:ì\x11\x0E êa "
b"\x1E ]²ß:°Kÿ│´!«Ê\x11 ü> "
b"\x1E ŸšÏ‡(@© %µ!ZÄd> "
b"\x1F\x01 Ø╩sÔLdü°ç1cU}§ "
b"!2\f ÝϤG\x1D ¼Ø\x15 ûí{r_ "
b""îÖ'çìE$Ä,ìï╝\x06 aM "
b"&3™Ò¨+IO•n/Ø”_3Ó "
b"&lµdG½@\x08 ·Â\x03 ×üã]¸ "
b"&©Ž\t @„Aʼ¬/\x02 kžw "
b"""
'╦┘Ir±Füéö\t\f\x13 \n
·\x16
"""
b"(‘Ùh`%@¤²—Ì\x03 óxêþ "
b"+úÃ\x12 ¿\x14 K=šêN\x01 ~›=\x7F "
b",\v †Ç'òK¬ž?a¥ž\t ¤\x07 "
b",©¬)üYA╝Â%ðètTÔ¾ "
b".H—Ø•qBg”Iy\x1A ÊS#À "
b"/ìPt¶&HQÄúvÙ*Rj· "
b"2\x05 oá9\x16 E\r ®Y-œáDÿ\x19 "
b"2ñb‹¡ØG\r Š}=åk{§Û "
b"6rLK^\x07 @˪+N\x00 ▓åìÎ "
b"7ò®JbŒM¹¦TÉý`5î\x12 "
b"8\x1D 0\x17 ÝoE=€Lb®k\t\x10 Þ "
b"9┘Ø\x02 Û\x14 LDÄ¥ìêù/╦Õ "
b":\x1D %ÝîÛC{░\x1F Ø^ëï¯Î "
b":à3\v ®ÖCñŽœêcr\x1A K² "
b";1ሔº@¡¸Ž'HsW\x16\x00 "
b";3«¬íz@›šä$FÅ[f+ "
b";žÄ…\x11 pJE§IãK¤§Š' "
b";»\x7F ÛRÞJ\x1C ¹7ÝöÅâÄË "
b"<íìO%G`®─7\x1F °3â▓ "
b">ün§T‘BA†ë×\x03 )¾²Ü "
b"@\x08 µq\x02 ║D\x14 ƒ┼Ø»Æ@¯W "
b"@■}¤ûâG¶ê9èóÅüöù "
b"AEÀì:7Kû±\x0E Eº˜&ý½ "
b"AWß8ÛdENˆ®µ,vJ(Þ "
b"CØ\x03 ò\x02 ÓOû¹ã·nàyQ! "
b"Cä\x06 êñ%BX‡ w5$Mv] "
b"CþÝ–u\x1E Dv·°W\x00 ëîÞõ "
b"DeL\t\x04 ,FƹzVÛÿ3–\x00 "
b"E+%ÒΦI3¡äÞîÀ_Žî "
b"E¥É"i\t MâŸè\x02 ƒœ…Ð "
b"EݬvŒ5OR£YhûS~å\x14 "
b"F +¹e\v A…„%ߪ2bôä "
b"G\x1C }a=þM„›Ó\x1D\x17 ²©Û£ "
b"GúHÌ\x1C rCv¹Å\v '³hX› "
b"KFwÀ─!I«Øõ8¦\x01 Ü¡= "
b"Kê/\x1C ’8Aö…ÅV\x03 ©\x12 b¸ "
b"NCNåÜ/Aú–‘\x17 ¦Ñ’Æ· "
b"N┴ôoı·Nî░üd½^×ZF "
b"O}‹©à~B$¹e\f ÑŒÄôw "
b"P\t ░1Å█Fƒ»énØ˯û; "
b"Pµþ@]+IØ©Ÿ\x14 :œ " "
b"U[Œ7àëJÕ“Þnm@Ëì\x0E "
b"""
U^Ç╦C╬J\n
ëw\x16 §»Ú┴É
"""
b"U{\x06 ½~$Dx│ƒFÿV\x07 É> "
b"Uàˆ6Ýf@5©\t ”i\`Âñ "
b"Vªˆ©\x01 ÉG¬›—ÿf¿ˆhÚ "
b"V▒}K¸ýAÒÉ*ù+;9Jn "
b"Wçô•â¡GÅŠ±E\x0E UÝŠÝ "
b"""
^\n
š\x05 yèI\f ’ˆ\x12 ˆNnáî
"""
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
b"`³M¾ÄˆL' ÐR‰cTñ… "
b"bh\x04 Ãj¡Km—gîÁß\x03 ›o "
b"cº¸üÙ2C\x07 ú¹║QøǾö "
b"dæ\x12 ´2÷M6°'/šÌd@f "
b"euô¹\x06 D ©n!ÙÖ›Œ* "
b"eÃÑ _oKù¸Î®1\x10 ¬Ï# "
b"fã┬W©\x07 B8íÀúÊÅ╩ı\x1C "
b"h³òŽI{Hœ‡ÖB¨¼\r óp "
b"j┐╝iM\x00 K\x13 Æk\x1A ßÅ×èy "
b"kj¡®’±Aü¬]tø\x06 ;$é "
b"""
l%*Šÿ4B\n
ŸwNƒ‘?\f ÷
"""
b"lÃ\x0F ßTOL¤ó\x11 ×b-×V "
b"lâ¡mÜäC)“s,A%\x1A l¶ "
b"mê~KüEJ_ñ╠û~sØó× "
b"mêÅ'\x01\x1C Lø¿6oKZ¢mÁ "
b"mï¿ì^@<‹›î\x04 †Pû| "
b"""
n=/\n
×ÿM\x0F óò¨\x13 AmØý
"""
b"n╠\x19 ▒PqGIÜø\v 5Åç\x1F = "
b"vôçìsFA$é/E>ÏZÜÎ "
b"x56ÑShBššqH\x19 Î1{\x17 "
b"xb8ötƒOu’¯{°ù»†§ "
b"yû\x1E\x18 ıòA■▒}¹¾▒Uüƒ "
b"yí¹ålyIn¢¿ž‹³‘î\x07 "
b"zi‹ÓK”H)½\x1C ^¬Þ:>Ê "
b"|C\x16 ¡â/AV“KIs¶?N+ "
b"\x7F ì└¥+\x13 Iߣ╬Rß▄`yø "
b"ü&¨\v ö\x02 I.É┤*K\x0F\x10 ý "
b"êër*┼0N\x17 «╚╔¥vP©ì "
b"Š2G€œ¡H\x14 ‡»\x01 ÙT9¡c "
b"Šuv$\x00 QG^†Ù\x12 ?«rúS "
b"‹´'¶ûdE¥¬ôç žsƒê "
b"‹÷T\x1E ·\x13 D\r ÇîNi`\V "
b"ì¿Ý\x03 r╬MÊ»ý\x01 þ¬£Óu "
b"Ž\x08 Ø‘>›K~Œ\x00\x03 Iw\x19 ‘\x08 "
b"’öÊ%X&G=¡îIœDý†\e "
b"ôðÏ¥×\x12 M\x07 │Årþ_\x7F ×Ü "
b"ö░PðË\x18 A)ÉIåÓó=øx "
b"–ºþ\t ËmB#³ß\x01 ^4\x7F Áà "
b"ù-Û#▒\x13 JuîØÔDü¨Z\x04 "
b"œK\x1E ´b“C5‰éiº\x08 ×qŒ "
b"žÊ¿ê{¹Hœ‹.4o\x7F \r }° "
b" Rm\x0F Þ’@jº\¦TL“{\x07 "
b" Ƭ\x14 w+Aº‘Öm\x1C m" Ô "
b"¡ÚfÓ\x02 ôIÁ€\x15 *\x0F ªéxÖ "
b"£»UÿÑtD\f ªk6ªå\x1C ѹ "
b"ú ü¹\x0E S@d×\x03 !Ô±\x0F Bí "
b"ª\x17 ýrL\x17 CRØ┬n.¼\x0E §Ø "
b"¨®\x12 Žþ\x19 MÔŠ¹þZt0«g "
b"""
ª\n
û%>LD"°»Û‹âÂËF
"""
b"½\x18 ÏÖÉ>C[Á\x1E ═Löå\r 9 "
b"¯ÝYø"~G`¿\x12 =±-k' "
b"░F«BÚ\x17 FhüÛò~åmç╣ "
b"░gy¦┼I@ É\t û\x17 í«▓ï "
b"▒6\x1D G░*H\x11 ┤┼Ä¿ØD▀y "
b"²ÜmªdÐB\x19 €\r €°sÜh. "
b"³˜ËF<1Iš\x1C üOÀ=¾X "
b"´°EÉ°\x05 H’½¥8°1˜Æø "
b"µ•§dAïBJ¸\x14 ÎUJï©á "
b"·«\x08 ë\e\x12 K_‚éÔ\x0E a~ëí "
b"¹\x1D §éúéM\x12 ¤„æÈ–}w! "
b"╣ù:r?ÊB\x0E ¬ÑÏ\v §╦çÅ "
b"║ªZ'¹G@/üà â^}þQ "
b"½ŽËšÛ\x16 Gì´\v\t\x17 ßC>Í "
b"¢╠¢\x05 /ñDºì╦æ╦Í\x11 « "
b"¥\x04 îõ\v\f FÎìÚ¥Ö¢qÔg "
b"¥=qTþÈBÈä<ıüÃ╝ý- "
b"┐\x0F ¦lGFHXì´ƒÑ®ÛƒÚ "
b"¿\x7F 3¢\x1D\x04 DªŽDÞýcÈ¡³ "
b"À>Š©!æEy•\x07 íl\v P–B "
b"ÀteãFNGÖ¢ö–Ù\x11 N¿P "
b"└áo5²ØA0║¼U¯>t═\x1F "
b"Ç‹6f-JMhµ>°ð;„JJ "
b"É4ËøpµFU¿ù\x07 ¥æ»Õ\e "
b"╩Bü\x08 T%Ba¢ù÷&#\x15\x07 "
b"═,nÁiüFâçp7L\x00 ù: "
b"Íaî\x13 ÆkI+€þK\x1F ~"‰ù "
b"═vC╚Â\x13 DôüÌ╗DG■█¢ "
b"ÍùcóÔñKîˆ\Ug´\x16 ›N "
b"ÏœØZÇzF~‡pæC\x03 Ê´ì "
b"ϳ¬$ÿ\v JèE\x11 øyƒçŒ "
b"Ñl$Ö`3KÓ©\x7F ¼¢â\x11 ü "
b"ÓGô3\x14 ™AÕ’×çèW™ýE "
b"È█ÓA\x13 "HØ®\x1D z"O]Ä┤ "
b"ı~Õ~·cNìÿÝ░F═:1\x04 "
b"ı÷¨*┐çB®ºÉ¨╗d.ë" "
b"ÖÜ… *KBÈ´\x07\x11 Òh»È… "
b"×ì\v ~\x08 hE퇄^ãCÊ«‰ "
b"ÏDõù\RCɺ\x1A å\x0E ª¹╩O "
b"Ù\x04 4|\\x07 L\x02 †_\x14\x03 Ê%O« "
b"Û\x13 ,„ ÞF*³¼É#¦[\x10 Æ "
b"Ü?ȃ\x14 ,A°™\x19 Ø®¿Õ™ "
b"Ý9ÆÀçÛNâµh£¡NÚý‡ "
b"Þ(¥tƒèDY·¯–/Þ˜î' "
b"ßoÒÕÏÑK\x03 ‘U£µtµ²ª "
b"ßàŒ»Ð€Oº©–9à\x05 ·K\e "
b"à\x05 Ûør¶L©š‚\x1E )[\x17 Þ¨ "
b"àî“m«GD]¯Ñ°Å¨ëR« "
b"""
áXZ\f '\x7F O\n
¢; s)f'—
"""
b"â¹ÎÔú\J´½y2‡–ËjÜ "
b"ã\x0E :'Ñ|@,©Ê¾Þø[A‹ "
b"ê\x15 ¡s‹OLAƒO×%z‰\v a "
b"ë²\x12 ™æ‹F\x07 ºkÕp\x08 Ø—/ "
b"ì\x1A 77±–@åŒüqIK_ö "
b"ý7&ÈÕNE-üµÄÒÖî+» "
b"ýyÇ\x10 ÉeN\t ╝áN╦²iÏ\r "
b"í\x10 Ê—O±@祾‚+^\x7F F2 "
b"íÛ‰ã€mO1®»ée¯\x07 ŠA "
b"ðWr!U¦N\x0E Šë|\x07\x13 |Sü "
b"‗>>YèpB7ÁÉ\x7F ÝùË6> "
b"ò@0\x1C\x05 ³@\x11 ¡\x7F oeÔ4Aa "
b"‗¥À£ÈhGÜäKû\x08 ØuMZ "
b"ô•\x15 (yI*¿ “nn®1Á "
b"õ\x1D ñ\x1E OŸ@2…»ª¼'yÀ¡ "
b"öǸÏ\x12 MGZ˜1GÝž\5Ø "
b"÷¦OÝ\x15 üF\x1A écv ö╔\x17 ´ "
b"øÄ \x01 êùOñ›–Fn·³“g "
b"úL²yNÚL\x19 ºŸÌý\f –´‰ "
b"û;»g^QJ\x10 “Z•öGŒÜ£ "
b"üj-ÜÕ¶GK’\x16 w›˜MŽ\x07 "
b"²½h´øKOÝ¿ÉÌqÛ¡\e\x00 "
b"""
þ2,¼\n
ëC׬Û\x12 ª=³ŠÐ
"""
b"ÿkMcCÒHn¦ ûÒÛÑô× "
b"""
ÿ™—‘ä\x04 MF«\x12 oˆ—\n
lº
"""
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (0x051B1DC0507B49CAA1389206CE691BF6 , 0x05A73350FBA54C248B30E6CE5FA9F778 , 0x0642813495A44396A5BAB707776DDED0 , 0x0702C4119FEE4DCE81460604A8ED8B17 , 0x0880C2D5250849B3903A3AE6BC0BDCCE , 0x090ECF99A0864B3E9DEB23162A79F769 , 0x09AA9B43F907466DA0A7044C8200BCE4 , 0x09AF568E07BC4ED487F1DB8D97ED6EAD , 0x0BF23DB5B5214B9EAF126B0DF5CFC671 , 0x0C7865A557A849E69A4994846D391EDC , 0x0CACCA4751274A4C84197560DADED400 , 0x0D0CA2B4BB8D4030927C5A0D8A630BB0 , 0x0D8D1EE39AD84C93888C903F3CAE7FEB , 0x0E17C0DDAFF14104910ED3718B2316B7 , 0x0E6F9751419D43F094C7E4B3D7C9B7B2 , 0x0FCF375CA45B4BC2A5469639D21FCE11 , 0x0FD27251533E40A095C0B34FB26E8DB3 , 0x10086334A7964ABEB4786903BED8E959 , 0x12057C479D434731AB790D9F39BA7225 , 0x1386A6836686473E8262A7A9D13407C9 , 0x14F109CA315E46B08937215EF26F7F6F , 0x14F2ED72991A438CAE294C66DCAD3936 , 0x15303AE9F1A74BA5A55620E2665CEE80 , 0x175AE7752421488FBB9D3C7DA8433880 , 0x17B0E67DBC0D42249F90911A7E32639B , 0x191932C1975441A08811713EE134AE2F , 0x199694A415B64F3391E5851B5A123305 , 0x1CA0C1A238F34C5DA10CA1928BA8E1E6 , 0x1DE73C5D227B4E13BE50E795D63626F1 , 0x1DF93B98C5A042C8BC4C3A8D110E8861 , 0x1E5DFDE13AF84B98B3EF21AED211813E , 0x1E9F9ACF872840A9A025B5215AC4643E , 0x1F019DCA73E24C6481F8873163557DF5 , 0x21320CEDD8CF471DAC9D1596A17B725F , 0x228C9927878D45248E2C8D8BBC06614D , 0x263399D2A82B494F956E2FD8945F33D3 , 0x266CB56447BD4008B7C203D7FCE35DB8 , 0x26A98E09408441CABCC2AC2F026B9E77 , 0x27CBD94972F146818294090C130AFA16 , 0x2891D968602540A4B297CC03F378EAFE , 0x2BFAC312BF144B3D9AEA4E017E9B3D7F , 0x2C0B86C727F24BAC9E3F61A59E09A407 , 0x2CB8AA29815941BCB625D08A7454E2F3 , 0x2E4897D8957142679449791ACA5323C0 , 0x2F8D5074F42648518EA376EB2A526AFA , 0x32056FE13916450DAE592D9CE144FF19 , 0x32F1628BA1D8470D8A7D3DE56B7BA7DB , 0x36724C4B5E0740D3A62B4E00B2868DD7 , 0x37F2AE4A628C4DB9A654C9FD6035EE12 , 0x381D3017DD6F453D804C62AE6B0910DE , 0x39D99D02EA144C448EBE8D88972FCBE5 , 0x3A1D25ED8CEA437BB01F9D5E898BEED7 , 0x3AE0330BAED643F18E9CEA63721A4BB2 , 0x3B31E18894BA40A1B88E274873571600 , 0x3B33ABACED7A409B9AE42446C55B662B , 0x3B9EC48511704A45A749E34BA4A78A27 , 0x3BBB7FDB52DE4A1CB937DDF6C5E2C4CB , 0x3CA18D4FF0254760A9C4371FF83383B2 , 0x3EFC6EA75491424186EBD70329BEB2DC , 0x4008E67102BA44149FC59DAF9240EE57 , 0x40FE7DCF968347F488398AA28F819497 , 0x4145C0EC3A374BFBB10E45BA9826FDBD , 0x4157DF38DB64454E88AEB52C764A28DE , 0x43D803F202D34FFBB9E3B76EE0795121 , 0x43E406EAF125425887A07735244D765D , 0x43FEDD96751E4476B7B05700EBEEDEF5 , 0x44654C09042C46C6B97A56DBFF339600 , 0x452B25D2CEA64933A1E4DEEEC05F8EEE , 0x45A5C92269094DE29FE802839C85D0AD , 0x45DDAC768C354F52A35968FB537EE514 , 0x46A02BB9650B41858425DFAA3262F4E4 , 0x471C7D613DFE4D849BD31D17B2A9DBA3 , 0x47FA48CC1C724376B9C50B27B368589B , 0x4B4677B7C42149AE9DE438DD019AAD3D , 0x4BEA2F1C923841F685C55603A91262B8 , 0x4E434EE5DC2F41FA969117A6D192C6B7 , 0x4EC1936FD5FA4E8CB08164AB5E9E5A46 , 0x4F7D8BA9E07E4224B9650CD18CC4F477 , 0x5009B0318FDB469FAF826E9DD3EE963B , 0x50B5FE405D2B49D8A99F143A9CAD2022 , 0x555B8C37E0EB4AD593DE6E6D40CBEC0E , 0x555E80CB43CE4A0A897716F5AFE9C190 , 0x557B06AB7E244478B39F46985607903E , 0x55E08836DD664035A90994695C60C2F1 , 0x56AA88A901C947AC9B97FF66BF8868DA , 0x56B17D4BF7EC41E3902A972B3B394A6E , 0x57E7F495E2A147C58AB1450E55DD8ADD , 0x5E0A9A0579E8490C928812884E6EE1EE , 0x5E2AF49118E140F2A936DFE803E9203A , 0x60B34DBEC4884C27A0D052896354F185 , 0x626804C36AA14B6D9767EEC1DF039B6F , 0x63A7F781EB324307A3FBBA519B80F394 , 0x64E612B432F74D36B0272F9ACC644066 , 0x6575F4ADB9064420A96E21D9D69B8C2A , 0x65C3D1205F6F4BF9B8CEAE3110ACCF23 , 0x66C6C257B8074238A1B7A3D28FCAD51C , 0x68B3F28E497B489C87D642A8BC0DF370 , 0x6ABFBC694D004B13926B1AE18F9E8A79 , 0x6B6AA1AE92B141FCAC5D74F8063B24E9 , 0x6C252A8AFF34420A9F774E83913F0CF7 , 0x6CC30FDF544F4CADA4F311D7622DD756 , 0x6CE2A16DDCE4432993732C41251A6CB6 , 0x6D887E4B81454A5FA4CC967E739DA29E , 0x6DEAC527011C4CF8BF366F4B5AA26DC1 , 0x6DEFBFEC5EAD403C8B9BEE048650FB7C , 0x6E3D2F0A9E984D0FA295F913416D9DEC , 0x6ECC19B1507147499A9B0B358F871F3D , 0x7693878D73464124822F453ED85A9AD7 , 0x783536D15368429A9A714819CE317B17 , 0x786238F674834F7592AF7BB0F9BB86A7 , 0x79961E18D59541FEB17DFBF3B155819F , 0x79EDB9E56C79496EA2BF9E8BB391EE07 , 0x7A698BD34B944829BD1C5EACDE3A3ECA , 0x7C4316A1E22F4156934B4973B63F4E2B , 0x7F8DC0BE2B1349E19CCE52E1DC60799B , 0x8126F90B9402492E90B42A4B0F10FFEC , 0x8889722AC5304E17AEC8C9BE7650B88D , 0x8A3247809CA1481487BB01D95439A163 , 0x8A7576240051475E86D9123FAB72FA53 , 0x8BB427B6FB6445A5ACF4E7A09E7383EA , 0x8BF7541EB713440DADC7EE4E69605C56 , 0x8DA8ED0372CE4DD2AFEC01E7AA9CE075 , 0x8E08D8913E9B4B7E8C00034977199108 , 0x92F6CA255826473DA1EE499C44FD861B , 0x93D0D8BE9E124D07B38F72E75F7F9E9A , 0x94B050D0D3184129904986E0A23D9B78 , 0x96BAFE09CB6D4223B3DF015E347FC1C3 , 0x972DEA23B1134A758C9DE24481F95A04 , 0x9C4B1EB46293433589E969BA08D7718C , 0x9ECABFEA7BB9489C8B2E346F7F0D7DB0 , 0xA0526D0FDE92406ABA5CA6544C937B07 , 0xA0C6AC14772B41BA91D66D1C6D2220D4 , 0xA1DA66D302F449C180152A0FAAE978D6 , 0xA3BB55FFD174440CAA6B36AAE51CD1B9 , 0xA3FF81FB0E5340649E0321E2F10F42A1 , 0xA617EC724C1743529DC26E2EAC0EF59D , 0xA8AE128EFE194DD48AB9FE5A7430AB67 , 0xAA0AFB253E4C4422B0BBDB8BE2C2CB46 , 0xAB18D899903E435BB51ECD4C94860D39 , 0xAFDD59F8227E4760BF12203DB12D6B27 , 0xB046AE42E917466881EA957E866D87B9 , 0xB06779DDC549402090099617A1AEB28B , 0xB1361D47B02A4811B4C58EA89D44DF79 , 0xB2DC6DAA64D04219800D80B073DC682E , 0xB398CB463C3149C29A1CFC4FC03DBE58 , 0xB4B045C9B0054892BDA538B03198C6F8 , 0xB595A76441EF424AB814CE554AEFA9E1 , 0xB7AB08EB1B124B5F82E9D40E617EEBED , 0xB91DA7E9FAE94D12A484E6C8967D7721 , 0xB9973A723FD2420EAAA5D80BF5CB878F , 0xBAA65A27FB47402F8185FF835E7DE751 , 0xBD8ECB9ADB1647ECB40B0917DF433ECD , 0xBDCCBD052FA444A78DCB91CBD611AEFF , 0xBE048CE40B0C46D78DE9BE99BD71E267 , 0xBE3D7154E7D442D4843CD581C7BCEC2D , 0xBF0FDD6C474648588DEF9FA5A9EA9FE9 , 0xBF7F33A21D0444AA8E44DEFD63C8A1B3 , 0xC03E8AA921E645799507ED6C0B509642 , 0xC07465E3464E47D6A2F696D9114EBF50 , 0xC0A06F35FD9D4130BAAC55EE3E74CD1F , 0xC78B36662D4A4D68B53EB0F03B844A4A , 0xC934CBF870B54655BFF907A5E6BBD51B , 0xCA42810854254261BD97F0F626231507 , 0xCD2C6EB5698146838770374C0097F03A , 0xCD61EE13C66B492B80FE4B1F7E2289F9 , 0xCD7643C8B613449381DEBB4447FEDBBD , 0xCDF963F3D4F14BEE885C5567B4169B4E , 0xCF9CD85AC77A467E8770E64303CAB4EC , 0xCFB3AC24FF0B4AE8AD4511F87983E78C , 0xD16C24D660334BC393A97FBCA2E211FC , 0xD347F433149941D592D7E7E85799FD45 , 0xD4DBE0411322489DA91D7A224F5D8EB4 , 0xD57EE57EFA634E8D98EDB046CD3A3104 , 0xD5F6F92ABF8742A9A790F9BB642E8922 , 0xD6DC85202A4B42C8B40711D268BBC885 , 0xD7EC0B7E086845ED87845EE343CAAB89 , 0xD844E4975C524390A71A860EA6FBCA4F , 0xD904347C5C074C02865F1403CA254FAB , 0xDB132C8420DE462AB3BCC923A65B10C6 , 0xDC3FC883142C41B0991920D8AEBFD599 , 0xDD39C6C0E7DB4EE2B568A3A14EDAFD87 , 0xDE28A57483E84459B7AF962FDE98EE27 , 0xDF6FD2D5CFD14B039155A3B574B5B2AA , 0xDFE08CBBD0804FBAA99639E005B74B1B , 0xE005DBF872B64CA99A821E295B17DEA8 , 0xE0EE936DAB47445DAFD1B0C5A8EB52AB , 0xE1585A0C277F4F0AA23BA07329662797 , 0xE2B9CED4FA5C4AB4BD79328796CB6ADC , 0xE30E3A27D17C402CA9CABEDEF85B418B , 0xEA15A1738B4F4C41834FD7257A890B61 , 0xEBB21299E68B4607BA6BD57008D8972F , 0xEC1A3737B19640E58CFC7149AD4B5FF6 , 0xEC3726D4E54E452D81E68EE3998C2BAF , 0xEC79801090654E09BCA04ECBFD69D80D , 0xED10CA974FB140E7A5BE822B5E7F4632 , 0xEDDB89E3806D4F31AEBBE965AF078A41 , 0xF057722155A64E0E8AEB7C07137C53FC , 0xF23E3E598A704237B5907FED97D3363E , 0xF240301C05B34011A17F6F65D4344161 , 0xF2BEB79CD468479A844B96089D754D5A , 0xF495AD152879492ABFA0936E6EAE31C1 , 0xF51DF11E4F9F403285BBAABC2779C0A1 , 0xF6C7B8CF124D475A983147DD9E5C35D8 , 0xF6DD4FED1581461A826376FF94C917EF , 0xF8C4A001EAF94FF19B96466EB7B39367 , 0xFA4CB2794EDA4C19BA9FCCFD0C96B489 , 0xFB3BBB675E514A10935A95F6478CDCA3 , 0xFC6A2DDCD5B6474B9216779B984D8E07 , 0xFDAB68EF9B4B4FEDA890DE71EAAD1B00 , 0xFE322CBC0AEB43D7ACDB12AA3DB38AD0 , 0xFF6B4D6343D2486EA620FBD2DBD1F4D7 , 0xFF999791E4044D46AB126F88970A6CBA );
Copy
39
4.39 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"\t\x0E ¤ÖáåK>ØÙ#\x16 *y¸i "
b"\x0E oùQAØCöÃõ│Î╔À▓ "
b"\x10\x08 c4§–J¾´xi\x03 ¾ØéY "
b"\x13 E\x12 Ø~ëNMªÏüÒx=¾U "
b"\x1D ç<]"{N\x13 ¾Pç•Ö6&ñ "
b";3«¬íz@›šä$FÅ[f+ "
b"Dú\x14 „7¯NoŒ{ãŠ2y\x06 ¶ "
b"yû\x1E\x18 ıòA■▒}¹¾▒Uüƒ "
b"ù-Û#▒\x13 JuîØÔDü¨Z\x04 "
b"È█ÓA\x13 "HØ®\x1D z"O]Ä┤ "
b"Þ•8ÿ/ÐHž¹œì\x03 I¼Ú– "
b"\v ò=µµ!Kž¯\x12 k\r õÏÆq "
b"H?\x1E ƒ4NKͪZ\x03\x15 *\x11 HÇ "
b"UkM\v Ü›Lè¶\x00 “‰r…E\x1A "
b"^*ô‘\x18 á@ò©6ßè\x03 é : "
b"kj¡®’±Aü¬]tø\x06 ;$é "
b"n╠\x19 ▒PqGIÜø\v 5Åç\x1F = "
b":à3\v ®ÖCñŽœêcr\x1A K² "
b"žÊ¿ê{¹Hœ‹.4o\x7F \r }° "
b"╩\t ┼ùUÝLA╗ü▒╬¨┼С "
b"═vC╚Â\x13 DôüÌ╗DG■█¢ "
b"ϳ¬$ÿ\v JèE\x11 øyƒçŒ "
b"ò@0\x1C\x05 ³@\x11 ¡\x7F oeÔ4Aa "
b"B˜?»‰¾Oà£6:ÎU\x7F úU "
b"uh©·³ðD█â"═\x0F õW\x06 Ø "
b"ú ü¹\x0E S@d×\x03 !Ô±\x0F Bí "
b"³˜ËF<1Iš\x1C üOÀ=¾X "
b"ÏDõù\RCɺ\x1A å\x0E ª¹╩O "
b"û;»g^QJ\x10 “Z•öGŒÜ£ "
b"ÿ7ßôBSAGžpxX'Ä\x1A @ "
b"&lµdG½@\x08 ·Â\x03 ×üã]¸ "
b"·«\x08 ë\e\x12 K_‚éÔ\x0E a~ëí "
b"\f xe¥W¨IæšI”„m9\x1E Ü "
b"mêÅ'\x01\x1C Lø¿6oKZ¢mÁ "
b"üj¬fË=CŬ?╩1;\x00 D╩ "
b"Š—õù\x07 GFß±ŽRèeüB„ "
b"ÏœØZÇzF~‡pæC\x03 Ê´ì "
b"ý7&ÈÕNE-üµÄÒÖî+» "
b"ÿkMcCÒHn¦ ûÒÛÑô× "
b"\r \f ó┤╗ì@0Æ|Z\r èc\v ░ "
b"\x0E\x17 ÀݯñA\x04 ‘\x0E Óq‹#\x16 · "
b"wÏ–®¹\x15 EA‰acWþõrÈ "
b"ö░PðË\x18 A)ÉIåÓó=øx "
b"\f Ôül\x12 ¾HqŸtÜT̶`ô "
b"\r ì\x1E ÒÜÏLôêîÉ?<«\x7F Ù "
b"+úÃ\x12 ¿\x14 K=šêN\x01 ~›=\x7F "
b":\x1D %ÝîÛC{░\x1F Ø^ëï¯Î "
b"Œý‹½2oIº½¶[$ŠK:± "
b"¥=qTþÈBÈä<ıüÃ╝ý- "
b"Þù┴{\x0F dL¨©cd~¤Ø┘, "
b"ˆôIÅóÑN·´¨SæµS\f Ñ "
b"═,nÁiüFâçp7L\x00 ù: "
b"úL²yNÚL\x19 ºŸÌý\f –´‰ "
b"²½h´øKOÝ¿ÉÌqÛ¡\e\x00 "
b"\x05\e\x1D ÀP{IÊ¡8’\x06 Îi\e ö "
b"\r |>|®V@ε½6èžâJ÷ "
b"\x0F Ï7\¤[KÂ¥F–9Ò\x1F Î\x11 "
b"\x19 –”¤\x15 ¶O3‘å…\e Z\x12 3\x05 "
b"&3™Ò¨+IO•n/Ø”_3Ó "
b"dc§È\x1C ËB –\x05 Ÿ¸Ðx\e\x14 "
b"rN÷è,†NR«ø•ý7©,| "
b"ü&¨\v ö\x02 I.É┤*K\x0F\x10 ý "
b"""
ž\×ß\n
°A³¬ê'\x7F ª\x06 LD
"""
b"\x07\x02 ─\x11 ƒ¯M╬üF\x06\x04 ¿Ýï\x17 "
b"\x1F Â0vû\f J_«\x1C dËÁø!_ "
b"lÃ\x0F ßTOL¤ó\x11 ×b-×V "
b"""
\x7F ì÷Ks·N\n
ï³▄ã@[åÕ
"""
b"░gy¦┼I@ É\t û\x17 í«▓ï "
b"""
áXZ\f '\x7F O\n
¢; s)f'—
"""
b"KFwÀ─!I«Øõ8¦\x01 Ü¡= "
b"ú±*ñu¶FðÆ╩D░lÞôÉ "
b"""
ª\n
û%>LD"°»Û‹âÂËF
"""
b"\x1E Ô$GÇ\x0F JCž°;}\x05 x95 "
b"/ìPt¶&HQÄúvÙ*Rj· "
b"CþÝ–u\x1E Dv·°W\x00 ëîÞõ "
b" Ƭ\x14 w+Aº‘Öm\x1C m" Ô "
b"░F«BÚ\x17 FhüÛò~åmç╣ "
b"öǸÏ\x12 MGZ˜1GÝž\5Ø "
b";»\x7F ÛRÞJ\x1C ¹7ÝöÅâÄË "
b"""
n=/\n
×ÿM\x0F óò¨\x13 AmØý
"""
b"└áu▀¬\x0F AëÉ\x04 óÐTsØÆ "
b"ýyÇ\x10 ÉeN\t ╝áN╦²iÏ\r "
b";1ሔº@¡¸Ž'HsW\x16\x00 "
b"bh\x04 Ãj¡Km—gîÁß\x03 ›o "
b"\x7F qÍš«ÞDà£H®W\‚KF "
b"+a-Û`qIØ‘N—欦¦û "
b"<íìO%G`®─7\x1F °3â▓ "
b"eÃÑ _oKù¸Î®1\x10 ¬Ï# "
b"k´à.2ŒN\f ’Ò\x0E\x16 #\x03\x7F p "
b"zi‹ÓK”H)½\x1C ^¬Þ:>Ê "
b"¨®\x12 Žþ\x19 MÔŠ¹þZt0«g "
b"ê\x15 ¡s‹OLAƒO×%z‰\v a "
b"E+%ÒΦI3¡äÞîÀ_Žî "
b"ãn\x0F\x03 C‹Oµ”G”&Ç,\x05\v "
b"éºþZ¨kAƒ‡±€DÀ*1/ "
b"\x14 òír™\x1A CŒ®)LfÜ96 "
b" Rm\x0F Þ’@jº\¦TL“{\x07 "
b"õ\x1D ñ\x1E OŸ@2…»ª¼'yÀ¡ "
b"\x15 0:éñ§K¥¥V âf\î€ "
b".H—Ø•qBg”Iy\x1A ÊS#À "
b"Ž\x08 Ø‘>›K~Œ\x00\x03 Iw\x19 ‘\x08 "
b"·└â\x13 ıÞFãæ \x1E Ø\x1A D²╬ "
b""îÖ'çìE$Ä,ìï╝\x06 aM "
b"6mär\ÞEt¹µ?-x³Ø° "
b"e>ÆÄÅ(AÛ©ÏEó+▄v® "
b"┘JR-\x0E h@¥ó\x14 79ìdei "
b"ãtËÇ%tD¢¢â·<Ør\x1E = "
b"""
l%*Šÿ4B\n
ŸwNƒ‘?\f ÷
"""
b"ÖÜ… *KBÈ´\x07\x11 Òh»È… "
b"÷¦OÝ\x15 üF\x1A écv ö╔\x17 ´ "
b"\t ´céò«Ežœ¡T!$¼Æ\x05 "
b",\v †Ç'òK¬ž?a¥ž\t ¤\x07 "
b"œK\x1E ´b“C5‰éiº\x08 ×qŒ "
b"¤Þ\x16 B³bGR™\x15 K\œüm% "
b"íÛ‰ã€mO1®»ée¯\x07 ŠA "
b"¨\x12 ─_ø‗LRáZ\x1F a\x0E Øgù "
b"""
/þèÉ~\t HÏ”\n
ömÔdK)
"""
b"\x0F ÊrQS>@áò└│O▓nì│ "
b"1\f Ó\x19 Áù@\x14 ž9³Oïû}ì "
b"8\x1D 0\x17 ÝoE=€Lb®k\t\x10 Þ "
b";žÄ…\x11 pJE§IãK¤§Š' "
b"[êÂËiÆBݽo”\x11 F\t Z- "
b"¢╠¢\x05 /ñDºì╦æ╦Í\x11 « "
b"§Aæ¢└üCÌúmı█╠SJ¥ "
b"\x14 m²˜)—L˜ˆcŽn `/† "
b"!ñžÕöˆHʤFfß3\x03\t G "
b"euô¹\x06 D ©n!ÙÖ›Œ* "
b"Ô\x15 #¶ì¶Eàä├a zØ▀¿ "
b"\x05 §3Pû¥L$‹0æÎ_©÷x "
b"Ls»j└-Hôü\x1F ¿\ƒ-╗¥ "
b"j\x16 CTƒKDpœœIŒÃqk² "
b"Å─0┤\x05 ¡BiòÎå│N■ÓM "
b"\x08 Ç┬ı%\x08 I│É::µ╝\v ▄╬ "
b"""
EžZŠB\n
Oy™ÊËuH:ÙÀ
"""
b"E¥É"i\t MâŸè\x02 ƒœ…Ð "
b"NCNåÜ/Aú–‘\x17 ¦Ñ’Æ· "
b"ÆïcÊÁ\x03 @\x05 ┐\x01 çü├ø\x1F $ "
b"Íaî\x13 ÆkI+€þK\x1F ~"‰ù "
b"ð³Zš¦ÙH1ƒ0¤ƒ\v ;Cš "
b"!IÂ\Ù“A\x1A €çiÀ2\x7F g\x04 "
b"""
U^Ç╦C╬J\n
ëw\x16 §»Ú┴É
"""
b"V▒}K¸ýAÒÉ*ù+;9Jn "
b"îK\x12 b'fE3▒oü»│±î\t "
b"¾7½Œ ?LØ¢½h¾ðky[ "
b"└áo5²ØA0║¼U¯>t═\x1F "
b"vôçìsFA$é/E>ÏZÜÎ "
b"‗¥À£ÈhGÜäKû\x08 ØuMZ "
b"\x19\x19 2Á—TA ˆ\x11 q>á4®/ "
b"øáÜf\t (O@¥\x03 ½ì\x12 £q{ "
b"0–Bb{…Gi¨6iœ4Yžl "
b"S\x03 hV6BO÷›Ï‘12\x0F A\x0F "
b"@Ï\x07 ,ðñO¹µ1\x00 o£¨ö "
b"ôðÏ¥×\x12 M\x07 │Årþ_\x7F ×Ü "
b"˜]\â¢>K\x13 ›A\x03 ïsð\x10 l "
b"Ìáó\x17 ‘“B1³9 ‚\x07 P\x02 "
b"(‘Ùh`%@¤²—Ì\x03 óxêþ "
b"GúHÌ\x1C rCv¹Å\v '³hX› "
b"ºšñ\x10 ™6Iúˆå¦Öa2AQ "
b"""
þ2,¼\n
ëC׬Û\x12 ª=³ŠÐ
"""
b"j┐╝iM\x00 K\x13 Æk\x1A ßÅ×èy "
b"±Eë\x19 EGFÞ£\x16 Ù§MÅr "
b"¶y„'‹\x00 Næ¾\x0E º:.mÜJ "
b"îM>€[`G‹ŒÑ¡"Õ•d˜ "
b"8o îúLLÃÅÌÏæýèëü "
b"ô┤çL¼\x02 KÈÉ‗ïô#ÊÄ~ "
b"à\x05 Ûør¶L©š‚\x1E )[\x17 Þ¨ "
b"O}‹©à~B$¹e\f ÑŒÄôw "
b"mï¿ì^@<‹›î\x04 †Pû| "
b"ª\x17 ýrL\x17 CRØ┬n.¼\x0E §Ø "
b"Ê+qÛ•QI¸—Z˜2°à\t { "
b"ðWr!U¦N\x0E Šë|\x07\x13 |Sü "
b"øÄ \x01 êùOñ›–Fn·³“g "
b"6rLK^\x07 @˪+N\x00 ▓åìÎ "
b"!2\f ÝϤG\x1D ¼Ø\x15 ûí{r_ "
b"ÎS¸}\x11 qK½ˆ9\x17\x12 ÙÁ©Í "
b"Cmƒ\v "õBí£Š0<0ÝäÉ "
b"x´ÄrΫHK╗üW\x11 +R_+ "
b"\x7F ì└¥+\x13 Iߣ╬Rß▄`yø "
b"Û\x13 ,„ ÞF*³¼É#¦[\x10 Æ "
b"yÝ*x•mDµ£…Bx6W¥› "
b"P\t ░1Å█Fƒ»énØ˯û; "
b"░=§Þ®¢O╝ÂÉ×ÏK\e ø¡ "
b"²ÜmªdÐB\x19 €\r €°sÜh. "
b"h³òŽI{Hœ‡ÖB¨¼\r óp "
b"šûcï\x07 ÓOc¬DFÍc©AÄ "
b"¬.I~_MLì¾¢þC2L$œ "
b"¥\x04 îõ\v\f FÎìÚ¥Ö¢qÔg "
b"N┴ôoı·Nî░üd½^×ZF "
b"mê~KüEJ_ñ╠û~sØó× "
b"ô•\x15 (yI*¿ “nn®1Á "
b"\f ¬ÊGQ'JL„\x19 u`ÚÞÔ\x00 "
b"'ÕZ6┴╩Es▓ÜÕ£¬ìzV "
b"@\x08 µq\x02 ║D\x14 ƒ┼Ø»Æ@¯W "
b"AEÀì:7Kû±\x0E Eº˜&ý½ "
b"U[Œ7àëJÕ“Þnm@Ëì\x0E "
b"ü\x1C Þà\x0F ×LÞÀ3\x1C [\x11 tH2 "
b"Š2G€œ¡H\x14 ‡»\x01 ÙT9¡c "
b"ÀteãFNGÖ¢ö–Ù\x11 N¿P "
b"Wçô•â¡GÅŠ±E\x0E UÝŠÝ "
b"§õS\x00 Ó.M1ü¶ └ø:4\x1A "
b"\x10 §‚oBeEÀ´\x06 nš¯©fS "
b"\x07 S±al²DÀÅÜîJrq╠╔ "
b"DÄS:îÛIÕÄŹñ\x1F B&═ "
b"KÑ‘ìü\x16 J—š¦\ÞÌ>Ñ "
b"├¹╣ÆyæNÝí\x19 ├Êo■Éä "
b"1[X¢¡XCƒ–\x1F ã{\x07 §\t ¡ "
b"Pyè\x1A Å\x17 K˜/\x1E\x16 WÂøM "
b"\x13 †¦ƒf†G>‚b§©Ñ4\x07 É "
b"\x1E ŸšÏ‡(@© %µ!ZÄd> "
b"ƒé\x10\x0F 9úFQó½╗Æéy¶Å "
b"É»\x1F ž[¡I\x06 µåhø\x19 bÃ4 "
b"\x1F\x01 Ø╩sÔLdü°ç1cU}§ "
b"F +¹e\v A…„%ߪ2bôä "
b"cº¸üÙ2C\x07 ú¹║QøǾö "
b"¨Š¤ßdrFT¥Þ!'ÙIÁ¬ "
b"ÓGô3\x14 ™AÕ’×çèW™ýE "
b"\x18 ©\x0F\x0E UCCî”ØÍÛ1\x16 ãx "
b"2\x05 oá9\x16 E\r ®Y-œáDÿ\x19 "
b".¹zæÅ#HÖš.æ“\x18 –Ï¥ "
b"\× \x04 ¦îL®›$°–áVÏ\x1A "
b"ÖÉ\r ½×aGâî!(s\x00 {¤Ø "
b"pú¢;î¶N½„wógžkt "
b"|C\x16 ¡â/AV“KIs¶?N+ "
b"¿\x7F 3¢\x1D\x04 DªŽDÞýcÈ¡³ "
b"Pµþ@]+IØ©Ÿ\x14 :œ " "
b"µ•§dAïBJ¸\x14 ÎUJï©á "
b"åbqv¡ŠJч7aë6¾¶ä "
b"""
'╦┘Ir±Füéö\t\f\x13 \n
·\x16
"""
b"2ñb‹¡ØG\r Š}=åk{§Û "
b"™øŸ-~fMº¹\v l`/<—È "
b"╣ù:r?ÊB\x0E ¬ÑÏ\v §╦çÅ "
b"À>Š©!æEy•\x07 íl\v P–B "
b"\v ä~\x16 n¤OFžŸô\x01 Ž\e Á’ "
b"║ªZ'¹G@/üà â^}þQ "
b"ßoÒÕÏÑK\x03 ‘U£µtµ²ª "
b"N2êQWõE\x01 ˜n¢\x14 áRéÚ "
b"^ªw\r Ý»M+•Ù%t¥\t *+ "
b"êër*┼0N\x17 «╚╔¥vP©ì "
b"ê╣@eVñI║ÜüÝ╚#Å¢▄ "
b"‹´'¶ûdE¥¬ôç žsƒê "
b"\t »VÄ\x07 ╝NÈç±█ìùÝn¡ "
b"\x14 ñ\t Ê1^F°‰7!^òo\x7F o "
b"ë²\x12 ™æ‹F\x07 ºkÕp\x08 Ø—/ "
b"‗>>YèpB7ÁÉ\x7F ÝùË6> "
b"&©Ž\t @„Aʼ¬/\x02 kžw "
b"▒6\x1D G░*H\x11 ┤┼Ä¿ØD▀y "
b"Ù\x04 4|\\x07 L\x02 †_\x14\x03 Ê%O« "
b"\t ª›Cù\x07 Fm §\x04 L‚\x00 ¼ä "
b"Cä\x06 êñ%BX‡ w5$Mv] "
b"ì¿Ý\x03 r╬MÊ»ý\x01 þ¬£Óu "
b"▓║¼─P¢J┬ä░│¨ÅHtÓ "
b"""
æ\n
ä\x06 ²ÖFt…®\x03 vh¿V&
"""
b"ì\x1A 77±–@åŒüqIK_ö "
b"x56ÑShBššqH\x19 Î1{\x17 "
b"´°EÉ°\x05 H’½¥8°1˜Æø "
b"³t¦,Ñ»O\x00 ö6'üßËÙn "
b"\x1D T¢ýÝÿJk¡\x13 i£ØÕ\x1E\x12 "
b"\x1D ¨;ÿ┼áB╚╝L:ì\x11\x0E êa "
b"<‘ºŠq±K(ŸžÚë‰ú)ú "
b">ün§T‘BA†ë×\x03 )¾²Ü "
b".\x17 P·~]A5“ñàÔ`Û83 "
b":~a\ÍõJÚ±e|EÍ\x03 §g "
b">ƒ7PEÉITÂñt!╬▄Ò "
b"ı÷¨*┐çB®ºÉ¨╗d.ë" "
b"Ü?ȃ\x14 ,A°™\x19 Ø®¿Õ™ "
b"\x06 Bü4òñCûÑ║À\x07 wmÌð "
b"jšx{!ÝC«´>\x00 ÁºpZf "
b"l|&[Y|D€†ÑHIŸÄª{ "
b"ÅÙh╗$ÐLÜ┐¿d=³v\e 5 "
b"5\x19 ´ºhâFvÆÍ\x13 ┐¯ìo\x15 "
b"Kê/\x1C ’8Aö…ÅV\x03 ©\x12 b¸ "
b"šËd+öCJW¨%-\x18 bl e "
b"¨Õ\f pt›EÔ´\e CWób¬¥ "
b"ÛÈ@\x02 àôBë³'<e\x03 ˜š‹ "
b"ÓgkÆ\x04\f N\e ║Øn\;F × "
b"5ÒFrGW@U®¯ù4[L#Ô "
b"½\x18 ÏÖÉ>C[Á\x1E ═Löå\r 9 "
b"AWß8ÛdENˆ®µ,vJ(Þ "
b"\x1C Á¢8óL]¡\f ¡’‹¨áæ "
b"Ûe\e tu§EZü╬\x7F 9XÒFÝ "
b"\x12\x05 |GØCG1½y\r ƒ9║r% "
b"xb8ötƒOu’¯{°ù»†§ "
b"Ñl$Ö`3KÓ©\x7F ¼¢â\x11 ü "
b"ã\x0E :'Ñ|@,©Ê¾Þø[A‹ "
b"`³M¾ÄˆL' ÐR‰cTñ… "
b"Ç‹6f-JMhµ>°ð;„JJ "
b"0Éÿ¶\x1C YAÿé"\x01 fpQ│4 "
b"@■}¤ûâG¶ê9èóÅüöù "
b" Ÿ"°’‹C¹š;üŠ•†%c "
b"\x1E ]²ß:°Kÿ│´!«Ê\x11 ü> "
b"G\x1C }a=þM„›Ó\x1D\x17 ²©Û£ "
b"½ŽËšÛ\x16 Gì´\v\t\x17 ßC>Í "
b"÷\x10 ™³Û\r B°ƒ>îÁÁ\x00 ª& "
b"$ÝæI`MF¬º==dÚ"\f ½ "
b"àî“m«GD]¯Ñ°Å¨ëR« "
b"7ò®JbŒM¹¦TÉý`5î\x12 "
b"EݬvŒ5OR£YhûS~å\x14 "
b"dæ\x12 ´2÷M6°'/šÌd@f "
b"ùY—©jFMs¨¾·Œ#p\x06 m "
b"iÞj¬ðÉEÁ–\x1F i`ˆ-\x01 Î "
b"ßàŒ»Ð€Oº©–9à\x05 ·K\e "
b"´l\x1A Ñg:Aòà\x11 ┬%Ï\x08 ؼ "
b"Uàˆ6Ýf@5©\t ”i\`Âñ "
b"Þ(¥tƒèDY·¯–/Þ˜î' "
b"""
ÿ™—‘ä\x04 MF«\x12 oˆ—\n
lº
"""
b"í\x10 Ê—O±@祾‚+^\x7F F2 "
b"å└ܺ\v üOñú╣ô G±┘> "
b"¦{&\x12 CBy–sèäp¸!q "
b"lâ¡mÜäC)“s,A%\x1A l¶ "
b"""
¿-nF”sE1¼€«9o\n
^t
"""
b"–ºþ\t ËmB#³ß\x01 ^4\x7F Áà "
b"Þ+–#÷¾BÝŸiüû\^>æ "
b" wa£;\x08 CO€¨Ím\x0E úl” "
b"yí¹ålyIn¢¿ž‹³‘î\x07 "
b"¹\x1D §éúéM\x12 ¤„æÈ–}w! "
b"╩Bü\x08 T%Ba¢ù÷&#\x15\x07 "
b"Ý9ÆÀçÛNâµh£¡NÚý‡ "
b"\x11 #\x11 mvdF\x1F §¹ÊÕ"&\x1C ì "
b"\x17 Zþu$!HÅ╗Ø<}¿C8Ç "
b"SÅø(|;Lè‚`f‹/Údé "
b"`0á#QDBHÉÙS(À±¥¤ "
b"{(╚îÕôN\x7F År:ò\x07 └g "
b"Šuv$\x00 QG^†Ù\x12 ?«rúS "
b"×ì\v ~\x08 hE퇄^ãCÊ«‰ "
b"¯ÝYø"~G`¿\x12 =±-k' "
b"\x1D ’ŘφB\x19 Œ€>öi›”D "
b"\x17 ░µ}╝\r B$ƒÉæ\x1A ~2cø "
b"\x18 ìų£ÊJ›‚ó×ýÒ£hÑ "
b"äOéöq\v CÕ¤º,·éMG> "
b"ı~Õ~·cNìÿÝ░F═:1\x04 "
b"üj-ÜÕ¶GK’\x16 w›˜MŽ\x07 "
b"\x04 C¹üšêF6„ÂÀÔ¡—/@ "
b"Vªˆ©\x01 ÉG¬›—ÿf¿ˆhÚ "
b"""
^\n
š\x05 yèI\f ’ˆ\x12 ˆNnáî
"""
b"É4ËøpµFU¿ù\x07 ¥æ»Õ\e "
b"â¹ÎÔú\J´½y2‡–ËjÜ "
b"CØ\x03 ò\x02 ÓOû¹ã·nàyQ! "
b"r|┼╔~ÇCjÄÅb²eG┬é "
b"}\x18 s\x16 þÛCa—.œ\\x13 nCÎ "
b"¹\x06 µê¡\x02 DУ—I²ë3bÞ "
b"h+²~à±E(µ\v L®;~\x07 ÷ "
b"‹÷T\x1E ·\x13 D\r ÇîNi`\V "
b"""
/¹lôÖ\x02 F¤‹Ÿ\n
]zõ\x18 w
"""
b"Cüó>_CHq˜\x01 qV\x7F Ön’ "
b"fã┬W©\x07 B8íÀúÊÅ╩ı\x1C "
b"’öÊ%X&G=¡îIœDý†\e "
b",©¬)üYA╝Â%ðètTÔ¾ "
b"Q…„lÇÈH\e ŠLÃëŽÍ4 "
b"9&S‗à8M!ÇðíhI├\x04 Å "
b"9┘Ø\x02 Û\x14 LDÄ¥ìêù/╦Õ "
b"£»UÿÑtD\f ªk6ªå\x1C ѹ "
b"┐\x0F ¦lGFHXì´ƒÑ®ÛƒÚ "
b"†…Á¿(ÆG·–ûX/Ï\v\x19 Ï "
b"DeL\t\x04 ,FƹzVÛÿ3–\x00 "
b"U{\x06 ½~$Dx│ƒFÿV\x07 É> "
b"ÍùcóÔñKîˆ\Ug´\x16 ›N "
b"¡ÚfÓ\x02 ôIÁ€\x15 *\x0F ªéxÖ "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
OFFSET
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x090ECF99A0864B3E9DEB23162A79F769 , 0x0E6F9751419D43F094C7E4B3D7C9B7B2 , 0x10086334A7964ABEB4786903BED8E959 , 0x1345129D7E894E4DA6D881E3783DF355 , 0x1DE73C5D227B4E13BE50E795D63626F1 , 0x3B33ABACED7A409B9AE42446C55B662B , 0x44FA148437AF4E6F8C7BE38A327906B6 , 0x79961E18D59541FEB17DFBF3B155819F , 0x972DEA23B1134A758C9DE24481F95A04 , 0xD4DBE0411322489DA91D7A224F5D8EB4 , 0xDE9538FF2FD0489EB99CEC0349BCDA96 , 0x0BF23DB5B5214B9EAF126B0DF5CFC671 , 0x483F1E83344E4BCDAA5A03152A1148C7 , 0x556B4D0BDC9B4CE8B60093897285451A , 0x5E2AF49118E140F2A936DFE803E9203A , 0x6B6AA1AE92B141FCAC5D74F8063B24E9 , 0x6ECC19B1507147499A9B0B358F871F3D , 0x3AE0330BAED643F18E9CEA63721A4BB2 , 0x9ECABFEA7BB9489C8B2E346F7F0D7DB0 , 0xCA09C59755ED4C41BB81B1CEF9C5D1AD , 0xCD7643C8B613449381DEBB4447FEDBBD , 0xCFB3AC24FF0B4AE8AD4511F87983E78C , 0xF240301C05B34011A17F6F65D4344161 , 0x42983FBB89BE4FE0A3363ACE557FFA55 , 0x7568B8FAFCD044DB8322CD0FE457069D , 0xA3FF81FB0E5340649E0321E2F10F42A1 , 0xB398CB463C3149C29A1CFC4FC03DBE58 , 0xD844E4975C524390A71A860EA6FBCA4F , 0xFB3BBB675E514A10935A95F6478CDCA3 , 0xFF37DFF4425341479E70785827C41A40 , 0x266CB56447BD4008B7C203D7FCE35DB8 , 0xB7AB08EB1B124B5F82E9D40E617EEBED , 0x0C7865A557A849E69A4994846D391EDC , 0x6DEAC527011C4CF8BF366F4B5AA26DC1 , 0x816AAA66D33D438FAA3FCA313B0044CA , 0x8A97F5F9074746DFB18E52E865FC4284 , 0xCF9CD85AC77A467E8770E64303CAB4EC , 0xEC3726D4E54E452D81E68EE3998C2BAF , 0xFF6B4D6343D2486EA620FBD2DBD1F4D7 , 0x0D0CA2B4BB8D4030927C5A0D8A630BB0 , 0x0E17C0DDAFF14104910ED3718B2316B7 , 0x77CF96AEB915454189616357FEF572C8 , 0x94B050D0D3184129904986E0A23D9B78 , 0x0CD4FC6C12BE48719F74DC54CCB660F4 , 0x0D8D1EE39AD84C93888C903F3CAE7FEB , 0x2BFAC312BF144B3D9AEA4E017E9B3D7F , 0x3A1D25ED8CEA437BB01F9D5E898BEED7 , 0x8CFD8BBD326F49BABDB65B248A4B3AB1 , 0xBE3D7154E7D442D4843CD581C7BCEC2D , 0xE897C17B0F644CF9B863647ECF9DD92C , 0x88F449C5F3D14EB7B4A853E6B5530CD1 , 0xCD2C6EB5698146838770374C0097F03A , 0xFA4CB2794EDA4C19BA9FCCFD0C96B489 , 0xFDAB68EF9B4B4FEDA890DE71EAAD1B00 , 0x051B1DC0507B49CAA1389206CE691BF6 , 0x0D7C3E7CAE5640CEB5BD36E89EE24AF7 , 0x0FCF375CA45B4BC2A5469639D21FCE11 , 0x199694A415B64F3391E5851B5A123305 , 0x263399D2A82B494F956E2FD8945F33D3 , 0x6463A7C81CCB42A096059FB8D0781B14 , 0x724EF7E82C864E52ABF895FD37A92C7C , 0x8126F90B9402492E90B42A4B0F10FFEC , 0x9E5CD7DF0AB041B3ACEA277FAA064C44 , 0x0702C4119FEE4DCE81460604A8ED8B17 , 0x1FC23076FB0C4A5FAB1C64CBC1F8215F , 0x6CC30FDF544F4CADA4F311D7622DD756 , 0x7F8DF64B73FA4E0A8BFCDCC6405B86E5 , 0xB06779DDC549402090099617A1AEB28B , 0xE1585A0C277F4F0AA23BA07329662797 , 0x4B4677B7C42149AE9DE438DD019AAD3D , 0xA3F12AA475F446D092CA44B06CE89390 , 0xAA0AFB253E4C4422B0BBDB8BE2C2CB46 , 0x1ED42447C70F4A439EB03B7D05783935 , 0x2F8D5074F42648518EA376EB2A526AFA , 0x43FEDD96751E4476B7B05700EBEEDEF5 , 0xA0C6AC14772B41BA91D66D1C6D2220D4 , 0xB046AE42E917466881EA957E866D87B9 , 0xF6C7B8CF124D475A983147DD9E5C35D8 , 0x3BBB7FDB52DE4A1CB937DDF6C5E2C4CB , 0x6E3D2F0A9E984D0FA295F913416D9DEC , 0xC0A075DFAA0F41899004A2D154739D92 , 0xEC79801090654E09BCA04ECBFD69D80D , 0x3B31E18894BA40A1B88E274873571600 , 0x626804C36AA14B6D9767EEC1DF039B6F , 0x7F71CD9AABDE44E0A348AE575C824B46 , 0x2B612DDB607149D8914E97E6ACA6A6FB , 0x3CA18D4FF0254760A9C4371FF83383B2 , 0x65C3D1205F6F4BF9B8CEAE3110ACCF23 , 0x6BB4E02E328C4E0C92D20E1623037F70 , 0x7A698BD34B944829BD1C5EACDE3A3ECA , 0xA8AE128EFE194DD48AB9FE5A7430AB67 , 0xEA15A1738B4F4C41834FD7257A890B61 , 0x452B25D2CEA64933A1E4DEEEC05F8EEE , 0xE36E0F03438B4FB594479426C72C050B , 0xE9BAFE5AA86B418387B18044C02A312F , 0x14F2ED72991A438CAE294C66DCAD3936 , 0xA0526D0FDE92406ABA5CA6544C937B07 , 0xF51DF11E4F9F403285BBAABC2779C0A1 , 0x15303AE9F1A74BA5A55620E2665CEE80 , 0x2E4897D8957142679449791ACA5323C0 , 0x8E08D8913E9B4B7E8C00034977199108 , 0xFAC08313D5E846C691FF1E9D1A44FDCE , 0x228C9927878D45248E2C8D8BBC06614D , 0x366DE4725CDE4574B9B53F2D78B3D8B0 , 0x653E928E8F2841EAB8D845A22BDC76A9 , 0xD94A522D0E6840BEA21437398D646569 , 0xE374CBC7257444A2A2E2B73CD8721E3D , 0x6C252A8AFF34420A9F774E83913F0CF7 , 0xD6DC85202A4B42C8B40711D268BBC885 , 0xF6DD4FED1581461A826376FF94C917EF , 0x09B463E9F2AB459E9CA1542124BCC605 , 0x2C0B86C727F24BAC9E3F61A59E09A407 , 0x9C4B1EB46293433589E969BA08D7718C , 0xA4DE1642B362475299154B5C9CFC6D25 , 0xEDDB89E3806D4F31AEBBE965AF078A41 , 0xF912C45F9BF24C52A05A1F610E9D6797 , 0x2FFEE8C97E0948CF940AF66DD4644B29 , 0x0FD27251533E40A095C0B34FB26E8DB3 , 0x310CD319C1F940149E39B34FEFFB7DEC , 0x381D3017DD6F453D804C62AE6B0910DE , 0x3B9EC48511704A45A749E34BA4A78A27 , 0x5BEAC2CB69C642DDBD6F941146095A2D , 0xBDCCBD052FA444A78DCB91CBD611AEFF , 0xF54191BDC08143DEA36DD5DBCC534ABE , 0x146DB29829974C9888638E6EA0602F86 , 0x21F19ED5F68848CAA44666DF33030947 , 0x6575F4ADB9064420A96E21D9D69B8C2A , 0xE21523F48DF4458584C361207A9DDFA8 , 0x05A73350FBA54C248B30E6CE5FA9F778 , 0x4C73AF6AC02D4893811FA85C9F2DBBBE , 0x6A164354834B44709C9C498CC3716BB2 , 0x8FC430B405AD426995D786B34EFEE04D , 0x0880C2D5250849B3903A3AE6BC0BDCCE , 0x459E5A8A420A4F7999CACB75483AD9C0 , 0x45A5C92269094DE29FE802839C85D0AD , 0x4E434EE5DC2F41FA969117A6D192C6B7 , 0x928B63D2B5034005BF018781C39B1F24 , 0xCD61EE13C66B492B80FE4B1F7E2289F9 , 0xF0B35A9AA6D948318330A4830B3B439A , 0x2149C25CD993411A80E769C0327F6704 , 0x555E80CB43CE4A0A897716F5AFE9C190 , 0x56B17D4BF7EC41E3902A972B3B394A6E , 0x8C4B126227664533B16F81AFB3F18C09 , 0xBE37BD8C203F4CD8A2BD68BEF06B795B , 0xC0A06F35FD9D4130BAAC55EE3E74CD1F , 0x7693878D73464124822F453ED85A9AD7 , 0xF2BEB79CD468479A844B96089D754D5A , 0x191932C1975441A08811713EE134AE2F , 0x9BA09A6609284F40BE03AB8D129C717B , 0x309642627B854769A836699C34599E6C , 0x5303685636424FF79BCF9131320F410F , 0x40CF072CF0F14FB9B53100AD6FA3A8F6 , 0x93D0D8BE9E124D07B38F72E75F7F9E9A , 0x985D5CE2A23E4B139B4103EF73F0106C , 0xCCE1F31791934231B33920AD82075002 , 0x2891D968602540A4B297CC03F378EAFE , 0x47FA48CC1C724376B9C50B27B368589B , 0xBA9AF110993649FA88E5A6D661324151 , 0xFE322CBC0AEB43D7ACDB12AA3DB38AD0 , 0x6ABFBC694D004B13926B1AE18F9E8A79 , 0xB145EB19454746DEA316D9ADA74DC572 , 0xB67984278B004EE6BE0EBA3A2E6DDC4A , 0xEE4D3E805B60478B8CD1A122D5956498 , 0x386FFF8CA34C4CC78FDED891EC8A8981 , 0x93B4874CAC024BD490F28B9323D28E7E , 0xE005DBF872B64CA99A821E295B17DEA8 , 0x4F7D8BA9E07E4224B9650CD18CC4F477 , 0x6DEFBFEC5EAD403C8B9BEE048650FB7C , 0xA617EC724C1743529DC26E2EAC0EF59D , 0xCA2B71DB955149B8975A9832B0E0097B , 0xF057722155A64E0E8AEB7C07137C53FC , 0xF8C4A001EAF94FF19B96466EB7B39367 , 0x36724C4B5E0740D3A62B4E00B2868DD7 , 0x21320CEDD8CF471DAC9D1596A17B725F , 0xCE53B87D11714BBD88391712D9C1A9CD , 0x436D830B22F542EDA38A303C30DDE4C9 , 0x78EF8E72D7AE484BBB8157112B525F2B , 0x7F8DC0BE2B1349E19CCE52E1DC60799B , 0xDB132C8420DE462AB3BCC923A65B10C6 , 0x79DD2A78956D44B5A38542783657A59B , 0x5009B0318FDB469FAF826E9DD3EE963B , 0xB03DF5E8A9BD4FBCB6909ED84B1B9BAD , 0xB2DC6DAA64D04219800D80B073DC682E , 0x68B3F28E497B489C87D642A8BC0DF370 , 0x9AFB63EF07D34F63AC4446CD63A941C4 , 0xAC2E497E5F4D4CECBEA2FE43324C249C , 0xBE048CE40B0C46D78DE9BE99BD71E267 , 0x4EC1936FD5FA4E8CB08164AB5E9E5A46 , 0x6D887E4B81454A5FA4CC967E739DA29E , 0xF495AD152879492ABFA0936E6EAE31C1 , 0x0CACCA4751274A4C84197560DADED400 , 0x27E55A36C1CA4573B29AE59CAA8D7A56 , 0x4008E67102BA44149FC59DAF9240EE57 , 0x4145C0EC3A374BFBB10E45BA9826FDBD , 0x555B8C37E0EB4AD593DE6E6D40CBEC0E , 0x811CE8850F9E4CE8B7331C5B11744832 , 0x8A3247809CA1481487BB01D95439A163 , 0xC07465E3464E47D6A2F696D9114EBF50 , 0x57E7F495E2A147C58AB1450E55DD8ADD , 0xF5E45300E02E4D3181F4FFC09B3A341A , 0x10A7826F426545C0B4066E9AAFA96653 , 0x0753F1616CFD44B78F9A8C4A7271CCC9 , 0x448E533A8CEA49E58E8FFBA41F4226CD , 0x4BD191ECFC164A979AA65CDECC3ED1A0 , 0xC3FBB99279914EEDA119C3D26FFE9084 , 0x315B58A2A1584383961FE37B07A709A1 , 0x5079E81AC5174BAD982F1E1657C2F84D , 0x1386A6836686473E8262A7A9D13407C9 , 0x1E9F9ACF872840A9A025B5215AC4643E , 0x9F82100F39A34651A2ABBB928279F48F , 0xC9BB1F9E5BA14906B5E568F81962C334 , 0x1F019DCA73E24C6481F8873163557DF5 , 0x46A02BB9650B41858425DFAA3262F4E4 , 0x63A7F781EB324307A3FBBA519B80F394 , 0xA88AA4DF64724654A5DE2127D949C1AC , 0xD347F433149941D592D7E7E85799FD45 , 0x18A90F0E554343EE94D8CDDB3116E378 , 0x32056FE13916450DAE592D9CE144FF19 , 0x2EB97AE6C52348D69A2EE6931896CFA5 , 0x5CD7A004A6EE4CAE9B24B096E156CF1A , 0x99900DAB9E6147838C212873007BCF9D , 0x70FAA23BEEB64EBD8477F3679E6BAD74 , 0x7C4316A1E22F4156934B4973B63F4E2B , 0xBF7F33A21D0444AA8E44DEFD63C8A1B3 , 0x50B5FE405D2B49D8A99F143A9CAD2022 , 0xB595A76441EF424AB814CE554AEFA9E1 , 0xE5627176A18A4AD1873761EB36BEB6E4 , 0x27CBD94972F146818294090C130AFA16 , 0x32F1628BA1D8470D8A7D3DE56B7BA7DB , 0x99F89F2D7E664DBAB90B6C602F3C97C8 , 0xB9973A723FD2420EAAA5D80BF5CB878F , 0xC03E8AA921E645799507ED6C0B509642 , 0x0BE47E166EA44F469E9FF4018E1BC192 , 0xBAA65A27FB47402F8185FF835E7DE751 , 0xDF6FD2D5CFD14B039155A3B574B5B2AA , 0x4E32EA5157F54501986EA214E152E9DA , 0x5EAA770DDDBB4D2B95D92574A5092A2B , 0x8889722AC5304E17AEC8C9BE7650B88D , 0x88B9406556A449BA9A81EDC8238FBDDC , 0x8BB427B6FB6445A5ACF4E7A09E7383EA , 0x09AF568E07BC4ED487F1DB8D97ED6EAD , 0x14F109CA315E46B08937215EF26F7F6F , 0xEBB21299E68B4607BA6BD57008D8972F , 0xF23E3E598A704237B5907FED97D3363E , 0x26A98E09408441CABCC2AC2F026B9E77 , 0xB1361D47B02A4811B4C58EA89D44DF79 , 0xD904347C5C074C02865F1403CA254FAB , 0x09AA9B43F907466DA0A7044C8200BCE4 , 0x43E406EAF125425887A07735244D765D , 0x8DA8ED0372CE4DD2AFEC01E7AA9CE075 , 0xB2BAACC450BD4AC284B0B3F98F4874E0 , 0xE60AE406B2D6467485AE037668BF5626 , 0xEC1A3737B19640E58CFC7149AD4B5FF6 , 0x783536D15368429A9A714819CE317B17 , 0xB4B045C9B0054892BDA538B03198C6F8 , 0xFC74DD2CA5AF4F0094362781E1D3EB6E , 0x1D54BDECED984A6BAD13699C9DE51E12 , 0x1DF93B98C5A042C8BC4C3A8D110E8861 , 0x3C91BA8A71B14B289F9EDAEB89FA29FA , 0x3EFC6EA75491424186EBD70329BEB2DC , 0x2E1750B77E5D413593F1E0D460DB3833 , 0x3A7E615CCDF54ADAB1657C45CD03A767 , 0x3E9F375045904954B6A47421CEDCE3B6 , 0xD5F6F92ABF8742A9A790F9BB642E8922 , 0xDC3FC883142C41B0991920D8AEBFD599 , 0x0642813495A44396A5BAB707776DDED0 , 0x6A9A787B21DD43ABB43E00C1BA705A66 , 0x6C7C265B597C448086D148499FC4AA7B , 0x8FEB68BB24D14C9ABFA8643DFC761B35 , 0x3519EFA76883467692D613BFEE8D6F15 , 0x4BEA2F1C923841F685C55603A91262B8 , 0x9ACB642BF6434A57A8252D18626C2065 , 0xA8D50C70749B45D4B41B4357F362ACA5 , 0xDBC84002E0F442EBB3273C6503989A8B , 0xE0676B92040C4E1BBA9D6E5C3B46209E , 0x35D2467247574055AEAFF9345B4C23D4 , 0xAB18D899903E435BB51ECD4C94860D39 , 0x4157DF38DB64454E88AEB52C764A28DE , 0x1CA0C1A238F34C5DA10CA1928BA8E1E6 , 0xEA651B7475F5455A81CE7F3958E346ED , 0x12057C479D434731AB790D9F39BA7225 , 0x786238F674834F7592AF7BB0F9BB86A7 , 0xD16C24D660334BC393A97FBCA2E211FC , 0xE30E3A27D17C402CA9CABEDEF85B418B , 0x60B34DBEC4884C27A0D052896354F185 , 0xC78B36662D4A4D68B53EB0F03B844A4A , 0x309098F41C594198822201667051B334 , 0x40FE7DCF968347F488398AA28F819497 , 0xA09F22B0928B43B99A3BFC8A95862563 , 0x1E5DFDE13AF84B98B3EF21AED211813E , 0x471C7D613DFE4D849BD31D17B2A9DBA3 , 0xBD8ECB9ADB1647ECB40B0917DF433ECD , 0xF71099B3DB0D42B0833EEEC1C100AA26 , 0x24DDE649604D46ACBA3D3D64DA220CBD , 0xE0EE936DAB47445DAFD1B0C5A8EB52AB , 0x37F2AE4A628C4DB9A654C9FD6035EE12 , 0x45DDAC768C354F52A35968FB537EE514 , 0x64E612B432F74D36B0272F9ACC644066 , 0xF95997A96A464D73A8BEB78C2370066D , 0x69DE6AACF0C945C1961F6960882D01CE , 0xDFE08CBBD0804FBAA99639E005B74B1B , 0xEF6C1AA5673A41958511C225D8089DAC , 0x55E08836DD664035A90994695C60C2F1 , 0xDE28A57483E84459B7AF962FDE98EE27 , 0xFF999791E4044D46AB126F88970A6CBA , 0xED10CA974FB140E7A5BE822B5E7F4632 , 0x86C09AA70B814FA4A3B9932047F1D93E , 0xADA67B26124342799673E8E470B82171 , 0x6CE2A16DDCE4432993732C41251A6CB6 , 0xBF2D6E4694734531BC80AB396F0A5E74 , 0x96BAFE09CB6D4223B3DF015E347FC1C3 , 0xDE2B9623F7BE42DD9F69FCFB5C5E3EE6 , 0x207761A33B08434F80A8CD6D0EFA6C94 , 0x79EDB9E56C79496EA2BF9E8BB391EE07 , 0xB91DA7E9FAE94D12A484E6C8967D7721 , 0xCA42810854254261BD97F0F626231507 , 0xDD39C6C0E7DB4EE2B568A3A14EDAFD87 , 0x1123116D7664461FA7B9CAD522261CEC , 0x175AE7752421488FBB9D3C7DA8433880 , 0x53C5F8287C3B4CE88260668B2FDA64E9 , 0x6030A0235144424890EB5328B7F1BECF , 0x7B28C88CE5934E7F8FF0723A9507C067 , 0x8A7576240051475E86D9123FAB72FA53 , 0xD7EC0B7E086845ED87845EE343CAAB89 , 0xAFDD59F8227E4760BF12203DB12D6B27 , 0x1D92C598CF8642198C803EF6699B9444 , 0x17B0E67DBC0D42249F90911A7E32639B , 0x18ECC5B3A3CA4A9B82F3D7FDD2A368D1 , 0xE44FE9F6710B43D5A4BA2CB7E94D473E , 0xD57EE57EFA634E8D98EDB046CD3A3104 , 0xFC6A2DDCD5B6474B9216779B984D8E07 , 0x0443B9FC9AEA463684C2C0D4A1972F40 , 0x56AA88A901C947AC9B97FF66BF8868DA , 0x5E0A9A0579E8490C928812884E6EE1EE , 0xC934CBF870B54655BFF907A5E6BBD51B , 0xE2B9CED4FA5C4AB4BD79328796CB6ADC , 0x43D803F202D34FFBB9E3B76EE0795121 , 0x727CC5C97E80436A8E8F62FD6547C282 , 0x7D187316FEDB4361972E9C5C136E43CE , 0xB906B5EAA10244D0A39749B2EB3362DE , 0x682BB27EE0B14528B50B4CAE3B7E07F7 , 0x8BF7541EB713440DADC7EE4E69605C56 , 0x2FB96CF4D60246A48B9F0A5D7AF51877 , 0x43FCF33E5F434871980171567FD66E92 , 0x66C6C257B8074238A1B7A3D28FCAD51C , 0x92F6CA255826473DA1EE499C44FD861B , 0x2CB8AA29815941BCB625D08A7454E2F3 , 0x5185846CC7C8481B8A4CC3EB8ECDAD34 , 0x392653F285384D2180D0A16849C3048F , 0x39D99D02EA144C448EBE8D88972FCBE5 , 0xA3BB55FFD174440CAA6B36AAE51CD1B9 , 0xBF0FDD6C474648588DEF9FA5A9EA9FE9 , 0x8685C1BF28C647B796FB582FCF0B19CF , 0x44654C09042C46C6B97A56DBFF339600 , 0x557B06AB7E244478B39F46985607903E , 0xCDF963F3D4F14BEE885C5567B4169B4E , 0xA1DA66D302F449C180152A0FAAE978D6 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
40
0.96 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x06 ;\x1A Ô÷²HŠ—j²\x1F g\x0F +¾ "
b"\x07 ü©»äeCÓ¬4^AóŽÿ "
b"\x16\v 5è0ßN+±\x16\x08\x08 k?Q\x00 "
b"\x1A pÎbÖˆOv ‹‘\x12 ÿ¤h) "
b"#{Þ\x03 ©g@ œ“¥R¾òj\x15 "
b"'[ÆÞ┤ìN\x04 ïð▒ͼ§ƒ╩ "
b"'©mÑô\r @ÝŸ\t /÷‘\v\v á "
b"-XfÈ\x04 {Oüª´\x1E ë!õL¼ "
b"7¢^¸¹äC%©€ª¶‘Øž\x12 "
b"=\x03 ÷zXLN?¦S~w*w|Œ "
b"Aš\x15 ÷n—Nü‚òF\x18 Zë³Ä "
b"""
M\x16 \r 7FòAJ£\kH±\n
t¹
"""
b"b\\x13 R\x12 FG\x1D §åcì7¹8\x10 "
b"fœ¸¾;ÀK‹Žq«TÁÞÞ= "
b"v|<\x15 =.Dê¡ÊJø5;Ÿd "
b"w«S;/TE&¬ègâ2É\x04 Í "
b"""
€‰U†\n
\x1E @H„p$G›#2\x0F
"""
b"†ñ¼áf\x12 Hþ„ÔÕ\v P_-F "
b"•Ó\r »žˆFõ°žM׳ß\x19 ¨ "
b"•éÝØHb@£ŽÈ‹æ¬—\e + "
b"–ìeø%µE¿—ï ‹l\t ä+ "
b"¬.\x1A F▀\x1A DèÉö\x1A ƒú+Z× "
b"½$GÀ\x1E ºJFâç,Ø[0ëC "
b"·Ì<L…üKP²\x0E gª‘{0® "
b"Ìz¹©ÐA@%‘¡ëwG´´„ "
b"Ú\x1C ¼¥w*O—¶¡ÓŠffÑK "
b"ÚIþx\x02 WDq®>¯ÿ;\x10 ´þ "
b"ó¥¸ÃOHF\x00 °{cÅF=ð "
b"\x01 ’µ8h~p{¶ºê,€q\r a "
b"\x01 ’µ8h¶pH¨«Û&çDР"
b"\x01 ÆÁ8v▒p3Å\x0F V\x7F i\x04\x19 ■ "
b"\x01 “ ý½/sÍ£c~0°\t 8f "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x063B1AD4F7B2488A976AB21F670F2BBE , 0x07FCA9BBE46543D3AC345E41C3B38EFF , 0x160B35E830DF4E2BB11608086B3F5100 , 0x1A70CE62D6884F76A08B9112FFA46829 , 0x237BDE03A96740209C93A552BEF26A15 , 0x275B92E8B48D4E048BD0B1D6ACF59FCA , 0x27A96DD1F40D40DD9F092FF7910B0BE1 , 0x2D5866C8047B4FFCAAB41EEB21F54CBC , 0x37A25EB8B9E44325A980AAB691D89E12 , 0x3D03F77A584C4E3FA6537E772A777C8C , 0x419A15F76E974EFC82F246185AEBB3C4 , 0x4D160D3746F2414AA35C6B48B10A74B9 , 0x625C13521246471DA7E563EC37B93810 , 0x669CB8BE3BC04B8B8E71AB54C1DEDE3D , 0x767C3C153D2E44EAA1CA4AF8353B9F64 , 0x77AE533B2F544526AA8A6783329004D6 , 0x808955860A1E4048847024479B23320F , 0x86F1BCE1661248FE84D4D50B505F2D46 , 0x95D30DBB9E8846F5B09E4DD7B3DF19A8 , 0x95E9DDD8486240A38EC88BE6AC971B2B , 0x96EC65F825B545BF97EF208B6C09E42B , 0xAA2E1A46DF1A448A90941A9FA32B5A9E , 0xAB2447B71EA74A4683872C9D5B308943 , 0xB7CC3C4C85FC4B50B20E67AA917B30AE , 0xCC7AB9A9D041402591A1EB7747B4B484 , 0xDA1CBCA5772A4F97B6A1D38A6666D14B , 0xDA49FE7802574471AE3EAFFF3B10B4FE , 0xF3A5B8C34F484600A0B07B63C5463DF0 , 0x0192B538687E707BB6BAEA2C80710D61 , 0x0192B53868B67048A8ABDB26E744D0C2 , 0x0192B53876B170338F0F567F690419FE , 0x019320FDBD2F73CDA3637E30B0093866 , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy