1
0.44 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.77 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.34 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
4
0.44 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
5
0.66 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
6
1.40 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"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"4U0/þõH÷—÷5’6\x1C ç¡ "
"clothing/warning-protection/high-visibility-jackets "
"clothing/warning-protection/high-visibility-jackets/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x9648F3385D614C55BD7CD4DC68D301CC ) AND ((sales_channel_id = 0x3455302FFEF548F797F73592361CE7A1 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'clothing/warning-protection/high-visibility-jackets' OR seo_path_info = 'clothing/warning-protection/high-visibility-jackets/' ));
Copy
7
61.04 ms
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? ) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND (`scop_platform_redirecter_redirect` . `salesChannelId` = ? OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > ? )) LIMIT 1
Parameters :
[
"//en/clothing/warning-protection/high-visibility-jackets "
"/en/clothing/warning-protection/high-visibility-jackets "
"https://dev.cas-technik.de/en/clothing/warning-protection/high-visibility-jackets "
"https://dev.cas-technik.de//en/clothing/warning-protection/high-visibility-jackets "
"/en/clothing/warning-protection/high-visibility-jackets "
"//en/clothing/warning-protection/high-visibility-jackets "
"en/clothing/warning-protection/high-visibility-jackets "
true
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN ('//en/clothing/warning-protection/high-visibility-jackets' , '/en/clothing/warning-protection/high-visibility-jackets' , 'https://dev.cas-technik.de/en/clothing/warning-protection/high-visibility-jackets' , 'https://dev.cas-technik.de//en/clothing/warning-protection/high-visibility-jackets' , '/en/clothing/warning-protection/high-visibility-jackets' , '//en/clothing/warning-protection/high-visibility-jackets' , 'en/clothing/warning-protection/high-visibility-jackets' ) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x3455302FFEF548F797F73592361CE7A1 OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
8
0.42 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
9
0.39 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"4U0/þõH÷—÷5’6\x1C ç¡ "
"CJQ9cA5wBVRM5Yq8TKXapZKG99Kxo2ZC "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x3455302FFEF548F797F73592361CE7A1 ) AND (token = 'CJQ9cA5wBVRM5Yq8TKXapZKG99Kxo2ZC' ) LIMIT 1 ;
Copy
10
0.47 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"CJQ9cA5wBVRM5Yq8TKXapZKG99Kxo2ZC "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'CJQ9cA5wBVRM5Yq8TKXapZKG99Kxo2ZC' ;
Copy
11
0.35 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"4U0/þõH÷—÷5’6\x1C ç¡ "
b"Pß|Š¡>L™€´+\x1F\x04 ã¬ò "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 AND `sales_channel_country` . `country_id` = 0x50DF7C8AA13E4C9980B42B1F04E3ACF2 );
Copy
12
0.60 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
13
0.54 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"²z*šNI!½¿[ÖlÉE "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0xB27A2A819A4E49219FBDBF5BD66CC945 AND
pm . `active` = 1 ;
Copy
14
0.39 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x9648F3385D614C55BD7CD4DC68D301CC ) LIMIT 1 ;
Copy
15
0.93 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.override_1.name` , `language.locale.translation.name` , COALESCE (`language.locale.translation.override_1.name` , `language.locale.translation.name` ) as `language.locale.name` , `language.locale.translation.override_1.territory` , `language.locale.translation.territory` , COALESCE (`language.locale.translation.override_1.territory` , `language.locale.translation.territory` ) as `language.locale.territory` , `language.locale.translation.override_1.customFields` , `language.locale.translation.customFields` , COALESCE (`language.locale.translation.override_1.customFields` , `language.locale.translation.customFields` ) as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation.override_1` . `name` as `language.locale.translation.override_1.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation.override_1` . `territory` as `language.locale.translation.override_1.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` , `language.locale.translation.override_1` . `custom_fields` as `language.locale.translation.override_1.customFields` FROM `locale_translation` `language.locale.translation` LEFT JOIN `locale_translation` `language.locale.translation.override_1` ON `language.locale.translation` . `locale_id` = `language.locale.translation.override_1` . `locale_id` AND `language.locale.translation.override_1` . `language_id` = ? WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.override_1.name` , `language.locale.translation.name` , COALESCE (`language.locale.translation.override_1.name` , `language.locale.translation.name` ) as `language.locale.name` , `language.locale.translation.override_1.territory` , `language.locale.translation.territory` , COALESCE (`language.locale.translation.override_1.territory` , `language.locale.translation.territory` ) as `language.locale.territory` , `language.locale.translation.override_1.customFields` , `language.locale.translation.customFields` , COALESCE (`language.locale.translation.override_1.customFields` , `language.locale.translation.customFields` ) as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation.override_1` . `name` as `language.locale.translation.override_1.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation.override_1` . `territory` as `language.locale.translation.override_1.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` , `language.locale.translation.override_1` . `custom_fields` as `language.locale.translation.override_1.customFields` FROM `locale_translation` `language.locale.translation` LEFT JOIN `locale_translation` `language.locale.translation.override_1` ON `language.locale.translation` . `locale_id` = `language.locale.translation.override_1` . `locale_id` AND `language.locale.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x9648F3385D614C55BD7CD4DC68D301CC );
Copy
16
0.71 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"IntediaDoofinderSW6.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'IntediaDoofinderSW6.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
17
0.59 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"IntediaDoofinderSW6.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'IntediaDoofinderSW6.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
18
1.29 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` , `sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` , `sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` , `sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` , `sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` , `sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` , `sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` , `sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` , `sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` , `sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` , `sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` , `sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` , `sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` , `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` , `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` , `sales_channel_domain.language.locale.translation.customFields` , `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` , `sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` , `sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` , `sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` , `sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` , `sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` , `sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` , `sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` , `sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` , `sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` , `sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` , `sales_channel_domain.currency.netiCurrency` . `id` as `sales_channel_domain.currency.netiCurrency.id` , `sales_channel_domain.currency.netiCurrency` . `currency_id` as `sales_channel_domain.currency.netiCurrency.currencyID` , `sales_channel_domain.currency.netiCurrency` . `active` as `sales_channel_domain.currency.netiCurrency.active` , `sales_channel_domain.currency.netiCurrency` . `buffer` as `sales_channel_domain.currency.netiCurrency.buffer` , `sales_channel_domain.currency.netiCurrency` . `last_factor` as `sales_channel_domain.currency.netiCurrency.lastFactor` , `sales_channel_domain.currency.netiCurrency` . `last_update` as `sales_channel_domain.currency.netiCurrency.lastUpdate` , `sales_channel_domain.currency.netiCurrency` . `created_at` as `sales_channel_domain.currency.netiCurrency.createdAt` , `sales_channel_domain.currency.netiCurrency` . `updated_at` as `sales_channel_domain.currency.netiCurrency.updatedAt` , `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` , `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` , `sales_channel_domain.currency.translation.customFields` , `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation` . `locale_id` , `sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation` . `language_id` = ? ) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN `neti_current_currencies_currency` `sales_channel_domain.currency.netiCurrency` ON `sales_channel_domain.currency` . `id` = `sales_channel_domain.currency.netiCurrency` . `currency_id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation` . `currency_id` , `sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation` . `language_id` = ? ) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id` WHERE `sales_channel_domain` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"tTùcnSIÕ®â˜v†•\x13 ³ "
]
SELECT
`sales_channel_domain` . `id` as `sales_channel_domain.id` ,
`sales_channel_domain` . `url` as `sales_channel_domain.url` ,
`sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` ,
`sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` ,
`sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` ,
`sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` ,
`sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` ,
`sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` ,
`sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` ,
`sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` ,
`sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` ,
`sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` ,
`sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` ,
`sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` ,
`sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` ,
`sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` ,
`sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` ,
`sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` ,
`sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` ,
`sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` ,
`sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` ,
`sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` ,
`sales_channel_domain.language.locale.translation.name` ,
`sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` ,
`sales_channel_domain.language.locale.translation.territory` ,
`sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` ,
`sales_channel_domain.language.locale.translation.customFields` ,
`sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` ,
`sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` ,
`sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` ,
`sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` ,
`sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` ,
`sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` ,
`sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` ,
`sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` ,
`sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` ,
`sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` ,
`sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` ,
`sales_channel_domain.currency.netiCurrency` . `id` as `sales_channel_domain.currency.netiCurrency.id` ,
`sales_channel_domain.currency.netiCurrency` . `currency_id` as `sales_channel_domain.currency.netiCurrency.currencyID` ,
`sales_channel_domain.currency.netiCurrency` . `active` as `sales_channel_domain.currency.netiCurrency.active` ,
`sales_channel_domain.currency.netiCurrency` . `buffer` as `sales_channel_domain.currency.netiCurrency.buffer` ,
`sales_channel_domain.currency.netiCurrency` . `last_factor` as `sales_channel_domain.currency.netiCurrency.lastFactor` ,
`sales_channel_domain.currency.netiCurrency` . `last_update` as `sales_channel_domain.currency.netiCurrency.lastUpdate` ,
`sales_channel_domain.currency.netiCurrency` . `created_at` as `sales_channel_domain.currency.netiCurrency.createdAt` ,
`sales_channel_domain.currency.netiCurrency` . `updated_at` as `sales_channel_domain.currency.netiCurrency.updatedAt` ,
`sales_channel_domain.currency.translation.shortName` ,
`sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` ,
`sales_channel_domain.currency.translation.name` ,
`sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` ,
`sales_channel_domain.currency.translation.customFields` ,
`sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields`
FROM
`sales_channel_domain`
LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id`
LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id`
LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id`
LEFT JOIN (
SELECT
`sales_channel_domain.language.locale.translation` . `locale_id` ,
`sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` ,
`sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` ,
`sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields`
FROM
`locale_translation` `sales_channel_domain.language.locale.translation`
WHERE
`sales_channel_domain.language.locale.translation` . `language_id` = ?
) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id`
LEFT JOIN `neti_current_currencies_currency` `sales_channel_domain.currency.netiCurrency` ON `sales_channel_domain.currency` . `id` = `sales_channel_domain.currency.netiCurrency` . `currency_id`
LEFT JOIN (
SELECT
`sales_channel_domain.currency.translation` . `currency_id` ,
`sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` ,
`sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` ,
`sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields`
FROM
`currency_translation` `sales_channel_domain.currency.translation`
WHERE
`sales_channel_domain.currency.translation` . `language_id` = ?
) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id`
WHERE
`sales_channel_domain` . `id` IN (? )
Copy
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` , `sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` , `sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` , `sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` , `sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` , `sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` , `sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` , `sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` , `sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` , `sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` , `sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` , `sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` , `sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` , `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` , `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` , `sales_channel_domain.language.locale.translation.customFields` , `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` , `sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` , `sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` , `sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` , `sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` , `sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` , `sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` , `sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` , `sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` , `sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` , `sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` , `sales_channel_domain.currency.netiCurrency` . `id` as `sales_channel_domain.currency.netiCurrency.id` , `sales_channel_domain.currency.netiCurrency` . `currency_id` as `sales_channel_domain.currency.netiCurrency.currencyID` , `sales_channel_domain.currency.netiCurrency` . `active` as `sales_channel_domain.currency.netiCurrency.active` , `sales_channel_domain.currency.netiCurrency` . `buffer` as `sales_channel_domain.currency.netiCurrency.buffer` , `sales_channel_domain.currency.netiCurrency` . `last_factor` as `sales_channel_domain.currency.netiCurrency.lastFactor` , `sales_channel_domain.currency.netiCurrency` . `last_update` as `sales_channel_domain.currency.netiCurrency.lastUpdate` , `sales_channel_domain.currency.netiCurrency` . `created_at` as `sales_channel_domain.currency.netiCurrency.createdAt` , `sales_channel_domain.currency.netiCurrency` . `updated_at` as `sales_channel_domain.currency.netiCurrency.updatedAt` , `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` , `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` , `sales_channel_domain.currency.translation.customFields` , `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation` . `locale_id` , `sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN `neti_current_currencies_currency` `sales_channel_domain.currency.netiCurrency` ON `sales_channel_domain.currency` . `id` = `sales_channel_domain.currency.netiCurrency` . `currency_id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation` . `currency_id` , `sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id` WHERE `sales_channel_domain` . `id` IN (0x7454F9636E5349D5AEE29876869513B3 );
Copy
19
0.57 ms
SELECT `intedia_doofinder_layer` . `id` as `intedia_doofinder_layer.id` , `intedia_doofinder_layer` . `doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId` , `intedia_doofinder_layer` . `doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId` , `intedia_doofinder_layer` . `doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId` , `intedia_doofinder_layer` . `domain_id` as `intedia_doofinder_layer.domainId` , `intedia_doofinder_layer` . `trigger` as `intedia_doofinder_layer.trigger` , `intedia_doofinder_layer` . `name` as `intedia_doofinder_layer.name` , `intedia_doofinder_layer` . `status` as `intedia_doofinder_layer.status` , `intedia_doofinder_layer` . `status_message` as `intedia_doofinder_layer.statusMessage` , `intedia_doofinder_layer` . `status_date` as `intedia_doofinder_layer.statusDate` , `intedia_doofinder_layer` . `status_received_date` as `intedia_doofinder_layer.statusReceivedDate` , `intedia_doofinder_layer` . `created_at` as `intedia_doofinder_layer.createdAt` , `intedia_doofinder_layer` . `updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer` . `domain_id` = ? )
Parameters :
[
b"tTùcnSIÕ®â˜v†•\x13 ³ "
]
SELECT `intedia_doofinder_layer` . `id` as `intedia_doofinder_layer.id` , `intedia_doofinder_layer` . `doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId` , `intedia_doofinder_layer` . `doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId` , `intedia_doofinder_layer` . `doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId` , `intedia_doofinder_layer` . `domain_id` as `intedia_doofinder_layer.domainId` , `intedia_doofinder_layer` . `trigger` as `intedia_doofinder_layer.trigger` , `intedia_doofinder_layer` . `name` as `intedia_doofinder_layer.name` , `intedia_doofinder_layer` . `status` as `intedia_doofinder_layer.status` , `intedia_doofinder_layer` . `status_message` as `intedia_doofinder_layer.statusMessage` , `intedia_doofinder_layer` . `status_date` as `intedia_doofinder_layer.statusDate` , `intedia_doofinder_layer` . `status_received_date` as `intedia_doofinder_layer.statusReceivedDate` , `intedia_doofinder_layer` . `created_at` as `intedia_doofinder_layer.createdAt` , `intedia_doofinder_layer` . `updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer` . `domain_id` = 0x7454F9636E5349D5AEE29876869513B3 );
Copy
20
0.58 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"4U0/þõH÷—÷5’6\x1C ç¡ "
b"÷¸ÉÀ\x10 G\x02 ©ofM«þ&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x3455302FFEF548F797F73592361CE7A1 AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
21
2.52 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.override_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.override_1.title` , `category.media.translation.title` ) as `category.media.title` , `category.media.translation.override_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.override_1.alt` , `category.media.translation.alt` ) as `category.media.alt` , `category.media.translation.override_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.override_1.customFields` , `category.media.translation.customFields` ) as `category.media.customFields` , `category.translation.override_1.name` , `category.translation.name` , COALESCE (`category.translation.override_1.name` , `category.translation.name` ) as `category.name` , `category.translation.override_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.override_1.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.override_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.override_1.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.override_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.override_1.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.override_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.override_1.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.override_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.override_1.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.override_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.override_1.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.override_1.description` , `category.translation.description` , COALESCE (`category.translation.override_1.description` , `category.translation.description` ) as `category.description` , `category.translation.override_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.override_1.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.override_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.override_1.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.override_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.override_1.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.override_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.override_1.customFields` , `category.translation.customFields` ) as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation.override_1` . `breadcrumb` as `category.translation.override_1.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation.override_1` . `name` as `category.translation.override_1.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation.override_1` . `custom_fields` as `category.translation.override_1.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation.override_1` . `slot_config` as `category.translation.override_1.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation.override_1` . `link_type` as `category.translation.override_1.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation.override_1` . `internal_link` as `category.translation.override_1.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation.override_1` . `external_link` as `category.translation.override_1.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation.override_1` . `link_new_tab` as `category.translation.override_1.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation.override_1` . `description` as `category.translation.override_1.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation.override_1` . `meta_title` as `category.translation.override_1.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation.override_1` . `meta_description` as `category.translation.override_1.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` , `category.translation.override_1` . `keywords` as `category.translation.override_1.keywords` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.override_1` ON `category.translation` . `category_id` = `category.translation.override_1` . `category_id` AND `category.translation.override_1` . `language_id` = ? AND `category.translation` . `category_version_id` = `category.translation.override_1` . `category_version_id` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation.override_1` . `alt` as `category.media.translation.override_1.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation.override_1` . `title` as `category.media.translation.override_1.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` , `category.media.translation.override_1` . `custom_fields` as `category.media.translation.override_1.customFields` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.override_1` ON `category.media.translation` . `media_id` = `category.media.translation.override_1` . `media_id` AND `category.media.translation.override_1` . `language_id` = ? WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Š\x19 ‘»ÎLà ³hà`˜X "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.override_1.title` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.override_1.title` ,
`category.media.translation.title`
) as `category.media.title` ,
`category.media.translation.override_1.alt` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.override_1.alt` ,
`category.media.translation.alt`
) as `category.media.alt` ,
`category.media.translation.override_1.customFields` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.override_1.customFields` ,
`category.media.translation.customFields`
) as `category.media.customFields` ,
`category.translation.override_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.override_1.name` ,
`category.translation.name`
) as `category.name` ,
`category.translation.override_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.override_1.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.override_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.override_1.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.override_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.override_1.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.override_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.override_1.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.override_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.override_1.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.override_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.override_1.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.override_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.override_1.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.override_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.override_1.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.override_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.override_1.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.override_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.override_1.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.override_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.override_1.customFields` ,
`category.translation.customFields`
) as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation.override_1` . `breadcrumb` as `category.translation.override_1.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation.override_1` . `name` as `category.translation.override_1.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation.override_1` . `custom_fields` as `category.translation.override_1.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation.override_1` . `slot_config` as `category.translation.override_1.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation.override_1` . `link_type` as `category.translation.override_1.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation.override_1` . `internal_link` as `category.translation.override_1.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation.override_1` . `external_link` as `category.translation.override_1.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation.override_1` . `link_new_tab` as `category.translation.override_1.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation.override_1` . `description` as `category.translation.override_1.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation.override_1` . `meta_title` as `category.translation.override_1.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation.override_1` . `meta_description` as `category.translation.override_1.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords` ,
`category.translation.override_1` . `keywords` as `category.translation.override_1.keywords`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.override_1` ON `category.translation` . `category_id` = `category.translation.override_1` . `category_id`
AND `category.translation.override_1` . `language_id` = ?
AND `category.translation` . `category_version_id` = `category.translation.override_1` . `category_version_id`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation.override_1` . `alt` as `category.media.translation.override_1.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation.override_1` . `title` as `category.media.translation.override_1.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields` ,
`category.media.translation.override_1` . `custom_fields` as `category.media.translation.override_1.customFields`
FROM
`media_translation` `category.media.translation`
LEFT JOIN `media_translation` `category.media.translation.override_1` ON `category.media.translation` . `media_id` = `category.media.translation.override_1` . `media_id`
AND `category.media.translation.override_1` . `language_id` = ?
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.override_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.override_1.title` , `category.media.translation.title` ) as `category.media.title` , `category.media.translation.override_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.override_1.alt` , `category.media.translation.alt` ) as `category.media.alt` , `category.media.translation.override_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.override_1.customFields` , `category.media.translation.customFields` ) as `category.media.customFields` , `category.translation.override_1.name` , `category.translation.name` , COALESCE (`category.translation.override_1.name` , `category.translation.name` ) as `category.name` , `category.translation.override_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.override_1.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.override_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.override_1.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.override_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.override_1.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.override_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.override_1.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.override_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.override_1.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.override_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.override_1.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.override_1.description` , `category.translation.description` , COALESCE (`category.translation.override_1.description` , `category.translation.description` ) as `category.description` , `category.translation.override_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.override_1.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.override_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.override_1.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.override_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.override_1.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.override_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.override_1.customFields` , `category.translation.customFields` ) as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation.override_1` . `breadcrumb` as `category.translation.override_1.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation.override_1` . `name` as `category.translation.override_1.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation.override_1` . `custom_fields` as `category.translation.override_1.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation.override_1` . `slot_config` as `category.translation.override_1.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation.override_1` . `link_type` as `category.translation.override_1.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation.override_1` . `internal_link` as `category.translation.override_1.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation.override_1` . `external_link` as `category.translation.override_1.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation.override_1` . `link_new_tab` as `category.translation.override_1.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation.override_1` . `description` as `category.translation.override_1.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation.override_1` . `meta_title` as `category.translation.override_1.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation.override_1` . `meta_description` as `category.translation.override_1.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` , `category.translation.override_1` . `keywords` as `category.translation.override_1.keywords` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.override_1` ON `category.translation` . `category_id` = `category.translation.override_1` . `category_id` AND `category.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC AND `category.translation` . `category_version_id` = `category.translation.override_1` . `category_version_id` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation.override_1` . `alt` as `category.media.translation.override_1.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation.override_1` . `title` as `category.media.translation.override_1.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` , `category.media.translation.override_1` . `custom_fields` as `category.media.translation.override_1.customFields` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.override_1` ON `category.media.translation` . `media_id` = `category.media.translation.override_1` . `media_id` AND `category.media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x018A1991BBCE4CC3A0B36881E0609858 ));
Copy
22
0.73 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
23
1.51 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` , COALESCE (`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` ) as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` , COALESCE (`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` ) as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt` , `cms_page.translation.override_1.name` , `cms_page.translation.name` , COALESCE (`cms_page.translation.override_1.name` , `cms_page.translation.name` ) as `cms_page.name` , `cms_page.translation.override_1.customFields` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.override_1.customFields` , `cms_page.translation.customFields` ) as `cms_page.customFields` FROM `cms_page` LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page` . `id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation.override_1` . `name` as `cms_page.translation.override_1.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` , `cms_page.translation.override_1` . `custom_fields` as `cms_page.translation.override_1.customFields` FROM `cms_page_translation` `cms_page.translation` LEFT JOIN `cms_page_translation` `cms_page.translation.override_1` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.override_1` . `cms_page_id` AND `cms_page.translation.override_1` . `language_id` = ? AND `cms_page.translation` . `cms_page_version_id` = `cms_page.translation.override_1` . `cms_page_version_id` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` LEFT JOIN (SELECT `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_version_id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` . `name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` . `custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.customFields` FROM `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` LEFT JOIN `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` . `cms_page_id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` . `language_id` = ? AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` . `cms_page_version_id` WHERE `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `language_id` = ? ) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ‹Ó€Ž\x15 zÕ |=m„èªP "
]
SELECT
`cms_page` . `id` as `cms_page.id` ,
`cms_page` . `version_id` as `cms_page.versionId` ,
`cms_page` . `type` as `cms_page.type` ,
`cms_page` . `entity` as `cms_page.entity` ,
`cms_page` . `css_class` as `cms_page.cssClass` ,
`cms_page` . `config` as `cms_page.config` ,
`cms_page` . `preview_media_id` as `cms_page.previewMediaId` ,
`cms_page` . `locked` as `cms_page.locked` ,
`cms_page` . `created_at` as `cms_page.createdAt` ,
`cms_page` . `updated_at` as `cms_page.updatedAt` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.name` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` ,
COALESCE (
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.name` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`
) as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.customFields` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` ,
COALESCE (
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.customFields` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`
) as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt` ,
`cms_page.translation.override_1.name` ,
`cms_page.translation.name` ,
COALESCE (
`cms_page.translation.override_1.name` ,
`cms_page.translation.name`
) as `cms_page.name` ,
`cms_page.translation.override_1.customFields` ,
`cms_page.translation.customFields` ,
COALESCE (
`cms_page.translation.override_1.customFields` ,
`cms_page.translation.customFields`
) as `cms_page.customFields`
FROM
`cms_page`
LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page` . `id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id`
LEFT JOIN (
SELECT
`cms_page.translation` . `cms_page_id` ,
`cms_page.translation` . `cms_page_version_id` ,
`cms_page.translation` . `name` as `cms_page.translation.name` ,
`cms_page.translation.override_1` . `name` as `cms_page.translation.override_1.name` ,
`cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` ,
`cms_page.translation.override_1` . `custom_fields` as `cms_page.translation.override_1.customFields`
FROM
`cms_page_translation` `cms_page.translation`
LEFT JOIN `cms_page_translation` `cms_page.translation.override_1` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.override_1` . `cms_page_id`
AND `cms_page.translation.override_1` . `language_id` = ?
AND `cms_page.translation` . `cms_page_version_id` = `cms_page.translation.override_1` . `cms_page_version_id`
WHERE
`cms_page.translation` . `language_id` = ?
) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id`
AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id`
LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id`
AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id`
LEFT JOIN (
SELECT
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_id` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_version_id` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` . `name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.name` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` . `custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.customFields`
FROM
`cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`
LEFT JOIN `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` . `cms_page_id`
AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` . `language_id` = ?
AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` . `cms_page_version_id`
WHERE
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `language_id` = ?
) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id`
AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id`
WHERE
(`cms_page` . `version_id` = ? )
AND (
`cms_page` . `id` IN (? )
)
Copy
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` , COALESCE (`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` ) as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` , COALESCE (`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` ) as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt` , `cms_page.translation.override_1.name` , `cms_page.translation.name` , COALESCE (`cms_page.translation.override_1.name` , `cms_page.translation.name` ) as `cms_page.name` , `cms_page.translation.override_1.customFields` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.override_1.customFields` , `cms_page.translation.customFields` ) as `cms_page.customFields` FROM `cms_page` LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page` . `id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation.override_1` . `name` as `cms_page.translation.override_1.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` , `cms_page.translation.override_1` . `custom_fields` as `cms_page.translation.override_1.customFields` FROM `cms_page_translation` `cms_page.translation` LEFT JOIN `cms_page_translation` `cms_page.translation.override_1` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.override_1` . `cms_page_id` AND `cms_page.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC AND `cms_page.translation` . `cms_page_version_id` = `cms_page.translation.override_1` . `cms_page_version_id` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` LEFT JOIN (SELECT `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_version_id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` . `name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` . `custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1.customFields` FROM `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` LEFT JOIN `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` . `cms_page_id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.override_1` . `cms_page_version_id` WHERE `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x018BD3808E157AD5A07C3D6D84E8AA50 ));
Copy
24
1.76 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.id` , `cms_section.swagCmsExtensionsScrollNavigation` . `active` as `cms_section.swagCmsExtensionsScrollNavigation.active` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `position` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `type` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `locked` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `name` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `sizing_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `mobile_behavior` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_color` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `css_class` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `visibility` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `custom_fields` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1.displayName` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` , COALESCE (`cms_section.swagCmsExtensionsScrollNavigation.translation.override_1.displayName` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` ) as `cms_section.swagCmsExtensionsScrollNavigation.displayName` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `file_hash` as `cms_section.backgroundMedia.fileHash` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.override_1.title` , `cms_section.backgroundMedia.translation.title` , COALESCE (`cms_section.backgroundMedia.translation.override_1.title` , `cms_section.backgroundMedia.translation.title` ) as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.override_1.alt` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`cms_section.backgroundMedia.translation.override_1.alt` , `cms_section.backgroundMedia.translation.alt` ) as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.override_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`cms_section.backgroundMedia.translation.override_1.customFields` , `cms_section.backgroundMedia.translation.customFields` ) as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section` . `id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` AND `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` LEFT JOIN (SELECT `cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` , `cms_section.swagCmsExtensionsScrollNavigation.translation` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` , `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1.displayName` FROM `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation` LEFT JOIN `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1` ON `cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1` . `swag_cms_extensions_scroll_navigation_id` AND `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1` . `language_id` = ? WHERE `cms_section.swagCmsExtensionsScrollNavigation.translation` . `language_id` = ? ) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.override_1` . `alt` as `cms_section.backgroundMedia.translation.override_1.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.override_1` . `title` as `cms_section.backgroundMedia.translation.override_1.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.override_1` . `custom_fields` as `cms_section.backgroundMedia.translation.override_1.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.override_1` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.override_1` . `media_id` AND `cms_section.backgroundMedia.translation.override_1` . `language_id` = ? WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ‹Ó€Ž\x15 zÕ |=m„èªP "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.id` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `active` as `cms_section.swagCmsExtensionsScrollNavigation.active` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `position` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `type` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `locked` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `name` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `sizing_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `mobile_behavior` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_color` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `css_class` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `visibility` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `custom_fields` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation.override_1.displayName` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` ,
COALESCE (
`cms_section.swagCmsExtensionsScrollNavigation.translation.override_1.displayName` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`
) as `cms_section.swagCmsExtensionsScrollNavigation.displayName` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `file_hash` as `cms_section.backgroundMedia.fileHash` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.override_1.title` ,
`cms_section.backgroundMedia.translation.title` ,
COALESCE (
`cms_section.backgroundMedia.translation.override_1.title` ,
`cms_section.backgroundMedia.translation.title`
) as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.override_1.alt` ,
`cms_section.backgroundMedia.translation.alt` ,
COALESCE (
`cms_section.backgroundMedia.translation.override_1.alt` ,
`cms_section.backgroundMedia.translation.alt`
) as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.override_1.customFields` ,
`cms_section.backgroundMedia.translation.customFields` ,
COALESCE (
`cms_section.backgroundMedia.translation.override_1.customFields` ,
`cms_section.backgroundMedia.translation.customFields`
) as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section` . `id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id`
AND `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id`
LEFT JOIN (
SELECT
`cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation.override_1` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1.displayName`
FROM
`swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation`
LEFT JOIN `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1` ON `cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1` . `swag_cms_extensions_scroll_navigation_id`
AND `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1` . `language_id` = ?
WHERE
`cms_section.swagCmsExtensionsScrollNavigation.translation` . `language_id` = ?
) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.override_1` . `alt` as `cms_section.backgroundMedia.translation.override_1.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.override_1` . `title` as `cms_section.backgroundMedia.translation.override_1.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.override_1` . `custom_fields` as `cms_section.backgroundMedia.translation.override_1.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.override_1` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.override_1` . `media_id`
AND `cms_section.backgroundMedia.translation.override_1` . `language_id` = ?
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.id` , `cms_section.swagCmsExtensionsScrollNavigation` . `active` as `cms_section.swagCmsExtensionsScrollNavigation.active` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `position` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `type` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `locked` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `name` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `sizing_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `mobile_behavior` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_color` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `css_class` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `visibility` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `custom_fields` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1.displayName` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` , COALESCE (`cms_section.swagCmsExtensionsScrollNavigation.translation.override_1.displayName` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` ) as `cms_section.swagCmsExtensionsScrollNavigation.displayName` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `file_hash` as `cms_section.backgroundMedia.fileHash` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.override_1.title` , `cms_section.backgroundMedia.translation.title` , COALESCE (`cms_section.backgroundMedia.translation.override_1.title` , `cms_section.backgroundMedia.translation.title` ) as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.override_1.alt` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`cms_section.backgroundMedia.translation.override_1.alt` , `cms_section.backgroundMedia.translation.alt` ) as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.override_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`cms_section.backgroundMedia.translation.override_1.customFields` , `cms_section.backgroundMedia.translation.customFields` ) as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section` . `id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` AND `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` LEFT JOIN (SELECT `cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` , `cms_section.swagCmsExtensionsScrollNavigation.translation` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` , `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1.displayName` FROM `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation` LEFT JOIN `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1` ON `cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1` . `swag_cms_extensions_scroll_navigation_id` AND `cms_section.swagCmsExtensionsScrollNavigation.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `cms_section.swagCmsExtensionsScrollNavigation.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.override_1` . `alt` as `cms_section.backgroundMedia.translation.override_1.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.override_1` . `title` as `cms_section.backgroundMedia.translation.override_1.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.override_1` . `custom_fields` as `cms_section.backgroundMedia.translation.override_1.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.override_1` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.override_1` . `media_id` AND `cms_section.backgroundMedia.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x018BD3808E157AD5A07C3D6D84E8AA50 )));
Copy
25
0.82 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.swagCmsExtensionsBlockRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.id` , `cms_block.swagCmsExtensionsBlockRule` . `inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted` , `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId` , `cms_block.swagCmsExtensionsBlockRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt` , `cms_block.swagCmsExtensionsQuickview` . `id` as `cms_block.swagCmsExtensionsQuickview.id` , `cms_block.swagCmsExtensionsQuickview` . `active` as `cms_block.swagCmsExtensionsQuickview.active` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId` , `cms_block.swagCmsExtensionsQuickview` . `created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt` , `cms_block.swagCmsExtensionsQuickview` . `updated_at` as `cms_block.swagCmsExtensionsQuickview.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `file_hash` as `cms_block.backgroundMedia.fileHash` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.override_1.title` , `cms_block.backgroundMedia.translation.title` , COALESCE (`cms_block.backgroundMedia.translation.override_1.title` , `cms_block.backgroundMedia.translation.title` ) as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.override_1.alt` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`cms_block.backgroundMedia.translation.override_1.alt` , `cms_block.backgroundMedia.translation.alt` ) as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.override_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`cms_block.backgroundMedia.translation.override_1.customFields` , `cms_block.backgroundMedia.translation.customFields` ) as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.override_1` . `alt` as `cms_block.backgroundMedia.translation.override_1.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.override_1` . `title` as `cms_block.backgroundMedia.translation.override_1.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.override_1` . `custom_fields` as `cms_block.backgroundMedia.translation.override_1.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.override_1` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.override_1` . `media_id` AND `cms_block.backgroundMedia.translation.override_1` . `language_id` = ? WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? , ? , ? )))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ‹Ó€£\x12 t§µò\x0E £\x0F iñ" "
b"\x01 ‹ðø.U~,ƒBwT5wî= "
b"""
\x01 ‹ðýúq\n
¿w-Ã}ªr§
"""
b"\x01 ‹ñŠû¿xgŽþü¢"ºþm "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.swagCmsExtensionsBlockRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.id` ,
`cms_block.swagCmsExtensionsBlockRule` . `inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted` ,
`cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId` ,
`cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId` ,
`cms_block.swagCmsExtensionsBlockRule` . `cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId` ,
`cms_block.swagCmsExtensionsBlockRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt` ,
`cms_block.swagCmsExtensionsBlockRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt` ,
`cms_block.swagCmsExtensionsQuickview` . `id` as `cms_block.swagCmsExtensionsQuickview.id` ,
`cms_block.swagCmsExtensionsQuickview` . `active` as `cms_block.swagCmsExtensionsQuickview.active` ,
`cms_block.swagCmsExtensionsQuickview` . `cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId` ,
`cms_block.swagCmsExtensionsQuickview` . `cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId` ,
`cms_block.swagCmsExtensionsQuickview` . `created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt` ,
`cms_block.swagCmsExtensionsQuickview` . `updated_at` as `cms_block.swagCmsExtensionsQuickview.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `file_hash` as `cms_block.backgroundMedia.fileHash` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.override_1.title` ,
`cms_block.backgroundMedia.translation.title` ,
COALESCE (
`cms_block.backgroundMedia.translation.override_1.title` ,
`cms_block.backgroundMedia.translation.title`
) as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.override_1.alt` ,
`cms_block.backgroundMedia.translation.alt` ,
COALESCE (
`cms_block.backgroundMedia.translation.override_1.alt` ,
`cms_block.backgroundMedia.translation.alt`
) as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.override_1.customFields` ,
`cms_block.backgroundMedia.translation.customFields` ,
COALESCE (
`cms_block.backgroundMedia.translation.override_1.customFields` ,
`cms_block.backgroundMedia.translation.customFields`
) as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id`
LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsQuickview` . `cms_block_id`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.override_1` . `alt` as `cms_block.backgroundMedia.translation.override_1.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.override_1` . `title` as `cms_block.backgroundMedia.translation.override_1.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.override_1` . `custom_fields` as `cms_block.backgroundMedia.translation.override_1.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.override_1` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.override_1` . `media_id`
AND `cms_block.backgroundMedia.translation.override_1` . `language_id` = ?
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? , ? , ? , ? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.swagCmsExtensionsBlockRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.id` , `cms_block.swagCmsExtensionsBlockRule` . `inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted` , `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId` , `cms_block.swagCmsExtensionsBlockRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt` , `cms_block.swagCmsExtensionsQuickview` . `id` as `cms_block.swagCmsExtensionsQuickview.id` , `cms_block.swagCmsExtensionsQuickview` . `active` as `cms_block.swagCmsExtensionsQuickview.active` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId` , `cms_block.swagCmsExtensionsQuickview` . `created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt` , `cms_block.swagCmsExtensionsQuickview` . `updated_at` as `cms_block.swagCmsExtensionsQuickview.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `file_hash` as `cms_block.backgroundMedia.fileHash` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.override_1.title` , `cms_block.backgroundMedia.translation.title` , COALESCE (`cms_block.backgroundMedia.translation.override_1.title` , `cms_block.backgroundMedia.translation.title` ) as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.override_1.alt` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`cms_block.backgroundMedia.translation.override_1.alt` , `cms_block.backgroundMedia.translation.alt` ) as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.override_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`cms_block.backgroundMedia.translation.override_1.customFields` , `cms_block.backgroundMedia.translation.customFields` ) as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.override_1` . `alt` as `cms_block.backgroundMedia.translation.override_1.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.override_1` . `title` as `cms_block.backgroundMedia.translation.override_1.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.override_1` . `custom_fields` as `cms_block.backgroundMedia.translation.override_1.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.override_1` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.override_1` . `media_id` AND `cms_block.backgroundMedia.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x018BD380A31274A7B5F20EA30F69F122 , 0x018BF0F82E557E2C834277543577EE3D , 0x018BF0FDADFA710ABF772DC37DAA72A7 , 0x018BF18AFBBF78678DFEFCA222BAFE6D )));
Copy
26
0.83 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` , `cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` , `cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` , `cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` , `cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` , `cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.override_1.title` , `cms_slot.swagCmsExtensionsForm.translation.title` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.override_1.title` , `cms_slot.swagCmsExtensionsForm.translation.title` ) as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.override_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.override_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` ) as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.override_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.override_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` ) as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.translation.override_1.config` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.override_1.config` , `cms_slot.translation.config` ) as `cms_slot.config` , `cms_slot.translation.override_1.customFields` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.override_1.customFields` , `cms_slot.translation.customFields` ) as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation.override_1` . `config` as `cms_slot.translation.override_1.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` , `cms_slot.translation.override_1` . `custom_fields` as `cms_slot.translation.override_1.customFields` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.override_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.override_1` . `cms_slot_id` AND `cms_slot.translation.override_1` . `language_id` = ? AND `cms_slot.translation` . `cms_slot_version_id` = `cms_slot.translation.override_1` . `cms_slot_version_id` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` , `cms_slot.swagCmsExtensionsForm.translation` . `title` as `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.override_1` . `title` as `cms_slot.swagCmsExtensionsForm.translation.override_1.title` , `cms_slot.swagCmsExtensionsForm.translation` . `success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.override_1` . `success_message` as `cms_slot.swagCmsExtensionsForm.translation.override_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation` . `receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.override_1` . `receivers` as `cms_slot.swagCmsExtensionsForm.translation.override_1.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.override_1` ON `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.override_1` . `swag_cms_extensions_form_id` AND `cms_slot.swagCmsExtensionsForm.translation.override_1` . `language_id` = ? WHERE `cms_slot.swagCmsExtensionsForm.translation` . `language_id` = ? ) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? )))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ‹Ó€÷\x14 uÊ•ÊHÅA>ª\t "
b"\x01 ‹ðí:rxdÁhãk\~ "
b"\x01 ‹ñ\x05 jå|U©W\x1C e\x1E O\x14 s "
b"\x01 ‹÷=\x10 »p~ªL««ê’ÌÎ "
]
SELECT
`cms_slot` . `id` as `cms_slot.id` ,
`cms_slot` . `version_id` as `cms_slot.versionId` ,
`cms_slot` . `type` as `cms_slot.type` ,
`cms_slot` . `slot` as `cms_slot.slot` ,
`cms_slot` . `locked` as `cms_slot.locked` ,
`cms_slot` . `cms_block_id` as `cms_slot.blockId` ,
`cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` ,
`cms_slot` . `created_at` as `cms_slot.createdAt` ,
`cms_slot` . `updated_at` as `cms_slot.updatedAt` ,
`cms_slot.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` ,
`cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` ,
`cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` ,
`cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` ,
`cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` ,
`cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` ,
`cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` ,
`cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation.override_1.title` ,
`cms_slot.swagCmsExtensionsForm.translation.title` ,
COALESCE (
`cms_slot.swagCmsExtensionsForm.translation.override_1.title` ,
`cms_slot.swagCmsExtensionsForm.translation.title`
) as `cms_slot.swagCmsExtensionsForm.title` ,
`cms_slot.swagCmsExtensionsForm.translation.override_1.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.successMessage` ,
COALESCE (
`cms_slot.swagCmsExtensionsForm.translation.override_1.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.successMessage`
) as `cms_slot.swagCmsExtensionsForm.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.override_1.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.receivers` ,
COALESCE (
`cms_slot.swagCmsExtensionsForm.translation.override_1.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.receivers`
) as `cms_slot.swagCmsExtensionsForm.receivers` ,
`cms_slot.translation.override_1.config` ,
`cms_slot.translation.config` ,
COALESCE (
`cms_slot.translation.override_1.config` ,
`cms_slot.translation.config`
) as `cms_slot.config` ,
`cms_slot.translation.override_1.customFields` ,
`cms_slot.translation.customFields` ,
COALESCE (
`cms_slot.translation.override_1.customFields` ,
`cms_slot.translation.customFields`
) as `cms_slot.customFields`
FROM
`cms_slot`
LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id`
LEFT JOIN (
SELECT
`cms_slot.translation` . `cms_slot_id` ,
`cms_slot.translation` . `cms_slot_version_id` ,
`cms_slot.translation` . `config` as `cms_slot.translation.config` ,
`cms_slot.translation.override_1` . `config` as `cms_slot.translation.override_1.config` ,
`cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` ,
`cms_slot.translation.override_1` . `custom_fields` as `cms_slot.translation.override_1.customFields`
FROM
`cms_slot_translation` `cms_slot.translation`
LEFT JOIN `cms_slot_translation` `cms_slot.translation.override_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.override_1` . `cms_slot_id`
AND `cms_slot.translation.override_1` . `language_id` = ?
AND `cms_slot.translation` . `cms_slot_version_id` = `cms_slot.translation.override_1` . `cms_slot_version_id`
WHERE
`cms_slot.translation` . `language_id` = ?
) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id`
AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id`
LEFT JOIN (
SELECT
`cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` ,
`cms_slot.swagCmsExtensionsForm.translation` . `title` as `cms_slot.swagCmsExtensionsForm.translation.title` ,
`cms_slot.swagCmsExtensionsForm.translation.override_1` . `title` as `cms_slot.swagCmsExtensionsForm.translation.override_1.title` ,
`cms_slot.swagCmsExtensionsForm.translation` . `success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.override_1` . `success_message` as `cms_slot.swagCmsExtensionsForm.translation.override_1.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation` . `receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.override_1` . `receivers` as `cms_slot.swagCmsExtensionsForm.translation.override_1.receivers`
FROM
`swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation`
LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.override_1` ON `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.override_1` . `swag_cms_extensions_form_id`
AND `cms_slot.swagCmsExtensionsForm.translation.override_1` . `language_id` = ?
WHERE
`cms_slot.swagCmsExtensionsForm.translation` . `language_id` = ?
) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id`
WHERE
(`cms_slot` . `version_id` = ? )
AND (
(
`cms_slot` . `cms_block_id` IN (? , ? , ? , ? )
)
)
Copy
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` , `cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` , `cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` , `cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` , `cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` , `cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.override_1.title` , `cms_slot.swagCmsExtensionsForm.translation.title` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.override_1.title` , `cms_slot.swagCmsExtensionsForm.translation.title` ) as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.override_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.override_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` ) as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.override_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.override_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` ) as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.translation.override_1.config` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.override_1.config` , `cms_slot.translation.config` ) as `cms_slot.config` , `cms_slot.translation.override_1.customFields` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.override_1.customFields` , `cms_slot.translation.customFields` ) as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation.override_1` . `config` as `cms_slot.translation.override_1.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` , `cms_slot.translation.override_1` . `custom_fields` as `cms_slot.translation.override_1.customFields` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.override_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.override_1` . `cms_slot_id` AND `cms_slot.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC AND `cms_slot.translation` . `cms_slot_version_id` = `cms_slot.translation.override_1` . `cms_slot_version_id` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` , `cms_slot.swagCmsExtensionsForm.translation` . `title` as `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.override_1` . `title` as `cms_slot.swagCmsExtensionsForm.translation.override_1.title` , `cms_slot.swagCmsExtensionsForm.translation` . `success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.override_1` . `success_message` as `cms_slot.swagCmsExtensionsForm.translation.override_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation` . `receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.override_1` . `receivers` as `cms_slot.swagCmsExtensionsForm.translation.override_1.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.override_1` ON `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.override_1` . `swag_cms_extensions_form_id` AND `cms_slot.swagCmsExtensionsForm.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `cms_slot.swagCmsExtensionsForm.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x018BD380F71475CA95CA48C5413EAA09 , 0x018BF0ED3A727864818FC168E36B5C7E , 0x018BF1056AE57C55A9571C651E4F1473 , 0x018BF73D10BB707EAA4CABABEA92CCCE )));
Copy
27
0.38 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.override_1.label` , `product_sorting.translation.label` , COALESCE (`product_sorting.translation.override_1.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` , `product_sorting.translation.override_1` . `label` as `product_sorting.translation.override_1.label` FROM `product_sorting_translation` `product_sorting.translation` LEFT JOIN `product_sorting_translation` `product_sorting.translation.override_1` ON `product_sorting.translation` . `product_sorting_id` = `product_sorting.translation.override_1` . `product_sorting_id` AND `product_sorting.translation.override_1` . `language_id` = ? WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? )
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"`\x12 éà«\x12 M4žôø©úô\x1E å "
]
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.override_1.label` , `product_sorting.translation.label` , COALESCE (`product_sorting.translation.override_1.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` , `product_sorting.translation.override_1` . `label` as `product_sorting.translation.override_1.label` FROM `product_sorting_translation` `product_sorting.translation` LEFT JOIN `product_sorting_translation` `product_sorting.translation.override_1` ON `product_sorting.translation` . `product_sorting_id` = `product_sorting.translation.override_1` . `product_sorting_id` AND `product_sorting.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC 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 (0x6012E9E0AB124D349EF4F8A9FAF41EE5 );
Copy
28
0.24 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
29
0.39 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.override_1.label` , `product_sorting.translation.label` , COALESCE (`product_sorting.translation.override_1.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` , `product_sorting.translation.override_1` . `label` as `product_sorting.translation.override_1.label` FROM `product_sorting_translation` `product_sorting.translation` LEFT JOIN `product_sorting_translation` `product_sorting.translation.override_1` ON `product_sorting.translation` . `product_sorting_id` = `product_sorting.translation.override_1` . `product_sorting_id` AND `product_sorting.translation.override_1` . `language_id` = ? WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"`\x12 éà«\x12 M4žôø©úô\x1E å "
b"Óû¬kVHõµ¸EDû‹\x02 ½ "
b"•d øç5@¨˜]h“*jô\x11 "
b"yõ@7"\x07 LÛŽgMµ3ôMO "
b"¼wÅÄk E•«sSúÑ/'Ð "
b"ÓGÒþ°íJ…’'ø(–ßt "
]
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.override_1.label` , `product_sorting.translation.label` , COALESCE (`product_sorting.translation.override_1.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` , `product_sorting.translation.override_1` . `label` as `product_sorting.translation.override_1.label` FROM `product_sorting_translation` `product_sorting.translation` LEFT JOIN `product_sorting_translation` `product_sorting.translation.override_1` ON `product_sorting.translation` . `product_sorting_id` = `product_sorting.translation.override_1` . `product_sorting_id` AND `product_sorting.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC 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 (0x6012E9E0AB124D349EF4F8A9FAF41EE5 , 0x8FD3FBAC6B5648F5B5B84544FB8B02BD , 0x9564A0F8E73540A8985D68932A6AF411 , 0x79F5403722074CDB8D674DB533F44D4F , 0xBC77C5C46BA04595AB7353FAD12F27D0 , 0xD347D2FEB0ED4A859227F82896DF9D74 );
Copy
30
0.26 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"\x01 Š\x19 ‘»ÎLà ³hà`˜X "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x018A1991BBCE4CC3A0B36881E0609858 )) LIMIT 1 ;
Copy
31
0.23 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"\x01 Š\x19 ‘»ÎLà ³hà`˜X "
]
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 (0x018A1991BBCE4CC3A0B36881E0609858 ));
Copy
32
2.50 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.override_1.name` , `product_manufacturer.translation.name` , COALESCE (`product_manufacturer.translation.override_1.name` , `product_manufacturer.translation.name` ) as `product_manufacturer.name` , `product_manufacturer.translation.override_1.description` , `product_manufacturer.translation.description` , COALESCE (`product_manufacturer.translation.override_1.description` , `product_manufacturer.translation.description` ) as `product_manufacturer.description` , `product_manufacturer.translation.override_1.customFields` , `product_manufacturer.translation.customFields` , COALESCE (`product_manufacturer.translation.override_1.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.override_1` . `name` as `product_manufacturer.translation.override_1.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation.override_1` . `description` as `product_manufacturer.translation.override_1.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` , `product_manufacturer.translation.override_1` . `custom_fields` as `product_manufacturer.translation.override_1.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product_manufacturer.translation.override_1` ON `product_manufacturer.translation` . `product_manufacturer_id` = `product_manufacturer.translation.override_1` . `product_manufacturer_id` AND `product_manufacturer.translation.override_1` . `language_id` = ? AND `product_manufacturer.translation` . `product_manufacturer_version_id` = `product_manufacturer.translation.override_1` . `product_manufacturer_version_id` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ôc^ÈQ»M–—°åiáæD# "
b"\x01 Ž\x11 º´ŒrȲõÁ\x12 Y\x06 g "
b"2£`+z\x16 K3µeóò)(žy "
b"™>ûʲ\x08 EO®c_:Lh™ "
b";¹€bGÕGr·ÿ{\x19 }Ûñ\x1C "
b"¢\x12 õ\r FOßÃvœ—ë "
b"ÕäÔ«\x08 ùAæ¹?\x17 Ô\x1E õ5g "
b"\x01 •¯mœ:pK–‹ÔOË8'K "
b" \x07 ÅjWÌF鳩Ď›q2æ "
b" *›C²\x18 Oo—\v ‰Úä(K "
b"V\x7F U¬}mLÛ‚Î\x00 uÀŽx- "
b"Ü%¼ðlƒOï‡P™o\x02 Ø!ƒ "
b"Ü>\x06 /ЊIÉ™Y”çž{\x1F ! "
b"PÑÔžöÀO╪1ŽJDĸ "
b"\x01 —éÖ!\x02 r›µñü\v\x11 é‰Ý "
b"¥’Ì÷h¯M(¾ÖNØÿ:|j "
b"À|7M :K\x1A ¼:±{ÀqM\x05 "
b"¦•±{tqIq©èqÍêU\r \x03 "
b" ݨó|¬B;š\e O;†ö'î "
b"\x03 “ºQ9¨EçŸr\f -\x1E œ¦û "
b"Y¥³\x02 Ó)K©šü=£p\f ߺ "
b" Ù$p<\r O§¹ûûÇøY\x04 ñ "
b"7—×@C\x1C EgŽ–Ù*çJY\x0F "
b"»žRÄeôG#’zãã2 ôF "
b""6^{4<AŠw2qϬ>´ "
b"€R•ü‰UEŠº_½.r¿\x18\x10 "
b"ˆ”\x12 3b@…—Lº_Ôñ "
]
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.override_1.name` ,
`product_manufacturer.translation.name` ,
COALESCE (
`product_manufacturer.translation.override_1.name` ,
`product_manufacturer.translation.name`
) as `product_manufacturer.name` ,
`product_manufacturer.translation.override_1.description` ,
`product_manufacturer.translation.description` ,
COALESCE (
`product_manufacturer.translation.override_1.description` ,
`product_manufacturer.translation.description`
) as `product_manufacturer.description` ,
`product_manufacturer.translation.override_1.customFields` ,
`product_manufacturer.translation.customFields` ,
COALESCE (
`product_manufacturer.translation.override_1.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.override_1` . `name` as `product_manufacturer.translation.override_1.name` ,
`product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` ,
`product_manufacturer.translation.override_1` . `description` as `product_manufacturer.translation.override_1.description` ,
`product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` ,
`product_manufacturer.translation.override_1` . `custom_fields` as `product_manufacturer.translation.override_1.customFields`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
LEFT JOIN `product_manufacturer_translation` `product_manufacturer.translation.override_1` ON `product_manufacturer.translation` . `product_manufacturer_id` = `product_manufacturer.translation.override_1` . `product_manufacturer_id`
AND `product_manufacturer.translation.override_1` . `language_id` = ?
AND `product_manufacturer.translation` . `product_manufacturer_version_id` = `product_manufacturer.translation.override_1` . `product_manufacturer_version_id`
WHERE
`product_manufacturer.translation` . `language_id` = ?
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id`
AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id`
WHERE
(
`product_manufacturer` . `version_id` = ?
)
AND (
`product_manufacturer` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.override_1.name` , `product_manufacturer.translation.name` , COALESCE (`product_manufacturer.translation.override_1.name` , `product_manufacturer.translation.name` ) as `product_manufacturer.name` , `product_manufacturer.translation.override_1.description` , `product_manufacturer.translation.description` , COALESCE (`product_manufacturer.translation.override_1.description` , `product_manufacturer.translation.description` ) as `product_manufacturer.description` , `product_manufacturer.translation.override_1.customFields` , `product_manufacturer.translation.customFields` , COALESCE (`product_manufacturer.translation.override_1.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.override_1` . `name` as `product_manufacturer.translation.override_1.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation.override_1` . `description` as `product_manufacturer.translation.override_1.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` , `product_manufacturer.translation.override_1` . `custom_fields` as `product_manufacturer.translation.override_1.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product_manufacturer.translation.override_1` ON `product_manufacturer.translation` . `product_manufacturer_id` = `product_manufacturer.translation.override_1` . `product_manufacturer_id` AND `product_manufacturer.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC AND `product_manufacturer.translation` . `product_manufacturer_version_id` = `product_manufacturer.translation.override_1` . `product_manufacturer_version_id` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0xD4635EC851BB4D9697B0E569E1E64423 , 0x018D11BAB48C72C8B2F5C112599D0667 , 0x32A3602B7A164B33B565F3F229289E79 , 0x993EFBCAB208454FAE635F3A4C689920 , 0x3BB9806247D54772B7FF7B197DDBF11C , 0xA21220F5AD0D464F9DDFC3769C978EEB , 0xD5E4D4AB08F941E6B93F17D41EF53567 , 0x0195AF6D9C3A704B968BD44FCB38274B , 0x2007C56A57CC46E9B3A9C48D9B7132E6 , 0x202A9B43B2184F6F970B89ADDAE4284B , 0x567F55AC7D6D4CDB82CE0075C08D782D , 0xDC25BCF06C834FEF8750996F02D82183 , 0xDC3E062FD08A49C9995994E79E7B1F21 , 0x50D1D49EF6C04FE295AA318D4A44C4B8 , 0x0197E9D62102729BB5F1FC0B11E989DD , 0xA592CCF768AF4D28BED64ED8FF3A7C6A , 0xC07C374DA03A4B1ABC3AB17BC0714D05 , 0xA695B17B74714971A9E871CDEA550D03 , 0x20DDA8F37CAC423B9A1B4F3B86F627EE , 0x0393BA5139A845E79F720C2D1E9CA6FB , 0x59A5B302D3294BA99AFC3DA3700CDFBA , 0x20D924703C0D4FA7B9FBFBC7F85904F1 , 0x3797D740431C45678D96D92AE74A590F , 0xBB9E52C465F44723927AE3E332A0F446 , 0x22365E7B343C41818A773271CFAC3EB4 , 0x805295FC8955458ABA5FBD2E72BF1810 , 0x888E941233624085974C8F9FBA5FD4F1 ));
Copy
33
1.93 ms
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = ?
AND child . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ˜!º\x07 ¾qó¯ÇNt\x00 ² "
b"\x01 ˜!ÁÊ#rp›×ÒŽ\d\x19 "
b"\x01 Y/¢qo‰\x19 lp~VËm "
b"\x01 ˜Vý\x05 Çr\x0F °]Ùó©\e\x7F ´ "
b"\x01 ˜W0üïr\x07 ¨æRÇݦӞ "
b"\x01 ˜Vp¸s9¿NÁ\x12 Û^"c "
b"\x01 ˜WpþgpTñë:\x0E\x0E 9N "
b"\x01 •¯kDÖr–¤%½¹„ˆ›{ "
b"\x01 •¯kC‚ré½ Çg\x7F ƒ_² "
b"\x01 •¯kBSr¦"+Ršõ¢% "
b"\x01 •¯k_Rpo¾žfP<Sd\x12 "
b"\x01 ˜W°œbp´©óE6\x15 "$P "
b"\x01 •¯k`†qÜ®ÞÆI}\x13 'ê "
b"\x01 •¯kaîq\x06 µpLAðgT! "
b"\x01 •¯kt#rò»0D}q¸ðb "
b"\x01 •¯kgmq(±S¤î)\x1F ‹ä "
b"\x01 •¯k„Sp1Œ-Ð[;<k\x18 "
b"\x01 ˜™§\x10 &r$¾\r ª[#²èU "
b"\x01 •¯ktòrô¨#ô÷‰+‘! "
b"\x01 Þ¢p·rE…þÖáfÈC? "
b"\x01 Þ¢qçp̘Ù9Wò¤‡9 "
b"\x01 Þ¢qÐrO‹øÿÅW«qû "
b"\x01 Þ¢qŒp½ŒšÑ÷½–Tƒ "
b"\x01 Þ¢qMqK„F|\e à.}[ "
]
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425
AND child . id IN (0x019821BA07BE71F3AFC74E7400B28F81 , 0x019821C1CA2372709F9BD7D28D5C6419 , 0x0190592F9FA2716F89196C707E56CB6D , 0x019856FD05C7720FB05DD9F3A91B7FB4 , 0x01985730FCEF7207A8E652C7DDA6D39E , 0x01985670B88F7339BF4EC112DB5E2263 , 0x01985770FE6770548FF1EB3A0E0E394E , 0x0195AF6B44D67296A425BDB984889B7B , 0x0195AF6B438272E9BDA0C7677F835FB2 , 0x0195AF6B425372A6AD222B529AF5A225 , 0x0195AF6B5F52706FBE9E66503C536412 , 0x019857B09C6270B4A9F3453615222450 , 0x0195AF6B608671DCAEDEC6497D1327EA , 0x0195AF6B61EE7106B5704C41F0675421 , 0x0195AF6B742372F2BB30447D71B8F062 , 0x0195AF6B676D7128B153A4EE291F8BE4 , 0x0195AF6B845370318C2DD05B3B3C6B18 , 0x019899A710267224BE0DAA5B23B2E855 , 0x0195AF6B74F272F4A823F4F7892B9121 , 0x0190DEA270B7724585FED6E166C8433F , 0x0190DEA271E770CC98D93957F2A48739 , 0x0190DEA271D0724F8BF8FFC557AB71FB , 0x0190DEA2718C70BD8C9AD1F7BD965483 , 0x0190DEA2714D714B84467C1BE02E7D5B );
Copy
34
2.85 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"4U0/þõH÷—÷5’6\x1C ç¡ "
true
b"\x01 ˜!º\x07 ¾qó¯ÇNt\x00 ² "
b"\x01 ˜!ÁÊ#rp›×ÒŽ\d\x19 "
b"\x01 Y/¢qo‰\x19 lp~VËm "
b"\x01 ˜Vý\x05 Çr\x0F °]Ùó©\e\x7F ´ "
b"\x01 ˜W0üïr\x07 ¨æRÇݦӞ "
b"\x01 ˜Vp¸s9¿NÁ\x12 Û^"c "
b"\x01 ˜WpþgpTñë:\x0E\x0E 9N "
b"\x01 •¯kDÖr–¤%½¹„ˆ›{ "
b"\x01 •¯kC‚ré½ Çg\x7F ƒ_² "
b"\x01 •¯kBSr¦"+Ršõ¢% "
b"\x01 •¯k_Rpo¾žfP<Sd\x12 "
b"\x01 ˜W°œbp´©óE6\x15 "$P "
b"\x01 •¯k`†qÜ®ÞÆI}\x13 'ê "
b"\x01 •¯kaîq\x06 µpLAðgT! "
b"\x01 •¯kt#rò»0D}q¸ðb "
b"\x01 •¯kgmq(±S¤î)\x1F ‹ä "
b"\x01 •¯k„Sp1Œ-Ð[;<k\x18 "
b"\x01 ˜™§\x10 &r$¾\r ª[#²èU "
b"\x01 •¯ktòrô¨#ô÷‰+‘! "
b"\x01 Þ¢p·rE…þÖáfÈC? "
b"\x01 Þ¢qçp̘Ù9Wò¤‡9 "
b"\x01 Þ¢qÐrO‹øÿÅW«qû "
b"\x01 Þ¢qŒp½ŒšÑ÷½–Tƒ "
b"\x01 Þ¢qMqK„F|\e à.}[ "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x019821BA07BE71F3AFC74E7400B28F81 , 0x019821C1CA2372709F9BD7D28D5C6419 , 0x0190592F9FA2716F89196C707E56CB6D , 0x019856FD05C7720FB05DD9F3A91B7FB4 , 0x01985730FCEF7207A8E652C7DDA6D39E , 0x01985670B88F7339BF4EC112DB5E2263 , 0x01985770FE6770548FF1EB3A0E0E394E , 0x0195AF6B44D67296A425BDB984889B7B , 0x0195AF6B438272E9BDA0C7677F835FB2 , 0x0195AF6B425372A6AD222B529AF5A225 , 0x0195AF6B5F52706FBE9E66503C536412 , 0x019857B09C6270B4A9F3453615222450 , 0x0195AF6B608671DCAEDEC6497D1327EA , 0x0195AF6B61EE7106B5704C41F0675421 , 0x0195AF6B742372F2BB30447D71B8F062 , 0x0195AF6B676D7128B153A4EE291F8BE4 , 0x0195AF6B845370318C2DD05B3B3C6B18 , 0x019899A710267224BE0DAA5B23B2E855 , 0x0195AF6B74F272F4A823F4F7892B9121 , 0x0190DEA270B7724585FED6E166C8433F , 0x0190DEA271E770CC98D93957F2A48739 , 0x0190DEA271D0724F8BF8FFC557AB71FB , 0x0190DEA2718C70BD8C9AD1F7BD965483 , 0x0190DEA2714D714B84467C1BE02E7D5B )) GROUP BY `product` . `id` ;
Copy
35
12.81 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.override_1.name` , `product.manufacturer.translation.name` , COALESCE (`product.manufacturer.translation.override_1.name` , `product.manufacturer.translation.name` ) as `product.manufacturer.name` , `product.manufacturer.translation.override_1.description` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.override_1.description` , `product.manufacturer.translation.description` ) as `product.manufacturer.description` , `product.manufacturer.translation.override_1.customFields` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.override_1.customFields` , `product.manufacturer.translation.customFields` ) as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.override_1.shortCode` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.override_1.shortCode` , `product.unit.translation.shortCode` ) as `product.unit.shortCode` , `product.unit.translation.override_1.name` , `product.unit.translation.name` , COALESCE (`product.unit.translation.override_1.name` , `product.unit.translation.name` ) as `product.unit.name` , `product.unit.translation.override_1.customFields` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.override_1.customFields` , `product.unit.translation.customFields` ) as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.override_1.name` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.override_1.name` , `product.deliveryTime.translation.name` ) as `product.deliveryTime.name` , `product.deliveryTime.translation.override_1.customFields` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.override_1.customFields` , `product.deliveryTime.translation.customFields` ) as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.override_1.title` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.override_1.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.override_1.alt` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.override_1.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.override_1.customFields` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.override_1.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.override_1.metaDescription` , `product.parent.translation.override_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.override_1.metaDescription` , `product.parent.translation.override_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.override_1.name` , `product.parent.translation.override_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.override_1.name` , `product.parent.translation.override_1.name` , `product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.override_1.keywords` , `product.parent.translation.override_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.override_1.keywords` , `product.parent.translation.override_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.override_1.description` , `product.parent.translation.override_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.override_1.description` , `product.parent.translation.override_1.description` , `product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.override_1.metaTitle` , `product.parent.translation.override_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.override_1.metaTitle` , `product.parent.translation.override_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.override_1.packUnit` , `product.parent.translation.override_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.override_1.packUnit` , `product.parent.translation.override_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.override_1.packUnitPlural` , `product.parent.translation.override_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.override_1.packUnitPlural` , `product.parent.translation.override_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.override_1.customSearchKeywords` , `product.parent.translation.override_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.override_1.customSearchKeywords` , `product.parent.translation.override_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.override_1.slotConfig` , `product.parent.translation.override_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.override_1.slotConfig` , `product.parent.translation.override_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.override_1.customFields` , `product.parent.translation.override_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.override_1.customFields` , `product.parent.translation.override_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation.override_1` . `meta_description` as `product.translation.override_1.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation.override_1` . `name` as `product.translation.override_1.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation.override_1` . `keywords` as `product.translation.override_1.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation.override_1` . `description` as `product.translation.override_1.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation.override_1` . `meta_title` as `product.translation.override_1.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation.override_1` . `pack_unit` as `product.translation.override_1.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation.override_1` . `pack_unit_plural` as `product.translation.override_1.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation.override_1` . `custom_fields` as `product.translation.override_1.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation.override_1` . `slot_config` as `product.translation.override_1.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` , `product.translation.override_1` . `custom_search_keywords` as `product.translation.override_1.customSearchKeywords` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.override_1` ON `product.translation` . `product_id` = `product.translation.override_1` . `product_id` AND `product.translation.override_1` . `language_id` = ? AND `product.translation` . `product_version_id` = `product.translation.override_1` . `product_version_id` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation.override_1` . `meta_description` as `product.parent.translation.override_1.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation.override_1` . `name` as `product.parent.translation.override_1.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation.override_1` . `keywords` as `product.parent.translation.override_1.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation.override_1` . `description` as `product.parent.translation.override_1.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation.override_1` . `meta_title` as `product.parent.translation.override_1.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation.override_1` . `pack_unit` as `product.parent.translation.override_1.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation.override_1` . `pack_unit_plural` as `product.parent.translation.override_1.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation.override_1` . `custom_fields` as `product.parent.translation.override_1.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation.override_1` . `slot_config` as `product.parent.translation.override_1.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` , `product.parent.translation.override_1` . `custom_search_keywords` as `product.parent.translation.override_1.customSearchKeywords` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.override_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.override_1` . `product_id` AND `product.parent.translation.override_1` . `language_id` = ? AND `product.parent.translation` . `product_version_id` = `product.parent.translation.override_1` . `product_version_id` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation.override_1` . `name` as `product.manufacturer.translation.override_1.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation.override_1` . `description` as `product.manufacturer.translation.override_1.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` , `product.manufacturer.translation.override_1` . `custom_fields` as `product.manufacturer.translation.override_1.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.override_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.override_1` . `product_manufacturer_id` AND `product.manufacturer.translation.override_1` . `language_id` = ? AND `product.manufacturer.translation` . `product_manufacturer_version_id` = `product.manufacturer.translation.override_1` . `product_manufacturer_version_id` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation.override_1` . `short_code` as `product.unit.translation.override_1.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation.override_1` . `name` as `product.unit.translation.override_1.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` , `product.unit.translation.override_1` . `custom_fields` as `product.unit.translation.override_1.customFields` FROM `unit_translation` `product.unit.translation` LEFT JOIN `unit_translation` `product.unit.translation.override_1` ON `product.unit.translation` . `unit_id` = `product.unit.translation.override_1` . `unit_id` AND `product.unit.translation.override_1` . `language_id` = ? WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation.override_1` . `name` as `product.deliveryTime.translation.override_1.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.override_1` . `custom_fields` as `product.deliveryTime.translation.override_1.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.override_1` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.override_1` . `delivery_time_id` AND `product.deliveryTime.translation.override_1` . `language_id` = ? WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation.override_1` . `alt` as `product.cover.media.translation.override_1.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation.override_1` . `title` as `product.cover.media.translation.override_1.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` , `product.cover.media.translation.override_1` . `custom_fields` as `product.cover.media.translation.override_1.customFields` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.override_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.override_1` . `media_id` AND `product.cover.media.translation.override_1` . `language_id` = ? WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ˜!º\x07 ¾qó¯ÇNt\x00 ² "
b"\x01 ˜!ÁÊ#rp›×ÒŽ\d\x19 "
b"\x01 Y/¢qo‰\x19 lp~VËm "
b"\x01 ˜Vý\x05 Çr\x0F °]Ùó©\e\x7F ´ "
b"\x01 ˜W0üïr\x07 ¨æRÇݦӞ "
b"\x01 ˜Vp¸s9¿NÁ\x12 Û^"c "
b"\x01 ˜WpþgpTñë:\x0E\x0E 9N "
b"\x01 •¯kDÖr–¤%½¹„ˆ›{ "
b"\x01 •¯kC‚ré½ Çg\x7F ƒ_² "
b"\x01 •¯kBSr¦"+Ršõ¢% "
b"\x01 •¯k_Rpo¾žfP<Sd\x12 "
b"\x01 ˜W°œbp´©óE6\x15 "$P "
b"\x01 •¯k`†qÜ®ÞÆI}\x13 'ê "
b"\x01 •¯kaîq\x06 µpLAðgT! "
b"\x01 •¯kt#rò»0D}q¸ðb "
b"\x01 •¯kgmq(±S¤î)\x1F ‹ä "
b"\x01 •¯k„Sp1Œ-Ð[;<k\x18 "
b"\x01 ˜™§\x10 &r$¾\r ª[#²èU "
b"\x01 •¯ktòrô¨#ô÷‰+‘! "
b"\x01 Þ¢p·rE…þÖáfÈC? "
b"\x01 Þ¢qçp̘Ù9Wò¤‡9 "
b"\x01 Þ¢qÐrO‹øÿÅW«qû "
b"\x01 Þ¢qŒp½ŒšÑ÷½–Tƒ "
b"\x01 Þ¢qMqK„F|\e à.}[ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.override_1.name` ,
`product.manufacturer.translation.name` ,
COALESCE (
`product.manufacturer.translation.override_1.name` ,
`product.manufacturer.translation.name`
) as `product.manufacturer.name` ,
`product.manufacturer.translation.override_1.description` ,
`product.manufacturer.translation.description` ,
COALESCE (
`product.manufacturer.translation.override_1.description` ,
`product.manufacturer.translation.description`
) as `product.manufacturer.description` ,
`product.manufacturer.translation.override_1.customFields` ,
`product.manufacturer.translation.customFields` ,
COALESCE (
`product.manufacturer.translation.override_1.customFields` ,
`product.manufacturer.translation.customFields`
) as `product.manufacturer.customFields` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.override_1.shortCode` ,
`product.unit.translation.shortCode` ,
COALESCE (
`product.unit.translation.override_1.shortCode` ,
`product.unit.translation.shortCode`
) as `product.unit.shortCode` ,
`product.unit.translation.override_1.name` ,
`product.unit.translation.name` ,
COALESCE (
`product.unit.translation.override_1.name` ,
`product.unit.translation.name`
) as `product.unit.name` ,
`product.unit.translation.override_1.customFields` ,
`product.unit.translation.customFields` ,
COALESCE (
`product.unit.translation.override_1.customFields` ,
`product.unit.translation.customFields`
) as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.override_1.name` ,
`product.deliveryTime.translation.name` ,
COALESCE (
`product.deliveryTime.translation.override_1.name` ,
`product.deliveryTime.translation.name`
) as `product.deliveryTime.name` ,
`product.deliveryTime.translation.override_1.customFields` ,
`product.deliveryTime.translation.customFields` ,
COALESCE (
`product.deliveryTime.translation.override_1.customFields` ,
`product.deliveryTime.translation.customFields`
) as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `file_hash` as `product.cover.media.fileHash` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.override_1.title` ,
`product.cover.media.translation.title` ,
COALESCE (
`product.cover.media.translation.override_1.title` ,
`product.cover.media.translation.title`
) as `product.cover.media.title` ,
`product.cover.media.translation.override_1.alt` ,
`product.cover.media.translation.alt` ,
COALESCE (
`product.cover.media.translation.override_1.alt` ,
`product.cover.media.translation.alt`
) as `product.cover.media.alt` ,
`product.cover.media.translation.override_1.customFields` ,
`product.cover.media.translation.customFields` ,
COALESCE (
`product.cover.media.translation.override_1.customFields` ,
`product.cover.media.translation.customFields`
) as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.override_1.metaDescription` ,
`product.parent.translation.override_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.override_1.metaDescription` ,
`product.parent.translation.override_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.override_1.name` ,
`product.parent.translation.override_1.name` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.override_1.name` ,
`product.parent.translation.override_1.name` ,
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.override_1.keywords` ,
`product.parent.translation.override_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.override_1.keywords` ,
`product.parent.translation.override_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.override_1.description` ,
`product.parent.translation.override_1.description` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.override_1.description` ,
`product.parent.translation.override_1.description` ,
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.override_1.metaTitle` ,
`product.parent.translation.override_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.override_1.metaTitle` ,
`product.parent.translation.override_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.override_1.packUnit` ,
`product.parent.translation.override_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.override_1.packUnit` ,
`product.parent.translation.override_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.override_1.packUnitPlural` ,
`product.parent.translation.override_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.override_1.packUnitPlural` ,
`product.parent.translation.override_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.override_1.customSearchKeywords` ,
`product.parent.translation.override_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.override_1.customSearchKeywords` ,
`product.parent.translation.override_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.override_1.slotConfig` ,
`product.parent.translation.override_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.override_1.slotConfig` ,
`product.parent.translation.override_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.override_1.customFields` ,
`product.parent.translation.override_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.override_1.customFields` ,
`product.parent.translation.override_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation.override_1` . `meta_description` as `product.translation.override_1.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation.override_1` . `name` as `product.translation.override_1.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation.override_1` . `keywords` as `product.translation.override_1.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation.override_1` . `description` as `product.translation.override_1.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation.override_1` . `meta_title` as `product.translation.override_1.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation.override_1` . `pack_unit` as `product.translation.override_1.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation.override_1` . `pack_unit_plural` as `product.translation.override_1.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation.override_1` . `custom_fields` as `product.translation.override_1.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation.override_1` . `slot_config` as `product.translation.override_1.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` ,
`product.translation.override_1` . `custom_search_keywords` as `product.translation.override_1.customSearchKeywords`
FROM
`product_translation` `product.translation`
LEFT JOIN `product_translation` `product.translation.override_1` ON `product.translation` . `product_id` = `product.translation.override_1` . `product_id`
AND `product.translation.override_1` . `language_id` = ?
AND `product.translation` . `product_version_id` = `product.translation.override_1` . `product_version_id`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation.override_1` . `meta_description` as `product.parent.translation.override_1.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation.override_1` . `name` as `product.parent.translation.override_1.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation.override_1` . `keywords` as `product.parent.translation.override_1.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation.override_1` . `description` as `product.parent.translation.override_1.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation.override_1` . `meta_title` as `product.parent.translation.override_1.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation.override_1` . `pack_unit` as `product.parent.translation.override_1.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation.override_1` . `pack_unit_plural` as `product.parent.translation.override_1.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation.override_1` . `custom_fields` as `product.parent.translation.override_1.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation.override_1` . `slot_config` as `product.parent.translation.override_1.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation.override_1` . `custom_search_keywords` as `product.parent.translation.override_1.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
LEFT JOIN `product_translation` `product.parent.translation.override_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.override_1` . `product_id`
AND `product.parent.translation.override_1` . `language_id` = ?
AND `product.parent.translation` . `product_version_id` = `product.parent.translation.override_1` . `product_version_id`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation.override_1` . `name` as `product.manufacturer.translation.override_1.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation.override_1` . `description` as `product.manufacturer.translation.override_1.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.override_1` . `custom_fields` as `product.manufacturer.translation.override_1.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.override_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.override_1` . `product_manufacturer_id`
AND `product.manufacturer.translation.override_1` . `language_id` = ?
AND `product.manufacturer.translation` . `product_manufacturer_version_id` = `product.manufacturer.translation.override_1` . `product_manufacturer_version_id`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation.override_1` . `short_code` as `product.unit.translation.override_1.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation.override_1` . `name` as `product.unit.translation.override_1.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` ,
`product.unit.translation.override_1` . `custom_fields` as `product.unit.translation.override_1.customFields`
FROM
`unit_translation` `product.unit.translation`
LEFT JOIN `unit_translation` `product.unit.translation.override_1` ON `product.unit.translation` . `unit_id` = `product.unit.translation.override_1` . `unit_id`
AND `product.unit.translation.override_1` . `language_id` = ?
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.override_1` . `name` as `product.deliveryTime.translation.override_1.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.override_1` . `custom_fields` as `product.deliveryTime.translation.override_1.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.override_1` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.override_1` . `delivery_time_id`
AND `product.deliveryTime.translation.override_1` . `language_id` = ?
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation.override_1` . `alt` as `product.cover.media.translation.override_1.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation.override_1` . `title` as `product.cover.media.translation.override_1.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` ,
`product.cover.media.translation.override_1` . `custom_fields` as `product.cover.media.translation.override_1.customFields`
FROM
`media_translation` `product.cover.media.translation`
LEFT JOIN `media_translation` `product.cover.media.translation.override_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.override_1` . `media_id`
AND `product.cover.media.translation.override_1` . `language_id` = ?
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.override_1.name` , `product.manufacturer.translation.name` , COALESCE (`product.manufacturer.translation.override_1.name` , `product.manufacturer.translation.name` ) as `product.manufacturer.name` , `product.manufacturer.translation.override_1.description` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.override_1.description` , `product.manufacturer.translation.description` ) as `product.manufacturer.description` , `product.manufacturer.translation.override_1.customFields` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.override_1.customFields` , `product.manufacturer.translation.customFields` ) as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.override_1.shortCode` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.override_1.shortCode` , `product.unit.translation.shortCode` ) as `product.unit.shortCode` , `product.unit.translation.override_1.name` , `product.unit.translation.name` , COALESCE (`product.unit.translation.override_1.name` , `product.unit.translation.name` ) as `product.unit.name` , `product.unit.translation.override_1.customFields` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.override_1.customFields` , `product.unit.translation.customFields` ) as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.override_1.name` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.override_1.name` , `product.deliveryTime.translation.name` ) as `product.deliveryTime.name` , `product.deliveryTime.translation.override_1.customFields` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.override_1.customFields` , `product.deliveryTime.translation.customFields` ) as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.override_1.title` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.override_1.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.override_1.alt` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.override_1.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.override_1.customFields` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.override_1.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.override_1.metaDescription` , `product.parent.translation.override_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.override_1.metaDescription` , `product.parent.translation.override_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.override_1.name` , `product.parent.translation.override_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.override_1.name` , `product.parent.translation.override_1.name` , `product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.override_1.keywords` , `product.parent.translation.override_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.override_1.keywords` , `product.parent.translation.override_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.override_1.description` , `product.parent.translation.override_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.override_1.description` , `product.parent.translation.override_1.description` , `product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.override_1.metaTitle` , `product.parent.translation.override_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.override_1.metaTitle` , `product.parent.translation.override_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.override_1.packUnit` , `product.parent.translation.override_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.override_1.packUnit` , `product.parent.translation.override_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.override_1.packUnitPlural` , `product.parent.translation.override_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.override_1.packUnitPlural` , `product.parent.translation.override_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.override_1.customSearchKeywords` , `product.parent.translation.override_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.override_1.customSearchKeywords` , `product.parent.translation.override_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.override_1.slotConfig` , `product.parent.translation.override_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.override_1.slotConfig` , `product.parent.translation.override_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.override_1.customFields` , `product.parent.translation.override_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.override_1.customFields` , `product.parent.translation.override_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation.override_1` . `meta_description` as `product.translation.override_1.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation.override_1` . `name` as `product.translation.override_1.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation.override_1` . `keywords` as `product.translation.override_1.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation.override_1` . `description` as `product.translation.override_1.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation.override_1` . `meta_title` as `product.translation.override_1.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation.override_1` . `pack_unit` as `product.translation.override_1.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation.override_1` . `pack_unit_plural` as `product.translation.override_1.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation.override_1` . `custom_fields` as `product.translation.override_1.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation.override_1` . `slot_config` as `product.translation.override_1.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` , `product.translation.override_1` . `custom_search_keywords` as `product.translation.override_1.customSearchKeywords` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.override_1` ON `product.translation` . `product_id` = `product.translation.override_1` . `product_id` AND `product.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC AND `product.translation` . `product_version_id` = `product.translation.override_1` . `product_version_id` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation.override_1` . `meta_description` as `product.parent.translation.override_1.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation.override_1` . `name` as `product.parent.translation.override_1.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation.override_1` . `keywords` as `product.parent.translation.override_1.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation.override_1` . `description` as `product.parent.translation.override_1.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation.override_1` . `meta_title` as `product.parent.translation.override_1.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation.override_1` . `pack_unit` as `product.parent.translation.override_1.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation.override_1` . `pack_unit_plural` as `product.parent.translation.override_1.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation.override_1` . `custom_fields` as `product.parent.translation.override_1.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation.override_1` . `slot_config` as `product.parent.translation.override_1.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` , `product.parent.translation.override_1` . `custom_search_keywords` as `product.parent.translation.override_1.customSearchKeywords` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.override_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.override_1` . `product_id` AND `product.parent.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC AND `product.parent.translation` . `product_version_id` = `product.parent.translation.override_1` . `product_version_id` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation.override_1` . `name` as `product.manufacturer.translation.override_1.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation.override_1` . `description` as `product.manufacturer.translation.override_1.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` , `product.manufacturer.translation.override_1` . `custom_fields` as `product.manufacturer.translation.override_1.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.override_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.override_1` . `product_manufacturer_id` AND `product.manufacturer.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC AND `product.manufacturer.translation` . `product_manufacturer_version_id` = `product.manufacturer.translation.override_1` . `product_manufacturer_version_id` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation.override_1` . `short_code` as `product.unit.translation.override_1.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation.override_1` . `name` as `product.unit.translation.override_1.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` , `product.unit.translation.override_1` . `custom_fields` as `product.unit.translation.override_1.customFields` FROM `unit_translation` `product.unit.translation` LEFT JOIN `unit_translation` `product.unit.translation.override_1` ON `product.unit.translation` . `unit_id` = `product.unit.translation.override_1` . `unit_id` AND `product.unit.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation.override_1` . `name` as `product.deliveryTime.translation.override_1.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.override_1` . `custom_fields` as `product.deliveryTime.translation.override_1.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.override_1` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.override_1` . `delivery_time_id` AND `product.deliveryTime.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation.override_1` . `alt` as `product.cover.media.translation.override_1.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation.override_1` . `title` as `product.cover.media.translation.override_1.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` , `product.cover.media.translation.override_1` . `custom_fields` as `product.cover.media.translation.override_1.customFields` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.override_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.override_1` . `media_id` AND `product.cover.media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x019821BA07BE71F3AFC74E7400B28F81 , 0x019821C1CA2372709F9BD7D28D5C6419 , 0x0190592F9FA2716F89196C707E56CB6D , 0x019856FD05C7720FB05DD9F3A91B7FB4 , 0x01985730FCEF7207A8E652C7DDA6D39E , 0x01985670B88F7339BF4EC112DB5E2263 , 0x01985770FE6770548FF1EB3A0E0E394E , 0x0195AF6B44D67296A425BDB984889B7B , 0x0195AF6B438272E9BDA0C7677F835FB2 , 0x0195AF6B425372A6AD222B529AF5A225 , 0x0195AF6B5F52706FBE9E66503C536412 , 0x019857B09C6270B4A9F3453615222450 , 0x0195AF6B608671DCAEDEC6497D1327EA , 0x0195AF6B61EE7106B5704C41F0675421 , 0x0195AF6B742372F2BB30447D71B8F062 , 0x0195AF6B676D7128B153A4EE291F8BE4 , 0x0195AF6B845370318C2DD05B3B3C6B18 , 0x019899A710267224BE0DAA5B23B2E855 , 0x0195AF6B74F272F4A823F4F7892B9121 , 0x0190DEA270B7724585FED6E166C8433F , 0x0190DEA271E770CC98D93957F2A48739 , 0x0190DEA271D0724F8BF8FFC557AB71FB , 0x0190DEA2718C70BD8C9AD1F7BD965483 , 0x0190DEA2714D714B84467C1BE02E7D5B ));
Copy
36
1.29 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.override_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.override_1.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.override_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.override_1.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.override_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.override_1.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.override_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.override_1.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.translation.override_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.override_1.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.override_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.override_1.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.override_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.override_1.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation.override_1` . `name` as `property_group_option.translation.override_1.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation.override_1` . `position` as `property_group_option.translation.override_1.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` , `property_group_option.translation.override_1` . `custom_fields` as `property_group_option.translation.override_1.customFields` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.override_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.override_1` . `property_group_option_id` AND `property_group_option.translation.override_1` . `language_id` = ? WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (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.override_1` . `name` as `property_group_option.group.translation.override_1.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation.override_1` . `description` as `property_group_option.group.translation.override_1.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation.override_1` . `position` as `property_group_option.group.translation.override_1.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` , `property_group_option.group.translation.override_1` . `custom_fields` as `property_group_option.group.translation.override_1.customFields` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.override_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.override_1` . `property_group_id` AND `property_group_option.group.translation.override_1` . `language_id` = ? WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"”á"F˜B.ž\e 1a/a[ "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"´¯Ó.‡nL¥ ñŽxO¬°r "
b"(\x13 ŽkÀ÷I\x11 •9´õüaɪ "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
]
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.override_1.name` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.override_1.name` ,
`property_group_option.group.translation.name`
) as `property_group_option.group.name` ,
`property_group_option.group.translation.override_1.description` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.override_1.description` ,
`property_group_option.group.translation.description`
) as `property_group_option.group.description` ,
`property_group_option.group.translation.override_1.position` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.override_1.position` ,
`property_group_option.group.translation.position`
) as `property_group_option.group.position` ,
`property_group_option.group.translation.override_1.customFields` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.override_1.customFields` ,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields` ,
`property_group_option.translation.override_1.name` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.override_1.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.override_1.position` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.override_1.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.override_1.customFields` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.override_1.customFields` ,
`property_group_option.translation.customFields`
) as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation.override_1` . `name` as `property_group_option.translation.override_1.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation.override_1` . `position` as `property_group_option.translation.override_1.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` ,
`property_group_option.translation.override_1` . `custom_fields` as `property_group_option.translation.override_1.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
LEFT JOIN `property_group_option_translation` `property_group_option.translation.override_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.override_1` . `property_group_option_id`
AND `property_group_option.translation.override_1` . `language_id` = ?
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
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.override_1` . `name` as `property_group_option.group.translation.override_1.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation.override_1` . `description` as `property_group_option.group.translation.override_1.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation.override_1` . `position` as `property_group_option.group.translation.override_1.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.override_1` . `custom_fields` as `property_group_option.group.translation.override_1.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
LEFT JOIN `property_group_translation` `property_group_option.group.translation.override_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.override_1` . `property_group_id`
AND `property_group_option.group.translation.override_1` . `language_id` = ?
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
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.override_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.override_1.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.override_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.override_1.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.override_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.override_1.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.override_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.override_1.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.translation.override_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.override_1.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.override_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.override_1.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.override_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.override_1.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation.override_1` . `name` as `property_group_option.translation.override_1.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation.override_1` . `position` as `property_group_option.translation.override_1.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` , `property_group_option.translation.override_1` . `custom_fields` as `property_group_option.translation.override_1.customFields` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.override_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.override_1` . `property_group_option_id` AND `property_group_option.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC 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.override_1` . `name` as `property_group_option.group.translation.override_1.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation.override_1` . `description` as `property_group_option.group.translation.override_1.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation.override_1` . `position` as `property_group_option.group.translation.override_1.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` , `property_group_option.group.translation.override_1` . `custom_fields` as `property_group_option.group.translation.override_1.customFields` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.override_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.override_1` . `property_group_id` AND `property_group_option.group.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x94E122469D98422E9E1B31612F615B8E , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x5585044676B64161A0187033658DF888 , 0xB964C0C143B94958B33C97D391E661AA , 0x5585044676B64161A0187033658DF888 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0x9313030D057C48CBB22749EFB943F24B , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xB4AFD32E876E4CA5A0F18D784FACB072 , 0x28138E6BC0F749119539B4F5FC61C9AA , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x9488DA5D237B437C8395C8BB1F78014F , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE );
Copy
37
2.27 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Y/¢qo‰\x19 lp~VËm "
b"\x01 Þ¢p·rE…þÖáfÈC? "
b"\x01 Þ¢qMqK„F|\e à.}[ "
b"\x01 Þ¢qŒp½ŒšÑ÷½–Tƒ "
b"\x01 Þ¢qÐrO‹øÿÅW«qû "
b"\x01 Þ¢qçp̘Ù9Wò¤‡9 "
b"\x01 •¯kBSr¦"+Ršõ¢% "
b"\x01 •¯kC‚ré½ Çg\x7F ƒ_² "
b"\x01 •¯kDÖr–¤%½¹„ˆ›{ "
b"\x01 •¯k_Rpo¾žfP<Sd\x12 "
b"\x01 •¯k`†qÜ®ÞÆI}\x13 'ê "
b"\x01 •¯kaîq\x06 µpLAðgT! "
b"\x01 •¯kgmq(±S¤î)\x1F ‹ä "
b"\x01 •¯kt#rò»0D}q¸ðb "
b"\x01 •¯ktòrô¨#ô÷‰+‘! "
b"\x01 •¯k„Sp1Œ-Ð[;<k\x18 "
b"\x01 ˜!º\x07 ¾qó¯ÇNt\x00 ² "
b"\x01 ˜!ÁÊ#rp›×ÒŽ\d\x19 "
b"\x01 ˜Vp¸s9¿NÁ\x12 Û^"c "
b"\x01 ˜Vý\x05 Çr\x0F °]Ùó©\e\x7F ´ "
b"\x01 ˜W0üïr\x07 ¨æRÇݦӞ "
b"\x01 ˜WpþgpTñë:\x0E\x0E 9N "
b"\x01 ˜W°œbp´©óE6\x15 "$P "
b"\x01 ˜™§\x10 &r$¾\r ª[#²èU "
b")ÕEfI¼BвjV%Gakü "
b"”ˆÅ 1\x00 Jé‹\x04 7ô¾p~ "
b"à”\f Š& Oäž.`›Ñ—¹\x07 "
b"®dans†Oª‘{5£»VÈW "
b"–[-üôFù°p27jre› "
b"Ímý’ñhI¡àíÏ¢\x03\x16 "
b"\v qßu·¸AŒžVTÙòJ‰þ "
b"a&"ÇÏÿIÁ«wÊ'$i©å "
b"\x15 èßí9\e Hүþ\x0F >Õ‚P "
b"ž¼s"]M«„yƒ8A–Ly "
b"¶°\e\x1D\x19 ‘MPŒ¹‡l°y†\x1E "
b"3‰<\IåK3Šy^¥Vt\x04 À "
b"Ö+ä\x04 »\x1F G¦‚Êxô`Cäš "
b"\x03 Tü¿eæG2·,ÅD#`Iy "
b"…íÈ&ü\x06 OK‰\x0E ,·a\x11 ne "
b"\r CeU[·K\x11 °Öצ\x13 ŠN "
b"›Â—ÉüGz¡á)\ñ3»« "
b"\x01 Œ\x1A ÈÑ©s‘‚çÉ"ÊJi\x1A "
b"™x¼¾@ÍEg´{‰[uz\x14 B "
b"ã\x13 µ\x15 =\x19 E(ޱW•\x1F ¥hy "
b"\x01 Œ\x1A ÈÓðq+·\x13 “úN‹_o "
b"\x01 •¯m’ËrJ é‘ÝÂOš¦ "
b"Bá\x00 %\µA\x1C ¾4\e QUfÂþ "
b"±"—zûÝ@O‡#ÁÕŒÔ ¼ "
]
SELECT
`product_price` . `id` as `product_price.id` ,
`product_price` . `version_id` as `product_price.versionId` ,
`product_price` . `product_id` as `product_price.productId` ,
`product_price` . `product_version_id` as `product_price.productVersionId` ,
`product_price` . `rule_id` as `product_price.ruleId` ,
`product_price` . `price` as `product_price.price` ,
`product_price` . `quantity_start` as `product_price.quantityStart` ,
`product_price` . `quantity_end` as `product_price.quantityEnd` ,
`product_price` . `custom_fields` as `product_price.customFields` ,
`product_price` . `created_at` as `product_price.createdAt` ,
`product_price` . `updated_at` as `product_price.updatedAt`
FROM
`product_price`
WHERE
(`product_price` . `version_id` = ? )
AND (
(
`product_price` . `product_id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
)
)
Copy
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x0190592F9FA2716F89196C707E56CB6D , 0x0190DEA270B7724585FED6E166C8433F , 0x0190DEA2714D714B84467C1BE02E7D5B , 0x0190DEA2718C70BD8C9AD1F7BD965483 , 0x0190DEA271D0724F8BF8FFC557AB71FB , 0x0190DEA271E770CC98D93957F2A48739 , 0x0195AF6B425372A6AD222B529AF5A225 , 0x0195AF6B438272E9BDA0C7677F835FB2 , 0x0195AF6B44D67296A425BDB984889B7B , 0x0195AF6B5F52706FBE9E66503C536412 , 0x0195AF6B608671DCAEDEC6497D1327EA , 0x0195AF6B61EE7106B5704C41F0675421 , 0x0195AF6B676D7128B153A4EE291F8BE4 , 0x0195AF6B742372F2BB30447D71B8F062 , 0x0195AF6B74F272F4A823F4F7892B9121 , 0x0195AF6B845370318C2DD05B3B3C6B18 , 0x019821BA07BE71F3AFC74E7400B28F81 , 0x019821C1CA2372709F9BD7D28D5C6419 , 0x01985670B88F7339BF4EC112DB5E2263 , 0x019856FD05C7720FB05DD9F3A91B7FB4 , 0x01985730FCEF7207A8E652C7DDA6D39E , 0x01985770FE6770548FF1EB3A0E0E394E , 0x019857B09C6270B4A9F3453615222450 , 0x019899A710267224BE0DAA5B23B2E855 , 0x29D5456649BC42D0B26A562547616BFC , 0x9488C52031004AE98B049037F4BE707E , 0xE0940C8A26A04FE49E2E609BD197B907 , 0xAE64616E73864FAA917B35A3BB56C857 , 0xAD965B2DFCF446F9B07032376A72659B , 0xCD6DFD92F168498EA1E0EDCFA203169D , 0x0B71DF75B7B8418C9E5654D9F24A89FE , 0x612622C7CFFF49C1AB77CA272469A9E5 , 0x15E8DFED391B48D2AFC3BE0F3ED58250 , 0x9EBC738F225D4DAB8479833841964C79 , 0xB6B01B1D19914D508CB9876CB079861E , 0x33893C5C49E54B338A795EA5567404C0 , 0xD62BE404BB1F47A682CA78F46043E49A , 0x0354FCBF65E64732B72CC54423604979 , 0x85EDC826FC064F4B890E2CB761116E65 , 0x0D4365555BB74B11B0D6D790A6138A4E , 0x9BC297C9ADFC477AA1E1295CF133BBAB , 0x018C1AC8D1A9739182E7C922CA4A691A , 0x9978BCBE40CD4567B47B895B757A1442 , 0xE313B5153D1945288DB157951FA56879 , 0x018C1AC8D3F0712BB71393FA4E8B5F6F , 0x0195AF6D92CB724AA0E991DDC24F9AA6 , 0x42E100255CB5411CBE341B515566C2FE , 0xB122977AFBDD404F8723C1D58CD4A0BC )));
Copy
38
0.57 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.override_1.shortCode` , `unit.translation.shortCode` , COALESCE (`unit.translation.override_1.shortCode` , `unit.translation.shortCode` ) as `unit.shortCode` , `unit.translation.override_1.name` , `unit.translation.name` , COALESCE (`unit.translation.override_1.name` , `unit.translation.name` ) as `unit.name` , `unit.translation.override_1.customFields` , `unit.translation.customFields` , COALESCE (`unit.translation.override_1.customFields` , `unit.translation.customFields` ) as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation.override_1` . `short_code` as `unit.translation.override_1.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation.override_1` . `name` as `unit.translation.override_1.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` , `unit.translation.override_1` . `custom_fields` as `unit.translation.override_1.customFields` FROM `unit_translation` `unit.translation` LEFT JOIN `unit_translation` `unit.translation.override_1` ON `unit.translation` . `unit_id` = `unit.translation.override_1` . `unit_id` AND `unit.translation.override_1` . `language_id` = ? WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.override_1.shortCode` , `unit.translation.shortCode` , COALESCE (`unit.translation.override_1.shortCode` , `unit.translation.shortCode` ) as `unit.shortCode` , `unit.translation.override_1.name` , `unit.translation.name` , COALESCE (`unit.translation.override_1.name` , `unit.translation.name` ) as `unit.name` , `unit.translation.override_1.customFields` , `unit.translation.customFields` , COALESCE (`unit.translation.override_1.customFields` , `unit.translation.customFields` ) as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation.override_1` . `short_code` as `unit.translation.override_1.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation.override_1` . `name` as `unit.translation.override_1.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` , `unit.translation.override_1` . `custom_fields` as `unit.translation.override_1.customFields` FROM `unit_translation` `unit.translation` LEFT JOIN `unit_translation` `unit.translation.override_1` ON `unit.translation` . `unit_id` = `unit.translation.override_1` . `unit_id` AND `unit.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
39
0.54 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b"À|7M :K\x1A ¼:±{ÀqM\x05 "
null
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0xC07C374DA03A4B1ABC3AB17BC0714D05 OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0x3D663CB31D1A4304876BDC28C5EC02DF , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
40
0.36 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b"À|7M :K\x1A ¼:±{ÀqM\x05 "
null
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0xC07C374DA03A4B1ABC3AB17BC0714D05 OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0x9313030D057C48CBB22749EFB943F24B , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
41
0.43 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b"À|7M :K\x1A ¼:±{ÀqM\x05 "
null
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0xC07C374DA03A4B1ABC3AB17BC0714D05 OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0xC94A80EF8A354F9A93BBDDF6F6C5B4FE ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
42
0.32 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b" ݨó|¬B;š\e O;†ö'î "
null
b"´¯Ó.‡nL¥ ñŽxO¬°r "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0x20DDA8F37CAC423B9A1B4F3B86F627EE OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0xB4AFD32E876E4CA5A0F18D784FACB072 ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
43
0.32 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b" ݨó|¬B;š\e O;†ö'î "
null
b"(\x13 ŽkÀ÷I\x11 •9´õüaɪ "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0x20DDA8F37CAC423B9A1B4F3B86F627EE OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0x28138E6BC0F749119539B4F5FC61C9AA ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
44
0.32 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b" ݨó|¬B;š\e O;†ö'î "
null
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0x20DDA8F37CAC423B9A1B4F3B86F627EE OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0xC94A80EF8A354F9A93BBDDF6F6C5B4FE ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
45
0.31 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b" ݨó|¬B;š\e O;†ö'î "
null
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0x20DDA8F37CAC423B9A1B4F3B86F627EE OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0x4751C63BA7BD4B50B01B6BC703C3D884 ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
46
0.44 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b"Ü%¼ðlƒOï‡P™o\x02 Ø!ƒ "
null
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0xDC25BCF06C834FEF8750996F02D82183 OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0x5585044676B64161A0187033658DF888 , 0xDDFF845F07284A55A5A07C0C8EE98D04 ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
47
0.75 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b"Ü%¼ðlƒOï‡P™o\x02 Ø!ƒ "
null
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0xDC25BCF06C834FEF8750996F02D82183 OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0x5585044676B64161A0187033658DF888 , 0xB964C0C143B94958B33C97D391E661AA ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
48
0.46 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b"Ü%¼ðlƒOï‡P™o\x02 Ø!ƒ "
null
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0xDC25BCF06C834FEF8750996F02D82183 OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
49
0.90 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b"Ü%¼ðlƒOï‡P™o\x02 Ø!ƒ "
null
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0xDC25BCF06C834FEF8750996F02D82183 OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
50
0.77 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b"Ü%¼ðlƒOï‡P™o\x02 Ø!ƒ "
null
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0xDC25BCF06C834FEF8750996F02D82183 OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0x9488DA5D237B437C8395C8BB1F78014F , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
51
0.82 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b"Ü%¼ðlƒOï‡P™o\x02 Ø!ƒ "
null
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0xDC25BCF06C834FEF8750996F02D82183 OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
52
1.03 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b"Ü%¼ðlƒOï‡P™o\x02 Ø!ƒ "
null
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0xDC25BCF06C834FEF8750996F02D82183 OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
53
0.71 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b"Ü%¼ðlƒOï‡P™o\x02 Ø!ƒ "
null
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0xDC25BCF06C834FEF8750996F02D82183 OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0xB7A8653AD2E64073BF0923D083A082A0 ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
54
0.82 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b"Ü%¼ðlƒOï‡P™o\x02 Ø!ƒ "
null
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0xDC25BCF06C834FEF8750996F02D82183 OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0xDDFF845F07284A55A5A07C0C8EE98D04 ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
55
0.72 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b"Ü%¼ðlƒOï‡P™o\x02 Ø!ƒ "
null
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0xDC25BCF06C834FEF8750996F02D82183 OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0xB7A8653AD2E64073BF0923D083A082A0 , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
56
0.70 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b"Ü%¼ðlƒOï‡P™o\x02 Ø!ƒ "
null
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0xDC25BCF06C834FEF8750996F02D82183 OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
57
0.63 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b"Ü%¼ðlƒOï‡P™o\x02 Ø!ƒ "
null
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0xDC25BCF06C834FEF8750996F02D82183 OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0xB7A8653AD2E64073BF0923D083A082A0 ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
58
0.56 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b" *›C²\x18 Oo—\v ‰Úä(K "
null
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0x202A9B43B2184F6F970B89ADDAE4284B OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0x4751C63BA7BD4B50B01B6BC703C3D884 , 0xE33D40925AC048CDA3D24D922F6E2FE5 ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
59
0.55 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b" *›C²\x18 Oo—\v ‰Úä(K "
null
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0x202A9B43B2184F6F970B89ADDAE4284B OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0x4751C63BA7BD4B50B01B6BC703C3D884 , 0xE33D40925AC048CDA3D24D922F6E2FE5 ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
60
0.55 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b" *›C²\x18 Oo—\v ‰Úä(K "
null
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0x202A9B43B2184F6F970B89ADDAE4284B OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0x4751C63BA7BD4B50B01B6BC703C3D884 , 0xE33D40925AC048CDA3D24D922F6E2FE5 ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
61
0.53 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b" *›C²\x18 Oo—\v ‰Úä(K "
null
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0x202A9B43B2184F6F970B89ADDAE4284B OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xE33D40925AC048CDA3D24D922F6E2FE5 ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
62
0.61 ms
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = ? OR `manufacturer_price_surcharge` . `manufacturer_id` < = > ? ) AND (`manufacturer_price_surcharge` . `option` IN (? , ? ) OR `manufacturer_price_surcharge` . `option` < = > ? ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = ? OR `manufacturer_price_surcharge` . `sales_channel_id` < = > ? ) AND `manufacturer_price_surcharge` . `active` = ? ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC
Parameters :
[
b" *›C²\x18 Oo—\v ‰Úä(K "
null
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"”á"F˜B.ž\e 1a/a[ "
null
b"4U0/þõH÷—÷5’6\x1C ç¡ "
null
true
]
SELECT `manufacturer_price_surcharge` . `id` FROM `manufacturer_price_surcharge` WHERE ((`manufacturer_price_surcharge` . `manufacturer_id` = 0x202A9B43B2184F6F970B89ADDAE4284B OR `manufacturer_price_surcharge` . `manufacturer_id` < = > NULL ) AND (`manufacturer_price_surcharge` . `option` IN (0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x94E122469D98422E9E1B31612F615B8E ) OR `manufacturer_price_surcharge` . `option` < = > NULL ) AND (`manufacturer_price_surcharge` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 OR `manufacturer_price_surcharge` . `sales_channel_id` < = > NULL ) AND `manufacturer_price_surcharge` . `active` = 1 ) ORDER BY `manufacturer_price_surcharge` . `manufacturer_id` DESC , `manufacturer_price_surcharge` . `sales_channel_id` DESC ;
Copy
63
5.23 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((`product` . `parent_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? AND `product.visibilities` . `sales_channel_id` = ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"›Â—ÉüGz¡á)\ñ3»« "
b"\x01 Œ\x1A ÈÑ©s‘‚çÉ"ÊJi\x1A "
b")ÕEfI¼BвjV%Gakü "
b"ã\x13 µ\x15 =\x19 E(ޱW•\x1F ¥hy "
b"\x01 Œ\x1A ÈÓðq+·\x13 “úN‹_o "
b"™x¼¾@ÍEg´{‰[uz\x14 B "
b"\x01 •¯m’ËrJ é‘ÝÂOš¦ "
b"\x15 èßí9\e Hүþ\x0F >Õ‚P "
b"a&"ÇÏÿIÁ«wÊ'$i©å "
b"\v qßu·¸AŒžVTÙòJ‰þ "
b"ž¼s"]M«„yƒ8A–Ly "
b"Bá\x00 %\µA\x1C ¾4\e QUfÂþ "
b"¶°\e\x1D\x19 ‘MPŒ¹‡l°y†\x1E "
b"3‰<\IåK3Šy^¥Vt\x04 À "
b"\x03 Tü¿eæG2·,ÅD#`Iy "
b"Ö+ä\x04 »\x1F G¦‚Êxô`Cäš "
b"\r CeU[·K\x11 °Öצ\x13 ŠN "
b"±"—zûÝ@O‡#ÁÕŒÔ ¼ "
b"…íÈ&ü\x06 OK‰\x0E ,·a\x11 ne "
b"”ˆÅ 1\x00 Jé‹\x04 7ô¾p~ "
b"Ímý’ñhI¡àíÏ¢\x03\x16 "
b"–[-üôFù°p27jre› "
b"®dans†Oª‘{5£»VÈW "
b"à”\f Š& Oäž.`›Ñ—¹\x07 "
true
b"4U0/þõH÷—÷5’6\x1C ç¡ "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `parent_id` IN (0x9BC297C9ADFC477AA1E1295CF133BBAB , 0x018C1AC8D1A9739182E7C922CA4A691A , 0x29D5456649BC42D0B26A562547616BFC , 0xE313B5153D1945288DB157951FA56879 , 0x018C1AC8D3F0712BB71393FA4E8B5F6F , 0x9978BCBE40CD4567B47B895B757A1442 , 0x0195AF6D92CB724AA0E991DDC24F9AA6 , 0x15E8DFED391B48D2AFC3BE0F3ED58250 , 0x612622C7CFFF49C1AB77CA272469A9E5 , 0x0B71DF75B7B8418C9E5654D9F24A89FE , 0x9EBC738F225D4DAB8479833841964C79 , 0x42E100255CB5411CBE341B515566C2FE , 0xB6B01B1D19914D508CB9876CB079861E , 0x33893C5C49E54B338A795EA5567404C0 , 0x0354FCBF65E64732B72CC54423604979 , 0xD62BE404BB1F47A682CA78F46043E49A , 0x0D4365555BB74B11B0D6D790A6138A4E , 0xB122977AFBDD404F8723C1D58CD4A0BC , 0x85EDC826FC064F4B890E2CB761116E65 , 0x9488C52031004AE98B049037F4BE707E , 0xCD6DFD92F168498EA1E0EDCFA203169D , 0xAD965B2DFCF446F9B07032376A72659B , 0xAE64616E73864FAA917B35A3BB56C857 , 0xE0940C8A26A04FE49E2E609BD197B907 ) AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 AND `product.visibilities` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 )) GROUP BY `product` . `id` ;
Copy
64
22.30 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.override_1.title` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.override_1.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.override_1.alt` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.override_1.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.override_1.customFields` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.override_1.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.override_1.metaDescription` , `product.parent.translation.override_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.override_1.metaDescription` , `product.parent.translation.override_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.override_1.name` , `product.parent.translation.override_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.override_1.name` , `product.parent.translation.override_1.name` , `product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.override_1.keywords` , `product.parent.translation.override_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.override_1.keywords` , `product.parent.translation.override_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.override_1.description` , `product.parent.translation.override_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.override_1.description` , `product.parent.translation.override_1.description` , `product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.override_1.metaTitle` , `product.parent.translation.override_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.override_1.metaTitle` , `product.parent.translation.override_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.override_1.packUnit` , `product.parent.translation.override_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.override_1.packUnit` , `product.parent.translation.override_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.override_1.packUnitPlural` , `product.parent.translation.override_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.override_1.packUnitPlural` , `product.parent.translation.override_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.override_1.customSearchKeywords` , `product.parent.translation.override_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.override_1.customSearchKeywords` , `product.parent.translation.override_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.override_1.slotConfig` , `product.parent.translation.override_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.override_1.slotConfig` , `product.parent.translation.override_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.override_1.customFields` , `product.parent.translation.override_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.override_1.customFields` , `product.parent.translation.override_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation.override_1` . `meta_description` as `product.translation.override_1.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation.override_1` . `name` as `product.translation.override_1.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation.override_1` . `keywords` as `product.translation.override_1.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation.override_1` . `description` as `product.translation.override_1.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation.override_1` . `meta_title` as `product.translation.override_1.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation.override_1` . `pack_unit` as `product.translation.override_1.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation.override_1` . `pack_unit_plural` as `product.translation.override_1.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation.override_1` . `custom_fields` as `product.translation.override_1.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation.override_1` . `slot_config` as `product.translation.override_1.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` , `product.translation.override_1` . `custom_search_keywords` as `product.translation.override_1.customSearchKeywords` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.override_1` ON `product.translation` . `product_id` = `product.translation.override_1` . `product_id` AND `product.translation.override_1` . `language_id` = ? AND `product.translation` . `product_version_id` = `product.translation.override_1` . `product_version_id` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation.override_1` . `meta_description` as `product.parent.translation.override_1.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation.override_1` . `name` as `product.parent.translation.override_1.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation.override_1` . `keywords` as `product.parent.translation.override_1.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation.override_1` . `description` as `product.parent.translation.override_1.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation.override_1` . `meta_title` as `product.parent.translation.override_1.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation.override_1` . `pack_unit` as `product.parent.translation.override_1.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation.override_1` . `pack_unit_plural` as `product.parent.translation.override_1.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation.override_1` . `custom_fields` as `product.parent.translation.override_1.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation.override_1` . `slot_config` as `product.parent.translation.override_1.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` , `product.parent.translation.override_1` . `custom_search_keywords` as `product.parent.translation.override_1.customSearchKeywords` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.override_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.override_1` . `product_id` AND `product.parent.translation.override_1` . `language_id` = ? AND `product.parent.translation` . `product_version_id` = `product.parent.translation.override_1` . `product_version_id` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation.override_1` . `alt` as `product.cover.media.translation.override_1.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation.override_1` . `title` as `product.cover.media.translation.override_1.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` , `product.cover.media.translation.override_1` . `custom_fields` as `product.cover.media.translation.override_1.customFields` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.override_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.override_1` . `media_id` AND `product.cover.media.translation.override_1` . `language_id` = ? WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ˜!ÁÊ#rp›×ÒŽ\d\x19 "
b"\x01 ˜!ûO‹rÀ—¸<Ökl-µ "
b"\x01 ˜!ûO¿sºŸk\x02 ú™{èž "
b"\x01 ˜!ûOæsv ™÷à"´Ï "
b"\x01 ˜!ûOÿr\x0F –X0\x1F K³'\x15 "
b"\x01 ˜!ûP\x14 s\x10 —ìÜ—\§TÉ "
b"\x01 ˜!ûP4ro†c,Z¹ŽÏ "
b"\x01 ˜!ûPLr\x00 ³qòi‹ˆ´´ "
b"\x01 ˜!ûPop†ºtPE\i‘“ "
b"\x01 ˜!ûP‹sR°˜?*\x19 ¦t "
b"\x01 ˜!ûP£r¤»4I€\x11 D\x13\x1C "
b"\x01 ˜!ûPÁs0„“ö‹2ÊjV "
b"\x01 ˜!ûPÜq4‹7•ÈЩ7Ë "
b"\x01 ˜!ûPörÈžÀEÑ+Á\t ¹ "
b"\x01 ˜!ûQ\x0F p…•0é¦yt®Š "
b"\x01 ˜!ûQ)rR±`‚®ú\x1A ¡ "
b"\x01 ˜!ûQ@p¬¹Ú°lx\x1E Ø” "
b"\x01 ˜!ûQTpŸ½r½;·\x15 z¿ "
b"\x01 ˜!ûQqqr‘qV^ÎMET "
b"\x01 ˜!ûQ…s¢µ\x1A\x11 ™\x7F ý‚˜ "
b"\x01 ˜W0üïr\x07 ¨æRÇݦӞ "
b"\x01 ˜XÕÁzså´€\x0E bU“\x1D Ç "
b"\x01 ˜XÕÁ—r‹Œ=\r sÞƒ\x12 0 "
b"\x01 ˜XÕÁ²s¶«SÂ\x00 Ø\x16 Üå "
b"\x01 ˜XÕÁÔrØ»í© Dà.\x19 "
b"\x01 ˜XÕÁôq””\x07 Ž®ìT…C "
b"\x01 ˜XÕÂ\x0F se¨éª®O:SŽ "
b"\x01 ˜XÕÂ.qþ½yQ¡êˆ¢\x16 "
b"\x01 ˜XÕÂMq‡½µ@ÕnKjà "
b"\x01 ˜XÕÂnqJ¯ð-x\x06 1×+ "
b"\x01 ˜XÕÂŽpmª\x19 {3´OíŠ "
b"\x01 ˜XÕ¯qÀ¹q¤æ«Ód "
b"\x01 ˜WpþgpTñë:\x0E\x0E 9N "
b"\x01 ˜XÚ[ÙqÔ–Gãg%\f § "
b"\x01 ˜XÚ\\x05 pÊ©]>ϧ•8\e "
b"\x01 ˜XÚ\)qųRï\x16 Øå\x14 A "
b"\x01 ˜XÚ\Ks@£0::ßÇaå "
b"""
\x01 ˜XÚ\qrÙ§*ªž\n
¢F•
"""
b"\x01 ˜XÚ\–q¿¾¦×ÔbÊ=Ý "
b"\x01 ˜XÚ\¸qÉ®\x04 f\x04 ’—rì "
b"\x01 ˜XÚ\ÝrÇ™%Ь\x14 —o\x12 "
b"\x01 ˜XÚ]\x04 sЋí\x1A d ¿×ú "
b"\x01 ˜XÚ]*qm¿–äö%ÈË "
b"\x01 ˜XÚ]OrÛ£\x08 Í0Ý),Q "
b"\x01 ˜Xܘp ¹\x14 ºï\x08 iä\x14 "
b"\x01 •¯kt#rò»0D}q¸ðb "
b"\x01 ˜¢ùA\x10 qe¾™½·)“\x13 "
b"\x01 ˜¢ùA!r=§Kð‰é¢„‡ "
b"\x01 ˜¢ùC3r²’ŠùNœá¬k "
b"\x01 ˜¢ùCRs©¿l‰î\x17 äÎx "
b"\x01 ˜¢ùCisÞæ»\f ç0\x1C ¼ "
b"\x01 ˜¢ùCxq\x07 º\x7F\x10\x1C\x18 ¥¢g "
b"\x01 ˜¢ùC“p…¿o~1wLVl "
b"\x01 ˜¢ùC£q5¤\•à„£\f Ò "
b"\x01 ˜¢ùC·qM˜—Ö\x11 S>\x04 7 "
b"\x01 •¯kBSr¦"+Ršõ¢% "
b"\x01 ˜¢ù\x00 Øqr¨*À=#†$¾ "
b"\x01 ˜¢ù\x01\x14 q|¾bˆU(bPß "
b"\x01 ˜¢ù\x01 ,rï˜ù'€ËsHL "
b"\x01 ˜¢ù\x01 AsܧŸ*Ü{\t êú "
b"\x01 ˜¢ù\x01 Xqð¨g}k\x06 n¤¼ "
b"\x01 ˜¢ù\x01 lr̈hãñ5~8§ "
b"\x01 ˜¢ù\x01 ˆsö¦íGÚ©ó3n "
b"\x01 ˜¢ù\x01 šs¿«#\f ù€\f ¿^ "
b"\x01 ˜¢ù\x01 ´pǤ\t ‰Ç\4\x1C › "
b"\x01 ˜¢ù\x01 Éróµ\x15 ]—ÜüÏ0 "
b"\x01 ˜¢ù\x01 ÖqI’\x11 ©ø#Z>\x15 "
b"\x01 •¯k„Sp1Œ-Ð[;<k\x18 "
b"\x01 ˜¢ùT\x1C r~ŽZJï«ù\x1C š "
b"\x01 ˜¢ùVœq̸\x00 »ÿ®\e ªí "
b"\x01 ˜¢ùV»s¥¢N{ddžk! "
b"\x01 ˜¢ùVÍsU¤[oÖ\x07 ßú\e "
b"\x01 ˜¢ùVßsR =Ü\x17 f~ÍZ "
b"\x01 ˜¢ùVöqc›U*úÃ,Nå "
b"\x01 •¯kDÖr–¤%½¹„ˆ›{ "
b"\x01 ˜¢ù\x04 ‰sð¥oŽÔØøo+ "
b"\x01 ˜¢ù\x04 q‹‚çˆ;³Ø_ "
b"\x01 ˜¢ù\x04 »pv§+U¶]6\x06 - "
b"\x01 ˜¢ù\x04 Õr^ºm€}jÌ\x14 Y "
b"\x01 ˜¢ù\x04 îp\x15 —\x10 [£9¼\x08 "
b"\x01 ˜¢ù\x04 ýq¨§ÿ\x07\x07\v Dµ– "
b"\x01 ˜¢ù\x05\x13 r\ƒ2§Bs\x08 f\x19 "
b"\x01 ˜¢ù\x05 -qGƒ…䮎±\x0E "
b"\x01 ˜¢ù\x05 BrѬ\x08 Ôaönv "
b"\x01 ˜¢ù\x05 UrÌŽW4*\x7F È\x04 "
b"\x01 ˜¢ù\x05 ap\x05 ž\e %V\x03 Q:U "
b"\x01 ˜¢ù\x05 qrí\]Ó¦‡ú "
b"\x01 ˜¢ù\x05 r´/Ë\x1F Úƒ\r ¼ "
b"\x01 ˜¢ù\x05 •p%¡‡AÎ\x18 ;ãØ "
b"\x01 ˜¢ù\x05 ©r\x15 ¦®VÈÜ;Îj "
b"""
\x01 ˜¢ù\x05 ·qA¸Å©1ï\n
‹®
"""
b"\x01 ˜¢ù\x05 Çqä§Ôuçµ7¡á "
b"\x01 ˜¢ù\x05 Úp\x12 …Ç«É^\v iÉ "
b"\x01 ˜¢ù\x05 êrnŽs}Éùn\x0F "
b"\x01 ˜¢ù\x05 ýsj•P$>¬ª²+ "
b"\x01 ˜¢ù\x06\v sK„ç™mçµö "
b"\x01 ˜¢ù\x06\e s‹âq0\x08 Úâ "
b"\x01 ˜£\x00 Ú\x08 rgœ’*\x05 ±|_ "
b"\x01 Y/¢qo‰\x19 lp~VËm "
b"\x01 ˜!ú: r®”ܳmñá⪠"
b"\x01 ˜!ú:Nrº¢žØ-O™\x05 ‰ "
b"\x01 ˜!ú:xrBºß¤ƒ\x01 …,N "
b"\x01 ˜!ú:•pö©RÔÁWÑd "
b"\x01 ˜!ú:«pM¦šÂ€`\x16 ¯‡ "
b"\x01 ˜!ú:ÁsÕ>w=Ô¤!L "
b"\x01 ˜!ÿN\e q|·e\x7F #…A)\x18 "
b"\x01 ˜!ÿ¢Àq‘‚\x02 |}7µ®ß "
b"\x01 ˜!ÿÿ,p„¯báÙîM’á "
b"\x01 •¯kaîq\x06 µpLAðgT! "
b"\x01 ˜¢ù/Nq\x06 «ú\x13 q–`aÎ "
b"\x01 ˜¢ù/[qº„5\x15 Æ\x11 >\x17 î "
b"\x01 ˜¢ù1Åq?žÎÌïÞGŒA "
b"\x01 ˜¢ù1ßqÁˆÜ\x17 —üHø\x03 "
b"\x01 ˜£\x00 Ú¹rñ°éX‡É5\t "
b"\x01 ˜W°œbp´©óE6\x15 "$P "
b"\x01 ˜¢úvqp\›Û¥$d‹Ø| "
b"\x01 ˜¢úv‰q|²\e ˜ªNŒû "
b"\x01 ˜¢úvs&¶×4ß\x17 ë\x12 % "
b"\x01 ˜¢úv°p\x12 Ÿ2æ\x15 ‚{\x0F G "
b"\x01 ˜¢úvÆsê¥pþÜ#?U "
b"\x01 ˜¢úvÖpóŽÜ‡mοD) "
b"\x01 ˜¢úvçs‰®¸Çš áB¼ "
b"\x01 ˜¢úvúpüO11˜Úß/ "
b"""
\x01 ˜¢úw\n
pňˆžÙ½x/9
"""
b"\x01 ˜¢úw\x18 q™©÷VŽ`®\v c "
b"\x01 ˜¢úw(r'ªfùŽÂrؽ "
b"\x01 ˜¢úwAqm®îwÌô| "
b"\x01 ˜¢úwVqò°ê¸\x03 ‡i+\n "
b"\x01 ˜¢úwir'Š?/ú‰;Ì1 "
b"\x01 ˜¢úw€q+¾Ë)UÁA3% "
b"\x01 ˜¢úw‘s\x04 –—÷=4ɇ‚ "
b"\x01 ˜¢úw§s3†šÎçiÁòß "
b"\x01 ˜¢úw¾r\x05 ¼¹$€\6Ç. "
b"\x01 ˜¢úw×qv–I1ÿ˜êÙ "
b"\x01 •¯kC‚ré½ Çg\x7F ƒ_² "
b"\x01 ˜¢ù\x01 çsi§ rfWÃ> "
b"\x01 ˜¢ù\x02\x00 qD½à\x05 î\x19 t "
b"\x01 ˜¢ù\x02\x16 p{ ;ú§5\x1C Η "
b"\x01 ˜¢ù\x02 )s| °‡¸\x00\x11 e\x05 "
b"\x01 ˜¢ù\x03 àrÑš®\r ¨àÑÄ\f "
b"\x01 ˜¢ù\x04\x07 q•½\x11 à±Vi`A "
b"\x01 ˜¢ù\x04\x1F sª²Tˆ\x10\t <»ä "
b"\x01 ˜¢ù\x04 4qý‚ÜG50d Š "
b"\x01 ˜¢ù\x04 LrÛ›‹âW*'*t "
b"\x01 ˜¢ù\x04 ]r„¹¾„ƒ±kFÿ "
b"\x01 ˜¢ù\x04 vsk£Ï¬¿Øƒ^h "
b"\x01 •¯ktòrô¨#ô÷‰+‘! "
b"\x01 ˜¢ùCÌs\x1E „\x18 )YÕÞ9S "
b"\x01 ˜¢ùCãq†¥'»íÊÝê "
b"\x01 ˜¢ùCõs°‘‡º=ñ£AÑ "
b"""
\x01 ˜¢ùD\n
p‡Ž\x08 eS9ug(
"""
b"\x01 ˜¢ùD\x1A sÿ“N¬ÿængÒ "
b"\x01 ˜¢ùD,rd·ymµu2¾K "
b"\x01 ˜¢ùD=rå¿™B—œR\x00\x7F "
b"\x01 ˜¢ùDLqt’Ò`G\x17 YÞq "
b"\x01 ˜¢ùD^sN¦eŒGrp\t\x07 "
b"\x01 Þ¢p·rE…þÖáfÈC? "
b"\x01 ÞÁ¸\v s™\v §`>\x1F N; "
b"\x01 ÞÁ¸)qš}\x19\x1C ç“9ÿ "
b"\x01 ÞÁ¸=qá¸8©\x18\x12 Ô "
b"\x01 ÞÁ¸Ps;/Çàäæ\x19 " "
b"\x01 ÞÁ¸er7‡ã\x01 –lƇ§ "
b"\x01 ÞÁ¸{s9\r —\‚¿9à "
b"\x01 ÞÁ¸¦p‚ò¤‰¡î \x03 "
b"\x01 ÞÁ¸¼r`ŽêÑ;Ð‰ï’ "
b"\x01 ÞÁ¸ìpw¾æê\RG»› "
b"""
\x01 ÞÁ¹\x0E r\n
±@ߢp®ƒ
"""
b"\x01 ÞÁ¹3pÃP\\v\x04 ¹\6 "
b"\x01 ÞÁ¹MqZ•Frü\x03 F% "
b"\x01 ÞÁ¹jr5±8¸ÒøÚ=â "
b"\x01 ÞÁ¹‚p€¸Ø!!\x11 #;ú "
b"\x01 ÞÁ¹™s”‡\x07 ²\x14 ¯˜rñ "
b"\x01 ÞÁ¹±qz©pCÝn©c5 "
b"\x01 ÞÁ¹Ëp¹³$(ÉR\x18 2ý "
b"\x01 ÞÁ¹âpH‹ÕL"‘fæ "
b"\x01 ÞÁ¹ür\r «F+PéÆÃ\x03 "
b"\x01 ÞÁº\x16 p ²¬Ã\x15\x15 ÚqË "
b"\x01 ÞÁº:pAŽ\r ©A/\r zÀ "
b"\x01 ÞÁºRrd©µÙ—ÓÜŒ£ "
b"\x01 ÞÁºkr@œZJ\x1E \r }‰] "
b"\x01 ˜Vp¸s9¿NÁ\x12 Û^"c "
b"\x01 ˜XËΣs»ŠäÀR»o\x0E G "
b"\x01 ˜XËνr\v žªd4¡¨X "
b"\x01 ˜XËÎÙs*•ü)ã3\x1C 9\x01 "
b"""
\x01 ˜XϸIq‹·\n
b\x16 øó‚\x1A
"""
b"\x01 ˜XÛPsqùQ`Nˆ¿\x04\x11 "
b"\x01 ˜XÛPžq\x18 \f …@.³« "
b"\x01 ˜XÛPÊs‡µG@-¥$æ "
b"\x01 ˜!º\x07 ¾qó¯ÇNt\x00 ² "
b"\x01 ˜!÷Î\x03 sܾ\x17 ï-ÂÍÍ\x1D "
b"\x01 ˜!÷Î\x1D q&š²N18@„r "
b"\x01 ˜!÷Î6rYœ+ \x1A @LQñ "
b"\x01 ˜!÷ÎLpzŒ<p¬%"\x19 Ï "
b"\x01 ˜!÷Îeq½·éK+Ú¿8> "
b"\x01 ˜!÷Î~q½Ò`šÆƒ1Î "
b"\x01 ˜!÷Î’s=®ž•šNX“Î "
b"\x01 ˜!÷Ωp䀳(\v aA€Ä "
b"\x01 ˜!÷ÎÌpØ·DK>&ßH˜ "
b"\x01 ˜!÷Îæq·‹ôðƒŒŽU "
b"\x01 ˜!÷ÎþrIŒ|¢\x1E\x17 5\x15 F "
b"\x01 ˜!÷Ï\x14 s"¥šî†o«Ùc "
b"\x01 ˜!÷Ï0pв\x12 ýw½ûE– "
b"\x01 ˜!÷ÏKrö¯N‘®*ðà} "
b"\x01 ˜!÷ÏdrĘ@Xyž\x03 ïþ "
b"\x01 ˜!÷Ï~rd$”;V]\r è "
b"\x01 ˜!ÿ\x1C 2ql’¼ïžÅ;™¤ "
b"\x01 ˜!ÿ\x1C SqAšiáÐ@8©± "
b"\x01 ˜!ÿŽ(p潚NKÙ\x10 u‹ "
b"\x01 •¯k_Rpo¾žfP<Sd\x12 "
b"\x01 ˜¢ù-¡ph¸ÇG?~?á, "
b"\x01 ˜¢ù-±q\x01 “›“\x18 ¿\x08 äý "
b"\x01 ˜¢ù-¿s\x1D ©2½¼³P$ê "
b"\x01 ˜¢ù-Ñp¥†óp“ÎâÞð "
b"\x01 ˜¢ù-ÞpЈ„\x1C i×$Ù\ "
b"\x01 ˜¢ù-ìqæ‡\x18 F\x10\x16 )Š# "
b"\x01 ˜¢ù-ûp\x12 Ž>vðK!Ìå "
b"\x01 ˜¢ù.\f sÆ‚\9\x08 Airf "
b"\x01 ˜¢ù.\x1F s–´´d›M*ÉÆ "
b"\x01 ˜¢ù./q\x1C Š8šøÜçZ "
b"\x01 ˜¢ù.?rL†víë\x1D\x0E |× "
b"\x01 ˜¢ù.Kpõ¶\f •oÉË "
b"\x01 ˜¢ù.Xq*·2ee\f [ÏÆ "
b"""
\x01 ˜¢ù.fp\n
µò3NR|¢\v
"""
b"\x01 ˜¢ù.wqÙ†"Á˜\x02 ›V" "
b"\x01 Þ¢qÐrO‹øÿÅW«qû "
b"\x01 ÞÁá²pj§ôqÔ(f° "
b"\x01 ÞÁáÆp™Ù\x1E @)\x01 á´ "
b"\x01 ÞÁáÙpy²\x12 ‹Ê‡î¥0 "
b"\x01 ÞÁáïrW¬Ü–\x16\x05 x)Æ "
b"\x01 ÞÁâ\x06 q\x00 …(\x06 ó”ÒU§ "
b"\x01 ÞÁâ\x1F sº¢‘!ÿœ\x06 ãw "
b"\x01 ÞÁâ8p\x19 §Ýh\x1A Г\ "
b"\x01 ÞÁâ[qº±6\x04 ([ò@$ "
b"\x01 ÞÁâos9¯{ÜåP\x15\x07 € "
b"\x01 ÞÁâ„q²ræHþœŒ "
b"\x01 ÞÁâ™r¹¹Ñ\x03 °µÛÝ» "
b"\x01 ÞÁâ®s\x13 —z·P@7x\x13 "
b"\x01 ÞÁâÉs™Ža%‡m»Å\x1C "
b"\x01 ÞÁâär ¥ìÕlç˜ "
b"""
\x01 ÞÁâýs\n
ªö•qã,êÏ
"""
b"\x01 ÞÁã\x17 p³„„ã\x06 È|¦© "
b"\x01 ÞÁã:p¸4¸´°Ìă "
b"\x01 ÞÁã_pn„›t\x1E Õ’˜{ "
b"\x01 ÞÁè£s/°ïkÿ/\x06 þI "
b"\x01 ÞÁèÇr §7K¢ìV›ƒ "
b"\x01 ÞÁèÞqEŠìd~u$Ä "
b"\x01 Þ¢qŒp½ŒšÑ÷½–Tƒ "
b"\x01 ÞÁÞhr¾kœÛ£Ž "
b"\x01 ÞÁÞŠs¶ˆÆð·¼2ž "
b"\x01 ÞÁÞ¤rðŠd·\x14 ƒ\x7F U "
b"\x01 ÞÁÞ·p ¯Ä~=¹r'Í "
b"\x01 ÞÁÞÌpõª+?\x12 u>„ "
b"\x01 ÞÁÞêr\r ¦¢—\`ñðf "
b"\x01 ÞÁß\x14 pž\x18 ¶Ê\x05 ·:U "
b"\x01 ÞÁß,qg„Ä\x19 çýP\x0E ” "
b"\x01 ÞÁß?rÈ¥b\x1C 7Ñ\x1E ® "
b"\x01 ÞÁßQr„¿)\x14\x04\f U^‹ "
b"\x01 ÞÁßcs|¢ÂàÂ\x7F ü» "
b"\x01 ÞÁßtqK±õ¼p\x16 Qѵ "
b"\x01 ÞÁ߈s\x12 „îSWUÑ&• "
b"\x01 ˜™§\x10 &r$¾\r ª[#²èU "
b"\x01 ˜¢ù4\s®5\x01 /Ñ-¸î "
b"\x01 ˜¢ù4lp §V¸@M—QÛ "
b"\x01 ˜¢ù4yq\x02 ¡*:ä«îù "
b"\x01 ˜¢ù4†qõ’š\x19 ©~h¾- "
b"\x01 ˜¢ù4›r\x00 °/Ûºw²Oy "
b"\x01 ˜¢ù4§qù¼š\x0E ~\t 6\x1D ¹ "
b"\x01 ˜¢ù4¶s[´¹kYª€\x04 "
b"\x01 ˜¢ù4Íq4¥•[ûF¨”‹ "
b"\x01 ˜¢ù4ãr\x17 „7äÃ4<ޱ "
b"\x01 ˜¢ù4ürNŠ‹º-nzÕ[ "
b"\x01 ˜¢ù5\f s…±»#R!^ã\x06 "
b"\x01 ˜¢ù5$p‚¶4r®~~Ï "
b"\x01 ˜¢ù59sѳ\x19 óDq…E\x11 "
b"\x01 •¯k`†qÜ®ÞÆI}\x13 'ê "
b"\x01 ˜¢ù.ŽqR£[‚;yÖÔÉ "
b"\x01 ˜¢ù.žp\x02 °W;a§îM\v "
b"\x01 ˜¢ù.¬q›œãu\x07 ECŒ” "
b"\x01 ˜¢ù.¹pœ¨ñB¿Íõvù "
b"\x01 ˜¢ù.Åp\x07 Œ¼JJvrÐé "
b"\x01 ˜¢ù.Òqö¸™\x01 WZ\x15 ›D "
b"\x01 ˜¢ù.áp\x1A ƒÞ¬É–cŽ@ "
b"\x01 ˜¢ù.órê¹gŠ2ÍÂ\x16 < "
b"\x01 ˜¢ù/\x00 q¨‚DÿøsS?M "
b"\x01 ˜¢ù/\x0E rÖºáxK„¢\x7F ž "
b"\x01 ˜¢ù/#q–¥Œ\x13 Pëþ;Á "
b"\x01 ˜¢ù/9p›©f=³š\x06 »B "
b"\x01 ˜£\x00 Ú§qGž\x08 ">³«X( "
b"\x01 Þ¢qçp̘Ù9Wò¤‡9 "
b"\x01 ÞÁèýrz¯µâ0”ù\x11 > "
b"\x01 ÞÁé\x10 põ›ó{&e]ç_ "
b"\x01 ÞÁé)p̲QZ&>\x02\x7F Š "
b"\x01 ÞÁé;qœ«p\x05 ™è…È' "
b"\x01 ÞÁéWs(\x02 õ [잯 "
b"\x01 ÞÁémr³‹\x11 ªN&«Ç| "
b"\x01 ÞÁé–r•—ˆ†‹€ K6 "
b"\x01 ÞÁér€¥$¬ýŒ%Ë\x13 "
b"\x01 ÞÁéÃpi½\e BØ ¹ð_ "
b"\x01 ÞÁéÚqÀ’õÕ*\x11 FîÕ "
b"\x01 ÞÁéòrÙ²·_ñüûÇX "
b"\x01 ÞÁê\x12 r†œÇ@Ê]*.Å "
b"\x01 ÞÁê-ss—F¬Ñdø¼O "
b"\x01 ÞÁê@rË’È?€\e \>± "
b"\x01 ÞÁêTsÑŒ0|Ââ«] "
b"\x01 ÞÁêts¡™¼[\x1E Çdß "
b"\x01 ÞÁêq*žVc¬í\x00 ÷Ä "
b"\x01 ÞÁê¤p©½èõyétBÜ "
b"\x01 ÞÁê½q̬+?\x19 u¶Rº "
b"\x01 ÞÁêÒrºº£"\x15 Â\x12 … "
b"\x01 ÞÁêëqD“\x7F r¸h‹öó "
b"\x01 •¯kgmq(±S¤î)\x1F ‹ä "
b"\x01 ˜¢ù2åsŸ¯ýÜö\x10 ô* "
b"\x01 ˜¢ù2úp}¥Ž+\x07 ¨‰ï "
b"\x01 ˜¢ù3\x0E ra£Vq¬i\f ýâ "
b"\x01 ˜¢ù3 s\x13 ž¢Sþ©Ô\x16 É "
b"\x01 ˜¢ù32r\x0F †è»\t úµ¬. "
b"\x01 ˜¢ù3FrG sî¾çÿ.„ "
b"\x01 ˜¢ù3VsË¢WGÒ†MpD "
b"\x01 ˜¢ù3fså³LÐß”„8f "
b"\x01 ˜¢ù3|q\x02 Ž„ã\x1C\x10 Oˆì "
b"\x01 ˜¢ù3“q@‘B\x16 Ú²9ÑÛ "
b"\x01 ˜¢ù3²p<¸vúh‹5R— "
b"\x01 ˜¢ù3ËqÓ‘\x1C `\x1D èueŽ "
b"\x01 ˜¢ù3àq$§:·?W°€¨ "
b"\x01 ˜¢ù3õqœ™z¦<4_ó\x12 "
b"\x01 ˜¢ù4\x06 p¶¿6¹U„¢øQ "
b"\x01 ˜¢ù4\x17 s¥’QkQI¾SÅ "
b"\x01 ˜¢ù4#q\x11 ™A\x02\x15\f €†æ "
b"\x01 ˜¢ù46s\x10 Ž4ß” rýN "
b"\x01 ˜¢ù4Hr:€_ƒ‡dð:î "
b"\x01 Þ¢qMqK„F|\e à.}[ "
b"\x01 ÞÁÈ)q×:ÒgÊç½ñ "
b"\x01 ÞÁÈLq¸¹,Á¨ñâd "
b"\x01 ÞÁÈesûª\x1A Ù\x19 »wp~ "
b"\x01 ÞÁÈ\x7F rq°›uqó‰\x02 v "
b"\x01 ÞÁÈ–p\v ”~\x00 \n ^3\x1F Þ "
b"\x01 ÞÁȱq< "ûRù>†J "
b"\x01 ÞÁÈÑsg¯úžêT”\x16 Â "
b"\x01 ÞÁÈìpÏ—¤•h\x19 íN "
b"\x01 ÞÁÉ\x06 q\x19 ¢ó?>Íw\x1A ä "
b"\x01 ÞÁÉ%sІ×/ü:þþ| "
b"\x01 ÞÁÉHr”k¼)[µtm "
b"\x01 ÞÁÉZs‚‚ô«\?k¬i "
b"""
\x01 ÞÁÉnr¿ƒeª*ê\n
b\x04
"""
b"\x01 ÞÁɇs¡¡"ÚF¯Ã&V "
b"\x01 ÞÁÉ™rø«OGi`gGN "
b"\x01 ÞÁɬs‘£ïãôMÀ\x04 Š "
b"\x01 ÞÁɽp«”g\x11 ‰s|úû "
b"\x01 ÞÁÉÏrQ\x11 o\x01 O\x07\t à "
b"""
\x01 ÞÁÉärF’’.õ?h\n
n
"""
b"\x01 ÞÁÉüsn¶cçƒ\x06 äæÞ "
b"\x01 ÞÁÊ\x1D q/UÖ0“´º¸ "
b"\x01 ˜Vý\x05 Çr\x0F °]Ùó©\e\x7F ´ "
b"\x01 ˜XÕ\x07 p‚œ‚ÝSá!ŽS "
b"\x01 ˜XÕ\x07 Ös×…Æ\t ]À¬×š "
b"\x01 ˜XÕ\x08\x06 qõ &“Q\x17 šø^ "
b"\x01 ˜XÕ\x08 *q– :]6³Q‡Q "
b"\x01 ˜XÕ\x08 Dr†;\x1C Ób–*w "
b"\x01 ˜XÕ\x08 hp\x0F „³ˆ L\x18 é° "
b"\x01 ˜XÕ\x08 qU¹€’Ð;\x05 Q "
b"\x01 ˜XÕ\x08 ®p]ÝiR†s¯e "
b"\x01 ˜XÕ\x08 Ïs¶“wÿ›«°ˆ¬ "
b"\x01 ˜XÕ\x08 øsj›\x17 -óÉñ)² "
b"\x01 ˜XÛÄ‹r\x1E †m X\x12\x05 %\x18 "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `file_hash` as `product.cover.media.fileHash` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.override_1.title` ,
`product.cover.media.translation.title` ,
COALESCE (
`product.cover.media.translation.override_1.title` ,
`product.cover.media.translation.title`
) as `product.cover.media.title` ,
`product.cover.media.translation.override_1.alt` ,
`product.cover.media.translation.alt` ,
COALESCE (
`product.cover.media.translation.override_1.alt` ,
`product.cover.media.translation.alt`
) as `product.cover.media.alt` ,
`product.cover.media.translation.override_1.customFields` ,
`product.cover.media.translation.customFields` ,
COALESCE (
`product.cover.media.translation.override_1.customFields` ,
`product.cover.media.translation.customFields`
) as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.override_1.metaDescription` ,
`product.parent.translation.override_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.override_1.metaDescription` ,
`product.parent.translation.override_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.override_1.name` ,
`product.parent.translation.override_1.name` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.override_1.name` ,
`product.parent.translation.override_1.name` ,
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.override_1.keywords` ,
`product.parent.translation.override_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.override_1.keywords` ,
`product.parent.translation.override_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.override_1.description` ,
`product.parent.translation.override_1.description` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.override_1.description` ,
`product.parent.translation.override_1.description` ,
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.override_1.metaTitle` ,
`product.parent.translation.override_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.override_1.metaTitle` ,
`product.parent.translation.override_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.override_1.packUnit` ,
`product.parent.translation.override_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.override_1.packUnit` ,
`product.parent.translation.override_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.override_1.packUnitPlural` ,
`product.parent.translation.override_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.override_1.packUnitPlural` ,
`product.parent.translation.override_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.override_1.customSearchKeywords` ,
`product.parent.translation.override_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.override_1.customSearchKeywords` ,
`product.parent.translation.override_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.override_1.slotConfig` ,
`product.parent.translation.override_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.override_1.slotConfig` ,
`product.parent.translation.override_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.override_1.customFields` ,
`product.parent.translation.override_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.override_1.customFields` ,
`product.parent.translation.override_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation.override_1` . `meta_description` as `product.translation.override_1.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation.override_1` . `name` as `product.translation.override_1.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation.override_1` . `keywords` as `product.translation.override_1.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation.override_1` . `description` as `product.translation.override_1.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation.override_1` . `meta_title` as `product.translation.override_1.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation.override_1` . `pack_unit` as `product.translation.override_1.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation.override_1` . `pack_unit_plural` as `product.translation.override_1.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation.override_1` . `custom_fields` as `product.translation.override_1.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation.override_1` . `slot_config` as `product.translation.override_1.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` ,
`product.translation.override_1` . `custom_search_keywords` as `product.translation.override_1.customSearchKeywords`
FROM
`product_translation` `product.translation`
LEFT JOIN `product_translation` `product.translation.override_1` ON `product.translation` . `product_id` = `product.translation.override_1` . `product_id`
AND `product.translation.override_1` . `language_id` = ?
AND `product.translation` . `product_version_id` = `product.translation.override_1` . `product_version_id`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation.override_1` . `meta_description` as `product.parent.translation.override_1.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation.override_1` . `name` as `product.parent.translation.override_1.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation.override_1` . `keywords` as `product.parent.translation.override_1.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation.override_1` . `description` as `product.parent.translation.override_1.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation.override_1` . `meta_title` as `product.parent.translation.override_1.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation.override_1` . `pack_unit` as `product.parent.translation.override_1.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation.override_1` . `pack_unit_plural` as `product.parent.translation.override_1.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation.override_1` . `custom_fields` as `product.parent.translation.override_1.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation.override_1` . `slot_config` as `product.parent.translation.override_1.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation.override_1` . `custom_search_keywords` as `product.parent.translation.override_1.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
LEFT JOIN `product_translation` `product.parent.translation.override_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.override_1` . `product_id`
AND `product.parent.translation.override_1` . `language_id` = ?
AND `product.parent.translation` . `product_version_id` = `product.parent.translation.override_1` . `product_version_id`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation.override_1` . `alt` as `product.cover.media.translation.override_1.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation.override_1` . `title` as `product.cover.media.translation.override_1.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` ,
`product.cover.media.translation.override_1` . `custom_fields` as `product.cover.media.translation.override_1.customFields`
FROM
`media_translation` `product.cover.media.translation`
LEFT JOIN `media_translation` `product.cover.media.translation.override_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.override_1` . `media_id`
AND `product.cover.media.translation.override_1` . `language_id` = ?
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.override_1.title` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.override_1.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.override_1.alt` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.override_1.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.override_1.customFields` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.override_1.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.override_1.metaDescription` , `product.parent.translation.override_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.override_1.metaDescription` , `product.parent.translation.override_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.override_1.name` , `product.parent.translation.override_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.override_1.name` , `product.parent.translation.override_1.name` , `product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.override_1.keywords` , `product.parent.translation.override_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.override_1.keywords` , `product.parent.translation.override_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.override_1.description` , `product.parent.translation.override_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.override_1.description` , `product.parent.translation.override_1.description` , `product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.override_1.metaTitle` , `product.parent.translation.override_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.override_1.metaTitle` , `product.parent.translation.override_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.override_1.packUnit` , `product.parent.translation.override_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.override_1.packUnit` , `product.parent.translation.override_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.override_1.packUnitPlural` , `product.parent.translation.override_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.override_1.packUnitPlural` , `product.parent.translation.override_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.override_1.customSearchKeywords` , `product.parent.translation.override_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.override_1.customSearchKeywords` , `product.parent.translation.override_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.override_1.slotConfig` , `product.parent.translation.override_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.override_1.slotConfig` , `product.parent.translation.override_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.override_1.customFields` , `product.parent.translation.override_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.override_1.customFields` , `product.parent.translation.override_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation.override_1` . `meta_description` as `product.translation.override_1.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation.override_1` . `name` as `product.translation.override_1.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation.override_1` . `keywords` as `product.translation.override_1.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation.override_1` . `description` as `product.translation.override_1.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation.override_1` . `meta_title` as `product.translation.override_1.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation.override_1` . `pack_unit` as `product.translation.override_1.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation.override_1` . `pack_unit_plural` as `product.translation.override_1.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation.override_1` . `custom_fields` as `product.translation.override_1.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation.override_1` . `slot_config` as `product.translation.override_1.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` , `product.translation.override_1` . `custom_search_keywords` as `product.translation.override_1.customSearchKeywords` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.override_1` ON `product.translation` . `product_id` = `product.translation.override_1` . `product_id` AND `product.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC AND `product.translation` . `product_version_id` = `product.translation.override_1` . `product_version_id` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation.override_1` . `meta_description` as `product.parent.translation.override_1.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation.override_1` . `name` as `product.parent.translation.override_1.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation.override_1` . `keywords` as `product.parent.translation.override_1.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation.override_1` . `description` as `product.parent.translation.override_1.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation.override_1` . `meta_title` as `product.parent.translation.override_1.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation.override_1` . `pack_unit` as `product.parent.translation.override_1.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation.override_1` . `pack_unit_plural` as `product.parent.translation.override_1.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation.override_1` . `custom_fields` as `product.parent.translation.override_1.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation.override_1` . `slot_config` as `product.parent.translation.override_1.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` , `product.parent.translation.override_1` . `custom_search_keywords` as `product.parent.translation.override_1.customSearchKeywords` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.override_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.override_1` . `product_id` AND `product.parent.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC AND `product.parent.translation` . `product_version_id` = `product.parent.translation.override_1` . `product_version_id` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation.override_1` . `alt` as `product.cover.media.translation.override_1.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation.override_1` . `title` as `product.cover.media.translation.override_1.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` , `product.cover.media.translation.override_1` . `custom_fields` as `product.cover.media.translation.override_1.customFields` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.override_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.override_1` . `media_id` AND `product.cover.media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x019821C1CA2372709F9BD7D28D5C6419 , 0x019821FB4F8B72C097B83CD66B6C2DB5 , 0x019821FB4FBF73BA9F6B02FA997BE89E , 0x019821FB4FE67376A09981F7E022B4CF , 0x019821FB4FFF720F9658301F4BB32715 , 0x019821FB5014731097ECDC975CA754C9 , 0x019821FB5034726F86632CAD5AB98ECF , 0x019821FB504C7200B371F2698B88B4B4 , 0x019821FB506F7086BA7450455C699193 , 0x019821FB508B7352B0983F2A19ADA674 , 0x019821FB50A372A4BB3449801144131C , 0x019821FB50C173308493F68B32CA6A56 , 0x019821FB50DC71348B3795C8D0A937CB , 0x019821FB50F672C89EC045D12BC109B9 , 0x019821FB510F70859530E9A67974AE8A , 0x019821FB51297252B16082AEFA1AA1AD , 0x019821FB514070ACB9DAB06C781ED894 , 0x019821FB5154709FBD72BD3BB7157ABF , 0x019821FB517171729171565ECE4D4554 , 0x019821FB518573A2B51A11997FFD8298 , 0x01985730FCEF7207A8E652C7DDA6D39E , 0x019858D5C17A73E5B4800E6255931DC7 , 0x019858D5C197728B8C3D0D73DE831230 , 0x019858D5C1B273B6AB53C200D816DCE5 , 0x019858D5C1D472D8BBEDA92044E02E19 , 0x019858D5C1F4719494078DAEEC548543 , 0x019858D5C20F7365A8E9AAAE4F3A538E , 0x019858D5C22E71FEBD7951A1EA88A216 , 0x019858D5C24D7187BDB540D56E4B6AE0 , 0x019858D5C26E714AAFF02D780631D72B , 0x019858D5C28D706DAA197B33B44FED8A , 0x019858D5C2AF71C0B971A490E6ABD364 , 0x01985770FE6770548FF1EB3A0E0E394E , 0x019858DA5BD971D49647E367259D0CA7 , 0x019858DA5C0570CAA95D3ECFA795381B , 0x019858DA5C2971C5B352EF16D8E51441 , 0x019858DA5C4B7340A3303A3ADFC761E5 , 0x019858DA5C7172D9A72AAA9E0AA24695 , 0x019858DA5C9671BFBEA6D7D462CA3DDD , 0x019858DA5CB871C9AE046604929772EC , 0x019858DA5CDD72C79925D0AC14976F12 , 0x019858DA5D0473D08BED1A64A0BFD7FA , 0x019858DA5D2A716DBFAD96E4F625C8CB , 0x019858DA5D4F72DBA308CD30DD292C51 , 0x019858DC90987020B914BAEF0869E414 , 0x0195AF6B742372F2BB30447D71B8F062 , 0x0198A2F941107165BE99BDB729931390 , 0x0198A2F94121723DA74BF089E9A28487 , 0x0198A2F9433372B2928AF94E9CE1AC6B , 0x0198A2F9435273A9BF6C89EE17E4CE78 , 0x0198A2F9436973DE8FE6BB0CE7301CBC , 0x0198A2F943787107BA7F101C18A5A267 , 0x0198A2F943937085BF6F7E31774C566C , 0x0198A2F943A37135A45C95E084A30CD2 , 0x0198A2F943B7714D9897D611533E0437 , 0x0195AF6B425372A6AD222B529AF5A225 , 0x0198A2F900D87172A82AC03D238624BE , 0x0198A2F90114717CBE628855286250DF , 0x0198A2F9012C72EF98F92780CB73484C , 0x0198A2F9014173DCA79F2ADC7B09EAFA , 0x0198A2F9015871F0A8677D6B066EA4BC , 0x0198A2F9016C72CC8868E3F1357E38A7 , 0x0198A2F9018873F6A6ED47DAA9F3336E , 0x0198A2F9019A73BFAB230CF9800CBF5E , 0x0198A2F901B470C7A40989C75C341C9B , 0x0198A2F901C972F3B5155D97DCFCCF30 , 0x0198A2F901D671499211A9F8235A3E15 , 0x0195AF6B845370318C2DD05B3B3C6B18 , 0x0198A2F9541C727E8E5A4AEFABF91C9A , 0x0198A2F9569C71CCB800BBFFAE1BAAED , 0x0198A2F956BB73A5A24E7B64649E6B21 , 0x0198A2F956CD7355A45B6FD607DFFA1B , 0x0198A2F956DF7352A03DDC17667ECD5A , 0x0198A2F956F671639B552AFAC32C4EE5 , 0x0195AF6B44D67296A425BDB984889B7B , 0x0198A2F9048973F0A56F8DD4D8F86F2B , 0x0198A2F904A0718B8290E7883BB3D85F , 0x0198A2F904BB7076A72B55B65D36062D , 0x0198A2F904D5725EBA6D807D6ACC1459 , 0x0198A2F904EE701597105BA339BC08AD , 0x0198A2F904FD71A8A7FF07070B44B596 , 0x0198A2F90513725C8332A74273086619 , 0x0198A2F9052D71479D8385E4AE8DB10E , 0x0198A2F9054272D18FAC08D461F66E76 , 0x0198A2F9055572CC9F8D57342A7FC804 , 0x0198A2F9056170059E1B255603513A55 , 0x0198A2F9057172ED8E5C5DD3A69D87FA , 0x0198A2F9058172B4902FCB1FDA830DBC , 0x0198A2F905957025A18741CE183BE3D8 , 0x0198A2F905A97215A6AE56C8DC3BCE6A , 0x0198A2F905B77141B8C5A931EF0A8BAE , 0x0198A2F905C771E4A7D475E7B537A1E1 , 0x0198A2F905DA701285C7ABC95E0B69C9 , 0x0198A2F905EA726E8D737D81C9F96E0F , 0x0198A2F905FD736A9550243EACAAB22B , 0x0198A2F9060B734B84E7996D8FE7B5F6 , 0x0198A2F9061B739D8BE2713008DAE290 , 0x0198A300DA087267AD9C922A05B17C5F , 0x0190592F9FA2716F89196C707E56CB6D , 0x019821FA3A2072AE94DCB36DF1E1E2AA , 0x019821FA3A4E72BAA29ED82D4F990589 , 0x019821FA3A787242BADFA48301852C4E , 0x019821FA3A9570F6A952C394C157D164 , 0x019821FA3AAB704DA69AC2806016AF87 , 0x019821FA3AC173D5AD3E773DD4A4214C , 0x019821FF4E1B717CB7657F2385412918 , 0x019821FFA2C0719182027C7D37B5AEDF , 0x019821FFFF2C7084AF62E1D9EE4D92E1 , 0x0195AF6B61EE7106B5704C41F0675421 , 0x0198A2F92F4E7106ABFA1371966061CE , 0x0198A2F92F5B71BA843515C6113E17EE , 0x0198A2F931C5713F9ECECCEFDE478C41 , 0x0198A2F931DF71C188DC1797FC48F803 , 0x0198A300DAB972F1B0E95887C9358109 , 0x019857B09C6270B4A9F3453615222450 , 0x0198A2FA7671705C9BDBA524648BD87C , 0x0198A2FA7689717CB21B98AA4E8C9DFB , 0x0198A2FA769D7326B6D734DF17EB1225 , 0x0198A2FA76B070129F32E615827B0F47 , 0x0198A2FA76C673EAA5AD70FEDC233F55 , 0x0198A2FA76D670F38DDC876DCEBF4429 , 0x0198A2FA76E77389AEB8C79AA0E142BC , 0x0198A2FA76FA70FCAD4F313198DADF2F , 0x0198A2FA770A70C588889ED9BD782F39 , 0x0198A2FA77187199A9F7568D60AE0B63 , 0x0198A2FA77287227AA66F98DC272D8BD , 0x0198A2FA7741716D8F8FAEEE77CCF47C , 0x0198A2FA775671F2B0EAB80387692B0A , 0x0198A2FA776972278A3F2FFA893BCC31 , 0x0198A2FA7780712BBECB2955C1413325 , 0x0198A2FA779173049697F73D34C98782 , 0x0198A2FA77A77333869ACEE769C1F2DF , 0x0198A2FA77BE7205BCB924805C36C72E , 0x0198A2FA77D7717696493190FF98EAD9 , 0x0195AF6B438272E9BDA0C7677F835FB2 , 0x0198A2F901E77369A7A0726657C38F3E , 0x0198A2F902007144BD8190E005EE1974 , 0x0198A2F90216707BA03BFAA7351CCE97 , 0x0198A2F90229737CA0B087B800116505 , 0x0198A2F903E072D19AAE0DA8E0D1C40C , 0x0198A2F904077195BD11E0B156696041 , 0x0198A2F9041F73AAB2548810093CBBE4 , 0x0198A2F9043471FD82DC47353064208A , 0x0198A2F9044C72DB9B8BE2572A272A74 , 0x0198A2F9045D7284B9BE8483B16B46FF , 0x0198A2F90476736BA3CFACBFD8835E68 , 0x0195AF6B74F272F4A823F4F7892B9121 , 0x0198A2F943CC731E84182959D5DE3953 , 0x0198A2F943E37186A527BBEDADCADDEA , 0x0198A2F943F573B09187BA3DF1A341D1 , 0x0198A2F9440A70878D08655339756728 , 0x0198A2F9441A73FF934EACFFE66E67D2 , 0x0198A2F9442C7264B7796DB57532BE4B , 0x0198A2F9443D72E5BF9942979C52007F , 0x0198A2F9444C717492D260471759DE71 , 0x0198A2F9445E734EA6658C4772700907 , 0x0190DEA270B7724585FED6E166C8433F , 0x0190DEC1B80B739F990BA7603E1F4E3B , 0x0190DEC1B829718E9A7D191CE79339FF , 0x0190DEC1B83D71E1B838A918129D8FD4 , 0x0190DEC1B850733B8E2FC7E0E4E61922 , 0x0190DEC1B865723787E301966CC687A7 , 0x0190DEC1B87B7339AD0D975C82BF39E0 , 0x0190DEC1B8A670829FF2A489A1EE2003 , 0x0190DEC1B8BC72608DEAD13BD089EF92 , 0x0190DEC1B8EC7077BEE6EA5C5247BB9B , 0x0190DEC1B90E720AB140DFA270AE9F83 , 0x0190DEC1B93370C39D505C0B04B95C36 , 0x0190DEC1B94D715A954672FC8E034625 , 0x0190DEC1B96A7235B138B8D2F8DA3DE2 , 0x0190DEC1B9827080B8D8212111233BFA , 0x0190DEC1B99973948707B214AF9872F1 , 0x0190DEC1B9B1717AA97043DD6EA96335 , 0x0190DEC1B9CB70B9B32428C9521832FD , 0x0190DEC1B9E270488BD54C22919F66E6 , 0x0190DEC1B9FC720DAB462B50E9C6C303 , 0x0190DEC1BA1670A0B2ACC31515DA71CB , 0x0190DEC1BA3A70418D0DA9412F0D7AC0 , 0x0190DEC1BA527264A9B5D997D3DC8CA3 , 0x0190DEC1BA6B72409C5A4A1E0D7D895D , 0x01985670B88F7339BF4EC112DB5E2263 , 0x019858CBCEA373BB8AE4C052BB6F0E47 , 0x019858CBCEBD720B9E9DAA6434A1A858 , 0x019858CBCED9732A95FC29E3331C3901 , 0x019858CFB849718BB70A6216F8F3821A , 0x019858DB507371F9AD51604E88BF0411 , 0x019858DB509E7118810C85402EB3AB8E , 0x019858DB50CA7387B547AD402DA524E6 , 0x019821BA07BE71F3AFC74E7400B28F81 , 0x019821F7CE0373DCBE17EF2DC2CDCD1D , 0x019821F7CE1D71269AB24E3138408472 , 0x019821F7CE3672599C2B201A404C51F1 , 0x019821F7CE4C707A8C3C70AC252219CF , 0x019821F7CE6571BDB7E94B2BDABF383E , 0x019821F7CE7E71BD9DD2609AC68331CE , 0x019821F7CE92733DAE9E959A4E5893CE , 0x019821F7CEA970E480B3280B614180C4 , 0x019821F7CECC70D8B7444B3E26DF4898 , 0x019821F7CEE671B78BF4F0AD838C8E55 , 0x019821F7CEFE72498C7CA21E17351546 , 0x019821F7CF147322A59AEE866FABD963 , 0x019821F7CF30708AB212FD77BDFB4596 , 0x019821F7CF4B72F6AF4E91AE2AF0E07D , 0x019821F7CF6472C4984058799E03EFFE , 0x019821F7CF7E72649024943B565D0DE8 , 0x019821FF1C32716C92BCEF9EC53B99A4 , 0x019821FF1C5371419A69E1D04038A9B1 , 0x019821FF8E2870E6BD9A4E4BD910758B , 0x0195AF6B5F52706FBE9E66503C536412 , 0x0198A2F92DA17068B8C7473F7E3FE12C , 0x0198A2F92DB17101939B9318BF08E4FD , 0x0198A2F92DBF731DA932BDBCB35024EA , 0x0198A2F92DD170A586F37093CEE2DEF0 , 0x0198A2F92DDE70D088841C69D724D95C , 0x0198A2F92DEC71E68718461016298A23 , 0x0198A2F92DFB70128E3E76F04B21CCE5 , 0x0198A2F92E0C73C6825C390841697266 , 0x0198A2F92E1F7396B4B4649B4D2AC9C6 , 0x0198A2F92E2F711C8AAD389AF8DCE75A , 0x0198A2F92E3F724C8676EDEB1D0E7CD7 , 0x0198A2F92E4B70F59FB60C90956FC9CB , 0x0198A2F92E58712AB73265650C5BCFC6 , 0x0198A2F92E66700AB5F2334E527CA20B , 0x0198A2F92E7771D98622C198029B5622 , 0x0190DEA271D0724F8BF8FFC557AB71FB , 0x0190DEC1E1B2706AA7F471D4288F66B0 , 0x0190DEC1E1C6709F99D91E402901E1B4 , 0x0190DEC1E1D97079B2128BCA87EEA530 , 0x0190DEC1E1EF7257ACDC9616057829C6 , 0x0190DEC1E2067100852806F394D255A7 , 0x0190DEC1E21F73BAA29121FF9C06E377 , 0x0190DEC1E2387019A7DD681AD0935C8F , 0x0190DEC1E25B71BAB13604285BF24024 , 0x0190DEC1E26F7339AF7BDCE550150780 , 0x0190DEC1E28471B29D72E648FE909C8C , 0x0190DEC1E29972B9B9D103B0B5DBDDBB , 0x0190DEC1E2AE7313977AB75040377813 , 0x0190DEC1E2C973998D6125876DBBC51C , 0x0190DEC1E2E472A0A5ECD56CE7989DA0 , 0x0190DEC1E2FD730AAAF69571E32CEACF , 0x0190DEC1E31770B38484E306C87CA6A9 , 0x0190DEC1E33A709FB834B8B4B0CCC483 , 0x0190DEC1E35F706E849B741ED592987B , 0x0190DEC1E8A3732FB0EF6BFF2F06FE49 , 0x0190DEC1E8C772A0A7374BA2EC569B83 , 0x0190DEC1E8DE71458A9DEC647E7524C4 , 0x0190DEA2718C70BD8C9AD1F7BD965483 , 0x0190DEC1DE6872EF8391BE6B9CDBA38D , 0x0190DEC1DE8A73B68E88C6F0B7BC329E , 0x0190DEC1DEA472F08F8A64B714837F55 , 0x0190DEC1DEB770A0AFC47E3DB97227CD , 0x0190DEC1DECC70F5AA9D2B3F12753E84 , 0x0190DEC1DEEA720DA6A2975C60F1F066 , 0x0190DEC1DF1470C5BE18B6CA05B73A55 , 0x0190DEC1DF2C716784C419E7FD500E94 , 0x0190DEC1DF3F72C8A5621C37D11EAE8F , 0x0190DEC1DF517284BF2914040C555E8B , 0x0190DEC1DF63737CA29DC2E0C27FFCBB , 0x0190DEC1DF74714BB1F5BC701651D1B5 , 0x0190DEC1DF88731284EE535755D12695 , 0x019899A710267224BE0DAA5B23B2E855 , 0x0198A2F9345C73AE9D35012FD12DB8EE , 0x0198A2F9346C70A0A756B8404D9751DB , 0x0198A2F934797102A12A3AE4AB9DEEF9 , 0x0198A2F9348671F5929A19A97E68BE2D , 0x0198A2F9349B7200B02FDBBA77B24F79 , 0x0198A2F934A771F9BC9A0E7E09361DB9 , 0x0198A2F934B6735B9DB4B96B59AA8004 , 0x0198A2F934CD7134A5955BFB46A8948B , 0x0198A2F934E372178437E4C3343C8EB1 , 0x0198A2F934FC724E8A8BBA2D6E7AD55B , 0x0198A2F9350C7385B1BB2352215EE306 , 0x0198A2F935247082B63472AE7E7E9DCF , 0x0198A2F9353973D1B319F34471854511 , 0x0195AF6B608671DCAEDEC6497D1327EA , 0x0198A2F92E8D7152A35B823B79D6D4C9 , 0x0198A2F92E9E7002B0573B61A7EE4D0B , 0x0198A2F92EAC719B9CE3750745438C94 , 0x0198A2F92EB9709CA8F142BFCDF576F9 , 0x0198A2F92EC570078CBC4A4A7672D0E9 , 0x0198A2F92ED271F6B89901575A159B44 , 0x0198A2F92EE1701A83DEACC996638E40 , 0x0198A2F92EF372EAB9678A32CDC2163C , 0x0198A2F92F0071A88244FFF873533F4D , 0x0198A2F92F0E72D6BAE1784B84A27F9E , 0x0198A2F92F237196A58C1350EBFE3BC1 , 0x0198A2F92F39709BA9663DB39A06BB42 , 0x0198A300DAA771479E08223EB3AB5828 , 0x0190DEA271E770CC98D93957F2A48739 , 0x0190DEC1E8FD727AAFB5E23094F9113E , 0x0190DEC1E91070F59BF37B26655DE75F , 0x0190DEC1E92970CCB2515A263E027F8A , 0x0190DEC1E93B719CAB700599E885C827 , 0x0190DEC1E95773288F02F5205BEC9EAF , 0x0190DEC1E96D72B38B11AA4E26ABC77C , 0x0190DEC1E99672959788868B80204B36 , 0x0190DEC1E9AD7280A524ACFD8C25CB13 , 0x0190DEC1E9C37069BD1B42D8A0B9F05F , 0x0190DEC1E9DA71C092F5D52A1146EED5 , 0x0190DEC1E9F272D9B2B75FF1FCFBC758 , 0x0190DEC1EA1272869CC740CA5D2A2EC5 , 0x0190DEC1EA2D73739746ACD164F8BC4F , 0x0190DEC1EA4072CB92C83F801B5C3EB1 , 0x0190DEC1EA5473D18C307C8EC2E2AB5D , 0x0190DEC1EA7473A199BC5B1E9FC764DF , 0x0190DEC1EA8E712A9E5663ACED00F7C4 , 0x0190DEC1EAA470A9BDE8F579E97442DC , 0x0190DEC1EABD71CCAC2B3F1975B652BA , 0x0190DEC1EAD272BABAA32215C21285C2 , 0x0190DEC1EAEB7144937F72B8688BF6F3 , 0x0195AF6B676D7128B153A4EE291F8BE4 , 0x0198A2F932E5739FAFFDDCF6AD10F42A , 0x0198A2F932FA707DA58E2B07A8AD89EF , 0x0198A2F9330E7261A35671AC690CFDE2 , 0x0198A2F9332073139EA253FEA9D416C9 , 0x0198A2F93332720F86E8BB09FAB5AC2E , 0x0198A2F933467247A073EEBEE7FF2E84 , 0x0198A2F9335673CBA25747D2864D7044 , 0x0198A2F9336673E5B34CD0DF94843866 , 0x0198A2F9337C71028D84E31C104F88EC , 0x0198A2F933937140914216DAB239D1DB , 0x0198A2F933B2703CB876FA688B355297 , 0x0198A2F933CB71D3911C601DE875658D , 0x0198A2F933E07124A73AB73F57B080A8 , 0x0198A2F933F5719C997AA63C345FF312 , 0x0198A2F9340670B6BF36B95584A2F851 , 0x0198A2F9341773A592516B5149BE53C5 , 0x0198A2F934237111994102150C8086E6 , 0x0198A2F9343673108E34DF94A072FD4E , 0x0198A2F93448723A805F838764F03AEE , 0x0190DEA2714D714B84467C1BE02E7D5B , 0x0190DEC1C82971C3973AD267CAE7BDF1 , 0x0190DEC1C84C71B8B92CC181A8F1E264 , 0x0190DEC1C86573FBAA1AD919BB77707E , 0x0190DEC1C87F7271B09B7571F3890276 , 0x0190DEC1C896700B947E000A5E331FDE , 0x0190DEC1C8B1713CA022FB52F93E864A , 0x0190DEC1C8D17367AFFA9EEA549416C2 , 0x0190DEC1C8EC70CF97A4956819ED4E9D , 0x0190DEC1C9067119A2F33F3ECD771AE4 , 0x0190DEC1C925738A86D72FFC3AFEFE7C , 0x0190DEC1C9487294906BBC295BB5746D , 0x0190DEC1C95A738282F4AB5C3F6BAC69 , 0x0190DEC1C96E72BF8365AA2AEA0A6204 , 0x0190DEC1C98773A1A122DA46AFC32656 , 0x0190DEC1C99972F8AB4F47696067474E , 0x0190DEC1C9AC7391A3EFE3F44DC0048A , 0x0190DEC1C9BD70AB94671189737CFAFB , 0x0190DEC1C9CF72519D116F014F0709C3 , 0x0190DEC1C9E4724692922EF53F680A6E , 0x0190DEC1C9FC736EB663E78306E4E6DE , 0x0190DEC1CA1D712F9055D63093B4BAB8 , 0x019856FD05C7720FB05DD9F3A91B7FB4 , 0x019858D507AD70829C82DD53E1218D53 , 0x019858D507D673D785C6095DC0ACD79A , 0x019858D5080671F5A0269351179AF85E , 0x019858D5082A7196A03A5D36B3518751 , 0x019858D508447286AD3B1CD362962A77 , 0x019858D50868700F84B388204C18E9B0 , 0x019858D5088F7155B98092D08E3B0551 , 0x019858D508AE705D8FDD69528673AF65 , 0x019858D508CF73B69377FF9BABB088AC , 0x019858D508F8736A9B172DF3C9F129B2 , 0x019858DBC48B721E866D205812052518 ));
Copy
65
4.64 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.override_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.override_1.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.override_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.override_1.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.override_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.override_1.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.override_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.override_1.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` . `file_hash` as `property_group_option.media.fileHash` , `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.override_1.title` , `property_group_option.media.translation.title` , COALESCE (`property_group_option.media.translation.override_1.title` , `property_group_option.media.translation.title` ) as `property_group_option.media.title` , `property_group_option.media.translation.override_1.alt` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.override_1.alt` , `property_group_option.media.translation.alt` ) as `property_group_option.media.alt` , `property_group_option.media.translation.override_1.customFields` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.override_1.customFields` , `property_group_option.media.translation.customFields` ) as `property_group_option.media.customFields` , `property_group_option.translation.override_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.override_1.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.override_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.override_1.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.override_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.override_1.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.override_1` . `name` as `property_group_option.translation.override_1.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation.override_1` . `position` as `property_group_option.translation.override_1.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` , `property_group_option.translation.override_1` . `custom_fields` as `property_group_option.translation.override_1.customFields` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.override_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.override_1` . `property_group_option_id` AND `property_group_option.translation.override_1` . `language_id` = ? WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (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.override_1` . `name` as `property_group_option.group.translation.override_1.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation.override_1` . `description` as `property_group_option.group.translation.override_1.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation.override_1` . `position` as `property_group_option.group.translation.override_1.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` , `property_group_option.group.translation.override_1` . `custom_fields` as `property_group_option.group.translation.override_1.customFields` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.override_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.override_1` . `property_group_id` AND `property_group_option.group.translation.override_1` . `language_id` = ? WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation.override_1` . `alt` as `property_group_option.media.translation.override_1.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation.override_1` . `title` as `property_group_option.media.translation.override_1.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` , `property_group_option.media.translation.override_1` . `custom_fields` as `property_group_option.media.translation.override_1.customFields` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.override_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.override_1` . `media_id` AND `property_group_option.media.translation.override_1` . `language_id` = ? WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"”á"F˜B.ž\e 1a/a[ "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"=»Š=ð~JUœ^0‘Â!£© "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"`H„”ÛMHq¼Êb¯ˆ\x07 ô "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"•K2?µñJ‰©4ßZb’\x7F "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"Ð )ž{òGt¸-m–מãÅ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"Ñ/e@÷˜q_8GÈþu "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"=»Š=ð~JUœ^0‘Â!£© "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"`H„”ÛMHq¼Êb¯ˆ\x07 ô "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"•K2?µñJ‰©4ßZb’\x7F "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"Ð )ž{òGt¸-m–מãÅ "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"Ñ/e@÷˜q_8GÈþu "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"”á"F˜B.ž\e 1a/a[ "
b"=»Š=ð~JUœ^0‘Â!£© "
b"”á"F˜B.ž\e 1a/a[ "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"”á"F˜B.ž\e 1a/a[ "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"”á"F˜B.ž\e 1a/a[ "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"”á"F˜B.ž\e 1a/a[ "
b"”á"F˜B.ž\e 1a/a[ "
b"•K2?µñJ‰©4ßZb’\x7F "
b"”á"F˜B.ž\e 1a/a[ "
b"Ð )ž{òGt¸-m–מãÅ "
b"”á"F˜B.ž\e 1a/a[ "
b"Ñ/e@÷˜q_8GÈþu "
b"”á"F˜B.ž\e 1a/a[ "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"”á"F˜B.ž\e 1a/a[ "
b")1KÁ÷LF[œñÞQ°þël "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b")1KÁ÷LF[œñÞQ°þël "
b")1KÁ÷LF[œñÞQ°þël "
b"=»Š=ð~JUœ^0‘Â!£© "
b")1KÁ÷LF[œñÞQ°þël "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b")1KÁ÷LF[œñÞQ°þël "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b")1KÁ÷LF[œñÞQ°þël "
b")1KÁ÷LF[œñÞQ°þël "
b"•K2?µñJ‰©4ßZb’\x7F "
b")1KÁ÷LF[œñÞQ°þël "
b"Ð )ž{òGt¸-m–מãÅ "
b")1KÁ÷LF[œñÞQ°þël "
b"Ñ/e@÷˜q_8GÈþu "
b")1KÁ÷LF[œñÞQ°þël "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b")1KÁ÷LF[œñÞQ°þël "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"ù¤ÄmeJÛºÔ0Géo "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"ù¤ÄmeJÛºÔ0Géo "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"=»Š=ð~JUœ^0‘Â!£© "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"•K2?µñJ‰©4ßZb’\x7F "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"Ð )ž{òGt¸-m–מãÅ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"Ñ/e@÷˜q_8GÈþu "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"=»Š=ð~JUœ^0‘Â!£© "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"•K2?µñJ‰©4ßZb’\x7F "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"Ð )ž{òGt¸-m–מãÅ "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"Ñ/e@÷˜q_8GÈþu "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"=»Š=ð~JUœ^0‘Â!£© "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"•K2?µñJ‰©4ßZb’\x7F "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"Ð )ž{òGt¸-m–מãÅ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"Ñ/e@÷˜q_8GÈþu "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"=»Š=ð~JUœ^0‘Â!£© "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"•K2?µñJ‰©4ßZb’\x7F "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"Ð )ž{òGt¸-m–מãÅ "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"Ñ/e@÷˜q_8GÈþu "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"ù¤ÄmeJÛºÔ0Géo "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"|\x13 ŽsFyK\x08 ޝ§Y¹7s "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"|\x13 ŽsFyK\x08 ޝ§Y¹7s "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"ò¶¯mŽyM;…\x08 íŒ\x11 +ÉÇ "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"ù¤ÄmeJÛºÔ0Géo "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"|\x13 ŽsFyK\x08 ޝ§Y¹7s "
b"ò¶¯mŽyM;…\x08 íŒ\x11 +ÉÇ "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"ù¤ÄmeJÛºÔ0Géo "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"|\x13 ŽsFyK\x08 ޝ§Y¹7s "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"ò¶¯mŽyM;…\x08 íŒ\x11 +ÉÇ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"ù¤ÄmeJÛºÔ0Géo "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"|\x13 ŽsFyK\x08 ޝ§Y¹7s "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"ò¶¯mŽyM;…\x08 íŒ\x11 +ÉÇ "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"ò¶¯mŽyM;…\x08 íŒ\x11 +ÉÇ "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"ù¤ÄmeJÛºÔ0Géo "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"´¯Ó.‡nL¥ ñŽxO¬°r "
b"(\x13 ŽkÀ÷I\x11 •9´õüaɪ "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"ù¤ÄmeJÛºÔ0Géo "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"¸Ö5¼]O#¿'u¡9[pV "
b": ñ«\x12 AK݈§!â`.9\x17 "
b"¸&¼è´†H»–ìý"ÑêÑò "
b"(\x13 ŽkÀ÷I\x11 •9´õüaɪ "
b"èÚ6\x06\x10 }K°¤!!£f'D "
b"ưhÛè«Ab½Ì5‡]D+Q "
b"ïÿ›|Ú&F¬ž\x02 ‡%×ì\x15 µ "
b"\r \x0E ¸\r \x02\v BòºÉ .:Þò\x1E "
b"iX½\x02 –?L,¶\x1F á‚㯯k "
b":n»!·–Cg¯?\v $¤8íÉ "
b"´¯Ó.‡nL¥ ñŽxO¬°r "
b"¸Ö5¼]O#¿'u¡9[pV "
b": ñ«\x12 AK݈§!â`.9\x17 "
b"¸&¼è´†H»–ìý"ÑêÑò "
b"èÚ6\x06\x10 }K°¤!!£f'D "
b"ưhÛè«Ab½Ì5‡]D+Q "
b"ïÿ›|Ú&F¬ž\x02 ‡%×ì\x15 µ "
b"\r \x0E ¸\r \x02\v BòºÉ .:Þò\x1E "
b"iX½\x02 –?L,¶\x1F á‚㯯k "
b"¾B\x15 ˜<ZO$¬›øpíJºà "
b":n»!·–Cg¯?\v $¤8íÉ "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"`H„”ÛMHq¼Êb¯ˆ\x07 ô "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"A+=KÑ\x11 LŽLª"Êù8 "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"•K2?µñJ‰©4ßZb’\x7F "
b"Ð )ž{òGt¸-m–מãÅ "
b"Ñ/e@÷˜q_8GÈþu "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"¾B\x15 ˜<ZO$¬›øpíJºà "
b"=»Š=ð~JUœ^0‘Â!£© "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"ö‡……IgNœƒa4{%"_Ö "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"ö‡……IgNœƒa4{%"_Ö "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"ö‡……IgNœƒa4{%"_Ö "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"ö‡……IgNœƒa4{%"_Ö "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"ö‡……IgNœƒa4{%"_Ö "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"ö‡……IgNœƒa4{%"_Ö "
b"OJj¬ORN\x08 „"üÀˆŸM* "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ù"üLLFø¬i\x03 ©’JìÝ "
b"4Us÷GÙF "\r û\x02 Å\x1F Ð "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"`”Ck—½Mÿ¶á\x18 [«ò\x03 ) "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"]\e £°ŒJF-¡G\t fK.° "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"ö‡……IgNœƒa4{%"_Ö "
b"OJj¬ORN\x08 „"üÀˆŸM* "
b"ö‡……IgNœƒa4{%"_Ö "
b"ö‡……IgNœƒa4{%"_Ö "
b"ù"üLLFø¬i\x03 ©’JìÝ "
b"4Us÷GÙF "\r û\x02 Å\x1F Ð "
b"ö‡……IgNœƒa4{%"_Ö "
b"`”Ck—½Mÿ¶á\x18 [«ò\x03 ) "
b"ö‡……IgNœƒa4{%"_Ö "
b"]\e £°ŒJF-¡G\t fK.° "
b"ö‡……IgNœƒa4{%"_Ö "
b"\x1A -8X(˜I÷¤];Ñ^~ "
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"\x1A -8X(˜I÷¤];Ñ^~ "
b"OJj¬ORN\x08 „"üÀˆŸM* "
b"\x1A -8X(˜I÷¤];Ñ^~ "
b"ù"üLLFø¬i\x03 ©’JìÝ "
b"\x1A -8X(˜I÷¤];Ñ^~ "
b"4Us÷GÙF "\r û\x02 Å\x1F Ð "
b"\x1A -8X(˜I÷¤];Ñ^~ "
b"`”Ck—½Mÿ¶á\x18 [«ò\x03 ) "
b"\x1A -8X(˜I÷¤];Ñ^~ "
b"]\e £°ŒJF-¡G\t fK.° "
b"\x14 Ü\x07 ißÏKÌ‹ÂöR3\\x18 Ï "
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"\x14 Ü\x07 ißÏKÌ‹ÂöR3\\x18 Ï "
b"OJj¬ORN\x08 „"üÀˆŸM* "
b"\x14 Ü\x07 ißÏKÌ‹ÂöR3\\x18 Ï "
b"ù"üLLFø¬i\x03 ©’JìÝ "
b"\x14 Ü\x07 ißÏKÌ‹ÂöR3\\x18 Ï "
b"4Us÷GÙF "\r û\x02 Å\x1F Ð "
b"\x14 Ü\x07 ißÏKÌ‹ÂöR3\\x18 Ï "
b"`”Ck—½Mÿ¶á\x18 [«ò\x03 ) "
b"\x14 Ü\x07 ißÏKÌ‹ÂöR3\\x18 Ï "
b"]\e £°ŒJF-¡G\t fK.° "
b"OJj¬ORN\x08 „"üÀˆŸM* "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"ù"üLLFø¬i\x03 ©’JìÝ "
b"4Us÷GÙF "\r û\x02 Å\x1F Ð "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"`”Ck—½Mÿ¶á\x18 [«ò\x03 ) "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"\x0F 3í1R˜G¦€–e)i"E\ "
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"\x0F 3í1R˜G¦€–e)i"E\ "
b"OJj¬ORN\x08 „"üÀˆŸM* "
b"\x0F 3í1R˜G¦€–e)i"E\ "
b"ù"üLLFø¬i\x03 ©’JìÝ "
b"\x0F 3í1R˜G¦€–e)i"E\ "
b"4Us÷GÙF "\r û\x02 Å\x1F Ð "
b"\x0F 3í1R˜G¦€–e)i"E\ "
b"`”Ck—½Mÿ¶á\x18 [«ò\x03 ) "
b"\x0F 3í1R˜G¦€–e)i"E\ "
b"]\e £°ŒJF-¡G\t fK.° "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ù¤ÄmeJÛºÔ0Géo "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"ö‡……IgNœƒa4{%"_Ö "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"ö‡……IgNœƒa4{%"_Ö "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"ö‡……IgNœƒa4{%"_Ö "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"ö‡……IgNœƒa4{%"_Ö "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"ö‡……IgNœƒa4{%"_Ö "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"ö‡……IgNœƒa4{%"_Ö "
b"ö‡……IgNœƒa4{%"_Ö "
b"ù¤ÄmeJÛºÔ0Géo "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"ö‡……IgNœƒa4{%"_Ö "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ù¤ÄmeJÛºÔ0Géo "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"ö‡……IgNœƒa4{%"_Ö "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"ö‡……IgNœƒa4{%"_Ö "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"ö‡……IgNœƒa4{%"_Ö "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"ö‡……IgNœƒa4{%"_Ö "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"ö‡……IgNœƒa4{%"_Ö "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"ö‡……IgNœƒa4{%"_Ö "
b"ö‡……IgNœƒa4{%"_Ö "
b"ù¤ÄmeJÛºÔ0Géo "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"½Üq:÷`D\x02 ¤\x00 u&}Ù©ñ "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"ßÈq0öMº®\e Ç/º[[, "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"%¬6„Ä\e DâŒYÆb£ï|3 "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"žyœáÏ)At‚¿\x14 ÿ7íQ, "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
b"=t\x01\x01 +½O¶¦ùÙW°¤Ý\r "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"\x7F\x01 Í\f e¨DЊgæÓ‡8¶“ "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"\x19 ajhuÚD*³¦-z\x07 Óó¤ "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"óö&zó–Kv’-ƒ2¦Ù\x07 Ì "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"½Üq:÷`D\x02 ¤\x00 u&}Ù©ñ "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"ßÈq0öMº®\e Ç/º[[, "
b"%¬6„Ä\e DâŒYÆb£ï|3 "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"žyœáÏ)At‚¿\x14 ÿ7íQ, "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
b"=t\x01\x01 +½O¶¦ùÙW°¤Ý\r "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"\x7F\x01 Í\f e¨DЊgæÓ‡8¶“ "
b"\x19 ajhuÚD*³¦-z\x07 Óó¤ "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"óö&zó–Kv’-ƒ2¦Ù\x07 Ì "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ù¤ÄmeJÛºÔ0Géo "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"ö‡……IgNœƒa4{%"_Ö "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"ö‡……IgNœƒa4{%"_Ö "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"ö‡……IgNœƒa4{%"_Ö "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"ö‡……IgNœƒa4{%"_Ö "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"ö‡……IgNœƒa4{%"_Ö "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"ö‡……IgNœƒa4{%"_Ö "
b"ö‡……IgNœƒa4{%"_Ö "
b"ù¤ÄmeJÛºÔ0Géo "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"½Üq:÷`D\x02 ¤\x00 u&}Ù©ñ "
b"ßÈq0öMº®\e Ç/º[[, "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"%¬6„Ä\e DâŒYÆb£ï|3 "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"žyœáÏ)At‚¿\x14 ÿ7íQ, "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
b"=t\x01\x01 +½O¶¦ùÙW°¤Ý\r "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"\x7F\x01 Í\f e¨DЊgæÓ‡8¶“ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"\x19 ajhuÚD*³¦-z\x07 Óó¤ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"óö&zó–Kv’-ƒ2¦Ù\x07 Ì "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"½Üq:÷`D\x02 ¤\x00 u&}Ù©ñ "
b"ßÈq0öMº®\e Ç/º[[, "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"%¬6„Ä\e DâŒYÆb£ï|3 "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"žyœáÏ)At‚¿\x14 ÿ7íQ, "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
b"=t\x01\x01 +½O¶¦ùÙW°¤Ý\r "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"\x7F\x01 Í\f e¨DЊgæÓ‡8¶“ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"\x19 ajhuÚD*³¦-z\x07 Óó¤ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"óö&zó–Kv’-ƒ2¦Ù\x07 Ì "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"ù¤ÄmeJÛºÔ0Géo "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"½Üq:÷`D\x02 ¤\x00 u&}Ù©ñ "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"ßÈq0öMº®\e Ç/º[[, "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"%¬6„Ä\e DâŒYÆb£ï|3 "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"žyœáÏ)At‚¿\x14 ÿ7íQ, "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
b"=t\x01\x01 +½O¶¦ùÙW°¤Ý\r "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"\x7F\x01 Í\f e¨DЊgæÓ‡8¶“ "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"\x19 ajhuÚD*³¦-z\x07 Óó¤ "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"óö&zó–Kv’-ƒ2¦Ù\x07 Ì "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"½Üq:÷`D\x02 ¤\x00 u&}Ù©ñ "
b"ßÈq0öMº®\e Ç/º[[, "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"%¬6„Ä\e DâŒYÆb£ï|3 "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"žyœáÏ)At‚¿\x14 ÿ7íQ, "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
b"=t\x01\x01 +½O¶¦ùÙW°¤Ý\r "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"\x7F\x01 Í\f e¨DЊgæÓ‡8¶“ "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"\x19 ajhuÚD*³¦-z\x07 Óó¤ "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"óö&zó–Kv’-ƒ2¦Ù\x07 Ì "
b"]\e £°ŒJF-¡G\t fK.° "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
]
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.override_1.name` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.override_1.name` ,
`property_group_option.group.translation.name`
) as `property_group_option.group.name` ,
`property_group_option.group.translation.override_1.description` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.override_1.description` ,
`property_group_option.group.translation.description`
) as `property_group_option.group.description` ,
`property_group_option.group.translation.override_1.position` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.override_1.position` ,
`property_group_option.group.translation.position`
) as `property_group_option.group.position` ,
`property_group_option.group.translation.override_1.customFields` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.override_1.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` . `file_hash` as `property_group_option.media.fileHash` ,
`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.override_1.title` ,
`property_group_option.media.translation.title` ,
COALESCE (
`property_group_option.media.translation.override_1.title` ,
`property_group_option.media.translation.title`
) as `property_group_option.media.title` ,
`property_group_option.media.translation.override_1.alt` ,
`property_group_option.media.translation.alt` ,
COALESCE (
`property_group_option.media.translation.override_1.alt` ,
`property_group_option.media.translation.alt`
) as `property_group_option.media.alt` ,
`property_group_option.media.translation.override_1.customFields` ,
`property_group_option.media.translation.customFields` ,
COALESCE (
`property_group_option.media.translation.override_1.customFields` ,
`property_group_option.media.translation.customFields`
) as `property_group_option.media.customFields` ,
`property_group_option.translation.override_1.name` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.override_1.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.override_1.position` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.override_1.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.override_1.customFields` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.override_1.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.override_1` . `name` as `property_group_option.translation.override_1.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation.override_1` . `position` as `property_group_option.translation.override_1.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` ,
`property_group_option.translation.override_1` . `custom_fields` as `property_group_option.translation.override_1.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
LEFT JOIN `property_group_option_translation` `property_group_option.translation.override_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.override_1` . `property_group_option_id`
AND `property_group_option.translation.override_1` . `language_id` = ?
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
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.override_1` . `name` as `property_group_option.group.translation.override_1.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation.override_1` . `description` as `property_group_option.group.translation.override_1.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation.override_1` . `position` as `property_group_option.group.translation.override_1.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.override_1` . `custom_fields` as `property_group_option.group.translation.override_1.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
LEFT JOIN `property_group_translation` `property_group_option.group.translation.override_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.override_1` . `property_group_id`
AND `property_group_option.group.translation.override_1` . `language_id` = ?
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation.override_1` . `alt` as `property_group_option.media.translation.override_1.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation.override_1` . `title` as `property_group_option.media.translation.override_1.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.override_1` . `custom_fields` as `property_group_option.media.translation.override_1.customFields`
FROM
`media_translation` `property_group_option.media.translation`
LEFT JOIN `media_translation` `property_group_option.media.translation.override_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.override_1` . `media_id`
AND `property_group_option.media.translation.override_1` . `language_id` = ?
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.override_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.override_1.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.override_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.override_1.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.override_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.override_1.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.override_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.override_1.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` . `file_hash` as `property_group_option.media.fileHash` , `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.override_1.title` , `property_group_option.media.translation.title` , COALESCE (`property_group_option.media.translation.override_1.title` , `property_group_option.media.translation.title` ) as `property_group_option.media.title` , `property_group_option.media.translation.override_1.alt` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.override_1.alt` , `property_group_option.media.translation.alt` ) as `property_group_option.media.alt` , `property_group_option.media.translation.override_1.customFields` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.override_1.customFields` , `property_group_option.media.translation.customFields` ) as `property_group_option.media.customFields` , `property_group_option.translation.override_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.override_1.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.override_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.override_1.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.override_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.override_1.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.override_1` . `name` as `property_group_option.translation.override_1.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation.override_1` . `position` as `property_group_option.translation.override_1.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` , `property_group_option.translation.override_1` . `custom_fields` as `property_group_option.translation.override_1.customFields` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.override_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.override_1` . `property_group_option_id` AND `property_group_option.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC 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.override_1` . `name` as `property_group_option.group.translation.override_1.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation.override_1` . `description` as `property_group_option.group.translation.override_1.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation.override_1` . `position` as `property_group_option.group.translation.override_1.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` , `property_group_option.group.translation.override_1` . `custom_fields` as `property_group_option.group.translation.override_1.customFields` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.override_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.override_1` . `property_group_id` AND `property_group_option.group.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC 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.override_1` . `alt` as `property_group_option.media.translation.override_1.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation.override_1` . `title` as `property_group_option.media.translation.override_1.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` , `property_group_option.media.translation.override_1` . `custom_fields` as `property_group_option.media.translation.override_1.customFields` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.override_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.override_1` . `media_id` AND `property_group_option.media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC 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 (0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x94E122469D98422E9E1B31612F615B8E , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x1A92170A015E40729F28D756F298B1B6 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x60488494DB4D4871BCCA62AF889D07F4 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x58E34BC085714D82B41F0789614AFD34 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x954B323FB5F14A89A934DF5A62927FA0 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x016CD737CCD34B5FB91A4F555A65743A , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x1A92170A015E40729F28D756F298B1B6 , 0x4317DF4537A34536A567D2875D998FE4 , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4317DF4537A34536A567D2875D998FE4 , 0x60488494DB4D4871BCCA62AF889D07F4 , 0x4317DF4537A34536A567D2875D998FE4 , 0x58E34BC085714D82B41F0789614AFD34 , 0x4317DF4537A34536A567D2875D998FE4 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4317DF4537A34536A567D2875D998FE4 , 0x954B323FB5F14A89A934DF5A62927FA0 , 0x4317DF4537A34536A567D2875D998FE4 , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0x4317DF4537A34536A567D2875D998FE4 , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x4317DF4537A34536A567D2875D998FE4 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0x016CD737CCD34B5FB91A4F555A65743A , 0x4317DF4537A34536A567D2875D998FE4 , 0x1A92170A015E40729F28D756F298B1B6 , 0x94E122469D98422E9E1B31612F615B8E , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0x94E122469D98422E9E1B31612F615B8E , 0x58E34BC085714D82B41F0789614AFD34 , 0x94E122469D98422E9E1B31612F615B8E , 0x61D3E268E2A445FAAA8E960C136ED97D , 0x94E122469D98422E9E1B31612F615B8E , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0x94E122469D98422E9E1B31612F615B8E , 0x94E122469D98422E9E1B31612F615B8E , 0x954B323FB5F14A89A934DF5A62927FA0 , 0x94E122469D98422E9E1B31612F615B8E , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0x94E122469D98422E9E1B31612F615B8E , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x94E122469D98422E9E1B31612F615B8E , 0x9D90C80FE304412DA19AE77C7684BB0F , 0x016CD737CCD34B5FB91A4F555A65743A , 0x94E122469D98422E9E1B31612F615B8E , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x1A92170A015E40729F28D756F298B1B6 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x58E34BC085714D82B41F0789614AFD34 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x61D3E268E2A445FAAA8E960C136ED97D , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x954B323FB5F14A89A934DF5A62927FA0 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x9D90C80FE304412DA19AE77C7684BB0F , 0x016CD737CCD34B5FB91A4F555A65743A , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0xBA190BCC33224C4A93A858542875D038 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x4317DF4537A34536A567D2875D998FE4 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0x4317DF4537A34536A567D2875D998FE4 , 0xBA190BCC33224C4A93A858542875D038 , 0x4317DF4537A34536A567D2875D998FE4 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0x4317DF4537A34536A567D2875D998FE4 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0x4317DF4537A34536A567D2875D998FE4 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0x4317DF4537A34536A567D2875D998FE4 , 0x4317DF4537A34536A567D2875D998FE4 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x1A92170A015E40729F28D756F298B1B6 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x58E34BC085714D82B41F0789614AFD34 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x954B323FB5F14A89A934DF5A62927FA0 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x016CD737CCD34B5FB91A4F555A65743A , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x1A92170A015E40729F28D756F298B1B6 , 0x4317DF4537A34536A567D2875D998FE4 , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4317DF4537A34536A567D2875D998FE4 , 0x58E34BC085714D82B41F0789614AFD34 , 0x4317DF4537A34536A567D2875D998FE4 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4317DF4537A34536A567D2875D998FE4 , 0x954B323FB5F14A89A934DF5A62927FA0 , 0x4317DF4537A34536A567D2875D998FE4 , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0x4317DF4537A34536A567D2875D998FE4 , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x4317DF4537A34536A567D2875D998FE4 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0x016CD737CCD34B5FB91A4F555A65743A , 0x4317DF4537A34536A567D2875D998FE4 , 0x1A92170A015E40729F28D756F298B1B6 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x58E34BC085714D82B41F0789614AFD34 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x954B323FB5F14A89A934DF5A62927FA0 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x016CD737CCD34B5FB91A4F555A65743A , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x1A92170A015E40729F28D756F298B1B6 , 0x4317DF4537A34536A567D2875D998FE4 , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4317DF4537A34536A567D2875D998FE4 , 0x58E34BC085714D82B41F0789614AFD34 , 0x4317DF4537A34536A567D2875D998FE4 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4317DF4537A34536A567D2875D998FE4 , 0x954B323FB5F14A89A934DF5A62927FA0 , 0x4317DF4537A34536A567D2875D998FE4 , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0x4317DF4537A34536A567D2875D998FE4 , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x4317DF4537A34536A567D2875D998FE4 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0x016CD737CCD34B5FB91A4F555A65743A , 0x4317DF4537A34536A567D2875D998FE4 , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x5585044676B64161A0187033658DF888 , 0xB964C0C143B94958B33C97D391E661AA , 0x5585044676B64161A0187033658DF888 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0x9313030D057C48CBB22749EFB943F24B , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xBA190BCC33224C4A93A858542875D038 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x7C138D7346794B088DAFA759B98E3773 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x9313030D057C48CBB22749EFB943F24B , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0x9313030D057C48CBB22749EFB943F24B , 0xBA190BCC33224C4A93A858542875D038 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0x9313030D057C48CBB22749EFB943F24B , 0x9313030D057C48CBB22749EFB943F24B , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0x9313030D057C48CBB22749EFB943F24B , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0x9313030D057C48CBB22749EFB943F24B , 0x7C138D7346794B088DAFA759B98E3773 , 0x9313030D057C48CBB22749EFB943F24B , 0x9313030D057C48CBB22749EFB943F24B , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x9313030D057C48CBB22749EFB943F24B , 0xF2B6AF6D8E794D3B8508ED8C112BC9C7 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xBA190BCC33224C4A93A858542875D038 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0x7C138D7346794B088DAFA759B98E3773 , 0xF2B6AF6D8E794D3B8508ED8C112BC9C7 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xBA190BCC33224C4A93A858542875D038 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x7C138D7346794B088DAFA759B98E3773 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xF2B6AF6D8E794D3B8508ED8C112BC9C7 , 0x9313030D057C48CBB22749EFB943F24B , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0x9313030D057C48CBB22749EFB943F24B , 0xBA190BCC33224C4A93A858542875D038 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0x9313030D057C48CBB22749EFB943F24B , 0x9313030D057C48CBB22749EFB943F24B , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0x9313030D057C48CBB22749EFB943F24B , 0x9313030D057C48CBB22749EFB943F24B , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0x9313030D057C48CBB22749EFB943F24B , 0x7C138D7346794B088DAFA759B98E3773 , 0x9313030D057C48CBB22749EFB943F24B , 0x9313030D057C48CBB22749EFB943F24B , 0xF2B6AF6D8E794D3B8508ED8C112BC9C7 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xF2B6AF6D8E794D3B8508ED8C112BC9C7 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0x9313030D057C48CBB22749EFB943F24B , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xB4AFD32E876E4CA5A0F18D784FACB072 , 0x28138E6BC0F749119539B4F5FC61C9AA , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x9488DA5D237B437C8395C8BB1F78014F , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0xB8D6358FBC5D4F23BF2775A1395B7056 , 0x3A20F1AB12414BDD88A721E2602E3917 , 0xB826BCE8B48648BB96ECFD22D1EAD1F2 , 0x28138E6BC0F749119539B4F5FC61C9AA , 0xE8DA3606107D4BB0A42121A366278F44 , 0xC6B068DBE8AB4162BDCC35875D442B51 , 0xEFFF9B7CDA2646AC9E028725D7EC15B5 , 0x0D0EB80D020B42F2BAC9202E3ADEF21E , 0x6958BD02963F4C2CB61FE182E3AFAF6B , 0x3A6EBB21B7964367AF3F0B24A438EDC9 , 0xB4AFD32E876E4CA5A0F18D784FACB072 , 0xB8D6358FBC5D4F23BF2775A1395B7056 , 0x3A20F1AB12414BDD88A721E2602E3917 , 0xB826BCE8B48648BB96ECFD22D1EAD1F2 , 0xE8DA3606107D4BB0A42121A366278F44 , 0xC6B068DBE8AB4162BDCC35875D442B51 , 0xEFFF9B7CDA2646AC9E028725D7EC15B5 , 0x0D0EB80D020B42F2BAC9202E3ADEF21E , 0x6958BD02963F4C2CB61FE182E3AFAF6B , 0xBE4215983C5A4F24AC9BF870ED4ABAE0 , 0x3A6EBB21B7964367AF3F0B24A438EDC9 , 0x1A92170A015E40729F28D756F298B1B6 , 0x60488494DB4D4871BCCA62AF889D07F4 , 0x58E34BC085714D82B41F0789614AFD34 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0x412B3D4BD1114C8E8D9F4CAA22CAF938 , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0x954B323FB5F14A89A934DF5A62927FA0 , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0x016CD737CCD34B5FB91A4F555A65743A , 0xBA190BCC33224C4A93A858542875D038 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xBE4215983C5A4F24AC9BF870ED4ABAE0 , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xB964C0C143B94958B33C97D391E661AA , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xB964C0C143B94958B33C97D391E661AA , 0xBA190BCC33224C4A93A858542875D038 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xB964C0C143B94958B33C97D391E661AA , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xB964C0C143B94958B33C97D391E661AA , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xF687858549674E9C8361347B25225FD6 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xF687858549674E9C8361347B25225FD6 , 0xBA190BCC33224C4A93A858542875D038 , 0xF687858549674E9C8361347B25225FD6 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xF687858549674E9C8361347B25225FD6 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xF687858549674E9C8361347B25225FD6 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xF687858549674E9C8361347B25225FD6 , 0x4F4A6AAC4F524E088422FCC0889F4D2A , 0xB964C0C143B94958B33C97D391E661AA , 0xB964C0C143B94958B33C97D391E661AA , 0xF922FC4C9D4C46F8AC6903A9924AECDD , 0x345573F747D94690A0220DFB02C51FD0 , 0xB964C0C143B94958B33C97D391E661AA , 0x6094436B97BD4DFFB6E1185BABF20329 , 0xB964C0C143B94958B33C97D391E661AA , 0x5D1BA3B08C4A462DA1AD4709664B2EB0 , 0xB964C0C143B94958B33C97D391E661AA , 0x5585044676B64161A0187033658DF888 , 0xF687858549674E9C8361347B25225FD6 , 0x4F4A6AAC4F524E088422FCC0889F4D2A , 0xF687858549674E9C8361347B25225FD6 , 0xF687858549674E9C8361347B25225FD6 , 0xF922FC4C9D4C46F8AC6903A9924AECDD , 0x345573F747D94690A0220DFB02C51FD0 , 0xF687858549674E9C8361347B25225FD6 , 0x6094436B97BD4DFFB6E1185BABF20329 , 0xF687858549674E9C8361347B25225FD6 , 0x5D1BA3B08C4A462DA1AD4709664B2EB0 , 0xF687858549674E9C8361347B25225FD6 , 0x1A2D3858289849F79DA4905D3BD15E7E , 0x5585044676B64161A0187033658DF888 , 0x1A2D3858289849F79DA4905D3BD15E7E , 0x4F4A6AAC4F524E088422FCC0889F4D2A , 0x1A2D3858289849F79DA4905D3BD15E7E , 0xF922FC4C9D4C46F8AC6903A9924AECDD , 0x1A2D3858289849F79DA4905D3BD15E7E , 0x345573F747D94690A0220DFB02C51FD0 , 0x1A2D3858289849F79DA4905D3BD15E7E , 0x6094436B97BD4DFFB6E1185BABF20329 , 0x1A2D3858289849F79DA4905D3BD15E7E , 0x5D1BA3B08C4A462DA1AD4709664B2EB0 , 0x14DC0769DFCF4BCC8BC2F652335C18CF , 0x5585044676B64161A0187033658DF888 , 0x14DC0769DFCF4BCC8BC2F652335C18CF , 0x4F4A6AAC4F524E088422FCC0889F4D2A , 0x14DC0769DFCF4BCC8BC2F652335C18CF , 0xF922FC4C9D4C46F8AC6903A9924AECDD , 0x14DC0769DFCF4BCC8BC2F652335C18CF , 0x345573F747D94690A0220DFB02C51FD0 , 0x14DC0769DFCF4BCC8BC2F652335C18CF , 0x6094436B97BD4DFFB6E1185BABF20329 , 0x14DC0769DFCF4BCC8BC2F652335C18CF , 0x5D1BA3B08C4A462DA1AD4709664B2EB0 , 0x4F4A6AAC4F524E088422FCC0889F4D2A , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xF922FC4C9D4C46F8AC6903A9924AECDD , 0x345573F747D94690A0220DFB02C51FD0 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x6094436B97BD4DFFB6E1185BABF20329 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x0F33ED31529847A6809665296922455C , 0x5585044676B64161A0187033658DF888 , 0x0F33ED31529847A6809665296922455C , 0x4F4A6AAC4F524E088422FCC0889F4D2A , 0x0F33ED31529847A6809665296922455C , 0xF922FC4C9D4C46F8AC6903A9924AECDD , 0x0F33ED31529847A6809665296922455C , 0x345573F747D94690A0220DFB02C51FD0 , 0x0F33ED31529847A6809665296922455C , 0x6094436B97BD4DFFB6E1185BABF20329 , 0x0F33ED31529847A6809665296922455C , 0x5D1BA3B08C4A462DA1AD4709664B2EB0 , 0xB964C0C143B94958B33C97D391E661AA , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xB964C0C143B94958B33C97D391E661AA , 0xBA190BCC33224C4A93A858542875D038 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xB964C0C143B94958B33C97D391E661AA , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xB964C0C143B94958B33C97D391E661AA , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xB964C0C143B94958B33C97D391E661AA , 0xB964C0C143B94958B33C97D391E661AA , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xF687858549674E9C8361347B25225FD6 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xF687858549674E9C8361347B25225FD6 , 0xBA190BCC33224C4A93A858542875D038 , 0xF687858549674E9C8361347B25225FD6 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xF687858549674E9C8361347B25225FD6 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xF687858549674E9C8361347B25225FD6 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xF687858549674E9C8361347B25225FD6 , 0xF687858549674E9C8361347B25225FD6 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0xF687858549674E9C8361347B25225FD6 , 0xB964C0C143B94958B33C97D391E661AA , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xB964C0C143B94958B33C97D391E661AA , 0xBA190BCC33224C4A93A858542875D038 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xB964C0C143B94958B33C97D391E661AA , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xB964C0C143B94958B33C97D391E661AA , 0xB964C0C143B94958B33C97D391E661AA , 0xF990A4C46D654ADBBAD4903047E96F20 , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xF687858549674E9C8361347B25225FD6 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xF687858549674E9C8361347B25225FD6 , 0xBA190BCC33224C4A93A858542875D038 , 0xF687858549674E9C8361347B25225FD6 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xF687858549674E9C8361347B25225FD6 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xF687858549674E9C8361347B25225FD6 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xF687858549674E9C8361347B25225FD6 , 0xF687858549674E9C8361347B25225FD6 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0xB964C0C143B94958B33C97D391E661AA , 0xBA190BCC33224C4A93A858542875D038 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xB964C0C143B94958B33C97D391E661AA , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xB964C0C143B94958B33C97D391E661AA , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xB964C0C143B94958B33C97D391E661AA , 0xBDDC713AF7604402A40075267DD9A9F1 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x8FDFC87130F64DBAAE1BC72FBA5B5B2C , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x25AC3684C41B44E28C59C662A3EF7C33 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x9E799CE1CF29417482BF14FF37ED512C , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xFD712EF1BE5B427DA791C6DAD0DF06A0 , 0x3D7401012BBD4FB6A6F9D957B0A4DD0D , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x7F01CD0C65A844D08A67E6D38738B693 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x19616A6875DA442AB3A62D7A07D3F3A4 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xF3F6267AF3964B76922D8332A6D907CC , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0xBDDC713AF7604402A40075267DD9A9F1 , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x8FDFC87130F64DBAAE1BC72FBA5B5B2C , 0x25AC3684C41B44E28C59C662A3EF7C33 , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x9E799CE1CF29417482BF14FF37ED512C , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0xFD712EF1BE5B427DA791C6DAD0DF06A0 , 0x3D7401012BBD4FB6A6F9D957B0A4DD0D , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x7F01CD0C65A844D08A67E6D38738B693 , 0x19616A6875DA442AB3A62D7A07D3F3A4 , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0xF3F6267AF3964B76922D8332A6D907CC , 0xB964C0C143B94958B33C97D391E661AA , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xB964C0C143B94958B33C97D391E661AA , 0xBA190BCC33224C4A93A858542875D038 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xB964C0C143B94958B33C97D391E661AA , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xB964C0C143B94958B33C97D391E661AA , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xB964C0C143B94958B33C97D391E661AA , 0xB964C0C143B94958B33C97D391E661AA , 0xF990A4C46D654ADBBAD4903047E96F20 , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xF687858549674E9C8361347B25225FD6 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xF687858549674E9C8361347B25225FD6 , 0xBA190BCC33224C4A93A858542875D038 , 0xF687858549674E9C8361347B25225FD6 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xF687858549674E9C8361347B25225FD6 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xF687858549674E9C8361347B25225FD6 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xF687858549674E9C8361347B25225FD6 , 0xF687858549674E9C8361347B25225FD6 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xBDDC713AF7604402A40075267DD9A9F1 , 0x8FDFC87130F64DBAAE1BC72FBA5B5B2C , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x25AC3684C41B44E28C59C662A3EF7C33 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x9E799CE1CF29417482BF14FF37ED512C , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xFD712EF1BE5B427DA791C6DAD0DF06A0 , 0x3D7401012BBD4FB6A6F9D957B0A4DD0D , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x7F01CD0C65A844D08A67E6D38738B693 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x19616A6875DA442AB3A62D7A07D3F3A4 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xF3F6267AF3964B76922D8332A6D907CC , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xBDDC713AF7604402A40075267DD9A9F1 , 0x8FDFC87130F64DBAAE1BC72FBA5B5B2C , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x25AC3684C41B44E28C59C662A3EF7C33 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x9E799CE1CF29417482BF14FF37ED512C , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xFD712EF1BE5B427DA791C6DAD0DF06A0 , 0x3D7401012BBD4FB6A6F9D957B0A4DD0D , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x7F01CD0C65A844D08A67E6D38738B693 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x19616A6875DA442AB3A62D7A07D3F3A4 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xF3F6267AF3964B76922D8332A6D907CC , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xBA190BCC33224C4A93A858542875D038 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0xDB97E26167884B0EAD36505998A9E623 , 0xBDDC713AF7604402A40075267DD9A9F1 , 0xDB97E26167884B0EAD36505998A9E623 , 0x8FDFC87130F64DBAAE1BC72FBA5B5B2C , 0xDB97E26167884B0EAD36505998A9E623 , 0x25AC3684C41B44E28C59C662A3EF7C33 , 0xDB97E26167884B0EAD36505998A9E623 , 0x9E799CE1CF29417482BF14FF37ED512C , 0xDB97E26167884B0EAD36505998A9E623 , 0xDB97E26167884B0EAD36505998A9E623 , 0xFD712EF1BE5B427DA791C6DAD0DF06A0 , 0x3D7401012BBD4FB6A6F9D957B0A4DD0D , 0xDB97E26167884B0EAD36505998A9E623 , 0x7F01CD0C65A844D08A67E6D38738B693 , 0xDB97E26167884B0EAD36505998A9E623 , 0x19616A6875DA442AB3A62D7A07D3F3A4 , 0xDB97E26167884B0EAD36505998A9E623 , 0xDB97E26167884B0EAD36505998A9E623 , 0xF3F6267AF3964B76922D8332A6D907CC , 0x9488DA5D237B437C8395C8BB1F78014F , 0xBDDC713AF7604402A40075267DD9A9F1 , 0x8FDFC87130F64DBAAE1BC72FBA5B5B2C , 0x9488DA5D237B437C8395C8BB1F78014F , 0x25AC3684C41B44E28C59C662A3EF7C33 , 0x9488DA5D237B437C8395C8BB1F78014F , 0x9488DA5D237B437C8395C8BB1F78014F , 0x9E799CE1CF29417482BF14FF37ED512C , 0x9488DA5D237B437C8395C8BB1F78014F , 0xFD712EF1BE5B427DA791C6DAD0DF06A0 , 0x3D7401012BBD4FB6A6F9D957B0A4DD0D , 0x9488DA5D237B437C8395C8BB1F78014F , 0x7F01CD0C65A844D08A67E6D38738B693 , 0x9488DA5D237B437C8395C8BB1F78014F , 0x19616A6875DA442AB3A62D7A07D3F3A4 , 0x9488DA5D237B437C8395C8BB1F78014F , 0x9488DA5D237B437C8395C8BB1F78014F , 0xF3F6267AF3964B76922D8332A6D907CC , 0x5D1BA3B08C4A462DA1AD4709664B2EB0 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xB964C0C143B94958B33C97D391E661AA , 0xB964C0C143B94958B33C97D391E661AA , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 );
Copy
66
4.22 ms
SELECT `product_visibility` . `id` as `product_visibility.id` , `product_visibility` . `product_id` as `product_visibility.productId` , `product_visibility` . `product_version_id` as `product_visibility.productVersionId` , `product_visibility` . `sales_channel_id` as `product_visibility.salesChannelId` , `product_visibility` . `visibility` as `product_visibility.visibility` , `product_visibility` . `created_at` as `product_visibility.createdAt` , `product_visibility` . `updated_at` as `product_visibility.updatedAt` FROM `product_visibility` WHERE (`product_visibility` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"\x01 Y/¢qo‰\x19 lp~VËm "
b"\x01 Þ¢p·rE…þÖáfÈC? "
b"\x01 Þ¢qMqK„F|\e à.}[ "
b"\x01 Þ¢qŒp½ŒšÑ÷½–Tƒ "
b"\x01 Þ¢qÐrO‹øÿÅW«qû "
b"\x01 Þ¢qçp̘Ù9Wò¤‡9 "
b"\x01 ÞÁ¸\v s™\v §`>\x1F N; "
b"\x01 ÞÁ¸)qš}\x19\x1C ç“9ÿ "
b"\x01 ÞÁ¸=qá¸8©\x18\x12 Ô "
b"\x01 ÞÁ¸Ps;/Çàäæ\x19 " "
b"\x01 ÞÁ¸er7‡ã\x01 –lƇ§ "
b"\x01 ÞÁ¸{s9\r —\‚¿9à "
b"\x01 ÞÁ¸¦p‚ò¤‰¡î \x03 "
b"\x01 ÞÁ¸¼r`ŽêÑ;Ð‰ï’ "
b"\x01 ÞÁ¸ìpw¾æê\RG»› "
b"""
\x01 ÞÁ¹\x0E r\n
±@ߢp®ƒ
"""
b"\x01 ÞÁ¹3pÃP\\v\x04 ¹\6 "
b"\x01 ÞÁ¹MqZ•Frü\x03 F% "
b"\x01 ÞÁ¹jr5±8¸ÒøÚ=â "
b"\x01 ÞÁ¹‚p€¸Ø!!\x11 #;ú "
b"\x01 ÞÁ¹™s”‡\x07 ²\x14 ¯˜rñ "
b"\x01 ÞÁ¹±qz©pCÝn©c5 "
b"\x01 ÞÁ¹Ëp¹³$(ÉR\x18 2ý "
b"\x01 ÞÁ¹âpH‹ÕL"‘fæ "
b"\x01 ÞÁ¹ür\r «F+PéÆÃ\x03 "
b"\x01 ÞÁº\x16 p ²¬Ã\x15\x15 ÚqË "
b"\x01 ÞÁº:pAŽ\r ©A/\r zÀ "
b"\x01 ÞÁºRrd©µÙ—ÓÜŒ£ "
b"\x01 ÞÁºkr@œZJ\x1E \r }‰] "
b"\x01 ÞÁÈ)q×:ÒgÊç½ñ "
b"\x01 ÞÁÈLq¸¹,Á¨ñâd "
b"\x01 ÞÁÈesûª\x1A Ù\x19 »wp~ "
b"\x01 ÞÁÈ\x7F rq°›uqó‰\x02 v "
b"\x01 ÞÁÈ–p\v ”~\x00 \n ^3\x1F Þ "
b"\x01 ÞÁȱq< "ûRù>†J "
b"\x01 ÞÁÈÑsg¯úžêT”\x16 Â "
b"\x01 ÞÁÈìpÏ—¤•h\x19 íN "
b"\x01 ÞÁÉ\x06 q\x19 ¢ó?>Íw\x1A ä "
b"\x01 ÞÁÉ%sІ×/ü:þþ| "
b"\x01 ÞÁÉHr”k¼)[µtm "
b"\x01 ÞÁÉZs‚‚ô«\?k¬i "
b"""
\x01 ÞÁÉnr¿ƒeª*ê\n
b\x04
"""
b"\x01 ÞÁɇs¡¡"ÚF¯Ã&V "
b"\x01 ÞÁÉ™rø«OGi`gGN "
b"\x01 ÞÁɬs‘£ïãôMÀ\x04 Š "
b"\x01 ÞÁɽp«”g\x11 ‰s|úû "
b"\x01 ÞÁÉÏrQ\x11 o\x01 O\x07\t à "
b"""
\x01 ÞÁÉärF’’.õ?h\n
n
"""
b"\x01 ÞÁÉüsn¶cçƒ\x06 äæÞ "
b"\x01 ÞÁÊ\x1D q/UÖ0“´º¸ "
b"\x01 ÞÁÞhr¾kœÛ£Ž "
b"\x01 ÞÁÞŠs¶ˆÆð·¼2ž "
b"\x01 ÞÁÞ¤rðŠd·\x14 ƒ\x7F U "
b"\x01 ÞÁÞ·p ¯Ä~=¹r'Í "
b"\x01 ÞÁÞÌpõª+?\x12 u>„ "
b"\x01 ÞÁÞêr\r ¦¢—\`ñðf "
b"\x01 ÞÁß\x14 pž\x18 ¶Ê\x05 ·:U "
b"\x01 ÞÁß,qg„Ä\x19 çýP\x0E ” "
b"\x01 ÞÁß?rÈ¥b\x1C 7Ñ\x1E ® "
b"\x01 ÞÁßQr„¿)\x14\x04\f U^‹ "
b"\x01 ÞÁßcs|¢ÂàÂ\x7F ü» "
b"\x01 ÞÁßtqK±õ¼p\x16 Qѵ "
b"\x01 ÞÁ߈s\x12 „îSWUÑ&• "
b"\x01 ÞÁá²pj§ôqÔ(f° "
b"\x01 ÞÁáÆp™Ù\x1E @)\x01 á´ "
b"\x01 ÞÁáÙpy²\x12 ‹Ê‡î¥0 "
b"\x01 ÞÁáïrW¬Ü–\x16\x05 x)Æ "
b"\x01 ÞÁâ\x06 q\x00 …(\x06 ó”ÒU§ "
b"\x01 ÞÁâ\x1F sº¢‘!ÿœ\x06 ãw "
b"\x01 ÞÁâ8p\x19 §Ýh\x1A Г\ "
b"\x01 ÞÁâ[qº±6\x04 ([ò@$ "
b"\x01 ÞÁâos9¯{ÜåP\x15\x07 € "
b"\x01 ÞÁâ„q²ræHþœŒ "
b"\x01 ÞÁâ™r¹¹Ñ\x03 °µÛÝ» "
b"\x01 ÞÁâ®s\x13 —z·P@7x\x13 "
b"\x01 ÞÁâÉs™Ža%‡m»Å\x1C "
b"\x01 ÞÁâär ¥ìÕlç˜ "
b"""
\x01 ÞÁâýs\n
ªö•qã,êÏ
"""
b"\x01 ÞÁã\x17 p³„„ã\x06 È|¦© "
b"\x01 ÞÁã:p¸4¸´°Ìă "
b"\x01 ÞÁã_pn„›t\x1E Õ’˜{ "
b"\x01 ÞÁè£s/°ïkÿ/\x06 þI "
b"\x01 ÞÁèÇr §7K¢ìV›ƒ "
b"\x01 ÞÁèÞqEŠìd~u$Ä "
b"\x01 ÞÁèýrz¯µâ0”ù\x11 > "
b"\x01 ÞÁé\x10 põ›ó{&e]ç_ "
b"\x01 ÞÁé)p̲QZ&>\x02\x7F Š "
b"\x01 ÞÁé;qœ«p\x05 ™è…È' "
b"\x01 ÞÁéWs(\x02 õ [잯 "
b"\x01 ÞÁémr³‹\x11 ªN&«Ç| "
b"\x01 ÞÁé–r•—ˆ†‹€ K6 "
b"\x01 ÞÁér€¥$¬ýŒ%Ë\x13 "
b"\x01 ÞÁéÃpi½\e BØ ¹ð_ "
b"\x01 ÞÁéÚqÀ’õÕ*\x11 FîÕ "
b"\x01 ÞÁéòrÙ²·_ñüûÇX "
b"\x01 ÞÁê\x12 r†œÇ@Ê]*.Å "
b"\x01 ÞÁê-ss—F¬Ñdø¼O "
b"\x01 ÞÁê@rË’È?€\e \>± "
b"\x01 ÞÁêTsÑŒ0|Ââ«] "
b"\x01 ÞÁêts¡™¼[\x1E Çdß "
b"\x01 ÞÁêq*žVc¬í\x00 ÷Ä "
b"\x01 ÞÁê¤p©½èõyétBÜ "
b"\x01 ÞÁê½q̬+?\x19 u¶Rº "
b"\x01 ÞÁêÒrºº£"\x15 Â\x12 … "
b"\x01 ÞÁêëqD“\x7F r¸h‹öó "
b"\x01 •¯kBSr¦"+Ršõ¢% "
b"\x01 •¯kC‚ré½ Çg\x7F ƒ_² "
b"\x01 •¯kDÖr–¤%½¹„ˆ›{ "
b"\x01 •¯k_Rpo¾žfP<Sd\x12 "
b"\x01 •¯k`†qÜ®ÞÆI}\x13 'ê "
b"\x01 •¯kaîq\x06 µpLAðgT! "
b"\x01 •¯kgmq(±S¤î)\x1F ‹ä "
b"\x01 •¯kt#rò»0D}q¸ðb "
b"\x01 •¯ktòrô¨#ô÷‰+‘! "
b"\x01 •¯k„Sp1Œ-Ð[;<k\x18 "
b"\x01 ˜!º\x07 ¾qó¯ÇNt\x00 ² "
b"\x01 ˜!ÁÊ#rp›×ÒŽ\d\x19 "
b"\x01 ˜!÷Î\x03 sܾ\x17 ï-ÂÍÍ\x1D "
b"\x01 ˜!÷Î\x1D q&š²N18@„r "
b"\x01 ˜!÷Î6rYœ+ \x1A @LQñ "
b"\x01 ˜!÷ÎLpzŒ<p¬%"\x19 Ï "
b"\x01 ˜!÷Îeq½·éK+Ú¿8> "
b"\x01 ˜!÷Î~q½Ò`šÆƒ1Î "
b"\x01 ˜!÷Î’s=®ž•šNX“Î "
b"\x01 ˜!÷Ωp䀳(\v aA€Ä "
b"\x01 ˜!÷ÎÌpØ·DK>&ßH˜ "
b"\x01 ˜!÷Îæq·‹ôðƒŒŽU "
b"\x01 ˜!÷ÎþrIŒ|¢\x1E\x17 5\x15 F "
b"\x01 ˜!÷Ï\x14 s"¥šî†o«Ùc "
b"\x01 ˜!÷Ï0pв\x12 ýw½ûE– "
b"\x01 ˜!÷ÏKrö¯N‘®*ðà} "
b"\x01 ˜!÷ÏdrĘ@Xyž\x03 ïþ "
b"\x01 ˜!÷Ï~rd$”;V]\r è "
b"\x01 ˜!ú: r®”ܳmñá⪠"
b"\x01 ˜!ú:Nrº¢žØ-O™\x05 ‰ "
b"\x01 ˜!ú:xrBºß¤ƒ\x01 …,N "
b"\x01 ˜!ú:•pö©RÔÁWÑd "
b"\x01 ˜!ú:«pM¦šÂ€`\x16 ¯‡ "
b"\x01 ˜!ú:ÁsÕ>w=Ô¤!L "
b"\x01 ˜!ûO‹rÀ—¸<Ökl-µ "
b"\x01 ˜!ûO¿sºŸk\x02 ú™{èž "
b"\x01 ˜!ûOæsv ™÷à"´Ï "
b"\x01 ˜!ûOÿr\x0F –X0\x1F K³'\x15 "
b"\x01 ˜!ûP\x14 s\x10 —ìÜ—\§TÉ "
b"\x01 ˜!ûP4ro†c,Z¹ŽÏ "
b"\x01 ˜!ûPLr\x00 ³qòi‹ˆ´´ "
b"\x01 ˜!ûPop†ºtPE\i‘“ "
b"\x01 ˜!ûP‹sR°˜?*\x19 ¦t "
b"\x01 ˜!ûP£r¤»4I€\x11 D\x13\x1C "
b"\x01 ˜!ûPÁs0„“ö‹2ÊjV "
b"\x01 ˜!ûPÜq4‹7•ÈЩ7Ë "
b"\x01 ˜!ûPörÈžÀEÑ+Á\t ¹ "
b"\x01 ˜!ûQ\x0F p…•0é¦yt®Š "
b"\x01 ˜!ûQ)rR±`‚®ú\x1A ¡ "
b"\x01 ˜!ûQ@p¬¹Ú°lx\x1E Ø” "
b"\x01 ˜!ûQTpŸ½r½;·\x15 z¿ "
b"\x01 ˜!ûQqqr‘qV^ÎMET "
b"\x01 ˜!ûQ…s¢µ\x1A\x11 ™\x7F ý‚˜ "
b"\x01 ˜!ÿ\x1C 2ql’¼ïžÅ;™¤ "
b"\x01 ˜!ÿ\x1C SqAšiáÐ@8©± "
b"\x01 ˜!ÿN\e q|·e\x7F #…A)\x18 "
b"\x01 ˜!ÿŽ(p潚NKÙ\x10 u‹ "
b"\x01 ˜!ÿ¢Àq‘‚\x02 |}7µ®ß "
b"\x01 ˜!ÿÿ,p„¯báÙîM’á "
b"\x01 ˜Vp¸s9¿NÁ\x12 Û^"c "
b"\x01 ˜Vý\x05 Çr\x0F °]Ùó©\e\x7F ´ "
b"\x01 ˜W0üïr\x07 ¨æRÇݦӞ "
b"\x01 ˜WpþgpTñë:\x0E\x0E 9N "
b"\x01 ˜W°œbp´©óE6\x15 "$P "
b"\x01 ˜XËΣs»ŠäÀR»o\x0E G "
b"\x01 ˜XËνr\v žªd4¡¨X "
b"\x01 ˜XËÎÙs*•ü)ã3\x1C 9\x01 "
b"""
\x01 ˜XϸIq‹·\n
b\x16 øó‚\x1A
"""
b"\x01 ˜XÕ\x07 p‚œ‚ÝSá!ŽS "
b"\x01 ˜XÕ\x07 Ös×…Æ\t ]À¬×š "
b"\x01 ˜XÕ\x08\x06 qõ &“Q\x17 šø^ "
b"\x01 ˜XÕ\x08 *q– :]6³Q‡Q "
b"\x01 ˜XÕ\x08 Dr†;\x1C Ób–*w "
b"\x01 ˜XÕ\x08 hp\x0F „³ˆ L\x18 é° "
b"\x01 ˜XÕ\x08 qU¹€’Ð;\x05 Q "
b"\x01 ˜XÕ\x08 ®p]ÝiR†s¯e "
b"\x01 ˜XÕ\x08 Ïs¶“wÿ›«°ˆ¬ "
b"\x01 ˜XÕ\x08 øsj›\x17 -óÉñ)² "
b"\x01 ˜XÕÁzså´€\x0E bU“\x1D Ç "
b"\x01 ˜XÕÁ—r‹Œ=\r sÞƒ\x12 0 "
b"\x01 ˜XÕÁ²s¶«SÂ\x00 Ø\x16 Üå "
b"\x01 ˜XÕÁÔrØ»í© Dà.\x19 "
b"\x01 ˜XÕÁôq””\x07 Ž®ìT…C "
b"\x01 ˜XÕÂ\x0F se¨éª®O:SŽ "
b"\x01 ˜XÕÂ.qþ½yQ¡êˆ¢\x16 "
b"\x01 ˜XÕÂMq‡½µ@ÕnKjà "
b"\x01 ˜XÕÂnqJ¯ð-x\x06 1×+ "
b"\x01 ˜XÕÂŽpmª\x19 {3´OíŠ "
b"\x01 ˜XÕ¯qÀ¹q¤æ«Ód "
b"\x01 ˜XÚ[ÙqÔ–Gãg%\f § "
b"\x01 ˜XÚ\\x05 pÊ©]>ϧ•8\e "
b"\x01 ˜XÚ\)qųRï\x16 Øå\x14 A "
b"\x01 ˜XÚ\Ks@£0::ßÇaå "
b"""
\x01 ˜XÚ\qrÙ§*ªž\n
¢F•
"""
b"\x01 ˜XÚ\–q¿¾¦×ÔbÊ=Ý "
b"\x01 ˜XÚ\¸qÉ®\x04 f\x04 ’—rì "
b"\x01 ˜XÚ\ÝrÇ™%Ь\x14 —o\x12 "
b"\x01 ˜XÚ]\x04 sЋí\x1A d ¿×ú "
b"\x01 ˜XÚ]*qm¿–äö%ÈË "
b"\x01 ˜XÚ]OrÛ£\x08 Í0Ý),Q "
b"\x01 ˜XÛPsqùQ`Nˆ¿\x04\x11 "
b"\x01 ˜XÛPžq\x18 \f …@.³« "
b"\x01 ˜XÛPÊs‡µG@-¥$æ "
b"\x01 ˜XÛÄ‹r\x1E †m X\x12\x05 %\x18 "
b"\x01 ˜Xܘp ¹\x14 ºï\x08 iä\x14 "
b"\x01 ˜™§\x10 &r$¾\r ª[#²èU "
b"\x01 ˜¢ù\x00 Øqr¨*À=#†$¾ "
b"\x01 ˜¢ù\x01\x14 q|¾bˆU(bPß "
b"\x01 ˜¢ù\x01 ,rï˜ù'€ËsHL "
b"\x01 ˜¢ù\x01 AsܧŸ*Ü{\t êú "
b"\x01 ˜¢ù\x01 Xqð¨g}k\x06 n¤¼ "
b"\x01 ˜¢ù\x01 lr̈hãñ5~8§ "
b"\x01 ˜¢ù\x01 ˆsö¦íGÚ©ó3n "
b"\x01 ˜¢ù\x01 šs¿«#\f ù€\f ¿^ "
b"\x01 ˜¢ù\x01 ´pǤ\t ‰Ç\4\x1C › "
b"\x01 ˜¢ù\x01 Éróµ\x15 ]—ÜüÏ0 "
b"\x01 ˜¢ù\x01 ÖqI’\x11 ©ø#Z>\x15 "
b"\x01 ˜¢ù\x01 çsi§ rfWÃ> "
b"\x01 ˜¢ù\x02\x00 qD½à\x05 î\x19 t "
b"\x01 ˜¢ù\x02\x16 p{ ;ú§5\x1C Η "
b"\x01 ˜¢ù\x02 )s| °‡¸\x00\x11 e\x05 "
b"\x01 ˜¢ù\x03 àrÑš®\r ¨àÑÄ\f "
b"\x01 ˜¢ù\x04\x07 q•½\x11 à±Vi`A "
b"\x01 ˜¢ù\x04\x1F sª²Tˆ\x10\t <»ä "
b"\x01 ˜¢ù\x04 4qý‚ÜG50d Š "
b"\x01 ˜¢ù\x04 LrÛ›‹âW*'*t "
b"\x01 ˜¢ù\x04 ]r„¹¾„ƒ±kFÿ "
b"\x01 ˜¢ù\x04 vsk£Ï¬¿Øƒ^h "
b"\x01 ˜¢ù\x04 ‰sð¥oŽÔØøo+ "
b"\x01 ˜¢ù\x04 q‹‚çˆ;³Ø_ "
b"\x01 ˜¢ù\x04 »pv§+U¶]6\x06 - "
b"\x01 ˜¢ù\x04 Õr^ºm€}jÌ\x14 Y "
b"\x01 ˜¢ù\x04 îp\x15 —\x10 [£9¼\x08 "
b"\x01 ˜¢ù\x04 ýq¨§ÿ\x07\x07\v Dµ– "
b"\x01 ˜¢ù\x05\x13 r\ƒ2§Bs\x08 f\x19 "
b"\x01 ˜¢ù\x05 -qGƒ…䮎±\x0E "
b"\x01 ˜¢ù\x05 BrѬ\x08 Ôaönv "
b"\x01 ˜¢ù\x05 UrÌŽW4*\x7F È\x04 "
b"\x01 ˜¢ù\x05 ap\x05 ž\e %V\x03 Q:U "
b"\x01 ˜¢ù\x05 qrí\]Ó¦‡ú "
b"\x01 ˜¢ù\x05 r´/Ë\x1F Úƒ\r ¼ "
b"\x01 ˜¢ù\x05 •p%¡‡AÎ\x18 ;ãØ "
b"\x01 ˜¢ù\x05 ©r\x15 ¦®VÈÜ;Îj "
b"""
\x01 ˜¢ù\x05 ·qA¸Å©1ï\n
‹®
"""
b"\x01 ˜¢ù\x05 Çqä§Ôuçµ7¡á "
b"\x01 ˜¢ù\x05 Úp\x12 …Ç«É^\v iÉ "
b"\x01 ˜¢ù\x05 êrnŽs}Éùn\x0F "
b"\x01 ˜¢ù\x05 ýsj•P$>¬ª²+ "
b"\x01 ˜¢ù\x06\v sK„ç™mçµö "
b"\x01 ˜¢ù\x06\e s‹âq0\x08 Úâ "
b"\x01 ˜¢ù-¡ph¸ÇG?~?á, "
b"\x01 ˜¢ù-±q\x01 “›“\x18 ¿\x08 äý "
b"\x01 ˜¢ù-¿s\x1D ©2½¼³P$ê "
b"\x01 ˜¢ù-Ñp¥†óp“ÎâÞð "
b"\x01 ˜¢ù-ÞpЈ„\x1C i×$Ù\ "
b"\x01 ˜¢ù-ìqæ‡\x18 F\x10\x16 )Š# "
b"\x01 ˜¢ù-ûp\x12 Ž>vðK!Ìå "
b"\x01 ˜¢ù.\f sÆ‚\9\x08 Airf "
b"\x01 ˜¢ù.\x1F s–´´d›M*ÉÆ "
b"\x01 ˜¢ù./q\x1C Š8šøÜçZ "
b"\x01 ˜¢ù.?rL†víë\x1D\x0E |× "
b"\x01 ˜¢ù.Kpõ¶\f •oÉË "
b"\x01 ˜¢ù.Xq*·2ee\f [ÏÆ "
b"""
\x01 ˜¢ù.fp\n
µò3NR|¢\v
"""
b"\x01 ˜¢ù.wqÙ†"Á˜\x02 ›V" "
b"\x01 ˜¢ù.ŽqR£[‚;yÖÔÉ "
b"\x01 ˜¢ù.žp\x02 °W;a§îM\v "
b"\x01 ˜¢ù.¬q›œãu\x07 ECŒ” "
b"\x01 ˜¢ù.¹pœ¨ñB¿Íõvù "
b"\x01 ˜¢ù.Åp\x07 Œ¼JJvrÐé "
b"\x01 ˜¢ù.Òqö¸™\x01 WZ\x15 ›D "
b"\x01 ˜¢ù.áp\x1A ƒÞ¬É–cŽ@ "
b"\x01 ˜¢ù.órê¹gŠ2ÍÂ\x16 < "
b"\x01 ˜¢ù/\x00 q¨‚DÿøsS?M "
b"\x01 ˜¢ù/\x0E rÖºáxK„¢\x7F ž "
b"\x01 ˜¢ù/#q–¥Œ\x13 Pëþ;Á "
b"\x01 ˜¢ù/9p›©f=³š\x06 »B "
b"\x01 ˜¢ù/Nq\x06 «ú\x13 q–`aÎ "
b"\x01 ˜¢ù/[qº„5\x15 Æ\x11 >\x17 î "
b"\x01 ˜¢ù1Åq?žÎÌïÞGŒA "
b"\x01 ˜¢ù1ßqÁˆÜ\x17 —üHø\x03 "
b"\x01 ˜¢ù2åsŸ¯ýÜö\x10 ô* "
b"\x01 ˜¢ù2úp}¥Ž+\x07 ¨‰ï "
b"\x01 ˜¢ù3\x0E ra£Vq¬i\f ýâ "
b"\x01 ˜¢ù3 s\x13 ž¢Sþ©Ô\x16 É "
b"\x01 ˜¢ù32r\x0F †è»\t úµ¬. "
b"\x01 ˜¢ù3FrG sî¾çÿ.„ "
b"\x01 ˜¢ù3VsË¢WGÒ†MpD "
b"\x01 ˜¢ù3fså³LÐß”„8f "
b"\x01 ˜¢ù3|q\x02 Ž„ã\x1C\x10 Oˆì "
b"\x01 ˜¢ù3“q@‘B\x16 Ú²9ÑÛ "
b"\x01 ˜¢ù3²p<¸vúh‹5R— "
b"\x01 ˜¢ù3ËqÓ‘\x1C `\x1D èueŽ "
b"\x01 ˜¢ù3àq$§:·?W°€¨ "
b"\x01 ˜¢ù3õqœ™z¦<4_ó\x12 "
b"\x01 ˜¢ù4\x06 p¶¿6¹U„¢øQ "
b"\x01 ˜¢ù4\x17 s¥’QkQI¾SÅ "
b"\x01 ˜¢ù4#q\x11 ™A\x02\x15\f €†æ "
b"\x01 ˜¢ù46s\x10 Ž4ß” rýN "
b"\x01 ˜¢ù4Hr:€_ƒ‡dð:î "
b"\x01 ˜¢ù4\s®5\x01 /Ñ-¸î "
b"\x01 ˜¢ù4lp §V¸@M—QÛ "
b"\x01 ˜¢ù4yq\x02 ¡*:ä«îù "
b"\x01 ˜¢ù4†qõ’š\x19 ©~h¾- "
b"\x01 ˜¢ù4›r\x00 °/Ûºw²Oy "
b"\x01 ˜¢ù4§qù¼š\x0E ~\t 6\x1D ¹ "
b"\x01 ˜¢ù4¶s[´¹kYª€\x04 "
b"\x01 ˜¢ù4Íq4¥•[ûF¨”‹ "
b"\x01 ˜¢ù4ãr\x17 „7äÃ4<ޱ "
b"\x01 ˜¢ù4ürNŠ‹º-nzÕ[ "
b"\x01 ˜¢ù5\f s…±»#R!^ã\x06 "
b"\x01 ˜¢ù5$p‚¶4r®~~Ï "
b"\x01 ˜¢ù59sѳ\x19 óDq…E\x11 "
b"\x01 ˜¢ùA\x10 qe¾™½·)“\x13 "
b"\x01 ˜¢ùA!r=§Kð‰é¢„‡ "
b"\x01 ˜¢ùC3r²’ŠùNœá¬k "
b"\x01 ˜¢ùCRs©¿l‰î\x17 äÎx "
b"\x01 ˜¢ùCisÞæ»\f ç0\x1C ¼ "
b"\x01 ˜¢ùCxq\x07 º\x7F\x10\x1C\x18 ¥¢g "
b"\x01 ˜¢ùC“p…¿o~1wLVl "
b"\x01 ˜¢ùC£q5¤\•à„£\f Ò "
b"\x01 ˜¢ùC·qM˜—Ö\x11 S>\x04 7 "
b"\x01 ˜¢ùCÌs\x1E „\x18 )YÕÞ9S "
b"\x01 ˜¢ùCãq†¥'»íÊÝê "
b"\x01 ˜¢ùCõs°‘‡º=ñ£AÑ "
b"""
\x01 ˜¢ùD\n
p‡Ž\x08 eS9ug(
"""
b"\x01 ˜¢ùD\x1A sÿ“N¬ÿængÒ "
b"\x01 ˜¢ùD,rd·ymµu2¾K "
b"\x01 ˜¢ùD=rå¿™B—œR\x00\x7F "
b"\x01 ˜¢ùDLqt’Ò`G\x17 YÞq "
b"\x01 ˜¢ùD^sN¦eŒGrp\t\x07 "
b"\x01 ˜¢ùT\x1C r~ŽZJï«ù\x1C š "
b"\x01 ˜¢ùVœq̸\x00 »ÿ®\e ªí "
b"\x01 ˜¢ùV»s¥¢N{ddžk! "
b"\x01 ˜¢ùVÍsU¤[oÖ\x07 ßú\e "
b"\x01 ˜¢ùVßsR =Ü\x17 f~ÍZ "
b"\x01 ˜¢ùVöqc›U*úÃ,Nå "
b"\x01 ˜¢úvqp\›Û¥$d‹Ø| "
b"\x01 ˜¢úv‰q|²\e ˜ªNŒû "
b"\x01 ˜¢úvs&¶×4ß\x17 ë\x12 % "
b"\x01 ˜¢úv°p\x12 Ÿ2æ\x15 ‚{\x0F G "
b"\x01 ˜¢úvÆsê¥pþÜ#?U "
b"\x01 ˜¢úvÖpóŽÜ‡mοD) "
b"\x01 ˜¢úvçs‰®¸Çš áB¼ "
b"\x01 ˜¢úvúpüO11˜Úß/ "
b"""
\x01 ˜¢úw\n
pňˆžÙ½x/9
"""
b"\x01 ˜¢úw\x18 q™©÷VŽ`®\v c "
b"\x01 ˜¢úw(r'ªfùŽÂrؽ "
b"\x01 ˜¢úwAqm®îwÌô| "
b"\x01 ˜¢úwVqò°ê¸\x03 ‡i+\n "
b"\x01 ˜¢úwir'Š?/ú‰;Ì1 "
b"\x01 ˜¢úw€q+¾Ë)UÁA3% "
b"\x01 ˜¢úw‘s\x04 –—÷=4ɇ‚ "
b"\x01 ˜¢úw§s3†šÎçiÁòß "
b"\x01 ˜¢úw¾r\x05 ¼¹$€\6Ç. "
b"\x01 ˜¢úw×qv–I1ÿ˜êÙ "
b"\x01 ˜£\x00 Ú\x08 rgœ’*\x05 ±|_ "
b"\x01 ˜£\x00 Ú§qGž\x08 ">³«X( "
b"\x01 ˜£\x00 Ú¹rñ°éX‡É5\t "
b")ÕEfI¼BвjV%Gakü "
b"”ˆÅ 1\x00 Jé‹\x04 7ô¾p~ "
b"à”\f Š& Oäž.`›Ñ—¹\x07 "
b"®dans†Oª‘{5£»VÈW "
b"–[-üôFù°p27jre› "
b"Ímý’ñhI¡àíÏ¢\x03\x16 "
b"\v qßu·¸AŒžVTÙòJ‰þ "
b"a&"ÇÏÿIÁ«wÊ'$i©å "
b"\x15 èßí9\e Hүþ\x0F >Õ‚P "
b"ž¼s"]M«„yƒ8A–Ly "
b"¶°\e\x1D\x19 ‘MPŒ¹‡l°y†\x1E "
b"3‰<\IåK3Šy^¥Vt\x04 À "
b"Ö+ä\x04 »\x1F G¦‚Êxô`Cäš "
b"\x03 Tü¿eæG2·,ÅD#`Iy "
b"…íÈ&ü\x06 OK‰\x0E ,·a\x11 ne "
b"\r CeU[·K\x11 °Öצ\x13 ŠN "
b"›Â—ÉüGz¡á)\ñ3»« "
b"\x01 Œ\x1A ÈÑ©s‘‚çÉ"ÊJi\x1A "
b"™x¼¾@ÍEg´{‰[uz\x14 B "
b"ã\x13 µ\x15 =\x19 E(ޱW•\x1F ¥hy "
b"\x01 Œ\x1A ÈÓðq+·\x13 “úN‹_o "
b"\x01 •¯m’ËrJ é‘ÝÂOš¦ "
b"Bá\x00 %\µA\x1C ¾4\e QUfÂþ "
b"±"—zûÝ@O‡#ÁÕŒÔ ¼ "
]
SELECT
`product_visibility` . `id` as `product_visibility.id` ,
`product_visibility` . `product_id` as `product_visibility.productId` ,
`product_visibility` . `product_version_id` as `product_visibility.productVersionId` ,
`product_visibility` . `sales_channel_id` as `product_visibility.salesChannelId` ,
`product_visibility` . `visibility` as `product_visibility.visibility` ,
`product_visibility` . `created_at` as `product_visibility.createdAt` ,
`product_visibility` . `updated_at` as `product_visibility.updatedAt`
FROM
`product_visibility`
WHERE
(
`product_visibility` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `product_visibility` . `id` as `product_visibility.id` , `product_visibility` . `product_id` as `product_visibility.productId` , `product_visibility` . `product_version_id` as `product_visibility.productVersionId` , `product_visibility` . `sales_channel_id` as `product_visibility.salesChannelId` , `product_visibility` . `visibility` as `product_visibility.visibility` , `product_visibility` . `created_at` as `product_visibility.createdAt` , `product_visibility` . `updated_at` as `product_visibility.updatedAt` FROM `product_visibility` WHERE (`product_visibility` . `product_id` IN (0x0190592F9FA2716F89196C707E56CB6D , 0x0190DEA270B7724585FED6E166C8433F , 0x0190DEA2714D714B84467C1BE02E7D5B , 0x0190DEA2718C70BD8C9AD1F7BD965483 , 0x0190DEA271D0724F8BF8FFC557AB71FB , 0x0190DEA271E770CC98D93957F2A48739 , 0x0190DEC1B80B739F990BA7603E1F4E3B , 0x0190DEC1B829718E9A7D191CE79339FF , 0x0190DEC1B83D71E1B838A918129D8FD4 , 0x0190DEC1B850733B8E2FC7E0E4E61922 , 0x0190DEC1B865723787E301966CC687A7 , 0x0190DEC1B87B7339AD0D975C82BF39E0 , 0x0190DEC1B8A670829FF2A489A1EE2003 , 0x0190DEC1B8BC72608DEAD13BD089EF92 , 0x0190DEC1B8EC7077BEE6EA5C5247BB9B , 0x0190DEC1B90E720AB140DFA270AE9F83 , 0x0190DEC1B93370C39D505C0B04B95C36 , 0x0190DEC1B94D715A954672FC8E034625 , 0x0190DEC1B96A7235B138B8D2F8DA3DE2 , 0x0190DEC1B9827080B8D8212111233BFA , 0x0190DEC1B99973948707B214AF9872F1 , 0x0190DEC1B9B1717AA97043DD6EA96335 , 0x0190DEC1B9CB70B9B32428C9521832FD , 0x0190DEC1B9E270488BD54C22919F66E6 , 0x0190DEC1B9FC720DAB462B50E9C6C303 , 0x0190DEC1BA1670A0B2ACC31515DA71CB , 0x0190DEC1BA3A70418D0DA9412F0D7AC0 , 0x0190DEC1BA527264A9B5D997D3DC8CA3 , 0x0190DEC1BA6B72409C5A4A1E0D7D895D , 0x0190DEC1C82971C3973AD267CAE7BDF1 , 0x0190DEC1C84C71B8B92CC181A8F1E264 , 0x0190DEC1C86573FBAA1AD919BB77707E , 0x0190DEC1C87F7271B09B7571F3890276 , 0x0190DEC1C896700B947E000A5E331FDE , 0x0190DEC1C8B1713CA022FB52F93E864A , 0x0190DEC1C8D17367AFFA9EEA549416C2 , 0x0190DEC1C8EC70CF97A4956819ED4E9D , 0x0190DEC1C9067119A2F33F3ECD771AE4 , 0x0190DEC1C925738A86D72FFC3AFEFE7C , 0x0190DEC1C9487294906BBC295BB5746D , 0x0190DEC1C95A738282F4AB5C3F6BAC69 , 0x0190DEC1C96E72BF8365AA2AEA0A6204 , 0x0190DEC1C98773A1A122DA46AFC32656 , 0x0190DEC1C99972F8AB4F47696067474E , 0x0190DEC1C9AC7391A3EFE3F44DC0048A , 0x0190DEC1C9BD70AB94671189737CFAFB , 0x0190DEC1C9CF72519D116F014F0709C3 , 0x0190DEC1C9E4724692922EF53F680A6E , 0x0190DEC1C9FC736EB663E78306E4E6DE , 0x0190DEC1CA1D712F9055D63093B4BAB8 , 0x0190DEC1DE6872EF8391BE6B9CDBA38D , 0x0190DEC1DE8A73B68E88C6F0B7BC329E , 0x0190DEC1DEA472F08F8A64B714837F55 , 0x0190DEC1DEB770A0AFC47E3DB97227CD , 0x0190DEC1DECC70F5AA9D2B3F12753E84 , 0x0190DEC1DEEA720DA6A2975C60F1F066 , 0x0190DEC1DF1470C5BE18B6CA05B73A55 , 0x0190DEC1DF2C716784C419E7FD500E94 , 0x0190DEC1DF3F72C8A5621C37D11EAE8F , 0x0190DEC1DF517284BF2914040C555E8B , 0x0190DEC1DF63737CA29DC2E0C27FFCBB , 0x0190DEC1DF74714BB1F5BC701651D1B5 , 0x0190DEC1DF88731284EE535755D12695 , 0x0190DEC1E1B2706AA7F471D4288F66B0 , 0x0190DEC1E1C6709F99D91E402901E1B4 , 0x0190DEC1E1D97079B2128BCA87EEA530 , 0x0190DEC1E1EF7257ACDC9616057829C6 , 0x0190DEC1E2067100852806F394D255A7 , 0x0190DEC1E21F73BAA29121FF9C06E377 , 0x0190DEC1E2387019A7DD681AD0935C8F , 0x0190DEC1E25B71BAB13604285BF24024 , 0x0190DEC1E26F7339AF7BDCE550150780 , 0x0190DEC1E28471B29D72E648FE909C8C , 0x0190DEC1E29972B9B9D103B0B5DBDDBB , 0x0190DEC1E2AE7313977AB75040377813 , 0x0190DEC1E2C973998D6125876DBBC51C , 0x0190DEC1E2E472A0A5ECD56CE7989DA0 , 0x0190DEC1E2FD730AAAF69571E32CEACF , 0x0190DEC1E31770B38484E306C87CA6A9 , 0x0190DEC1E33A709FB834B8B4B0CCC483 , 0x0190DEC1E35F706E849B741ED592987B , 0x0190DEC1E8A3732FB0EF6BFF2F06FE49 , 0x0190DEC1E8C772A0A7374BA2EC569B83 , 0x0190DEC1E8DE71458A9DEC647E7524C4 , 0x0190DEC1E8FD727AAFB5E23094F9113E , 0x0190DEC1E91070F59BF37B26655DE75F , 0x0190DEC1E92970CCB2515A263E027F8A , 0x0190DEC1E93B719CAB700599E885C827 , 0x0190DEC1E95773288F02F5205BEC9EAF , 0x0190DEC1E96D72B38B11AA4E26ABC77C , 0x0190DEC1E99672959788868B80204B36 , 0x0190DEC1E9AD7280A524ACFD8C25CB13 , 0x0190DEC1E9C37069BD1B42D8A0B9F05F , 0x0190DEC1E9DA71C092F5D52A1146EED5 , 0x0190DEC1E9F272D9B2B75FF1FCFBC758 , 0x0190DEC1EA1272869CC740CA5D2A2EC5 , 0x0190DEC1EA2D73739746ACD164F8BC4F , 0x0190DEC1EA4072CB92C83F801B5C3EB1 , 0x0190DEC1EA5473D18C307C8EC2E2AB5D , 0x0190DEC1EA7473A199BC5B1E9FC764DF , 0x0190DEC1EA8E712A9E5663ACED00F7C4 , 0x0190DEC1EAA470A9BDE8F579E97442DC , 0x0190DEC1EABD71CCAC2B3F1975B652BA , 0x0190DEC1EAD272BABAA32215C21285C2 , 0x0190DEC1EAEB7144937F72B8688BF6F3 , 0x0195AF6B425372A6AD222B529AF5A225 , 0x0195AF6B438272E9BDA0C7677F835FB2 , 0x0195AF6B44D67296A425BDB984889B7B , 0x0195AF6B5F52706FBE9E66503C536412 , 0x0195AF6B608671DCAEDEC6497D1327EA , 0x0195AF6B61EE7106B5704C41F0675421 , 0x0195AF6B676D7128B153A4EE291F8BE4 , 0x0195AF6B742372F2BB30447D71B8F062 , 0x0195AF6B74F272F4A823F4F7892B9121 , 0x0195AF6B845370318C2DD05B3B3C6B18 , 0x019821BA07BE71F3AFC74E7400B28F81 , 0x019821C1CA2372709F9BD7D28D5C6419 , 0x019821F7CE0373DCBE17EF2DC2CDCD1D , 0x019821F7CE1D71269AB24E3138408472 , 0x019821F7CE3672599C2B201A404C51F1 , 0x019821F7CE4C707A8C3C70AC252219CF , 0x019821F7CE6571BDB7E94B2BDABF383E , 0x019821F7CE7E71BD9DD2609AC68331CE , 0x019821F7CE92733DAE9E959A4E5893CE , 0x019821F7CEA970E480B3280B614180C4 , 0x019821F7CECC70D8B7444B3E26DF4898 , 0x019821F7CEE671B78BF4F0AD838C8E55 , 0x019821F7CEFE72498C7CA21E17351546 , 0x019821F7CF147322A59AEE866FABD963 , 0x019821F7CF30708AB212FD77BDFB4596 , 0x019821F7CF4B72F6AF4E91AE2AF0E07D , 0x019821F7CF6472C4984058799E03EFFE , 0x019821F7CF7E72649024943B565D0DE8 , 0x019821FA3A2072AE94DCB36DF1E1E2AA , 0x019821FA3A4E72BAA29ED82D4F990589 , 0x019821FA3A787242BADFA48301852C4E , 0x019821FA3A9570F6A952C394C157D164 , 0x019821FA3AAB704DA69AC2806016AF87 , 0x019821FA3AC173D5AD3E773DD4A4214C , 0x019821FB4F8B72C097B83CD66B6C2DB5 , 0x019821FB4FBF73BA9F6B02FA997BE89E , 0x019821FB4FE67376A09981F7E022B4CF , 0x019821FB4FFF720F9658301F4BB32715 , 0x019821FB5014731097ECDC975CA754C9 , 0x019821FB5034726F86632CAD5AB98ECF , 0x019821FB504C7200B371F2698B88B4B4 , 0x019821FB506F7086BA7450455C699193 , 0x019821FB508B7352B0983F2A19ADA674 , 0x019821FB50A372A4BB3449801144131C , 0x019821FB50C173308493F68B32CA6A56 , 0x019821FB50DC71348B3795C8D0A937CB , 0x019821FB50F672C89EC045D12BC109B9 , 0x019821FB510F70859530E9A67974AE8A , 0x019821FB51297252B16082AEFA1AA1AD , 0x019821FB514070ACB9DAB06C781ED894 , 0x019821FB5154709FBD72BD3BB7157ABF , 0x019821FB517171729171565ECE4D4554 , 0x019821FB518573A2B51A11997FFD8298 , 0x019821FF1C32716C92BCEF9EC53B99A4 , 0x019821FF1C5371419A69E1D04038A9B1 , 0x019821FF4E1B717CB7657F2385412918 , 0x019821FF8E2870E6BD9A4E4BD910758B , 0x019821FFA2C0719182027C7D37B5AEDF , 0x019821FFFF2C7084AF62E1D9EE4D92E1 , 0x01985670B88F7339BF4EC112DB5E2263 , 0x019856FD05C7720FB05DD9F3A91B7FB4 , 0x01985730FCEF7207A8E652C7DDA6D39E , 0x01985770FE6770548FF1EB3A0E0E394E , 0x019857B09C6270B4A9F3453615222450 , 0x019858CBCEA373BB8AE4C052BB6F0E47 , 0x019858CBCEBD720B9E9DAA6434A1A858 , 0x019858CBCED9732A95FC29E3331C3901 , 0x019858CFB849718BB70A6216F8F3821A , 0x019858D507AD70829C82DD53E1218D53 , 0x019858D507D673D785C6095DC0ACD79A , 0x019858D5080671F5A0269351179AF85E , 0x019858D5082A7196A03A5D36B3518751 , 0x019858D508447286AD3B1CD362962A77 , 0x019858D50868700F84B388204C18E9B0 , 0x019858D5088F7155B98092D08E3B0551 , 0x019858D508AE705D8FDD69528673AF65 , 0x019858D508CF73B69377FF9BABB088AC , 0x019858D508F8736A9B172DF3C9F129B2 , 0x019858D5C17A73E5B4800E6255931DC7 , 0x019858D5C197728B8C3D0D73DE831230 , 0x019858D5C1B273B6AB53C200D816DCE5 , 0x019858D5C1D472D8BBEDA92044E02E19 , 0x019858D5C1F4719494078DAEEC548543 , 0x019858D5C20F7365A8E9AAAE4F3A538E , 0x019858D5C22E71FEBD7951A1EA88A216 , 0x019858D5C24D7187BDB540D56E4B6AE0 , 0x019858D5C26E714AAFF02D780631D72B , 0x019858D5C28D706DAA197B33B44FED8A , 0x019858D5C2AF71C0B971A490E6ABD364 , 0x019858DA5BD971D49647E367259D0CA7 , 0x019858DA5C0570CAA95D3ECFA795381B , 0x019858DA5C2971C5B352EF16D8E51441 , 0x019858DA5C4B7340A3303A3ADFC761E5 , 0x019858DA5C7172D9A72AAA9E0AA24695 , 0x019858DA5C9671BFBEA6D7D462CA3DDD , 0x019858DA5CB871C9AE046604929772EC , 0x019858DA5CDD72C79925D0AC14976F12 , 0x019858DA5D0473D08BED1A64A0BFD7FA , 0x019858DA5D2A716DBFAD96E4F625C8CB , 0x019858DA5D4F72DBA308CD30DD292C51 , 0x019858DB507371F9AD51604E88BF0411 , 0x019858DB509E7118810C85402EB3AB8E , 0x019858DB50CA7387B547AD402DA524E6 , 0x019858DBC48B721E866D205812052518 , 0x019858DC90987020B914BAEF0869E414 , 0x019899A710267224BE0DAA5B23B2E855 , 0x0198A2F900D87172A82AC03D238624BE , 0x0198A2F90114717CBE628855286250DF , 0x0198A2F9012C72EF98F92780CB73484C , 0x0198A2F9014173DCA79F2ADC7B09EAFA , 0x0198A2F9015871F0A8677D6B066EA4BC , 0x0198A2F9016C72CC8868E3F1357E38A7 , 0x0198A2F9018873F6A6ED47DAA9F3336E , 0x0198A2F9019A73BFAB230CF9800CBF5E , 0x0198A2F901B470C7A40989C75C341C9B , 0x0198A2F901C972F3B5155D97DCFCCF30 , 0x0198A2F901D671499211A9F8235A3E15 , 0x0198A2F901E77369A7A0726657C38F3E , 0x0198A2F902007144BD8190E005EE1974 , 0x0198A2F90216707BA03BFAA7351CCE97 , 0x0198A2F90229737CA0B087B800116505 , 0x0198A2F903E072D19AAE0DA8E0D1C40C , 0x0198A2F904077195BD11E0B156696041 , 0x0198A2F9041F73AAB2548810093CBBE4 , 0x0198A2F9043471FD82DC47353064208A , 0x0198A2F9044C72DB9B8BE2572A272A74 , 0x0198A2F9045D7284B9BE8483B16B46FF , 0x0198A2F90476736BA3CFACBFD8835E68 , 0x0198A2F9048973F0A56F8DD4D8F86F2B , 0x0198A2F904A0718B8290E7883BB3D85F , 0x0198A2F904BB7076A72B55B65D36062D , 0x0198A2F904D5725EBA6D807D6ACC1459 , 0x0198A2F904EE701597105BA339BC08AD , 0x0198A2F904FD71A8A7FF07070B44B596 , 0x0198A2F90513725C8332A74273086619 , 0x0198A2F9052D71479D8385E4AE8DB10E , 0x0198A2F9054272D18FAC08D461F66E76 , 0x0198A2F9055572CC9F8D57342A7FC804 , 0x0198A2F9056170059E1B255603513A55 , 0x0198A2F9057172ED8E5C5DD3A69D87FA , 0x0198A2F9058172B4902FCB1FDA830DBC , 0x0198A2F905957025A18741CE183BE3D8 , 0x0198A2F905A97215A6AE56C8DC3BCE6A , 0x0198A2F905B77141B8C5A931EF0A8BAE , 0x0198A2F905C771E4A7D475E7B537A1E1 , 0x0198A2F905DA701285C7ABC95E0B69C9 , 0x0198A2F905EA726E8D737D81C9F96E0F , 0x0198A2F905FD736A9550243EACAAB22B , 0x0198A2F9060B734B84E7996D8FE7B5F6 , 0x0198A2F9061B739D8BE2713008DAE290 , 0x0198A2F92DA17068B8C7473F7E3FE12C , 0x0198A2F92DB17101939B9318BF08E4FD , 0x0198A2F92DBF731DA932BDBCB35024EA , 0x0198A2F92DD170A586F37093CEE2DEF0 , 0x0198A2F92DDE70D088841C69D724D95C , 0x0198A2F92DEC71E68718461016298A23 , 0x0198A2F92DFB70128E3E76F04B21CCE5 , 0x0198A2F92E0C73C6825C390841697266 , 0x0198A2F92E1F7396B4B4649B4D2AC9C6 , 0x0198A2F92E2F711C8AAD389AF8DCE75A , 0x0198A2F92E3F724C8676EDEB1D0E7CD7 , 0x0198A2F92E4B70F59FB60C90956FC9CB , 0x0198A2F92E58712AB73265650C5BCFC6 , 0x0198A2F92E66700AB5F2334E527CA20B , 0x0198A2F92E7771D98622C198029B5622 , 0x0198A2F92E8D7152A35B823B79D6D4C9 , 0x0198A2F92E9E7002B0573B61A7EE4D0B , 0x0198A2F92EAC719B9CE3750745438C94 , 0x0198A2F92EB9709CA8F142BFCDF576F9 , 0x0198A2F92EC570078CBC4A4A7672D0E9 , 0x0198A2F92ED271F6B89901575A159B44 , 0x0198A2F92EE1701A83DEACC996638E40 , 0x0198A2F92EF372EAB9678A32CDC2163C , 0x0198A2F92F0071A88244FFF873533F4D , 0x0198A2F92F0E72D6BAE1784B84A27F9E , 0x0198A2F92F237196A58C1350EBFE3BC1 , 0x0198A2F92F39709BA9663DB39A06BB42 , 0x0198A2F92F4E7106ABFA1371966061CE , 0x0198A2F92F5B71BA843515C6113E17EE , 0x0198A2F931C5713F9ECECCEFDE478C41 , 0x0198A2F931DF71C188DC1797FC48F803 , 0x0198A2F932E5739FAFFDDCF6AD10F42A , 0x0198A2F932FA707DA58E2B07A8AD89EF , 0x0198A2F9330E7261A35671AC690CFDE2 , 0x0198A2F9332073139EA253FEA9D416C9 , 0x0198A2F93332720F86E8BB09FAB5AC2E , 0x0198A2F933467247A073EEBEE7FF2E84 , 0x0198A2F9335673CBA25747D2864D7044 , 0x0198A2F9336673E5B34CD0DF94843866 , 0x0198A2F9337C71028D84E31C104F88EC , 0x0198A2F933937140914216DAB239D1DB , 0x0198A2F933B2703CB876FA688B355297 , 0x0198A2F933CB71D3911C601DE875658D , 0x0198A2F933E07124A73AB73F57B080A8 , 0x0198A2F933F5719C997AA63C345FF312 , 0x0198A2F9340670B6BF36B95584A2F851 , 0x0198A2F9341773A592516B5149BE53C5 , 0x0198A2F934237111994102150C8086E6 , 0x0198A2F9343673108E34DF94A072FD4E , 0x0198A2F93448723A805F838764F03AEE , 0x0198A2F9345C73AE9D35012FD12DB8EE , 0x0198A2F9346C70A0A756B8404D9751DB , 0x0198A2F934797102A12A3AE4AB9DEEF9 , 0x0198A2F9348671F5929A19A97E68BE2D , 0x0198A2F9349B7200B02FDBBA77B24F79 , 0x0198A2F934A771F9BC9A0E7E09361DB9 , 0x0198A2F934B6735B9DB4B96B59AA8004 , 0x0198A2F934CD7134A5955BFB46A8948B , 0x0198A2F934E372178437E4C3343C8EB1 , 0x0198A2F934FC724E8A8BBA2D6E7AD55B , 0x0198A2F9350C7385B1BB2352215EE306 , 0x0198A2F935247082B63472AE7E7E9DCF , 0x0198A2F9353973D1B319F34471854511 , 0x0198A2F941107165BE99BDB729931390 , 0x0198A2F94121723DA74BF089E9A28487 , 0x0198A2F9433372B2928AF94E9CE1AC6B , 0x0198A2F9435273A9BF6C89EE17E4CE78 , 0x0198A2F9436973DE8FE6BB0CE7301CBC , 0x0198A2F943787107BA7F101C18A5A267 , 0x0198A2F943937085BF6F7E31774C566C , 0x0198A2F943A37135A45C95E084A30CD2 , 0x0198A2F943B7714D9897D611533E0437 , 0x0198A2F943CC731E84182959D5DE3953 , 0x0198A2F943E37186A527BBEDADCADDEA , 0x0198A2F943F573B09187BA3DF1A341D1 , 0x0198A2F9440A70878D08655339756728 , 0x0198A2F9441A73FF934EACFFE66E67D2 , 0x0198A2F9442C7264B7796DB57532BE4B , 0x0198A2F9443D72E5BF9942979C52007F , 0x0198A2F9444C717492D260471759DE71 , 0x0198A2F9445E734EA6658C4772700907 , 0x0198A2F9541C727E8E5A4AEFABF91C9A , 0x0198A2F9569C71CCB800BBFFAE1BAAED , 0x0198A2F956BB73A5A24E7B64649E6B21 , 0x0198A2F956CD7355A45B6FD607DFFA1B , 0x0198A2F956DF7352A03DDC17667ECD5A , 0x0198A2F956F671639B552AFAC32C4EE5 , 0x0198A2FA7671705C9BDBA524648BD87C , 0x0198A2FA7689717CB21B98AA4E8C9DFB , 0x0198A2FA769D7326B6D734DF17EB1225 , 0x0198A2FA76B070129F32E615827B0F47 , 0x0198A2FA76C673EAA5AD70FEDC233F55 , 0x0198A2FA76D670F38DDC876DCEBF4429 , 0x0198A2FA76E77389AEB8C79AA0E142BC , 0x0198A2FA76FA70FCAD4F313198DADF2F , 0x0198A2FA770A70C588889ED9BD782F39 , 0x0198A2FA77187199A9F7568D60AE0B63 , 0x0198A2FA77287227AA66F98DC272D8BD , 0x0198A2FA7741716D8F8FAEEE77CCF47C , 0x0198A2FA775671F2B0EAB80387692B0A , 0x0198A2FA776972278A3F2FFA893BCC31 , 0x0198A2FA7780712BBECB2955C1413325 , 0x0198A2FA779173049697F73D34C98782 , 0x0198A2FA77A77333869ACEE769C1F2DF , 0x0198A2FA77BE7205BCB924805C36C72E , 0x0198A2FA77D7717696493190FF98EAD9 , 0x0198A300DA087267AD9C922A05B17C5F , 0x0198A300DAA771479E08223EB3AB5828 , 0x0198A300DAB972F1B0E95887C9358109 , 0x29D5456649BC42D0B26A562547616BFC , 0x9488C52031004AE98B049037F4BE707E , 0xE0940C8A26A04FE49E2E609BD197B907 , 0xAE64616E73864FAA917B35A3BB56C857 , 0xAD965B2DFCF446F9B07032376A72659B , 0xCD6DFD92F168498EA1E0EDCFA203169D , 0x0B71DF75B7B8418C9E5654D9F24A89FE , 0x612622C7CFFF49C1AB77CA272469A9E5 , 0x15E8DFED391B48D2AFC3BE0F3ED58250 , 0x9EBC738F225D4DAB8479833841964C79 , 0xB6B01B1D19914D508CB9876CB079861E , 0x33893C5C49E54B338A795EA5567404C0 , 0xD62BE404BB1F47A682CA78F46043E49A , 0x0354FCBF65E64732B72CC54423604979 , 0x85EDC826FC064F4B890E2CB761116E65 , 0x0D4365555BB74B11B0D6D790A6138A4E , 0x9BC297C9ADFC477AA1E1295CF133BBAB , 0x018C1AC8D1A9739182E7C922CA4A691A , 0x9978BCBE40CD4567B47B895B757A1442 , 0xE313B5153D1945288DB157951FA56879 , 0x018C1AC8D3F0712BB71393FA4E8B5F6F , 0x0195AF6D92CB724AA0E991DDC24F9AA6 , 0x42E100255CB5411CBE341B515566C2FE , 0xB122977AFBDD404F8723C1D58CD4A0BC ));
Copy
67
3.42 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"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"ù¤ÄmeJÛºÔ0Géo "
b"×^•\x02 ÐcM¢ŒÛáÆ‚ØW "
b"Õ\x00 Þ¨\t ƒN¬Ê\x08 ZRûH/ "
b"õ ‚[‰CWœ5–‡\x16 0¨ "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"|\x13 ŽsFyK\x08 ޝ§Y¹7s "
b"‚Õ^Îß`Oñ³=Í (¯x\x05 "
b"”á"F˜B.ž\e 1a/a[ "
b"""
\x17 & Í\n
\x7F I\x1D ºg¶4ê0~u
"""
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"•K2?µñJ‰©4ßZb’\x7F "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"=»Š=ð~JUœ^0‘Â!£© "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"Ñ/e@÷˜q_8GÈþu "
b"¾à÷ŒÔ\e B‚¬\\x18 @ÈŸ3F "
b"Ð )ž{òGt¸-m–מãÅ "
b"&\r ÓŽ9eH\x17 ‰¿`‘zɲ "
b"¦£\x1C Âÿ.@,‹VÑýa2\x11 ; "
b"¯ü-èùÕO0=C67^u "
b"¾éi üA·¿–\x14 W\x7F Ûž" "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"?p\x04 y•R@‰^hŸùTR³ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"ò¶¯mŽyM;…\x08 íŒ\x11 +ÉÇ "
b"\x01 Ž\x11 ÐííqO™·iîkà\x18 O "
b"\x01 Ž\x11 Ðî3py‡Ì•u\x02 H" "
b"\x01 Ž\x11 Ðîzs\x12 —Ö¢V\f ͬa "
b"`éç†n§FB¸ð\žô:º± "
b"¸´v²Í¶H÷–âÅWÝ&5¬ "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b")1KÁ÷LF[œñÞQ°þël "
b"\x01 Ž\x11 Ðî×pǵ\x1A ¤jÜMf\x05 "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"j®£o€žE½|è5rÒÑC "
b"AñÅÉø%O÷¾Ê5:l\t ]G "
b"mM\v\x06 :\x11 C3ˆÜq\x0E Î\x14 _ "
b"cźçoM\x7F ¥\x16 7»:0`¡ "
b"""
÷\n
y©z\x0F N© jdb¨R4y
"""
b"ðîÄ\x18 gàOd¸W¡Qd~Ùn "
b"ôͱtàMOœ¸À;nÖ\x17 ÙA "
b"óÂ`‹ºŽ@ד\x1F ‡Ÿ?Ÿs\x19 "
b"`H„”ÛMHq¼Êb¯ˆ\x07 ô "
b"Z+êü¹¸Aƒ·”¼)Ã%($ "
b"Côž˜\x19 U@\x19 “\x14 †À?¨ý\e "
b"aè\x05 ©“DMHšM™¦ì[¤9 "
b"\x01 •¯mœWs ¾|‚Ž:ãÿ€ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"\x01 •¯mœ¿sM¿î….\x12 à\r \x1F "
b"‚]Ê“+\x06 G¤\x1A\x1E ‰Þr\x18 Ò "
b"ψÊÎã-L:ƒúW\x1F æãí® "
b"ö‡……IgNœƒa4{%"_Ö "
b"\x14 Ü\x07 ißÏKÌ‹ÂöR3\\x18 Ï "
b"\x1A -8X(˜I÷¤];Ñ^~ "
b"˜NìììHŠ»0\x19 %ˆ¨j\x0F "
b".+Ž\x12 oM„²$0\t\x06 œéç "
b"\x01 •¯mœLqß´\f fo\x15 *¼ "
b"""
C{:µDñMذS…•q\n
†Ù
"""
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"õö\x06 O`ûE°¡\x0F DÉ\x10 ü†Ÿ "
b"\x01 Ž9ß\x08 ¹qb·ä¦ˆ£Âúé "
b"N\x05 £]\x12 Aܽʙ/¶wȃ "
b"_âyˆÿÄJüª„bf¼+[u "
b"x|ãÊ\x02 eA†‰v< Uö@C "
b"‡Y\f ‚ÖçH’ˆüº¼wXr; "
b"\x05 š\x17 =ÈN½Ž*àvx[MJ "
b"úÇ»À\x13 ¿@¨›D@:ù¾ãï "
b"+(G[.*O\x08 ¨Cß„\x01 ÓÉü "
b"Y®CÐm7O¾Ž±ôŽBH7ÿ "
b"^ÚŠåcÉJè WèL†/\t ² "
b"·F\x1F „HJ.¾Ôþ¼îZ[ "
b"æœò¡HGe•¢7KìI= "
b"…>èû½\x1D E°Š|•×…ú|Ã "
b"A\n ”'\x00 IK£¶Ü¨!”Þã "
b"R\x07\x0F m:GÖ‰R\x1C X1+'ô "
b"\x01 9ß\x08 úp’@ü\x0F ÄÊ· "
b"\x01 Ž9ß\x12 Krìªq“MÅiÆK "
b"\x01 Ž9¾yPs¾p"Ð\x10 :¬¹ "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"uÃ\x08 M\x1C\x14 I£Žr+\x10 c»t "
b"\x18\x10 ·\x19 7FJ÷£@—7ßw³w "
b"œ;“"l\x0E Nï™\x10 Ñß\x17 Ø“Ú "
b"ª\e L`’šK'Cet Ò}½ "
b"\x06 ô\x0F ™ž\x15 FeƒºMþ(€{ "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"\x01 Ž9ÛHLpNŽÆQÚnYå“ "
b"4Us÷GÙF "\r û\x02 Å\x1F Ð "
b"OJj¬ORN\x08 „"üÀˆŸM* "
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"]\e £°ŒJF-¡G\t fK.° "
b"`”Ck—½Mÿ¶á\x18 [«ò\x03 ) "
b"ÂN\ô\x1C ‰Gˆ¯²^=KÉ\x15 + "
b"ù"üLLFø¬i\x03 ©’JìÝ "
b"\x01 Ž9ß\t Fs%¿fd¿‰"¥¡ "
b"\x01 Ž9ß\t ¹prý£<”.¬\x7F "
b"<ôŽÖß¼M}•)]\x00 Z\x04 1j "
b"B\x15 ¾\x14 i2Oƒ¥‰×ÒrÍ/Ö "
b"`\x01 -ªg@‰0Bg¯\x1E €Ç "
b"btà5ƒºJæ¿ìîx–`\F "
b"}ù2ÍÜÖIæ€z;ÞŽ\x03 Y\x1F "
b"àDpîhñD\x06 ±ñÿå_¸ù\x15 "
b"àª3 §\x04 Cɸkã[Œ™j\f "
b"íÐÙÊžvDk¸*\x17 Gi¿Í¦ "
b"\x01 Œ\x1A Ø£Eq\x13 µ;£e'\x13 í¬ "
b"\x01 •¯Š»ìq-.Fœ\v øv÷ "
b"""
\x01 •¯Š½{pæ‡\n
:T)æG’
"""
b": ñ«\x12 AK݈§!â`.9\x17 "
b"´¯Ó.‡nL¥ ñŽxO¬°r "
b"¸&¼è´†H»–ìý"ÑêÑò "
b"¸Ö5¼]O#¿'u¡9[pV "
b"ÇN\x06 ß\x0F ²N…\x05 ¤¶ž\x1E\x05 W "
b"ïÒìZ¬'Ltœ\x08\x05 ç5·Í' "
b"\x0F 3í1R˜G¦€–e)i"E\ "
b"\x19 ajhuÚD*³¦-z\x07 Óó¤ "
b"%¬6„Ä\e DâŒYÆb£ï|3 "
b"=t\x01\x01 +½O¶¦ùÙW°¤Ý\r "
b"\x7F\x01 Í\f e¨DЊgæÓ‡8¶“ "
b"ßÈq0öMº®\e Ç/º[[, "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"žyœáÏ)At‚¿\x14 ÿ7íQ, "
b"½Üq:÷`D\x02 ¤\x00 u&}Ù©ñ "
b"óö&zó–Kv’-ƒ2¦Ù\x07 Ì "
b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
b"\x01 š*\x13 Ožru‚\x00 ©d\x7F $× "
b"\x0E ׇХIvŒ)mc\x15 |å\x0F "
b"\x00 º¿Ü£<Ið¾Ú5’\x16 ¥ZÚ "
b"\x0F Rì~:©IMªð‘\x1E Ã±È "
b"\x12 ¨¥›úMÞ¨M5\x19 \\x04 lµ "
b"\x1A\x1F o \x08 ¼@ž°ð†Õæþè… "
b"(’\x13 6¸O?¡\x12 /w”P' "
b"*Dâ¦ëfFÌ®²Bß35!\x18 "
b"+!.bX$Mí¢1eº\x10\v ø "
b"4j@/É;Có´1¦¦)ÉÅ) "
b"5oÜãRkJ¸¤ÕBâ_'Ë "
b";S\r «\x08 òA*Š 6„\f Pò "
b"?+Ÿq\t ÏA\x17 £ÿ©ˆcµ\x11 "
b"A\f Šß\x14 MB˜žSÿ[t'\x19 "
b"BÆ\f ‚uºE®ÈD¸\`Æ= "
b"""
Tá¾Íý‰BAŽ\n
vRbB\x17 ·
"""
b"Z\x13 oD\x10 OKŠŠS$o\x19 ÈÉç "
b"["x’ö$E£¸PRøˆ¼G¢ "
b"_Gˆ\v\x1C\x15 M5¡^½C§™\x00 ¸ "
b"f8\e\x00 ¼îCgº|€KðЇr "
b"jD¥1\x0F Fƒ¶Â\x05 |eî\x1A E "
b"k±ÈMÈkH/…Â=\x1E µbŸ° "
b"q\x03 ¯/èPA™¯ûg®U5m\x08 "
b"s„çÓ&@DކLÜÓŒj\x14 "
b"ukÆ\x10\x10 €D”¶©¶˜9Rí• "
b"wŠ\x02 üêÒJZ°‘DqS—îq "
b"x\¿!ŽÀKš…¡@èÂáD… "
b"¡à„3P=A¶ºivÎQ~7h "
b"¯Ä¨Úö N\x14 „%$3[ÊkÖ "
b"´N\x03 \v öIÜ™\x18 úöíTÿA "
b"ÈãÉáëÊF2°ø*DhŽ2Þ "
b"Ú‹®\v `\x19 OD›í·\x1A BÉ2` "
b"è\f h¼…'F\t ¥îä\x08 Ã.åA "
b"êŠ\x15\x14\x15\x19 Hõƒ3º¶g=¹ "
b"ìMž\x11 Á.LØ•&§ä±¼\x02 Ô "
b"ð\t\x14\x13 œ\x18 AÉ¥m|ah\x18\x15 · "
b"öó5\x7F íïJ1¡Õ[ß\x10 ”\x01\x08 "
b"÷kiãŽúJh™“õOŸI\x15 N "
b"ýjJ…øÔK’ŸÏLwkœñƒ "
b"A+=KÑ\x11 LŽLª"Êù8 "
b"0\x01 IgÁCm«\x0E šžz6£i "
b"\r \x0E ¸\r \x02\v BòºÉ .:Þò\x1E "
b"(\x13 ŽkÀ÷I\x11 •9´õüaɪ "
b":n»!·–Cg¯?\v $¤8íÉ "
b"P¢™\x07 daB0›Î÷7§1\x7F\x0F "
b"""
[Ù\t —¬˜Gj†\x03 \n
Ò\x02 ¬ž¿
"""
b"iX½\x02 –?L,¶\x1F á‚㯯k "
b"t\x15 ùìX\v IÑ…&³g½•¬ç "
b"|p*×\x01\t @#ˆ„˜Au\x15\x1A I "
b"¾B\x15 ˜<ZO$¬›øpíJºà "
b"ưhÛè«Ab½Ì5‡]D+Q "
b"èÚ6\x06\x10 }K°¤!!£f'D "
b"ïÿ›|Ú&F¬ž\x02 ‡%×ì\x15 µ "
b"ÜÄ\x0F Ðå\x12 K2‚×o9Þ‚L: "
b"Üæ:»ˆÏAášý,!çðy? "
b"˜Î)Ók•B]–\x1D\x02 G\t «ùm "
b"‚±užµ%C’¤©f\x18 éWëM "
b"}…\e ãz¹I±^Ÿ\v 5/\x1A _ "
b"\x19\x08\x00 ×sŸCL”‡ŠØ=ò\x10\x11 "
b")\x01 Ž'$+FÓ¸\f $\x11 «_¾9 "
b"“ˆ“¹=\x01 @Ë ¼Éª&8Ó "
b"™]ß«S\x05 L?’¯°ùo®Ü¾ "
b"К„z\x01 ÖHæŸÑë\x19\x16 Èzi "
b"púÆ/<VNj·\x19\x08 -Ls%Ó "
b"WNÇ‚\x05 ÑO¹‚@s”É\x14 w» "
b"·ñ?áÃ\x19 HŠTË m„Ø\f "
b"""
\x07 §ê Š¢NºªEÔ*Ê\n
\x04 á
"""
b""\x1C ©¡Ö™I¸³ž¡ö@·\x06 Ù "
b"&ë4ŠÍ&Kà \x04 4\f Ž¿ÒÜ "
b"m\v wnŸ-L\x06 •\x05 2\x13 Þ€´ "
b"†t„«6GJɺ)\x1E ÐXºšÈ "
b"ˈ\x0F ZA˜©P\x04 ä™\x7F 9b "
b"¢Å%h>ÜF*kÐÄÙÛe\x0F "
b"Aæ’9\x17\x00 @m®\x01 ~\x08 [žµ "
b"^¨ÎzDKU”YC\x13 ¡óM\x03 "
b"¢azƒ“¼Kt‡>žºûÐ "
b"""
u\x04 ³\n
v7Ah¿Í7RoÊ^Ú
"""
b"ÃË\x00 2ÌDDnµµ÷…aΛ\x06 "
b"l‹vB£uF¶°T—¹.¥¿ð "
b"tÃÕ?-¿M)¹ÜD\x16 ©žSÁ "
b"¤_\x18 þ¿vJ(œÝñòç\e Œ¥ "
b"¦¬=kKÝG+±·¹\v\x0E ©OÇ "
b"‡Ä¡}†ìNm½ ƒGbXw\x15 "
b"™²Rƒ=\x00 OI‡c¾UÝTÉâ "
b" On×jjAý¯Ù\x11 ¡¥µ\x12 "
b"»Ç\x01 ÎÆŒBBšSÓ¿'«×á "
b"ÇB:q%¤OÍ‘‘®»\x17 ÿp "
b"ppe\x1E µE\x1D ƒvKUöêþŽ "
b"’üÁ’L(H% 㸫·ÚÅ‹ "
b"¦êít-ùI†¡ªa–é~& "
b"\x16 ²@üZAú¿\x0F JV®T\x1D Ú "
b"\x18 ¤CkÖ8Hx½)%¯\x06 k\f ” "
b"""
\x1D êmúß\n
L’&¶ýù‘í
"""
b"Œ\v «®»\x14 KÜœ5ºœ%ömö "
b"\x1F ½‚ǃ†Kï“ò–|µÂ4î "
b"w[\e “äßJI¿VZ¼%6ñŽ "
b"’±ÀÞÍ#Mf¯\x1F 袯ÿ\x0E "
b"Cd»©s\x10 M®‡–;¹® ep "
b""Š?Â$è@ï°o´Ž¥<ßè "
b"u“aÒ~ÎIÕ¿Ñ\x03 8ÔX† "
b"à6:\f ñšL3²¿Û·…þµ9 "
b"®47\x14 oìE\x0F Ž€![OOæî "
b"üÌ qŽiJÉ\x00 >Qéc«Ù "
b"\x01 ™€Gƒ²s\x19 …Óíe™â!¬ "
b"aI°6¢tD[ŽlÙ¼¬Šêw "
b"€\x07 ¤M®\x02 Bn‰ô>rñ\x02 J5 "
b"€|»®+ýEü±ì$\r ²DýD "
b"œ;ø\x03 ÅUN“$U2O… "
b"ÃJð\x18 ´ñL÷ˆý\x03 $Sád\x1F "
b"Ò˜ ©]\x11 Mn¥)_÷\x18 ÝQV "
b"Õ£˜9ÂÀHeÙhô\x06 œ³± "
b"üËÿ\x05 7ºG•³\x1A nöÆÛÜ, "
b"55ª&Ä B†«ˆF-·ÐG "
b"?¡.J•×AÙ \x01 OaiÑ”i "
b"\x1A 0ÛñÀxB\x12 ·"l0ºwT "
b"\x7F t*\x03 `\x05 Kã®\t ý`2ǥР"
b"€%‹:+J? Î…ù¸\x02\x03 ì "
b"KäÙ#‡„K\¬Ï¿fçk.\x19 "
b"p®Ëk63Nå¥e;Yã>œÂ "
b"X¾%á½\x11 @r‘˜\\x01 °Ü\x05 } "
b"q\x10 º\x1C ¼“C\x03 „P\x0E eäço "
b"ðAVlcöMdX¶°a‡ìû "
b"ï\x00 ÓÄc½NsŸd»×Àß\v W "
b"Ó`|#’@1¡¥õZ=<þÿ "
b"(µ\r ±\x01\x03 DÇ« \v $wÖ•Û "
b"\x01 ™€…xØp\x00 ŽÂ¦à/³\x16 ¨ "
b"Ê“kœÍ\x00 KÞ±EÅîB\ÒM "
b"½Ù\#èýHª?Ù¯êQ\x08 H "
b"yêw‚+5K¹ƒ\x1A dÏ˜ë¹ "
b"úa¼~¹\x00 B&«ª,¹1î\x04 K "
b"\x10 }5ýÕ¾BDd‡i½ûö¥ "
b"\x14 Y(t¤ÙC\x1F ™¬¡®[°`! "
b"\x19 Ci\x07\e\x08 I9¦páé˜yº\x13 "
b"\x1A óÚžm®A»„eTôUƒG "
b"&›•\x1D ŠE‡¨z€iÿeî3 "
b"31f\x1C\e DˤØ%™Úsšè "
b"4¹2\x0F\x16 JŶ–é-b\x0F\x00 "
b"""
8RÆ‘¹ZDì\x13 >éM\n
Zk
"""
b"EJ˜XÂM\x04 ª£‹â¿ˆ4µ "
b"K’<‹Â(CRŽèÍb…\x07 ¦C "
b"V\x02 «š\f\x19 K\v –`K\x08 \Ú½¡ "
b"h \x19 º/íAÙž—‚P¬#J& "
b"k\x05 `^\e MGó·åqÉû\x03 ÙÖ "
b"""
†q1\x0E \r\n
K\f µë;*\x12 ã}y
"""
b"‹Œ¨ÝÇ`MÀ\x13 {\x1E ¿Q„– "
b"›ö>UBZ@Ožž\f ötY\v ~ "
b" ¼‚Ï5ßMʾëìLT€c "
b"¥\v\x01 –Ü8F€.g¤>”Ð| "
b"¦\x12 àÚo\x19 NQ‘3\x0E )ŸIãà "
b"¬„|_é\x1E Ci™`>âê_ "
b"´6`È׫Hf¶1ä¯üþa\x1D "
b"ÀΡÁ‚SL\r žr\x14 *ªIÂÛ "
b"æxãÛ„ÂM`¾¢|\x02 L2—Æ "
b"ðú\x08 q\x14 oOlˆ\x04 DH¡k¿¤ "
b"ñ‹Î²oNGž†ä¼ Þ\x1D ÑU "
b"üñ\x18 ÇfVCYƒÇˆ§ÆÞjh "
b"þú½cßåM¬™¹¯\f ” "
b"ÿ¨Œ%úÆE׈QeHVœv| "
b"Ë\x1D øSvZIÛª³ÆXC³vf "
b"`ÿ›\x01\x11 ¶C잌î}Pt\x0E "
b"•ò\f ²P\x05 KǹdUßÙìe€ "
b"éNõ[äCB³ÄîOtLÇÝ "
b"’鲈p\x1E D\x14 ¦ž–¶¿`Rp "
b"¨}B(Â\x10 O\x0E ¤¨•Ú¥G[¾ "
b"\x01 ™€S–érë°\x0E Ò\x16 ÝŽ\x05 > "
b"ÖŽž„e8G¬’\x08 0ž\x12 |)ˆ "
b"¢LFäÆGD›5÷öЪZx "
b"åO¥Ä>qFÊœ."ºÉ¦™ "
b"\x01 ™€SŒTp ŒH\x04\x11 µ\x01\x05 ’ "
b"¯ŠÕõ8ØD·´žòC\x1F iê® "
b"\x01 ™€Z*{r¿ƒÌ*<¨ÃÙÄ "
b"\x1A\x7F Ñþ}oI\v jü\x12 ëG!¥ "
b"2ð‰;)/D\x1E »:6¸µ\x19 \r ' "
b":¹\x14 òÃB\x06 £‘ø\x07 .qùG "
b"MC\t n‰ûH2½„§?k|Ë "
b"p¸µC\x04\x08 KÏ”|*ü\x06 ¢bm "
b"—\x02 æ_¬èKÄ–Ë]ìíéï– "
b"Ħ³ï\x00 ©Jä¼#’D\x16 ¶\½ "
b"Ùø¬\r ¦ÔH\x04 <x \x17 Z‚Þ "
b"ó_ýiQ;O÷–\x10 :Œl—\x08 8 "
b"ýt+—\x0E LDl»² zá¥.÷ "
b"E\x19 ’\x17 åN;Ž«¡\x11 Æó`¹ "
b"\x01 Œ\x13 ±ÚGF¨¤}có\x08 wRl "
b"\x12 ìîû¾ŠK“¹:dÑU~š "
b"?¶¿Ëê\x02 D«™—±ƒ™a÷’ "
b"[›Ùî\x04 ½C1¦\t «M\÷Þz "
b"\x03 œ;ÙJ\r š¥ç\x06 Üë¼z "
b"¥¢eS;ÌH«–Ééç>õé\x03 "
b"ó÷u‘\t\e Bý¾\x15 ¼ÚPØ! "
b":±=\x07 wüOQ¥{kåÄR?‚ "
b"QU±|+\x05 K’½Ñ Òæ\x15 ^ "
b"\x01 —éñÌFp\r ¸é\x1D\v ó®+¢ "
b"\x01 —éñðOqÈ‚–k‡¸wô "
b"\x01 ™€GDØqï¸õ\f Ò7Ìû\ "
b" àF"Ò×G;‡X×ò7u» "
b",bØ÷_÷IÕŒh³G#o\x13 U "
b"k\x01 Bî\x1A K(¶¯Ä\x15 ‹Žˆ™ "
b"ƒëá½\e ŽK¤¯kaÏüºbù "
b"\x01 ™€{\x11 ªp5«µvÁÖ\x7F uÐ "
b"#‹ÞI³;Gþ–ؼ\r \x19 #š5 "
b"\x05 ‡\x1C .=rBh€y\x18 ƒ%\x15 "„ "
b"\t 5WšrZF;®ük@’™}ô "
b"""
\n
í+äé"Eõ³õÊ\x07\x1C ¹
"""
b"@…×þbéB9²<Í•\t Åhä "
b"KùsDÏ÷N\x1E «l-=Â\x01 •r "
b"a¢·—Ú\x15 @ KýH{œ›C "
b"„êPÜW¨ImˆSŒßª5Qˆ "
b"ï2@°•^L8„T{ŽkwÖ° "
b"ȼ$Öù”O\x1F ª±A3MÅëX "
b"\x01 ™€Z,ÆphªŸ\x13 Õb\x05 %ä "
b"\x01 ™€zdzs¯híž\x11 ùp> "
b"¯\x01 £5_\BI¯²aœæƒ×˜ "
b"""
úïä\x17 zKÆ‚h\n
E\x08 vAà
"""
b"ÛI+\x00 O&G¼4¢_½‡Xð "
b"\x02 «•÷ä»E†¬\x08 '\x1A NŽˆÌ "
b"<èBÉÇwO&¶‡ëXw<7: "
b"K/D®0FÆ´-¨¾rÒÞ‹ "
b"p\x1C ëoR„O~ƒBj\x0E -'à "
b"ƒÍªd/\x0E DÙ±-ž{lT—\t "
b"œ\x1D (ýC\x15 LÖŒçÕ\x7F Æ’¿ë "
b"£bŒGfI¥‰PÝQ{3\x17 [ "
b"É)±ª#ô@X¤€Oá=«ñ| "
b"à—»ËgÖOÔ»lEúˆB)h "
b"\x01 —éñðJsK¯0Á{9ˆ§ "
b"XÄ꺮ŠON‰SþáC0Z "
b"•`ú„£áN¿ƒ\x14 2|\x19 wŒt "
b"ª{æ©6ÎA"›Bç¨Lþø¯ "
b"\e «µ(\x1D HA¡ŽµQ8<õŽu "
b"^:ši\x06 ¡B.»x\|ú™f5 "
b"t\x07\x03\x16 Âp@$¼n5õužÔÈ "
b"\x01 ™€RÜÑs=`\x0E å\r[µ "
b"È2t€cÈJ2»iê¡fãp! "
b"\x01 Ž9à×%qŸ‡î1m\x15 ?%: "
b"\x01 Ž9à×<sþ©vTw\x08 [>À "
b"Bp…føoLyÕ¸À¶ç'‘ "
b"cI›¾zÜBuŒ¦—‰[z\x00 ù "
b"šÆ±\x13 ˆöKä¼q·ø|.® "
b"½\f\v ©UžGažÈžŠ~\x0F ‹a "
b"ç¥\9-ËJïš\x01\x04 W9rz° "
b"""
Óç\\x04 óÆI~ˆ\x0E S\n
(¾¥E
"""
b"Í\e ذ8<MèŽGgÒ\x15 “fª "
b"/”ØíJAOŠ«žÆºù\x14 ×– "
b"\x0F V¼¼þMM˜Î\t Ü7—mt "
b"¯ñU5›UAc–ôˆÖôHÚ) "
b"w7kÐIÞLñ©\x10 .ž"Šî¦ "
b"nJjÙ\x05\x18 @«½\x00 –wŽZ›\f "
]
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 (0x2D7FB9402D164EA0B9A681DA9856F46B , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xBA190BCC33224C4A93A858542875D038 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0xD75E9502D0634DA28CDBE1C682D89057 , 0xD500DEA809834E9DACCA085A52FB482F , 0xF5A0829D5B8943579C35968716309FA8 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x7C138D7346794B088DAFA759B98E3773 , 0x82D55ECEDF604FF1B33DCDA028AF7805 , 0x94E122469D98422E9E1B31612F615B8E , 0x1726A0CD0A7F491DBA67B634EA307E75 , 0x1A92170A015E40729F28D756F298B1B6 , 0x58E34BC085714D82B41F0789614AFD34 , 0x954B323FB5F14A89A934DF5A62927FA0 , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0x016CD737CCD34B5FB91A4F555A65743A , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0xEE95A6D12F6540F798715F3847C8FE75 , 0xBEE0F78CD41B4282AC5C1840C89F3346 , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0x260DD38E3965481789BF60917AC9C2B2 , 0xA6A31CC2FF2E402C8B56D1FD6132113B , 0xAFFC2DE8F9D54F309F3D439036375E75 , 0xBEE969209DFC41B7BF9614577FDB9E22 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x3F700479955240AD895E689FF95452B3 , 0x9313030D057C48CBB22749EFB943F24B , 0xF2B6AF6D8E794D3B8508ED8C112BC9C7 , 0x018D11D0EDED714F99B769EE6BE0184F , 0x018D11D0EE33707987CC957502489F22 , 0x018D11D0EE7A731297D6A2560CCDAC61 , 0x60E9E7866EA74642B8F05C9EF43ABAB1 , 0xB8B476B2CDB648F796E2C557DD2635AC , 0x4317DF4537A34536A567D2875D998FE4 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x018D11D0EED770C7B51AA46ADC4D6605 , 0x9488DA5D237B437C8395C8BB1F78014F , 0xDB97E26167884B0EAD36505998A9E623 , 0x6AAEA36F809E45BD9D7CE83572D2D143 , 0x41F1C5C9F8254FF7BECA353A6C095D47 , 0x6D4D0B063A114333888FDC710ECE145F , 0x8163C5BAE76F4D7FA51637BB3A3060A1 , 0xF70A79A97A0F4EA9A06A6462A8523479 , 0xF0EEC41867E04F64B857A151647ED96E , 0xF4CDB174E04D4F9CB8C03B6ED617D941 , 0xF3C2608BBA8E40D7931F879F3F9F7319 , 0x60488494DB4D4871BCCA62AF889D07F4 , 0x5A2BEAFCB9B84183B794BC29C3252824 , 0x43F49E9819554019931486C03FA8FD1B , 0x61E805A993444D489A4D99A6EC5BA439 , 0x0195AF6D9C577320BE7C828D3AE3FF80 , 0xB964C0C143B94958B33C97D391E661AA , 0x0195AF6D9CBF734DBFEE852E12E00D1F , 0x825DCA932B064790A41A1E89DE7218D2 , 0xCF88CACEE32D4C3A83FA571FE6E3EDAE , 0xF687858549674E9C8361347B25225FD6 , 0x14DC0769DFCF4BCC8BC2F652335C18CF , 0x1A2D3858289849F79DA4905D3BD15E7E , 0x98AD4EECECEC488ABB30192588A86A0F , 0x9D2E2B8D126F4D84B2243009069CE9E7 , 0x0195AF6D9C4C71DFB40C8F666F152ABC , 0x437B3AB544F14DD8B0538595710A86D9 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xF5F6064F60FB45B0A10F44C910FC869F , 0x018E39DF08B97162B7E4A688A3C2FAE9 , 0x4E05A39D5D1241DCBDCA992FB677C883 , 0x5FE27988FFC44AFCAA846266BC2B5B75 , 0x787CE3CA0265418689763CA055F64043 , 0x87590C82D6E7489288FCBABC7758723B , 0x9D059A173DC84EBD8D2AE076785B4D4A , 0xFAC7BBC013BF40A89B44403AF9BEE3EF , 0x2B28475B2E2A4F08A843DF8401D3C9FC , 0x59AE43D06D374FBE8EB1F48E424837FF , 0x5EDA8AE563C94AE8A057E84C862F09B2 , 0xB7461F8490484A2E90BED4FEBCEE5A5B , 0xE69CF2A19F4847658195A2374BEC493D , 0x853EE8FBBD1D45B08A7C95D785FA7CC3 , 0x410A9D942700494BA3B6DCA82194DEE3 , 0x8152070F6D3A47D689521C58312B27F4 , 0x018E39DF08FA70929F408FFC0FC4CAB7 , 0x018E39DF124B72ECAA71934DC569C64B , 0x018E39BE795073ADBE7022D0103AACB9 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x75C3084D1C1449A38D722B1063BBAD74 , 0x1810B71937464AF7A3409737DF77B377 , 0x9C3B93226C0E4EEF9910D1DF17D893DA , 0xAA1B4C60929A4B27AD436574A0D27DBD , 0x06F40F999E15466583BA904DFE28807B , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x018E39DB484C704E8EC651DA6E59E593 , 0x345573F747D94690A0220DFB02C51FD0 , 0x4F4A6AAC4F524E088422FCC0889F4D2A , 0x5585044676B64161A0187033658DF888 , 0x5D1BA3B08C4A462DA1AD4709664B2EB0 , 0x6094436B97BD4DFFB6E1185BABF20329 , 0xC24E5CF41C894788AFB25E3D4BC9152B , 0xF922FC4C9D4C46F8AC6903A9924AECDD , 0x018E39DF09467325BF6664BF8922A5A1 , 0x018E39DF09B97072ADFDA33C942EAC7F , 0x3CF48ED6DFBC4D7D95295D005A04316A , 0x4215BE1469324F83A589D7D272CD2FD6 , 0x60012DADAA6740899D304267AF1E80C7 , 0x6274E03583BA4AE6BFECEE7896605C46 , 0x7DF932CDDCD649E6807A3BDE8E03591F , 0xE04470EE68F14406B1F1FFE55FB8F915 , 0xE0AA33A0A70443C9B86BE35B8C996A0C , 0xEDD0D9CA9E76446BB82A174769BFCDA6 , 0x018C1AD8A3457113B53BA3652713EDAC , 0x0195AF8ABBEC712D902E469C0BF876F7 , 0x0195AF8ABD7B70E6870A3A5429E64792 , 0x3A20F1AB12414BDD88A721E2602E3917 , 0xB4AFD32E876E4CA5A0F18D784FACB072 , 0xB826BCE8B48648BB96ECFD22D1EAD1F2 , 0xB8D6358FBC5D4F23BF2775A1395B7056 , 0xC74E06DF0FB24E859D05A4B69E1E0557 , 0xEFD2EC5AAC274C749C0805E735B7CD27 , 0x0F33ED31529847A6809665296922455C , 0x19616A6875DA442AB3A62D7A07D3F3A4 , 0x25AC3684C41B44E28C59C662A3EF7C33 , 0x3D7401012BBD4FB6A6F9D957B0A4DD0D , 0x7F01CD0C65A844D08A67E6D38738B693 , 0x8FDFC87130F64DBAAE1BC72FBA5B5B2C , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0x9E799CE1CF29417482BF14FF37ED512C , 0xBDDC713AF7604402A40075267DD9A9F1 , 0xF3F6267AF3964B76922D8332A6D907CC , 0xFD712EF1BE5B427DA791C6DAD0DF06A0 , 0x019A2A134F9E727582AD00A9647F24D7 , 0x0EADD787D0A549768C296D63157CE50F , 0x00BABFDCA33C49F0BEDA359216A55ADA , 0x0F52EC7E3AA9494DAAF0918F1EC3B1C8 , 0x12A8A59BFA904DDEA84D35195C046CB5 , 0x1A1F6FA008BC409EB0F086D5E6FEE885 , 0x28921336B8814F3FA1122F7794509F27 , 0x2A44E2A6EB6646CCAEB242DF33352118 , 0x2B212E6258244DEDA28F3165BA100BF8 , 0x346A402FC93B43F3B431A6A629C9C529 , 0x356FDCE3526B4AB8A4ADD542E25F27CB , 0x3B530DAB08F2412A8A203684900C50F2 , 0x3F2B9F7109CF4117A3FFA98863C2B511 , 0x410C8ADF144D42989D9E53FF5B742719 , 0x42C60C8275BA458FAEC844B85C60C63D , 0x54E1BECDFD8942418D0A7652624217B7 , 0x5A136F44104F4B8A8A53246F19C8C9E7 , 0x5B227892F62445A3B85052F888BC47A2 , 0x5F47880B1C154D35A15EBD43A79900B8 , 0x66381B00BCEE4367BA7C804BF08A8772 , 0x6A9044A5310F4683B6C2057C65EE1A45 , 0x6BB1C84DC86B482F85C23D1EB5629FB0 , 0x7103AF2FE8504199AFFB67AE55356D08 , 0x7384E7D32640448E864CDCD38CAD6A14 , 0x756BC61010804494B6A9B6983952ED95 , 0x778A02FCEAD24A5AB09144715397EE71 , 0x785CBF218DC04B9A85A140E8C2E14485 , 0xA1E08433503D41B6BA6976CE517E3768 , 0xAFC4A8DAF6204E14842524335BCA6BD6 , 0xB44E039D0BF649DC9918FAF6ED54FF41 , 0xC8E3C9E1EBCA4632B0F82A44688D32DE , 0xDA8BAE0B60194F449BEDB71A42C93260 , 0xE80C68BC85274609A5EEE408C32EE541 , 0xEA8A1514151948F5818333BAB6673DB9 , 0xEC4D9E11C12E4CD89526A7E4B1BC02D4 , 0xF00914139C1841C9A56D7C61681815B7 , 0xF6F3357FEDEF4A31A1D55BDF10940108 , 0xF76B69E38EFA4A689993F54F9F49154E , 0xFD6A4A85F8D44B929FCF4C776B9CF183 , 0x412B3D4BD1114C8E8D9F4CAA22CAF938 , 0x9030014967C1436DAB0E9A9E7A36A369 , 0x0D0EB80D020B42F2BAC9202E3ADEF21E , 0x28138E6BC0F749119539B4F5FC61C9AA , 0x3A6EBB21B7964367AF3F0B24A438EDC9 , 0x50A29907646142309BCEF737A7317F0F , 0x5BD90997AC98476A86030AD202AC9EBF , 0x6958BD02963F4C2CB61FE182E3AFAF6B , 0x7415F9EC580B49D18526B367BD95ACE7 , 0x7C702AD7010940238884984175151A49 , 0xBE4215983C5A4F24AC9BF870ED4ABAE0 , 0xC6B068DBE8AB4162BDCC35875D442B51 , 0xE8DA3606107D4BB0A42121A366278F44 , 0xEFFF9B7CDA2646AC9E028725D7EC15B5 , 0xDCC40FD0E5124B3282D76F39DE824C3A , 0xDCE63ABB88CF41E19AFD2C21E7F0793F , 0x98CE29D36B95425D961D024709ABF96D , 0x82B1759EB5254392A4A96618E957EB4D , 0x7D851BE37AB949C2B15E9F0B352F1A5F , 0x190800D7739F434C94878AD83DF21011 , 0x29018E27242B46D3B80C2411AB5FBE39 , 0x938893B93D0140CB8FA0BCC9AA2638D3 , 0x995DDFAB53054C3F92AFB0F96FAEDCBE , 0xD09A847A01D648E69FD1EB1916C87A69 , 0x70FAC62F3C564E6AB719082D4C7325D3 , 0x574EC78205D14FB982407394C91477BB , 0xB7F13FE1C319488A9054CBA06D84D80C , 0x07A7EA208AA24EBAAA45D42ACA0A04E1 , 0x221CA9A1D69949B8B39EA1F640B706D9 , 0x26EB348ACD264BC3A004340C8DBFD2DC , 0x6D0B776E9F2D4C0695053213DE80B4AD , 0x867484AB36474AC9BA291ED058BA9AC8 , 0xCB9D888E0F5A4198A95004E4997F3962 , 0xA2C525683EDC462A816BD0C4D9DB650F , 0x41E692391700406D90AE017E085B9EB5 , 0x5EA8CE7A8F444B5594594313A1F34D03 , 0xA2617A8393BC4B74879D813E9EBAFBD0 , 0x7504B30A76374168BFCD37526FCA5EDA , 0xC3CB0032CC44446EB5B5F78561CE9B06 , 0x6C8B7642A37546B6B05497B92EA5BFF0 , 0x74C3D53F2DBF4D29B9DC4416A99E53C1 , 0xA45F18FEBF764A289CDDF1F2E71B8CA5 , 0xA6AC3D6B4BDD472BB1B7B90B0EA94FC7 , 0x87C4A17D86EC4E6DBDA0834762587715 , 0x99B252833D004F498763BE55DD54C9E2 , 0xA04F6ED76A6A41FDAFD911A1ADA5B512 , 0xBBC701CEC68C42429A53D3BF27ABD7E1 , 0xC7423A7125A44FCD9D9191AEBB17FF70 , 0x708170651EB5451D83764B55F6EAFE8D , 0x92FCC1924C284825A0E3B8ABB7DAC58B , 0xA6EAED742DF9498F86A1AA6196E97E26 , 0x16B240ADFC5A41FABF0F4A56AE541DDA , 0x18A4436BD6384878BD2925AF066B0C94 , 0x1DEA6DFADF0A4C909226B6FDF991ED81 , 0x8C0BABAEBB144BDC9C35BA9C25F66DF6 , 0x1FBD82C783864BEF93F2967CB5C234EE , 0x775B1B93E4DF4A49BF565ABC2536F18D , 0x92B1C0DECD234D66AF1FE8A290AFFF0E , 0x4364BBA973104DAE87963BB9AE206570 , 0x228A3FC224E840EFB06FB48DA53CDFE8 , 0x759361D27ECE49D5BFD10338D458868F , 0xE0363A0CF19A4C33B2BFDBB785FEB539 , 0xAE3437146FEC450F8E80215B4F4FE6EE , 0xFCCC20718D694AC99D003E51E963ABD9 , 0x0199804783B2731985D3ED6599E221AC , 0x6149B036A274445B8D6CD9BCAC8AEA77 , 0x8007A44DAE02426E89F43E72F1024A35 , 0x807CBBAE2BFD45FCB1EC240DB244FD44 , 0x9C3BF803C5554EC293245581324F8520 , 0xC34AF018B4F14CF788FD032453E1641F , 0xD29820A95D114D6EA5295FF718DD5156 , 0xD5A39839C2C0486590D968F4069CB3B1 , 0xFCCBFF0537BA4795B31A6EF6C6DBDC2C , 0x3535AA26C4204286AB9088462DB7D047 , 0x3FA12E4A95D741D9A0014F6169D19469 , 0x1A30DBF1C0784212B790226C30BA7754 , 0x7F742A0360054BE3AE09FD6032C7A5D0 , 0x8180258B3A2B4A3FA0CE85F9B80203EC , 0x4BE4D92387844B5CACCFBF66E76B2E19 , 0x70AECB6B36334EE5A5653B59E33E9CC2 , 0x58BE25E1BD11407291985C01B0DC057D , 0x7110BA1CBC9343038F84500E65E4E76F , 0xF041566C63F64D648158B6B06187ECFB , 0xEF00D3C463BD4E739F64BBD7C0DF0B57 , 0xD3607C9D23924031A1A5F55A3D3CFEFF , 0x28B50DB1010344C7AB200B2477D695DB , 0x0199808578D870008DC2A6E02FB316A8 , 0xCA936B9CCD004BDEB145C5EE425CD24D , 0xBDD95C23E8FD488FAA3FD9AFEA510848 , 0x79EA77822B354BB9831A64CF98EB90B9 , 0xFA61BC7EB9004226ABAA2CB931EE044B , 0x107D35FDD5BE4244AD648769BDFBF6A5 , 0x14592874A4D9431F99ACA1AE5BB06021 , 0x194369071B084939A670E1E99879BA13 , 0x1AF3DA9E6DAE41BB846554F45583AD47 , 0x269B951D8F8A4587A87A8069FF65EE33 , 0x3331661C1B8144CBA4D82599DA739AE8 , 0x34B932810F164AC5B696E99D2D620F00 , 0x3852C691B95A44ECAD133EE94D0A5A6B , 0x454AC29858C24D04AAA38BE2BF8834B5 , 0x4B923C8BC22843528DE8CD628507A643 , 0x5602AB9A0C194B0B96604B085CDABDA1 , 0x682019BA2FED41D99E978250AC234A26 , 0x6B05605E1B4D47F3B7E571C9FB03D9D6 , 0x8671310E0D0A4B0CB5EB3B2A12E37D79 , 0x8B8CA8DDC7604DC090137B1EBF518496 , 0x9BF63E55425A404F9E9E0CF674590B7E , 0xA0BC82CF35DF4DCABEEBEC4C548063C2 , 0xA50B0196DC384690802E67A43E94D07C , 0xA612E0DA6F194E5191330E299F49E3E0 , 0xAC847C5FE91E436999603EE2EA8F9F5F , 0xB43660C8D7AB4866B631E4AFFCFE611D , 0xC0CEA1C182534C0D9E72142AAA49C2DB , 0xE678E3DB84C24D60BEA27C024C3297C6 , 0xF0FA0871146F4F6C88044448A16BBFA4 , 0xF18BCEB26F4E479E86E4BCA0DE1DD155 , 0xFCF118C76656435983C788A7C6DE6A68 , 0xFEFABD63DFE54DAC8E999F90B9AF0C94 , 0xFFA88C25FAC645D788516548569C767C , 0xCB1DF853765A49DBAAB3C65843B37666 , 0x60FF9B0111B643EC9E8CEE7D9D50740E , 0x95F20CB250054BC7B96455DFD9EC6580 , 0xE94EF55BE4434281B3C4EE4F744CC7DD , 0x92E9B288701E4414A69E96B6BF605270 , 0xA87D4228C2104F0EA4A895DAA5475BBE , 0x0199805396E972EBB00ED216DD8D053E , 0xD68E9E84653847AC9208309E127C2988 , 0xA24C46E4C647449BAD35F7F6D0AA5A78 , 0xE54FA5C43E7146CA9C2E22BAC99DA699 , 0x019980538C5470A08C480411B5010592 , 0xAF8AD5F538D844B7B49EF2431F69EAAE , 0x0199805A2A7B72BF83CC2A3CA8C3D9C4 , 0x1A7FD1FE7D6F490BAD6AFC12EB4721A5 , 0x32F0893B292F441EBB3A36B8B5190D27 , 0x3AB91481F2C34206A391F8072E71F947 , 0x4D43096E89FB4832BD84A73F6B817CCB , 0x70B8B54304084BCF947C2AFC06A2626D , 0x9702E65FACE84BC496CB5DECEDE9EF96 , 0xC4A6B3EF00A94AE4BC23924416B65CBD , 0xD9F8AC0DA6D44804903C7820175A82DE , 0xF35FFD69513B4FF796103A8C6C970838 , 0xFD742B970E4C446CBBB2207AE1A52EF7 , 0x45199D9217E54E3B8DABA111C6F360B9 , 0x018C13B1DA4746A8A47D63F30877526C , 0x12ECEEFBBE8A4B93B93A64ADD1557E9A , 0x3FB6BFCBEA0244AB9997B1839961F792 , 0x5B9BD9EE04BD4331A609AB4D5CF7DE7A , 0x8F039C813BD94A0D9AA5E706DCEBBC7A , 0xA5A265533BCC48AB96C9E9E73EF5E903 , 0xF3F77591091B42FD8FBE15BCDA50D821 , 0x3AB13D0777FC4F51A57B6BE5C4523F82 , 0x5155B17C2B054B929DBDD1A0D2E6155E , 0x0197E9F1CC46700DB8E91D0BF3AE2BA2 , 0x0197E9F1F04F71C88F82966B87B877F4 , 0x0199804744D871EFB8F50CD237CCFB5C , 0x20E04622D2D7473B878158D7F23775BB , 0x2C62D8F75FF749D58C68B347236F1355 , 0x6B8F0142EE1A4B28B6AFC4158B8D8899 , 0x83EBE1BD1B8D4BA4AF6B61CFFCBA62F9 , 0x0199807B11AA7035ABB576C1D67F75D0 , 0x238BDE49B33B47FE96D8BC0D19239A35 , 0x05871C2E3D7242688079188325152284 , 0x0935579A725A463BAEFC6B4092997DF4 , 0x0AED2BE4E92245F5B3F5CA81071CADB9 , 0x4085D7FE62E94239B23CCD9509C568E4 , 0x4BF97344CFF74E1EAB6C2D3DC2019572 , 0x61A2B797DA1540A08F4BFD487B9C9B43 , 0x84EA50DC57A8496D88538CDFAA355188 , 0xEF3240B0955E4C3884547B8D6B77D6B0 , 0xC8BC24D6F9944F1FAAB141334DC5EB58 , 0x0199805A2CC67068AA9F13D5620525E4 , 0x0199807A647A73C2AF68ED9E11F9703E , 0xAF01A3355F5C4249AFB2619CE683D798 , 0xFAEFE4177A904BC682680A45087641E0 , 0xDB492B004F264781BC34A25FBD8758F0 , 0x02AB95F7E4BB4586AC08271A4E8E88CC , 0x3CE842C9C7774F26B687EB58773C373A , 0x4B2F44AE813046C6B42DA8BE72D2DE8B , 0x701CEB6F52844F7E83426A900E2D27E0 , 0x83CDAA642F0E44D9B12D9E7B6C549709 , 0x9C1D28FD43154CD68CE7D57FC692BFEB , 0xA390628C476649A58950DD517B33175B , 0xC929B1AA23F44058A4804FE13DABF17C , 0xE097BBCB67D64FD4BB6C45FA88422968 , 0x0197E9F1F04A734BAF30C17B3988A7AD , 0x58C4EABAAE8A4F4E8953FEE143305A90 , 0x9560FA84A3E14EBF8314327C19778C74 , 0xAA7BE6A936CE41229B42E7A84CFEF8AF , 0x1BABB5281D4841A18EB551383CF58E75 , 0x5E3A9A6906A1422EBB785C7CFA996635 , 0x74070316C2704024BC6E35F5759ED4C8 , 0x01998052DCD1733D8F600EE55C725BB5 , 0xC832748063C84A32BB69EAA166E37021 , 0x018E39E0D725719F87EE316D153F253A , 0x018E39E0D73C73FEA9765477085B3EC0 , 0x42708566F86F4C79ADD5B8C0B6E72791 , 0x63499BBE7ADC42758CA697895B7A00F9 , 0x9AC6B11388F64BE4BC7190B7F87C2EAE , 0xBD0C0BA9559E47619EC89E8A7E0F8B61 , 0xE7A55C392DCB4AEF9A01045739727AB0 , 0xD3E75C04F3C6497E880E530A28BEA545 , 0xCD1BD8B0383C4DE88D4767D2159366AA , 0x2F94D8ED4A414F8AAB9EC6BAF914D796 , 0xAD0F56BCBCFE4D4D98CE09DC37976D74 , 0xAFF155359B55416396F488D6F448DA29 , 0x77376BD049DE4CF1A9102E9E228AEEA6 , 0x6E4A6AD9051840ABBD0096778E5A9B0C )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
68
5.86 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.override_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.override_1.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.override_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.override_1.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.override_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.override_1.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.override_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.override_1.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` . `file_hash` as `property_group_option.media.fileHash` , `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.override_1.title` , `property_group_option.media.translation.title` , COALESCE (`property_group_option.media.translation.override_1.title` , `property_group_option.media.translation.title` ) as `property_group_option.media.title` , `property_group_option.media.translation.override_1.alt` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.override_1.alt` , `property_group_option.media.translation.alt` ) as `property_group_option.media.alt` , `property_group_option.media.translation.override_1.customFields` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.override_1.customFields` , `property_group_option.media.translation.customFields` ) as `property_group_option.media.customFields` , `property_group_option.translation.override_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.override_1.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.override_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.override_1.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.override_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.override_1.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.override_1` . `name` as `property_group_option.translation.override_1.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation.override_1` . `position` as `property_group_option.translation.override_1.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` , `property_group_option.translation.override_1` . `custom_fields` as `property_group_option.translation.override_1.customFields` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.override_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.override_1` . `property_group_option_id` AND `property_group_option.translation.override_1` . `language_id` = ? WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (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.override_1` . `name` as `property_group_option.group.translation.override_1.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation.override_1` . `description` as `property_group_option.group.translation.override_1.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation.override_1` . `position` as `property_group_option.group.translation.override_1.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` , `property_group_option.group.translation.override_1` . `custom_fields` as `property_group_option.group.translation.override_1.customFields` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.override_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.override_1` . `property_group_id` AND `property_group_option.group.translation.override_1` . `language_id` = ? WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation.override_1` . `alt` as `property_group_option.media.translation.override_1.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation.override_1` . `title` as `property_group_option.media.translation.override_1.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` , `property_group_option.media.translation.override_1` . `custom_fields` as `property_group_option.media.translation.override_1.customFields` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.override_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.override_1` . `media_id` AND `property_group_option.media.translation.override_1` . `language_id` = ? WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x00 º¿Ü£<Ið¾Ú5’\x16 ¥ZÚ "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"\x01 Œ\x13 ±ÚGF¨¤}có\x08 wRl "
b"\x01 Œ\x1A Ø£Eq\x13 µ;£e'\x13 í¬ "
b"\x01 Ž\x11 ÐííqO™·iîkà\x18 O "
b"\x01 Ž\x11 Ðî3py‡Ì•u\x02 H" "
b"\x01 Ž\x11 Ðîzs\x12 —Ö¢V\f ͬa "
b"\x01 Ž\x11 Ðî×pǵ\x1A ¤jÜMf\x05 "
b"\x01 Ž9¾yPs¾p"Ð\x10 :¬¹ "
b"\x01 Ž9ÛHLpNŽÆQÚnYå“ "
b"\x01 Ž9ß\x08 ¹qb·ä¦ˆ£Âúé "
b"\x01 9ß\x08 úp’@ü\x0F ÄÊ· "
b"\x01 Ž9ß\t Fs%¿fd¿‰"¥¡ "
b"\x01 Ž9ß\t ¹prý£<”.¬\x7F "
b"\x01 Ž9ß\x12 Krìªq“MÅiÆK "
b"\x01 Ž9à×%qŸ‡î1m\x15 ?%: "
b"\x01 •¯mœLqß´\f fo\x15 *¼ "
b"\x01 •¯mœWs ¾|‚Ž:ãÿ€ "
b"\x01 •¯mœ¿sM¿î….\x12 à\r \x1F "
b"\x01 •¯Š»ìq-.Fœ\v øv÷ "
b"""
\x01 •¯Š½{pæ‡\n
:T)æG’
"""
b"\x01 ™€GDØqï¸õ\f Ò7Ìû\ "
b"\x01 ™€Gƒ²s\x19 …Óíe™â!¬ "
b"\x01 ™€RÜÑs=`\x0E å\r[µ "
b"\x01 ™€SŒTp ŒH\x04\x11 µ\x01\x05 ’ "
b"\x01 ™€S–érë°\x0E Ò\x16 ÝŽ\x05 > "
b"\x01 ™€Z*{r¿ƒÌ*<¨ÃÙÄ "
b"\x01 ™€Z,ÆphªŸ\x13 Õb\x05 %ä "
b"\x01 ™€zdzs¯híž\x11 ùp> "
b"\x01 ™€{\x11 ªp5«µvÁÖ\x7F uÐ "
b"\x01 ™€…xØp\x00 ŽÂ¦à/³\x16 ¨ "
b"\x02 «•÷ä»E†¬\x08 '\x1A NŽˆÌ "
b"\x05 ‡\x1C .=rBh€y\x18 ƒ%\x15 "„ "
b"\x06 ô\x0F ™ž\x15 FeƒºMþ(€{ "
b"""
\x07 §ê Š¢NºªEÔ*Ê\n
\x04 á
"""
b"\t 5WšrZF;®ük@’™}ô "
b"""
\n
í+äé"Eõ³õÊ\x07\x1C ¹
"""
b"\r \x0E ¸\r \x02\v BòºÉ .:Þò\x1E "
b"\x0E ׇХIvŒ)mc\x15 |å\x0F "
b"\x0F 3í1R˜G¦€–e)i"E\ "
b"\x0F Rì~:©IMªð‘\x1E Ã±È "
b"\x10 }5ýÕ¾BDd‡i½ûö¥ "
b"\x12 ¨¥›úMÞ¨M5\x19 \\x04 lµ "
b"\x12 ìîû¾ŠK“¹:dÑU~š "
b"\x14 Y(t¤ÙC\x1F ™¬¡®[°`! "
b"\x14 Ü\x07 ißÏKÌ‹ÂöR3\\x18 Ï "
b"\x16 ²@üZAú¿\x0F JV®T\x1D Ú "
b"""
\x17 & Í\n
\x7F I\x1D ºg¶4ê0~u
"""
b"\x18\x10 ·\x19 7FJ÷£@—7ßw³w "
b"\x18 ¤CkÖ8Hx½)%¯\x06 k\f ” "
b"\x19\x08\x00 ×sŸCL”‡ŠØ=ò\x10\x11 "
b"\x19 Ci\x07\e\x08 I9¦páé˜yº\x13 "
b"\x19 ajhuÚD*³¦-z\x07 Óó¤ "
b"\x1A\x1F o \x08 ¼@ž°ð†Õæþè… "
b"\x1A -8X(˜I÷¤];Ñ^~ "
b"\x1A\x7F Ñþ}oI\v jü\x12 ëG!¥ "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"\x1A óÚžm®A»„eTôUƒG "
b"\e «µ(\x1D HA¡ŽµQ8<õŽu "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"""
\x1D êmúß\n
L’&¶ýù‘í
"""
b"\x1F ½‚ǃ†Kï“ò–|µÂ4î "
b" àF"Ò×G;‡X×ò7u» "
b""\x1C ©¡Ö™I¸³ž¡ö@·\x06 Ù "
b""Š?Â$è@ï°o´Ž¥<ßè "
b"#‹ÞI³;Gþ–ؼ\r \x19 #š5 "
b"%¬6„Ä\e DâŒYÆb£ï|3 "
b"&\r ÓŽ9eH\x17 ‰¿`‘zɲ "
b"&›•\x1D ŠE‡¨z€iÿeî3 "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"&ë4ŠÍ&Kà \x04 4\f Ž¿ÒÜ "
b"(\x13 ŽkÀ÷I\x11 •9´õüaɪ "
b"(’\x13 6¸O?¡\x12 /w”P' "
b"(µ\r ±\x01\x03 DÇ« \v $wÖ•Û "
b")\x01 Ž'$+FÓ¸\f $\x11 «_¾9 "
b")1KÁ÷LF[œñÞQ°þël "
b"*Dâ¦ëfFÌ®²Bß35!\x18 "
b"+!.bX$Mí¢1eº\x10\v ø "
b"+(G[.*O\x08 ¨Cß„\x01 ÓÉü "
b",bØ÷_÷IÕŒh³G#o\x13 U "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"/”ØíJAOŠ«žÆºù\x14 ×– "
b"2ð‰;)/D\x1E »:6¸µ\x19 \r ' "
b"31f\x1C\e DˤØ%™Úsšè "
b"4Us÷GÙF "\r û\x02 Å\x1F Ð "
b"4j@/É;Có´1¦¦)ÉÅ) "
b"4¹2\x0F\x16 JŶ–é-b\x0F\x00 "
b"5oÜãRkJ¸¤ÕBâ_'Ë "
b"""
8RÆ‘¹ZDì\x13 >éM\n
Zk
"""
b": ñ«\x12 AK݈§!â`.9\x17 "
b":n»!·–Cg¯?\v $¤8íÉ "
b":±=\x07 wüOQ¥{kåÄR?‚ "
b":¹\x14 òÃB\x06 £‘ø\x07 .qùG "
b";S\r «\x08 òA*Š 6„\f Pò "
b"<èBÉÇwO&¶‡ëXw<7: "
b"<ôŽÖß¼M}•)]\x00 Z\x04 1j "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"=t\x01\x01 +½O¶¦ùÙW°¤Ý\r "
b"=»Š=ð~JUœ^0‘Â!£© "
b"?+Ÿq\t ÏA\x17 £ÿ©ˆcµ\x11 "
b"?p\x04 y•R@‰^hŸùTR³ "
b"?¡.J•×AÙ \x01 OaiÑ”i "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"?¶¿Ëê\x02 D«™—±ƒ™a÷’ "
b"@…×þbéB9²<Í•\t Åhä "
b"A\n ”'\x00 IK£¶Ü¨!”Þã "
b"A\f Šß\x14 MB˜žSÿ[t'\x19 "
b"A+=KÑ\x11 LŽLª"Êù8 "
b"Aæ’9\x17\x00 @m®\x01 ~\x08 [žµ "
b"AñÅÉø%O÷¾Ê5:l\t ]G "
b"B\x15 ¾\x14 i2Oƒ¥‰×ÒrÍ/Ö "
b"Bp…føoLyÕ¸À¶ç'‘ "
b"BÆ\f ‚uºE®ÈD¸\`Æ= "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"Cd»©s\x10 M®‡–;¹® ep "
b"""
C{:µDñMذS…•q\n
†Ù
"""
b"Côž˜\x19 U@\x19 “\x14 †À?¨ý\e "
b"E\x19 ’\x17 åN;Ž«¡\x11 Æó`¹ "
b"EJ˜XÂM\x04 ª£‹â¿ˆ4µ "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"K/D®0FÆ´-¨¾rÒÞ‹ "
b"K’<‹Â(CRŽèÍb…\x07 ¦C "
b"KùsDÏ÷N\x1E «l-=Â\x01 •r "
b"MC\t n‰ûH2½„§?k|Ë "
b"N\x05 £]\x12 Aܽʙ/¶wȃ "
b"OJj¬ORN\x08 „"üÀˆŸM* "
b"P¢™\x07 daB0›Î÷7§1\x7F\x0F "
b"QU±|+\x05 K’½Ñ Òæ\x15 ^ "
b"""
Tá¾Íý‰BAŽ\n
vRbB\x17 ·
"""
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"V\x02 «š\f\x19 K\v –`K\x08 \Ú½¡ "
b"WNÇ‚\x05 ÑO¹‚@s”É\x14 w» "
b"X¾%á½\x11 @r‘˜\\x01 °Ü\x05 } "
b"XÄ꺮ŠON‰SþáC0Z "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"Y®CÐm7O¾Ž±ôŽBH7ÿ "
b"Z\x13 oD\x10 OKŠŠS$o\x19 ÈÉç "
b"Z+êü¹¸Aƒ·”¼)Ã%($ "
b"["x’ö$E£¸PRøˆ¼G¢ "
b"[›Ùî\x04 ½C1¦\t «M\÷Þz "
b"""
[Ù\t —¬˜Gj†\x03 \n
Ò\x02 ¬ž¿
"""
b"]\e £°ŒJF-¡G\t fK.° "
b"^:ši\x06 ¡B.»x\|ú™f5 "
b"^¨ÎzDKU”YC\x13 ¡óM\x03 "
b"^ÚŠåcÉJè WèL†/\t ² "
b"_Gˆ\v\x1C\x15 M5¡^½C§™\x00 ¸ "
b"_âyˆÿÄJüª„bf¼+[u "
b"`\x01 -ªg@‰0Bg¯\x1E €Ç "
b"`H„”ÛMHq¼Êb¯ˆ\x07 ô "
b"`”Ck—½Mÿ¶á\x18 [«ò\x03 ) "
b"`éç†n§FB¸ð\žô:º± "
b"aI°6¢tD[ŽlÙ¼¬Šêw "
b"a¢·—Ú\x15 @ KýH{œ›C "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"aè\x05 ©“DMHšM™¦ì[¤9 "
b"btà5ƒºJæ¿ìîx–`\F "
b"cI›¾zÜBuŒ¦—‰[z\x00 ù "
b"f8\e\x00 ¼îCgº|€KðЇr "
b"h \x19 º/íAÙž—‚P¬#J& "
b"iX½\x02 –?L,¶\x1F á‚㯯k "
b"jD¥1\x0F Fƒ¶Â\x05 |eî\x1A E "
b"j®£o€žE½|è5rÒÑC "
b"k\x05 `^\e MGó·åqÉû\x03 ÙÖ "
b"k\x01 Bî\x1A K(¶¯Ä\x15 ‹Žˆ™ "
b"k±ÈMÈkH/…Â=\x1E µbŸ° "
b"l‹vB£uF¶°T—¹.¥¿ð "
b"m\v wnŸ-L\x06 •\x05 2\x13 Þ€´ "
b"mM\v\x06 :\x11 C3ˆÜq\x0E Î\x14 _ "
b"nJjÙ\x05\x18 @«½\x00 –wŽZ›\f "
b"p\x1C ëoR„O~ƒBj\x0E -'à "
b"p®Ëk63Nå¥e;Yã>œÂ "
b"p¸µC\x04\x08 KÏ”|*ü\x06 ¢bm "
b"púÆ/<VNj·\x19\x08 -Ls%Ó "
b"q\x03 ¯/èPA™¯ûg®U5m\x08 "
b"q\x10 º\x1C ¼“C\x03 „P\x0E eäço "
b"s„çÓ&@DކLÜÓŒj\x14 "
b"t\x07\x03\x16 Âp@$¼n5õužÔÈ "
b"t\x15 ùìX\v IÑ…&³g½•¬ç "
b"""
u\x04 ³\n
v7Ah¿Í7RoÊ^Ú
"""
b"ukÆ\x10\x10 €D”¶©¶˜9Rí• "
b"uÃ\x08 M\x1C\x14 I£Žr+\x10 c»t "
b"w7kÐIÞLñ©\x10 .ž"Šî¦ "
b"w[\e “äßJI¿VZ¼%6ñŽ "
b"wŠ\x02 üêÒJZ°‘DqS—îq "
b"x\¿!ŽÀKš…¡@èÂáD… "
b"x|ãÊ\x02 eA†‰v< Uö@C "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"yêw‚+5K¹ƒ\x1A dÏ˜ë¹ "
b"|\x13 ŽsFyK\x08 ޝ§Y¹7s "
b"|p*×\x01\t @#ˆ„˜Au\x15\x1A I "
b"}…\e ãz¹I±^Ÿ\v 5/\x1A _ "
b"}ù2ÍÜÖIæ€z;ÞŽ\x03 Y\x1F "
b"\x7F\x01 Í\f e¨DЊgæÓ‡8¶“ "
b"\x7F t*\x03 `\x05 Kã®\t ý`2ǥР"
b"€\x07 ¤M®\x02 Bn‰ô>rñ\x02 J5 "
b"€|»®+ýEü±ì$\r ²DýD "
b"R\x07\x0F m:GÖ‰R\x1C X1+'ô "
b"cźçoM\x7F ¥\x16 7»:0`¡ "
b"€%‹:+J? Î…ù¸\x02\x03 ì "
b"‚]Ê“+\x06 G¤\x1A\x1E ‰Þr\x18 Ò "
b"‚±užµ%C’¤©f\x18 éWëM "
b"‚Õ^Îß`Oñ³=Í (¯x\x05 "
b"ƒÍªd/\x0E DÙ±-ž{lT—\t "
b"ƒëá½\e ŽK¤¯kaÏüºbù "
b"„êPÜW¨ImˆSŒßª5Qˆ "
b"…>èû½\x1D E°Š|•×…ú|Ã "
b"""
†q1\x0E \r\n
K\f µë;*\x12 ã}y
"""
b"†t„«6GJɺ)\x1E ÐXºšÈ "
b"‡Y\f ‚ÖçH’ˆüº¼wXr; "
b"‹Œ¨ÝÇ`MÀ\x13 {\x1E ¿Q„– "
b"Œ\v «®»\x14 KÜœ5ºœ%ömö "
b"\x03 œ;ÙJ\r š¥ç\x06 Üë¼z "
b"ßÈq0öMº®\e Ç/º[[, "
b"0\x01 IgÁCm«\x0E šžz6£i "
b"’±ÀÞÍ#Mf¯\x1F 袯ÿ\x0E "
b"’鲈p\x1E D\x14 ¦ž–¶¿`Rp "
b"’üÁ’L(H% 㸫·ÚÅ‹ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"“ˆ“¹=\x01 @Ë ¼Éª&8Ó "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"”á"F˜B.ž\e 1a/a[ "
b"•K2?µñJ‰©4ßZb’\x7F "
b"•`ú„£áN¿ƒ\x14 2|\x19 wŒt "
b"•ò\f ²P\x05 KǹdUßÙìe€ "
b"—\x02 æ_¬èKÄ–Ë]ìíéï– "
b"˜NìììHŠ»0\x19 %ˆ¨j\x0F "
b"™]ß«S\x05 L?’¯°ùo®Ü¾ "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"šÆ±\x13 ˆöKä¼q·ø|.® "
b"›ö>UBZ@Ožž\f ötY\v ~ "
b"œ\x1D (ýC\x15 LÖŒçÕ\x7F Æ’¿ë "
b"œ;“"l\x0E Nï™\x10 Ñß\x17 Ø“Ú "
b"œ;ø\x03 ÅUN“$U2O… "
b"\x05 š\x17 =ÈN½Ž*àvx[MJ "
b".+Ž\x12 oM„²$0\t\x06 œéç "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"žyœáÏ)At‚¿\x14 ÿ7íQ, "
b" On×jjAý¯Ù\x11 ¡¥µ\x12 "
b" ¼‚Ï5ßMʾëìLT€c "
b"¡à„3P=A¶ºivÎQ~7h "
b"¢LFäÆGD›5÷öЪZx "
b"¢azƒ“¼Kt‡>žºûÐ "
b"¢Å%h>ÜF*kÐÄÙÛe\x0F "
b"£bŒGfI¥‰PÝQ{3\x17 [ "
b"¤_\x18 þ¿vJ(œÝñòç\e Œ¥ "
b"¥\v\x01 –Ü8F€.g¤>”Ð| "
b"¥¢eS;ÌH«–Ééç>õé\x03 "
b"¦\x12 àÚo\x19 NQ‘3\x0E )ŸIãà "
b"¦£\x1C Âÿ.@,‹VÑýa2\x11 ; "
b"¦¬=kKÝG+±·¹\v\x0E ©OÇ "
b"¦êít-ùI†¡ªa–é~& "
b"¨}B(Â\x10 O\x0E ¤¨•Ú¥G[¾ "
b"ª\e L`’šK'Cet Ò}½ "
b"ª{æ©6ÎA"›Bç¨Lþø¯ "
b"¬„|_é\x1E Ci™`>âê_ "
b"\x0F V¼¼þMM˜Î\t Ü7—mt "
b"®47\x14 oìE\x0F Ž€![OOæî "
b"¯\x01 £5_\BI¯²aœæƒ×˜ "
b"¯ŠÕõ8ØD·´žòC\x1F iê® "
b"¯Ä¨Úö N\x14 „%$3[ÊkÖ "
b"¯ñU5›UAc–ôˆÖôHÚ) "
b"¯ü-èùÕO0=C67^u "
b"´6`È׫Hf¶1ä¯üþa\x1D "
b"´N\x03 \v öIÜ™\x18 úöíTÿA "
b"´¯Ó.‡nL¥ ñŽxO¬°r "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"·F\x1F „HJ.¾Ôþ¼îZ[ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"·ñ?áÃ\x19 HŠTË m„Ø\f "
b"¸&¼è´†H»–ìý"ÑêÑò "
b"¸´v²Í¶H÷–âÅWÝ&5¬ "
b"¸Ö5¼]O#¿'u¡9[pV "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"»Ç\x01 ÎÆŒBBšSÓ¿'«×á "
b"½Ù\#èýHª?Ù¯êQ\x08 H "
b"½Üq:÷`D\x02 ¤\x00 u&}Ù©ñ "
b"¾B\x15 ˜<ZO$¬›øpíJºà "
b"¾à÷ŒÔ\e B‚¬\\x18 @ÈŸ3F "
b"¾éi üA·¿–\x14 W\x7F Ûž" "
b"ÀΡÁ‚SL\r žr\x14 *ªIÂÛ "
b"ÂN\ô\x1C ‰Gˆ¯²^=KÉ\x15 + "
b"ÃJð\x18 ´ñL÷ˆý\x03 $Sád\x1F "
b"ÃË\x00 2ÌDDnµµ÷…aΛ\x06 "
b"Ħ³ï\x00 ©Jä¼#’D\x16 ¶\½ "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"ưhÛè«Ab½Ì5‡]D+Q "
b"ÇN\x06 ß\x0F ²N…\x05 ¤¶ž\x1E\x05 W "
b"È2t€cÈJ2»iê¡fãp! "
b"ȼ$Öù”O\x1F ª±A3MÅëX "
b"ÈãÉáëÊF2°ø*DhŽ2Þ "
b"É)±ª#ô@X¤€Oá=«ñ| "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"Ê“kœÍ\x00 KÞ±EÅîB\ÒM "
b"Ë\x1D øSvZIÛª³ÆXC³vf "
b"ˈ\x0F ZA˜©P\x04 ä™\x7F 9b "
b"Í\e ذ8<MèŽGgÒ\x15 “fª "
b"ψÊÎã-L:ƒúW\x1F æãí® "
b"Ð )ž{òGt¸-m–מãÅ "
b"К„z\x01 ÖHæŸÑë\x19\x16 Èzi "
b"Ò˜ ©]\x11 Mn¥)_÷\x18 ÝQV "
b"Ó`|#’@1¡¥õZ=<þÿ "
b"""
Óç\\x04 óÆI~ˆ\x0E S\n
(¾¥E
"""
b"Õ\x00 Þ¨\t ƒN¬Ê\x08 ZRûH/ "
b"Õ£˜9ÂÀHeÙhô\x06 œ³± "
b"ÖŽž„e8G¬’\x08 0ž\x12 |)ˆ "
b"×^•\x02 ÐcM¢ŒÛáÆ‚ØW "
b"Ùø¬\r ¦ÔH\x04 <x \x17 Z‚Þ "
b"Ú‹®\v `\x19 OD›í·\x1A BÉ2` "
b"ÛI+\x00 O&G¼4¢_½‡Xð "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"ÜÄ\x0F Ðå\x12 K2‚×o9Þ‚L: "
b"Üæ:»ˆÏAášý,!çðy? "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"à6:\f ñšL3²¿Û·…þµ9 "
b"àDpîhñD\x06 ±ñÿå_¸ù\x15 "
b"à—»ËgÖOÔ»lEúˆB)h "
b"àª3 §\x04 Cɸkã[Œ™j\f "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"åO¥Ä>qFÊœ."ºÉ¦™ "
b"æxãÛ„ÂM`¾¢|\x02 L2—Æ "
b"æœò¡HGe•¢7KìI= "
b"ç¥\9-ËJïš\x01\x04 W9rz° "
b"è\f h¼…'F\t ¥îä\x08 Ã.åA "
b"èÚ6\x06\x10 }K°¤!!£f'D "
b"éNõ[äCB³ÄîOtLÇÝ "
b"êŠ\x15\x14\x15\x19 Hõƒ3º¶g=¹ "
b"ìMž\x11 Á.LØ•&§ä±¼\x02 Ô "
b"íÐÙÊžvDk¸*\x17 Gi¿Í¦ "
b"Ñ/e@÷˜q_8GÈþu "
b"ï\x00 ÓÄc½NsŸd»×Àß\v W "
b"ï2@°•^L8„T{ŽkwÖ° "
b"ïÒìZ¬'Ltœ\x08\x05 ç5·Í' "
b"ïÿ›|Ú&F¬ž\x02 ‡%×ì\x15 µ "
b"ð\t\x14\x13 œ\x18 AÉ¥m|ah\x18\x15 · "
b"ðAVlcöMdX¶°a‡ìû "
b"ðîÄ\x18 gàOd¸W¡Qd~Ùn "
b"ðú\x08 q\x14 oOlˆ\x04 DH¡k¿¤ "
b"ñ‹Î²oNGž†ä¼ Þ\x1D ÑU "
b"ò¶¯mŽyM;…\x08 íŒ\x11 +ÉÇ "
b"ó_ýiQ;O÷–\x10 :Œl—\x08 8 "
b"óÂ`‹ºŽ@ד\x1F ‡Ÿ?Ÿs\x19 "
b"óö&zó–Kv’-ƒ2¦Ù\x07 Ì "
b"ó÷u‘\t\e Bý¾\x15 ¼ÚPØ! "
b"ôͱtàMOœ¸À;nÖ\x17 ÙA "
b"õ ‚[‰CWœ5–‡\x16 0¨ "
b"õö\x06 O`ûE°¡\x0F DÉ\x10 ü†Ÿ "
b"ö‡……IgNœƒa4{%"_Ö "
b"öó5\x7F íïJ1¡Õ[ß\x10 ”\x01\x08 "
b"""
÷\n
y©z\x0F N© jdb¨R4y
"""
b"÷kiãŽúJh™“õOŸI\x15 N "
b"ù"üLLFø¬i\x03 ©’JìÝ "
b"ù¤ÄmeJÛºÔ0Géo "
b"úa¼~¹\x00 B&«ª,¹1î\x04 K "
b"úÇ»À\x13 ¿@¨›D@:ù¾ãï "
b"""
úïä\x17 zKÆ‚h\n
E\x08 vAà
"""
b"üÌ qŽiJÉ\x00 >Qéc«Ù "
b"üñ\x18 ÇfVCYƒÇˆ§ÆÞjh "
b"ýjJ…øÔK’ŸÏLwkœñƒ "
b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
b"ýt+—\x0E LDl»² zá¥.÷ "
b"þú½cßåM¬™¹¯\f ” "
b"ÿ¨Œ%úÆE׈QeHVœv| "
]
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.override_1.name` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.override_1.name` ,
`property_group_option.group.translation.name`
) as `property_group_option.group.name` ,
`property_group_option.group.translation.override_1.description` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.override_1.description` ,
`property_group_option.group.translation.description`
) as `property_group_option.group.description` ,
`property_group_option.group.translation.override_1.position` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.override_1.position` ,
`property_group_option.group.translation.position`
) as `property_group_option.group.position` ,
`property_group_option.group.translation.override_1.customFields` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.override_1.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` . `file_hash` as `property_group_option.media.fileHash` ,
`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.override_1.title` ,
`property_group_option.media.translation.title` ,
COALESCE (
`property_group_option.media.translation.override_1.title` ,
`property_group_option.media.translation.title`
) as `property_group_option.media.title` ,
`property_group_option.media.translation.override_1.alt` ,
`property_group_option.media.translation.alt` ,
COALESCE (
`property_group_option.media.translation.override_1.alt` ,
`property_group_option.media.translation.alt`
) as `property_group_option.media.alt` ,
`property_group_option.media.translation.override_1.customFields` ,
`property_group_option.media.translation.customFields` ,
COALESCE (
`property_group_option.media.translation.override_1.customFields` ,
`property_group_option.media.translation.customFields`
) as `property_group_option.media.customFields` ,
`property_group_option.translation.override_1.name` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.override_1.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.override_1.position` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.override_1.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.override_1.customFields` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.override_1.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.override_1` . `name` as `property_group_option.translation.override_1.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation.override_1` . `position` as `property_group_option.translation.override_1.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` ,
`property_group_option.translation.override_1` . `custom_fields` as `property_group_option.translation.override_1.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
LEFT JOIN `property_group_option_translation` `property_group_option.translation.override_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.override_1` . `property_group_option_id`
AND `property_group_option.translation.override_1` . `language_id` = ?
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
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.override_1` . `name` as `property_group_option.group.translation.override_1.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation.override_1` . `description` as `property_group_option.group.translation.override_1.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation.override_1` . `position` as `property_group_option.group.translation.override_1.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.override_1` . `custom_fields` as `property_group_option.group.translation.override_1.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
LEFT JOIN `property_group_translation` `property_group_option.group.translation.override_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.override_1` . `property_group_id`
AND `property_group_option.group.translation.override_1` . `language_id` = ?
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation.override_1` . `alt` as `property_group_option.media.translation.override_1.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation.override_1` . `title` as `property_group_option.media.translation.override_1.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.override_1` . `custom_fields` as `property_group_option.media.translation.override_1.customFields`
FROM
`media_translation` `property_group_option.media.translation`
LEFT JOIN `media_translation` `property_group_option.media.translation.override_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.override_1` . `media_id`
AND `property_group_option.media.translation.override_1` . `language_id` = ?
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.override_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.override_1.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.override_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.override_1.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.override_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.override_1.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.override_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.override_1.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` . `file_hash` as `property_group_option.media.fileHash` , `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.override_1.title` , `property_group_option.media.translation.title` , COALESCE (`property_group_option.media.translation.override_1.title` , `property_group_option.media.translation.title` ) as `property_group_option.media.title` , `property_group_option.media.translation.override_1.alt` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.override_1.alt` , `property_group_option.media.translation.alt` ) as `property_group_option.media.alt` , `property_group_option.media.translation.override_1.customFields` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.override_1.customFields` , `property_group_option.media.translation.customFields` ) as `property_group_option.media.customFields` , `property_group_option.translation.override_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.override_1.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.override_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.override_1.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.override_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.override_1.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.override_1` . `name` as `property_group_option.translation.override_1.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation.override_1` . `position` as `property_group_option.translation.override_1.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` , `property_group_option.translation.override_1` . `custom_fields` as `property_group_option.translation.override_1.customFields` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.override_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.override_1` . `property_group_option_id` AND `property_group_option.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC 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.override_1` . `name` as `property_group_option.group.translation.override_1.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation.override_1` . `description` as `property_group_option.group.translation.override_1.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation.override_1` . `position` as `property_group_option.group.translation.override_1.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` , `property_group_option.group.translation.override_1` . `custom_fields` as `property_group_option.group.translation.override_1.customFields` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.override_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.override_1` . `property_group_id` AND `property_group_option.group.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC 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.override_1` . `alt` as `property_group_option.media.translation.override_1.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation.override_1` . `title` as `property_group_option.media.translation.override_1.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` , `property_group_option.media.translation.override_1` . `custom_fields` as `property_group_option.media.translation.override_1.customFields` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.override_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.override_1` . `media_id` AND `property_group_option.media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC 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 (0x00BABFDCA33C49F0BEDA359216A55ADA , 0x016CD737CCD34B5FB91A4F555A65743A , 0x018C13B1DA4746A8A47D63F30877526C , 0x018C1AD8A3457113B53BA3652713EDAC , 0x018D11D0EDED714F99B769EE6BE0184F , 0x018D11D0EE33707987CC957502489F22 , 0x018D11D0EE7A731297D6A2560CCDAC61 , 0x018D11D0EED770C7B51AA46ADC4D6605 , 0x018E39BE795073ADBE7022D0103AACB9 , 0x018E39DB484C704E8EC651DA6E59E593 , 0x018E39DF08B97162B7E4A688A3C2FAE9 , 0x018E39DF08FA70929F408FFC0FC4CAB7 , 0x018E39DF09467325BF6664BF8922A5A1 , 0x018E39DF09B97072ADFDA33C942EAC7F , 0x018E39DF124B72ECAA71934DC569C64B , 0x018E39E0D725719F87EE316D153F253A , 0x0195AF6D9C4C71DFB40C8F666F152ABC , 0x0195AF6D9C577320BE7C828D3AE3FF80 , 0x0195AF6D9CBF734DBFEE852E12E00D1F , 0x0195AF8ABBEC712D902E469C0BF876F7 , 0x0195AF8ABD7B70E6870A3A5429E64792 , 0x0199804744D871EFB8F50CD237CCFB5C , 0x0199804783B2731985D3ED6599E221AC , 0x01998052DCD1733D8F600EE55C725BB5 , 0x019980538C5470A08C480411B5010592 , 0x0199805396E972EBB00ED216DD8D053E , 0x0199805A2A7B72BF83CC2A3CA8C3D9C4 , 0x0199805A2CC67068AA9F13D5620525E4 , 0x0199807A647A73C2AF68ED9E11F9703E , 0x0199807B11AA7035ABB576C1D67F75D0 , 0x0199808578D870008DC2A6E02FB316A8 , 0x02AB95F7E4BB4586AC08271A4E8E88CC , 0x05871C2E3D7242688079188325152284 , 0x06F40F999E15466583BA904DFE28807B , 0x07A7EA208AA24EBAAA45D42ACA0A04E1 , 0x0935579A725A463BAEFC6B4092997DF4 , 0x0AED2BE4E92245F5B3F5CA81071CADB9 , 0x0D0EB80D020B42F2BAC9202E3ADEF21E , 0x0EADD787D0A549768C296D63157CE50F , 0x0F33ED31529847A6809665296922455C , 0x0F52EC7E3AA9494DAAF0918F1EC3B1C8 , 0x107D35FDD5BE4244AD648769BDFBF6A5 , 0x12A8A59BFA904DDEA84D35195C046CB5 , 0x12ECEEFBBE8A4B93B93A64ADD1557E9A , 0x14592874A4D9431F99ACA1AE5BB06021 , 0x14DC0769DFCF4BCC8BC2F652335C18CF , 0x16B240ADFC5A41FABF0F4A56AE541DDA , 0x1726A0CD0A7F491DBA67B634EA307E75 , 0x1810B71937464AF7A3409737DF77B377 , 0x18A4436BD6384878BD2925AF066B0C94 , 0x190800D7739F434C94878AD83DF21011 , 0x194369071B084939A670E1E99879BA13 , 0x19616A6875DA442AB3A62D7A07D3F3A4 , 0x1A1F6FA008BC409EB0F086D5E6FEE885 , 0x1A2D3858289849F79DA4905D3BD15E7E , 0x1A7FD1FE7D6F490BAD6AFC12EB4721A5 , 0x1A92170A015E40729F28D756F298B1B6 , 0x1AF3DA9E6DAE41BB846554F45583AD47 , 0x1BABB5281D4841A18EB551383CF58E75 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0x1DEA6DFADF0A4C909226B6FDF991ED81 , 0x1FBD82C783864BEF93F2967CB5C234EE , 0x20E04622D2D7473B878158D7F23775BB , 0x221CA9A1D69949B8B39EA1F640B706D9 , 0x228A3FC224E840EFB06FB48DA53CDFE8 , 0x238BDE49B33B47FE96D8BC0D19239A35 , 0x25AC3684C41B44E28C59C662A3EF7C33 , 0x260DD38E3965481789BF60917AC9C2B2 , 0x269B951D8F8A4587A87A8069FF65EE33 , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0x26EB348ACD264BC3A004340C8DBFD2DC , 0x28138E6BC0F749119539B4F5FC61C9AA , 0x28921336B8814F3FA1122F7794509F27 , 0x28B50DB1010344C7AB200B2477D695DB , 0x29018E27242B46D3B80C2411AB5FBE39 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x2A44E2A6EB6646CCAEB242DF33352118 , 0x2B212E6258244DEDA28F3165BA100BF8 , 0x2B28475B2E2A4F08A843DF8401D3C9FC , 0x2C62D8F75FF749D58C68B347236F1355 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0x2F94D8ED4A414F8AAB9EC6BAF914D796 , 0x32F0893B292F441EBB3A36B8B5190D27 , 0x3331661C1B8144CBA4D82599DA739AE8 , 0x345573F747D94690A0220DFB02C51FD0 , 0x346A402FC93B43F3B431A6A629C9C529 , 0x34B932810F164AC5B696E99D2D620F00 , 0x356FDCE3526B4AB8A4ADD542E25F27CB , 0x3852C691B95A44ECAD133EE94D0A5A6B , 0x3A20F1AB12414BDD88A721E2602E3917 , 0x3A6EBB21B7964367AF3F0B24A438EDC9 , 0x3AB13D0777FC4F51A57B6BE5C4523F82 , 0x3AB91481F2C34206A391F8072E71F947 , 0x3B530DAB08F2412A8A203684900C50F2 , 0x3CE842C9C7774F26B687EB58773C373A , 0x3CF48ED6DFBC4D7D95295D005A04316A , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x3D7401012BBD4FB6A6F9D957B0A4DD0D , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0x3F2B9F7109CF4117A3FFA98863C2B511 , 0x3F700479955240AD895E689FF95452B3 , 0x3FA12E4A95D741D9A0014F6169D19469 , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x3FB6BFCBEA0244AB9997B1839961F792 , 0x4085D7FE62E94239B23CCD9509C568E4 , 0x410A9D942700494BA3B6DCA82194DEE3 , 0x410C8ADF144D42989D9E53FF5B742719 , 0x412B3D4BD1114C8E8D9F4CAA22CAF938 , 0x41E692391700406D90AE017E085B9EB5 , 0x41F1C5C9F8254FF7BECA353A6C095D47 , 0x4215BE1469324F83A589D7D272CD2FD6 , 0x42708566F86F4C79ADD5B8C0B6E72791 , 0x42C60C8275BA458FAEC844B85C60C63D , 0x4317DF4537A34536A567D2875D998FE4 , 0x4364BBA973104DAE87963BB9AE206570 , 0x437B3AB544F14DD8B0538595710A86D9 , 0x43F49E9819554019931486C03FA8FD1B , 0x45199D9217E54E3B8DABA111C6F360B9 , 0x454AC29858C24D04AAA38BE2BF8834B5 , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x4B2F44AE813046C6B42DA8BE72D2DE8B , 0x4B923C8BC22843528DE8CD628507A643 , 0x4BF97344CFF74E1EAB6C2D3DC2019572 , 0x4D43096E89FB4832BD84A73F6B817CCB , 0x4E05A39D5D1241DCBDCA992FB677C883 , 0x4F4A6AAC4F524E088422FCC0889F4D2A , 0x50A29907646142309BCEF737A7317F0F , 0x5155B17C2B054B929DBDD1A0D2E6155E , 0x54E1BECDFD8942418D0A7652624217B7 , 0x5585044676B64161A0187033658DF888 , 0x5602AB9A0C194B0B96604B085CDABDA1 , 0x574EC78205D14FB982407394C91477BB , 0x58BE25E1BD11407291985C01B0DC057D , 0x58C4EABAAE8A4F4E8953FEE143305A90 , 0x58E34BC085714D82B41F0789614AFD34 , 0x59AE43D06D374FBE8EB1F48E424837FF , 0x5A136F44104F4B8A8A53246F19C8C9E7 , 0x5A2BEAFCB9B84183B794BC29C3252824 , 0x5B227892F62445A3B85052F888BC47A2 , 0x5B9BD9EE04BD4331A609AB4D5CF7DE7A , 0x5BD90997AC98476A86030AD202AC9EBF , 0x5D1BA3B08C4A462DA1AD4709664B2EB0 , 0x5E3A9A6906A1422EBB785C7CFA996635 , 0x5EA8CE7A8F444B5594594313A1F34D03 , 0x5EDA8AE563C94AE8A057E84C862F09B2 , 0x5F47880B1C154D35A15EBD43A79900B8 , 0x5FE27988FFC44AFCAA846266BC2B5B75 , 0x60012DADAA6740899D304267AF1E80C7 , 0x60488494DB4D4871BCCA62AF889D07F4 , 0x6094436B97BD4DFFB6E1185BABF20329 , 0x60E9E7866EA74642B8F05C9EF43ABAB1 , 0x6149B036A274445B8D6CD9BCAC8AEA77 , 0x61A2B797DA1540A08F4BFD487B9C9B43 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0x61E805A993444D489A4D99A6EC5BA439 , 0x6274E03583BA4AE6BFECEE7896605C46 , 0x63499BBE7ADC42758CA697895B7A00F9 , 0x66381B00BCEE4367BA7C804BF08A8772 , 0x682019BA2FED41D99E978250AC234A26 , 0x6958BD02963F4C2CB61FE182E3AFAF6B , 0x6A9044A5310F4683B6C2057C65EE1A45 , 0x6AAEA36F809E45BD9D7CE83572D2D143 , 0x6B05605E1B4D47F3B7E571C9FB03D9D6 , 0x6B8F0142EE1A4B28B6AFC4158B8D8899 , 0x6BB1C84DC86B482F85C23D1EB5629FB0 , 0x6C8B7642A37546B6B05497B92EA5BFF0 , 0x6D0B776E9F2D4C0695053213DE80B4AD , 0x6D4D0B063A114333888FDC710ECE145F , 0x6E4A6AD9051840ABBD0096778E5A9B0C , 0x701CEB6F52844F7E83426A900E2D27E0 , 0x70AECB6B36334EE5A5653B59E33E9CC2 , 0x70B8B54304084BCF947C2AFC06A2626D , 0x70FAC62F3C564E6AB719082D4C7325D3 , 0x7103AF2FE8504199AFFB67AE55356D08 , 0x7110BA1CBC9343038F84500E65E4E76F , 0x7384E7D32640448E864CDCD38CAD6A14 , 0x74070316C2704024BC6E35F5759ED4C8 , 0x7415F9EC580B49D18526B367BD95ACE7 , 0x7504B30A76374168BFCD37526FCA5EDA , 0x756BC61010804494B6A9B6983952ED95 , 0x75C3084D1C1449A38D722B1063BBAD74 , 0x77376BD049DE4CF1A9102E9E228AEEA6 , 0x775B1B93E4DF4A49BF565ABC2536F18D , 0x778A02FCEAD24A5AB09144715397EE71 , 0x785CBF218DC04B9A85A140E8C2E14485 , 0x787CE3CA0265418689763CA055F64043 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0x79EA77822B354BB9831A64CF98EB90B9 , 0x7C138D7346794B088DAFA759B98E3773 , 0x7C702AD7010940238884984175151A49 , 0x7D851BE37AB949C2B15E9F0B352F1A5F , 0x7DF932CDDCD649E6807A3BDE8E03591F , 0x7F01CD0C65A844D08A67E6D38738B693 , 0x7F742A0360054BE3AE09FD6032C7A5D0 , 0x8007A44DAE02426E89F43E72F1024A35 , 0x807CBBAE2BFD45FCB1EC240DB244FD44 , 0x8152070F6D3A47D689521C58312B27F4 , 0x8163C5BAE76F4D7FA51637BB3A3060A1 , 0x8180258B3A2B4A3FA0CE85F9B80203EC , 0x825DCA932B064790A41A1E89DE7218D2 , 0x82B1759EB5254392A4A96618E957EB4D , 0x82D55ECEDF604FF1B33DCDA028AF7805 , 0x83CDAA642F0E44D9B12D9E7B6C549709 , 0x83EBE1BD1B8D4BA4AF6B61CFFCBA62F9 , 0x84EA50DC57A8496D88538CDFAA355188 , 0x853EE8FBBD1D45B08A7C95D785FA7CC3 , 0x8671310E0D0A4B0CB5EB3B2A12E37D79 , 0x867484AB36474AC9BA291ED058BA9AC8 , 0x87590C82D6E7489288FCBABC7758723B , 0x8B8CA8DDC7604DC090137B1EBF518496 , 0x8C0BABAEBB144BDC9C35BA9C25F66DF6 , 0x8F039C813BD94A0D9AA5E706DCEBBC7A , 0x8FDFC87130F64DBAAE1BC72FBA5B5B2C , 0x9030014967C1436DAB0E9A9E7A36A369 , 0x92B1C0DECD234D66AF1FE8A290AFFF0E , 0x92E9B288701E4414A69E96B6BF605270 , 0x92FCC1924C284825A0E3B8ABB7DAC58B , 0x9313030D057C48CBB22749EFB943F24B , 0x938893B93D0140CB8FA0BCC9AA2638D3 , 0x9488DA5D237B437C8395C8BB1F78014F , 0x94E122469D98422E9E1B31612F615B8E , 0x954B323FB5F14A89A934DF5A62927FA0 , 0x9560FA84A3E14EBF8314327C19778C74 , 0x95F20CB250054BC7B96455DFD9EC6580 , 0x9702E65FACE84BC496CB5DECEDE9EF96 , 0x98AD4EECECEC488ABB30192588A86A0F , 0x995DDFAB53054C3F92AFB0F96FAEDCBE , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0x9AC6B11388F64BE4BC7190B7F87C2EAE , 0x9BF63E55425A404F9E9E0CF674590B7E , 0x9C1D28FD43154CD68CE7D57FC692BFEB , 0x9C3B93226C0E4EEF9910D1DF17D893DA , 0x9C3BF803C5554EC293245581324F8520 , 0x9D059A173DC84EBD8D2AE076785B4D4A , 0x9D2E2B8D126F4D84B2243009069CE9E7 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0x9E799CE1CF29417482BF14FF37ED512C , 0xA04F6ED76A6A41FDAFD911A1ADA5B512 , 0xA0BC82CF35DF4DCABEEBEC4C548063C2 , 0xA1E08433503D41B6BA6976CE517E3768 , 0xA24C46E4C647449BAD35F7F6D0AA5A78 , 0xA2617A8393BC4B74879D813E9EBAFBD0 , 0xA2C525683EDC462A816BD0C4D9DB650F , 0xA390628C476649A58950DD517B33175B , 0xA45F18FEBF764A289CDDF1F2E71B8CA5 , 0xA50B0196DC384690802E67A43E94D07C , 0xA5A265533BCC48AB96C9E9E73EF5E903 , 0xA612E0DA6F194E5191330E299F49E3E0 , 0xA6A31CC2FF2E402C8B56D1FD6132113B , 0xA6AC3D6B4BDD472BB1B7B90B0EA94FC7 , 0xA6EAED742DF9498F86A1AA6196E97E26 , 0xA87D4228C2104F0EA4A895DAA5475BBE , 0xAA1B4C60929A4B27AD436574A0D27DBD , 0xAA7BE6A936CE41229B42E7A84CFEF8AF , 0xAC847C5FE91E436999603EE2EA8F9F5F , 0xAD0F56BCBCFE4D4D98CE09DC37976D74 , 0xAE3437146FEC450F8E80215B4F4FE6EE , 0xAF01A3355F5C4249AFB2619CE683D798 , 0xAF8AD5F538D844B7B49EF2431F69EAAE , 0xAFC4A8DAF6204E14842524335BCA6BD6 , 0xAFF155359B55416396F488D6F448DA29 , 0xAFFC2DE8F9D54F309F3D439036375E75 , 0xB43660C8D7AB4866B631E4AFFCFE611D , 0xB44E039D0BF649DC9918FAF6ED54FF41 , 0xB4AFD32E876E4CA5A0F18D784FACB072 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xB7461F8490484A2E90BED4FEBCEE5A5B , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB7F13FE1C319488A9054CBA06D84D80C , 0xB826BCE8B48648BB96ECFD22D1EAD1F2 , 0xB8B476B2CDB648F796E2C557DD2635AC , 0xB8D6358FBC5D4F23BF2775A1395B7056 , 0xB964C0C143B94958B33C97D391E661AA , 0xBA190BCC33224C4A93A858542875D038 , 0xBBC701CEC68C42429A53D3BF27ABD7E1 , 0xBDD95C23E8FD488FAA3FD9AFEA510848 , 0xBDDC713AF7604402A40075267DD9A9F1 , 0xBE4215983C5A4F24AC9BF870ED4ABAE0 , 0xBEE0F78CD41B4282AC5C1840C89F3346 , 0xBEE969209DFC41B7BF9614577FDB9E22 , 0xC0CEA1C182534C0D9E72142AAA49C2DB , 0xC24E5CF41C894788AFB25E3D4BC9152B , 0xC34AF018B4F14CF788FD032453E1641F , 0xC3CB0032CC44446EB5B5F78561CE9B06 , 0xC4A6B3EF00A94AE4BC23924416B65CBD , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xC6B068DBE8AB4162BDCC35875D442B51 , 0xC74E06DF0FB24E859D05A4B69E1E0557 , 0xC832748063C84A32BB69EAA166E37021 , 0xC8BC24D6F9944F1FAAB141334DC5EB58 , 0xC8E3C9E1EBCA4632B0F82A44688D32DE , 0xC929B1AA23F44058A4804FE13DABF17C , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xCA936B9CCD004BDEB145C5EE425CD24D , 0xCB1DF853765A49DBAAB3C65843B37666 , 0xCB9D888E0F5A4198A95004E4997F3962 , 0xCD1BD8B0383C4DE88D4767D2159366AA , 0xCF88CACEE32D4C3A83FA571FE6E3EDAE , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0xD09A847A01D648E69FD1EB1916C87A69 , 0xD29820A95D114D6EA5295FF718DD5156 , 0xD3607C9D23924031A1A5F55A3D3CFEFF , 0xD3E75C04F3C6497E880E530A28BEA545 , 0xD500DEA809834E9DACCA085A52FB482F , 0xD5A39839C2C0486590D968F4069CB3B1 , 0xD68E9E84653847AC9208309E127C2988 , 0xD75E9502D0634DA28CDBE1C682D89057 , 0xD9F8AC0DA6D44804903C7820175A82DE , 0xDA8BAE0B60194F449BEDB71A42C93260 , 0xDB492B004F264781BC34A25FBD8758F0 , 0xDB97E26167884B0EAD36505998A9E623 , 0xDCC40FD0E5124B3282D76F39DE824C3A , 0xDCE63ABB88CF41E19AFD2C21E7F0793F , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xE0363A0CF19A4C33B2BFDBB785FEB539 , 0xE04470EE68F14406B1F1FFE55FB8F915 , 0xE097BBCB67D64FD4BB6C45FA88422968 , 0xE0AA33A0A70443C9B86BE35B8C996A0C , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xE54FA5C43E7146CA9C2E22BAC99DA699 , 0xE678E3DB84C24D60BEA27C024C3297C6 , 0xE69CF2A19F4847658195A2374BEC493D , 0xE7A55C392DCB4AEF9A01045739727AB0 , 0xE80C68BC85274609A5EEE408C32EE541 , 0xE8DA3606107D4BB0A42121A366278F44 , 0xE94EF55BE4434281B3C4EE4F744CC7DD , 0xEA8A1514151948F5818333BAB6673DB9 , 0xEC4D9E11C12E4CD89526A7E4B1BC02D4 , 0xEDD0D9CA9E76446BB82A174769BFCDA6 , 0xEE95A6D12F6540F798715F3847C8FE75 , 0xEF00D3C463BD4E739F64BBD7C0DF0B57 , 0xEF3240B0955E4C3884547B8D6B77D6B0 , 0xEFD2EC5AAC274C749C0805E735B7CD27 , 0xEFFF9B7CDA2646AC9E028725D7EC15B5 , 0xF00914139C1841C9A56D7C61681815B7 , 0xF041566C63F64D648158B6B06187ECFB , 0xF0EEC41867E04F64B857A151647ED96E , 0xF0FA0871146F4F6C88044448A16BBFA4 , 0xF18BCEB26F4E479E86E4BCA0DE1DD155 , 0xF2B6AF6D8E794D3B8508ED8C112BC9C7 , 0xF35FFD69513B4FF796103A8C6C970838 , 0xF3C2608BBA8E40D7931F879F3F9F7319 , 0xF3F6267AF3964B76922D8332A6D907CC , 0xF3F77591091B42FD8FBE15BCDA50D821 , 0xF4CDB174E04D4F9CB8C03B6ED617D941 , 0xF5A0829D5B8943579C35968716309FA8 , 0xF5F6064F60FB45B0A10F44C910FC869F , 0xF687858549674E9C8361347B25225FD6 , 0xF6F3357FEDEF4A31A1D55BDF10940108 , 0xF70A79A97A0F4EA9A06A6462A8523479 , 0xF76B69E38EFA4A689993F54F9F49154E , 0xF922FC4C9D4C46F8AC6903A9924AECDD , 0xF990A4C46D654ADBBAD4903047E96F20 , 0xFA61BC7EB9004226ABAA2CB931EE044B , 0xFAC7BBC013BF40A89B44403AF9BEE3EF , 0xFAEFE4177A904BC682680A45087641E0 , 0xFCCC20718D694AC99D003E51E963ABD9 , 0xFCF118C76656435983C788A7C6DE6A68 , 0xFD6A4A85F8D44B929FCF4C776B9CF183 , 0xFD712EF1BE5B427DA791C6DAD0DF06A0 , 0xFD742B970E4C446CBBB2207AE1A52EF7 , 0xFEFABD63DFE54DAC8E999F90B9AF0C94 , 0xFFA88C25FAC645D788516548569C767C );
Copy
69
4.59 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"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"ù¤ÄmeJÛºÔ0Géo "
b"×^•\x02 ÐcM¢ŒÛáÆ‚ØW "
b"Õ\x00 Þ¨\t ƒN¬Ê\x08 ZRûH/ "
b"õ ‚[‰CWœ5–‡\x16 0¨ "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"|\x13 ŽsFyK\x08 ޝ§Y¹7s "
b"‚Õ^Îß`Oñ³=Í (¯x\x05 "
b"”á"F˜B.ž\e 1a/a[ "
b"""
\x17 & Í\n
\x7F I\x1D ºg¶4ê0~u
"""
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"•K2?µñJ‰©4ßZb’\x7F "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"=»Š=ð~JUœ^0‘Â!£© "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"Ñ/e@÷˜q_8GÈþu "
b"¾à÷ŒÔ\e B‚¬\\x18 @ÈŸ3F "
b"Ð )ž{òGt¸-m–מãÅ "
b"&\r ÓŽ9eH\x17 ‰¿`‘zɲ "
b"¦£\x1C Âÿ.@,‹VÑýa2\x11 ; "
b"¯ü-èùÕO0=C67^u "
b"¾éi üA·¿–\x14 W\x7F Ûž" "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"?p\x04 y•R@‰^hŸùTR³ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"ò¶¯mŽyM;…\x08 íŒ\x11 +ÉÇ "
b"\x01 Ž\x11 ÐííqO™·iîkà\x18 O "
b"\x01 Ž\x11 Ðî3py‡Ì•u\x02 H" "
b"\x01 Ž\x11 Ðîzs\x12 —Ö¢V\f ͬa "
b"`éç†n§FB¸ð\žô:º± "
b"¸´v²Í¶H÷–âÅWÝ&5¬ "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b")1KÁ÷LF[œñÞQ°þël "
b"\x01 Ž\x11 Ðî×pǵ\x1A ¤jÜMf\x05 "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"j®£o€žE½|è5rÒÑC "
b"AñÅÉø%O÷¾Ê5:l\t ]G "
b"mM\v\x06 :\x11 C3ˆÜq\x0E Î\x14 _ "
b"cźçoM\x7F ¥\x16 7»:0`¡ "
b"""
÷\n
y©z\x0F N© jdb¨R4y
"""
b"ðîÄ\x18 gàOd¸W¡Qd~Ùn "
b"ôͱtàMOœ¸À;nÖ\x17 ÙA "
b"óÂ`‹ºŽ@ד\x1F ‡Ÿ?Ÿs\x19 "
b"`H„”ÛMHq¼Êb¯ˆ\x07 ô "
b"Z+êü¹¸Aƒ·”¼)Ã%($ "
b"Côž˜\x19 U@\x19 “\x14 †À?¨ý\e "
b"aè\x05 ©“DMHšM™¦ì[¤9 "
b"\x01 •¯mœWs ¾|‚Ž:ãÿ€ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"\x01 •¯mœ¿sM¿î….\x12 à\r \x1F "
b"‚]Ê“+\x06 G¤\x1A\x1E ‰Þr\x18 Ò "
b"ψÊÎã-L:ƒúW\x1F æãí® "
b"ö‡……IgNœƒa4{%"_Ö "
b"\x14 Ü\x07 ißÏKÌ‹ÂöR3\\x18 Ï "
b"\x1A -8X(˜I÷¤];Ñ^~ "
b"˜NìììHŠ»0\x19 %ˆ¨j\x0F "
b".+Ž\x12 oM„²$0\t\x06 œéç "
b"\x01 •¯mœLqß´\f fo\x15 *¼ "
b"""
C{:µDñMذS…•q\n
†Ù
"""
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"õö\x06 O`ûE°¡\x0F DÉ\x10 ü†Ÿ "
b"\x01 Ž9ß\x08 ¹qb·ä¦ˆ£Âúé "
b"N\x05 £]\x12 Aܽʙ/¶wȃ "
b"_âyˆÿÄJüª„bf¼+[u "
b"x|ãÊ\x02 eA†‰v< Uö@C "
b"‡Y\f ‚ÖçH’ˆüº¼wXr; "
b"\x05 š\x17 =ÈN½Ž*àvx[MJ "
b"úÇ»À\x13 ¿@¨›D@:ù¾ãï "
b"+(G[.*O\x08 ¨Cß„\x01 ÓÉü "
b"Y®CÐm7O¾Ž±ôŽBH7ÿ "
b"^ÚŠåcÉJè WèL†/\t ² "
b"·F\x1F „HJ.¾Ôþ¼îZ[ "
b"æœò¡HGe•¢7KìI= "
b"…>èû½\x1D E°Š|•×…ú|Ã "
b"A\n ”'\x00 IK£¶Ü¨!”Þã "
b"R\x07\x0F m:GÖ‰R\x1C X1+'ô "
b"\x01 9ß\x08 úp’@ü\x0F ÄÊ· "
b"\x01 Ž9ß\x12 Krìªq“MÅiÆK "
b"\x01 Ž9¾yPs¾p"Ð\x10 :¬¹ "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"uÃ\x08 M\x1C\x14 I£Žr+\x10 c»t "
b"\x18\x10 ·\x19 7FJ÷£@—7ßw³w "
b"œ;“"l\x0E Nï™\x10 Ñß\x17 Ø“Ú "
b"ª\e L`’šK'Cet Ò}½ "
b"\x06 ô\x0F ™ž\x15 FeƒºMþ(€{ "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"\x01 Ž9ÛHLpNŽÆQÚnYå“ "
b"4Us÷GÙF "\r û\x02 Å\x1F Ð "
b"OJj¬ORN\x08 „"üÀˆŸM* "
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"]\e £°ŒJF-¡G\t fK.° "
b"`”Ck—½Mÿ¶á\x18 [«ò\x03 ) "
b"ÂN\ô\x1C ‰Gˆ¯²^=KÉ\x15 + "
b"ù"üLLFø¬i\x03 ©’JìÝ "
b"\x01 Ž9ß\t Fs%¿fd¿‰"¥¡ "
b"\x01 Ž9ß\t ¹prý£<”.¬\x7F "
b"<ôŽÖß¼M}•)]\x00 Z\x04 1j "
b"B\x15 ¾\x14 i2Oƒ¥‰×ÒrÍ/Ö "
b"`\x01 -ªg@‰0Bg¯\x1E €Ç "
b"btà5ƒºJæ¿ìîx–`\F "
b"}ù2ÍÜÖIæ€z;ÞŽ\x03 Y\x1F "
b"àDpîhñD\x06 ±ñÿå_¸ù\x15 "
b"àª3 §\x04 Cɸkã[Œ™j\f "
b"íÐÙÊžvDk¸*\x17 Gi¿Í¦ "
b"\x01 Œ\x1A Ø£Eq\x13 µ;£e'\x13 í¬ "
b"\x01 •¯Š»ìq-.Fœ\v øv÷ "
b"""
\x01 •¯Š½{pæ‡\n
:T)æG’
"""
b": ñ«\x12 AK݈§!â`.9\x17 "
b"´¯Ó.‡nL¥ ñŽxO¬°r "
b"¸&¼è´†H»–ìý"ÑêÑò "
b"¸Ö5¼]O#¿'u¡9[pV "
b"ÇN\x06 ß\x0F ²N…\x05 ¤¶ž\x1E\x05 W "
b"ïÒìZ¬'Ltœ\x08\x05 ç5·Í' "
b"\x0F 3í1R˜G¦€–e)i"E\ "
b"\x19 ajhuÚD*³¦-z\x07 Óó¤ "
b"%¬6„Ä\e DâŒYÆb£ï|3 "
b"=t\x01\x01 +½O¶¦ùÙW°¤Ý\r "
b"\x7F\x01 Í\f e¨DЊgæÓ‡8¶“ "
b"ßÈq0öMº®\e Ç/º[[, "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"žyœáÏ)At‚¿\x14 ÿ7íQ, "
b"½Üq:÷`D\x02 ¤\x00 u&}Ù©ñ "
b"óö&zó–Kv’-ƒ2¦Ù\x07 Ì "
b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
b"\x01 š*\x13 Ožru‚\x00 ©d\x7F $× "
b"\x0E ׇХIvŒ)mc\x15 |å\x0F "
b"\x00 º¿Ü£<Ið¾Ú5’\x16 ¥ZÚ "
b"\x0F Rì~:©IMªð‘\x1E Ã±È "
b"\x12 ¨¥›úMÞ¨M5\x19 \\x04 lµ "
b"\x1A\x1F o \x08 ¼@ž°ð†Õæþè… "
b"(’\x13 6¸O?¡\x12 /w”P' "
b"*Dâ¦ëfFÌ®²Bß35!\x18 "
b"+!.bX$Mí¢1eº\x10\v ø "
b"4j@/É;Có´1¦¦)ÉÅ) "
b"5oÜãRkJ¸¤ÕBâ_'Ë "
b";S\r «\x08 òA*Š 6„\f Pò "
b"?+Ÿq\t ÏA\x17 £ÿ©ˆcµ\x11 "
b"A\f Šß\x14 MB˜žSÿ[t'\x19 "
b"BÆ\f ‚uºE®ÈD¸\`Æ= "
b"""
Tá¾Íý‰BAŽ\n
vRbB\x17 ·
"""
b"Z\x13 oD\x10 OKŠŠS$o\x19 ÈÉç "
b"["x’ö$E£¸PRøˆ¼G¢ "
b"_Gˆ\v\x1C\x15 M5¡^½C§™\x00 ¸ "
b"f8\e\x00 ¼îCgº|€KðЇr "
b"jD¥1\x0F Fƒ¶Â\x05 |eî\x1A E "
b"k±ÈMÈkH/…Â=\x1E µbŸ° "
b"q\x03 ¯/èPA™¯ûg®U5m\x08 "
b"s„çÓ&@DކLÜÓŒj\x14 "
b"ukÆ\x10\x10 €D”¶©¶˜9Rí• "
b"wŠ\x02 üêÒJZ°‘DqS—îq "
b"x\¿!ŽÀKš…¡@èÂáD… "
b"¡à„3P=A¶ºivÎQ~7h "
b"¯Ä¨Úö N\x14 „%$3[ÊkÖ "
b"´N\x03 \v öIÜ™\x18 úöíTÿA "
b"ÈãÉáëÊF2°ø*DhŽ2Þ "
b"Ú‹®\v `\x19 OD›í·\x1A BÉ2` "
b"è\f h¼…'F\t ¥îä\x08 Ã.åA "
b"êŠ\x15\x14\x15\x19 Hõƒ3º¶g=¹ "
b"ìMž\x11 Á.LØ•&§ä±¼\x02 Ô "
b"ð\t\x14\x13 œ\x18 AÉ¥m|ah\x18\x15 · "
b"öó5\x7F íïJ1¡Õ[ß\x10 ”\x01\x08 "
b"÷kiãŽúJh™“õOŸI\x15 N "
b"ýjJ…øÔK’ŸÏLwkœñƒ "
b"A+=KÑ\x11 LŽLª"Êù8 "
b"0\x01 IgÁCm«\x0E šžz6£i "
b"\r \x0E ¸\r \x02\v BòºÉ .:Þò\x1E "
b"(\x13 ŽkÀ÷I\x11 •9´õüaɪ "
b":n»!·–Cg¯?\v $¤8íÉ "
b"P¢™\x07 daB0›Î÷7§1\x7F\x0F "
b"""
[Ù\t —¬˜Gj†\x03 \n
Ò\x02 ¬ž¿
"""
b"iX½\x02 –?L,¶\x1F á‚㯯k "
b"t\x15 ùìX\v IÑ…&³g½•¬ç "
b"|p*×\x01\t @#ˆ„˜Au\x15\x1A I "
b"¾B\x15 ˜<ZO$¬›øpíJºà "
b"ưhÛè«Ab½Ì5‡]D+Q "
b"èÚ6\x06\x10 }K°¤!!£f'D "
b"ïÿ›|Ú&F¬ž\x02 ‡%×ì\x15 µ "
b"ÜÄ\x0F Ðå\x12 K2‚×o9Þ‚L: "
b"Üæ:»ˆÏAášý,!çðy? "
b"˜Î)Ók•B]–\x1D\x02 G\t «ùm "
b"‚±užµ%C’¤©f\x18 éWëM "
b"}…\e ãz¹I±^Ÿ\v 5/\x1A _ "
b"\x19\x08\x00 ×sŸCL”‡ŠØ=ò\x10\x11 "
b")\x01 Ž'$+FÓ¸\f $\x11 «_¾9 "
b"“ˆ“¹=\x01 @Ë ¼Éª&8Ó "
b"™]ß«S\x05 L?’¯°ùo®Ü¾ "
b"К„z\x01 ÖHæŸÑë\x19\x16 Èzi "
b"púÆ/<VNj·\x19\x08 -Ls%Ó "
b"WNÇ‚\x05 ÑO¹‚@s”É\x14 w» "
b"·ñ?áÃ\x19 HŠTË m„Ø\f "
b"""
\x07 §ê Š¢NºªEÔ*Ê\n
\x04 á
"""
b""\x1C ©¡Ö™I¸³ž¡ö@·\x06 Ù "
b"&ë4ŠÍ&Kà \x04 4\f Ž¿ÒÜ "
b"m\v wnŸ-L\x06 •\x05 2\x13 Þ€´ "
b"†t„«6GJɺ)\x1E ÐXºšÈ "
b"ˈ\x0F ZA˜©P\x04 ä™\x7F 9b "
b"¢Å%h>ÜF*kÐÄÙÛe\x0F "
b"Aæ’9\x17\x00 @m®\x01 ~\x08 [žµ "
b"^¨ÎzDKU”YC\x13 ¡óM\x03 "
b"¢azƒ“¼Kt‡>žºûÐ "
b"""
u\x04 ³\n
v7Ah¿Í7RoÊ^Ú
"""
b"ÃË\x00 2ÌDDnµµ÷…aΛ\x06 "
b"l‹vB£uF¶°T—¹.¥¿ð "
b"tÃÕ?-¿M)¹ÜD\x16 ©žSÁ "
b"¤_\x18 þ¿vJ(œÝñòç\e Œ¥ "
b"¦¬=kKÝG+±·¹\v\x0E ©OÇ "
b"‡Ä¡}†ìNm½ ƒGbXw\x15 "
b"™²Rƒ=\x00 OI‡c¾UÝTÉâ "
b" On×jjAý¯Ù\x11 ¡¥µ\x12 "
b"»Ç\x01 ÎÆŒBBšSÓ¿'«×á "
b"ÇB:q%¤OÍ‘‘®»\x17 ÿp "
b"ppe\x1E µE\x1D ƒvKUöêþŽ "
b"’üÁ’L(H% 㸫·ÚÅ‹ "
b"¦êít-ùI†¡ªa–é~& "
b"\x16 ²@üZAú¿\x0F JV®T\x1D Ú "
b"\x18 ¤CkÖ8Hx½)%¯\x06 k\f ” "
b"""
\x1D êmúß\n
L’&¶ýù‘í
"""
b"Œ\v «®»\x14 KÜœ5ºœ%ömö "
b"\x1F ½‚ǃ†Kï“ò–|µÂ4î "
b"w[\e “äßJI¿VZ¼%6ñŽ "
b"’±ÀÞÍ#Mf¯\x1F 袯ÿ\x0E "
b"Cd»©s\x10 M®‡–;¹® ep "
b""Š?Â$è@ï°o´Ž¥<ßè "
b"u“aÒ~ÎIÕ¿Ñ\x03 8ÔX† "
b"à6:\f ñšL3²¿Û·…þµ9 "
b"®47\x14 oìE\x0F Ž€![OOæî "
b"üÌ qŽiJÉ\x00 >Qéc«Ù "
b"\x01 ™€Gƒ²s\x19 …Óíe™â!¬ "
b"aI°6¢tD[ŽlÙ¼¬Šêw "
b"€\x07 ¤M®\x02 Bn‰ô>rñ\x02 J5 "
b"€|»®+ýEü±ì$\r ²DýD "
b"œ;ø\x03 ÅUN“$U2O… "
b"ÃJð\x18 ´ñL÷ˆý\x03 $Sád\x1F "
b"Ò˜ ©]\x11 Mn¥)_÷\x18 ÝQV "
b"Õ£˜9ÂÀHeÙhô\x06 œ³± "
b"üËÿ\x05 7ºG•³\x1A nöÆÛÜ, "
b"55ª&Ä B†«ˆF-·ÐG "
b"?¡.J•×AÙ \x01 OaiÑ”i "
b"\x1A 0ÛñÀxB\x12 ·"l0ºwT "
b"\x7F t*\x03 `\x05 Kã®\t ý`2ǥР"
b"€%‹:+J? Î…ù¸\x02\x03 ì "
b"KäÙ#‡„K\¬Ï¿fçk.\x19 "
b"p®Ëk63Nå¥e;Yã>œÂ "
b"X¾%á½\x11 @r‘˜\\x01 °Ü\x05 } "
b"q\x10 º\x1C ¼“C\x03 „P\x0E eäço "
b"ðAVlcöMdX¶°a‡ìû "
b"ï\x00 ÓÄc½NsŸd»×Àß\v W "
b"Ó`|#’@1¡¥õZ=<þÿ "
b"(µ\r ±\x01\x03 DÇ« \v $wÖ•Û "
b"\x01 ™€…xØp\x00 ŽÂ¦à/³\x16 ¨ "
b"Ê“kœÍ\x00 KÞ±EÅîB\ÒM "
b"½Ù\#èýHª?Ù¯êQ\x08 H "
b"yêw‚+5K¹ƒ\x1A dÏ˜ë¹ "
b"úa¼~¹\x00 B&«ª,¹1î\x04 K "
b"\x10 }5ýÕ¾BDd‡i½ûö¥ "
b"\x14 Y(t¤ÙC\x1F ™¬¡®[°`! "
b"\x19 Ci\x07\e\x08 I9¦páé˜yº\x13 "
b"\x1A óÚžm®A»„eTôUƒG "
b"&›•\x1D ŠE‡¨z€iÿeî3 "
b"31f\x1C\e DˤØ%™Úsšè "
b"4¹2\x0F\x16 JŶ–é-b\x0F\x00 "
b"""
8RÆ‘¹ZDì\x13 >éM\n
Zk
"""
b"EJ˜XÂM\x04 ª£‹â¿ˆ4µ "
b"K’<‹Â(CRŽèÍb…\x07 ¦C "
b"V\x02 «š\f\x19 K\v –`K\x08 \Ú½¡ "
b"h \x19 º/íAÙž—‚P¬#J& "
b"k\x05 `^\e MGó·åqÉû\x03 ÙÖ "
b"""
†q1\x0E \r\n
K\f µë;*\x12 ã}y
"""
b"‹Œ¨ÝÇ`MÀ\x13 {\x1E ¿Q„– "
b"›ö>UBZ@Ožž\f ötY\v ~ "
b" ¼‚Ï5ßMʾëìLT€c "
b"¥\v\x01 –Ü8F€.g¤>”Ð| "
b"¦\x12 àÚo\x19 NQ‘3\x0E )ŸIãà "
b"¬„|_é\x1E Ci™`>âê_ "
b"´6`È׫Hf¶1ä¯üþa\x1D "
b"ÀΡÁ‚SL\r žr\x14 *ªIÂÛ "
b"æxãÛ„ÂM`¾¢|\x02 L2—Æ "
b"ðú\x08 q\x14 oOlˆ\x04 DH¡k¿¤ "
b"ñ‹Î²oNGž†ä¼ Þ\x1D ÑU "
b"üñ\x18 ÇfVCYƒÇˆ§ÆÞjh "
b"þú½cßåM¬™¹¯\f ” "
b"ÿ¨Œ%úÆE׈QeHVœv| "
b"Ë\x1D øSvZIÛª³ÆXC³vf "
b"`ÿ›\x01\x11 ¶C잌î}Pt\x0E "
b"•ò\f ²P\x05 KǹdUßÙìe€ "
b"éNõ[äCB³ÄîOtLÇÝ "
b"’鲈p\x1E D\x14 ¦ž–¶¿`Rp "
b"¨}B(Â\x10 O\x0E ¤¨•Ú¥G[¾ "
b"\x01 ™€S–érë°\x0E Ò\x16 ÝŽ\x05 > "
b"ÖŽž„e8G¬’\x08 0ž\x12 |)ˆ "
b"¢LFäÆGD›5÷öЪZx "
b"åO¥Ä>qFÊœ."ºÉ¦™ "
b"\x01 ™€SŒTp ŒH\x04\x11 µ\x01\x05 ’ "
b"¯ŠÕõ8ØD·´žòC\x1F iê® "
b"\x01 ™€Z*{r¿ƒÌ*<¨ÃÙÄ "
b"\x1A\x7F Ñþ}oI\v jü\x12 ëG!¥ "
b"2ð‰;)/D\x1E »:6¸µ\x19 \r ' "
b":¹\x14 òÃB\x06 £‘ø\x07 .qùG "
b"MC\t n‰ûH2½„§?k|Ë "
b"p¸µC\x04\x08 KÏ”|*ü\x06 ¢bm "
b"—\x02 æ_¬èKÄ–Ë]ìíéï– "
b"Ħ³ï\x00 ©Jä¼#’D\x16 ¶\½ "
b"Ùø¬\r ¦ÔH\x04 <x \x17 Z‚Þ "
b"ó_ýiQ;O÷–\x10 :Œl—\x08 8 "
b"ýt+—\x0E LDl»² zá¥.÷ "
b"E\x19 ’\x17 åN;Ž«¡\x11 Æó`¹ "
b"\x01 Œ\x13 ±ÚGF¨¤}có\x08 wRl "
b"\x12 ìîû¾ŠK“¹:dÑU~š "
b"?¶¿Ëê\x02 D«™—±ƒ™a÷’ "
b"[›Ùî\x04 ½C1¦\t «M\÷Þz "
b"\x03 œ;ÙJ\r š¥ç\x06 Üë¼z "
b"¥¢eS;ÌH«–Ééç>õé\x03 "
b"ó÷u‘\t\e Bý¾\x15 ¼ÚPØ! "
b":±=\x07 wüOQ¥{kåÄR?‚ "
b"QU±|+\x05 K’½Ñ Òæ\x15 ^ "
b"\x01 —éñÌFp\r ¸é\x1D\v ó®+¢ "
b"\x01 —éñðOqÈ‚–k‡¸wô "
b"\x01 ™€GDØqï¸õ\f Ò7Ìû\ "
b" àF"Ò×G;‡X×ò7u» "
b",bØ÷_÷IÕŒh³G#o\x13 U "
b"k\x01 Bî\x1A K(¶¯Ä\x15 ‹Žˆ™ "
b"ƒëá½\e ŽK¤¯kaÏüºbù "
b"\x01 ™€{\x11 ªp5«µvÁÖ\x7F uÐ "
b"#‹ÞI³;Gþ–ؼ\r \x19 #š5 "
b"\x05 ‡\x1C .=rBh€y\x18 ƒ%\x15 "„ "
b"\t 5WšrZF;®ük@’™}ô "
b"""
\n
í+äé"Eõ³õÊ\x07\x1C ¹
"""
b"@…×þbéB9²<Í•\t Åhä "
b"KùsDÏ÷N\x1E «l-=Â\x01 •r "
b"a¢·—Ú\x15 @ KýH{œ›C "
b"„êPÜW¨ImˆSŒßª5Qˆ "
b"ï2@°•^L8„T{ŽkwÖ° "
b"ȼ$Öù”O\x1F ª±A3MÅëX "
b"\x01 ™€Z,ÆphªŸ\x13 Õb\x05 %ä "
b"\x01 ™€zdzs¯híž\x11 ùp> "
b"¯\x01 £5_\BI¯²aœæƒ×˜ "
b"""
úïä\x17 zKÆ‚h\n
E\x08 vAà
"""
b"ÛI+\x00 O&G¼4¢_½‡Xð "
b"\x02 «•÷ä»E†¬\x08 '\x1A NŽˆÌ "
b"<èBÉÇwO&¶‡ëXw<7: "
b"K/D®0FÆ´-¨¾rÒÞ‹ "
b"p\x1C ëoR„O~ƒBj\x0E -'à "
b"ƒÍªd/\x0E DÙ±-ž{lT—\t "
b"œ\x1D (ýC\x15 LÖŒçÕ\x7F Æ’¿ë "
b"£bŒGfI¥‰PÝQ{3\x17 [ "
b"É)±ª#ô@X¤€Oá=«ñ| "
b"à—»ËgÖOÔ»lEúˆB)h "
b"\x01 —éñðJsK¯0Á{9ˆ§ "
b"XÄ꺮ŠON‰SþáC0Z "
b"•`ú„£áN¿ƒ\x14 2|\x19 wŒt "
b"ª{æ©6ÎA"›Bç¨Lþø¯ "
b"\e «µ(\x1D HA¡ŽµQ8<õŽu "
b"^:ši\x06 ¡B.»x\|ú™f5 "
b"t\x07\x03\x16 Âp@$¼n5õužÔÈ "
b"\x01 ™€RÜÑs=`\x0E å\r[µ "
b"È2t€cÈJ2»iê¡fãp! "
b"\x01 Ž9à×%qŸ‡î1m\x15 ?%: "
b"\x01 Ž9à×<sþ©vTw\x08 [>À "
b"Bp…føoLyÕ¸À¶ç'‘ "
b"cI›¾zÜBuŒ¦—‰[z\x00 ù "
b"šÆ±\x13 ˆöKä¼q·ø|.® "
b"½\f\v ©UžGažÈžŠ~\x0F ‹a "
b"ç¥\9-ËJïš\x01\x04 W9rz° "
b"""
Óç\\x04 óÆI~ˆ\x0E S\n
(¾¥E
"""
b"Í\e ذ8<MèŽGgÒ\x15 “fª "
b"/”ØíJAOŠ«žÆºù\x14 ×– "
b"\x0F V¼¼þMM˜Î\t Ü7—mt "
b"¯ñU5›UAc–ôˆÖôHÚ) "
b"w7kÐIÞLñ©\x10 .ž"Šî¦ "
b"nJjÙ\x05\x18 @«½\x00 –wŽZ›\f "
]
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 (0x2D7FB9402D164EA0B9A681DA9856F46B , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xBA190BCC33224C4A93A858542875D038 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0xD75E9502D0634DA28CDBE1C682D89057 , 0xD500DEA809834E9DACCA085A52FB482F , 0xF5A0829D5B8943579C35968716309FA8 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x7C138D7346794B088DAFA759B98E3773 , 0x82D55ECEDF604FF1B33DCDA028AF7805 , 0x94E122469D98422E9E1B31612F615B8E , 0x1726A0CD0A7F491DBA67B634EA307E75 , 0x1A92170A015E40729F28D756F298B1B6 , 0x58E34BC085714D82B41F0789614AFD34 , 0x954B323FB5F14A89A934DF5A62927FA0 , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0x016CD737CCD34B5FB91A4F555A65743A , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0xEE95A6D12F6540F798715F3847C8FE75 , 0xBEE0F78CD41B4282AC5C1840C89F3346 , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0x260DD38E3965481789BF60917AC9C2B2 , 0xA6A31CC2FF2E402C8B56D1FD6132113B , 0xAFFC2DE8F9D54F309F3D439036375E75 , 0xBEE969209DFC41B7BF9614577FDB9E22 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x3F700479955240AD895E689FF95452B3 , 0x9313030D057C48CBB22749EFB943F24B , 0xF2B6AF6D8E794D3B8508ED8C112BC9C7 , 0x018D11D0EDED714F99B769EE6BE0184F , 0x018D11D0EE33707987CC957502489F22 , 0x018D11D0EE7A731297D6A2560CCDAC61 , 0x60E9E7866EA74642B8F05C9EF43ABAB1 , 0xB8B476B2CDB648F796E2C557DD2635AC , 0x4317DF4537A34536A567D2875D998FE4 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x018D11D0EED770C7B51AA46ADC4D6605 , 0x9488DA5D237B437C8395C8BB1F78014F , 0xDB97E26167884B0EAD36505998A9E623 , 0x6AAEA36F809E45BD9D7CE83572D2D143 , 0x41F1C5C9F8254FF7BECA353A6C095D47 , 0x6D4D0B063A114333888FDC710ECE145F , 0x8163C5BAE76F4D7FA51637BB3A3060A1 , 0xF70A79A97A0F4EA9A06A6462A8523479 , 0xF0EEC41867E04F64B857A151647ED96E , 0xF4CDB174E04D4F9CB8C03B6ED617D941 , 0xF3C2608BBA8E40D7931F879F3F9F7319 , 0x60488494DB4D4871BCCA62AF889D07F4 , 0x5A2BEAFCB9B84183B794BC29C3252824 , 0x43F49E9819554019931486C03FA8FD1B , 0x61E805A993444D489A4D99A6EC5BA439 , 0x0195AF6D9C577320BE7C828D3AE3FF80 , 0xB964C0C143B94958B33C97D391E661AA , 0x0195AF6D9CBF734DBFEE852E12E00D1F , 0x825DCA932B064790A41A1E89DE7218D2 , 0xCF88CACEE32D4C3A83FA571FE6E3EDAE , 0xF687858549674E9C8361347B25225FD6 , 0x14DC0769DFCF4BCC8BC2F652335C18CF , 0x1A2D3858289849F79DA4905D3BD15E7E , 0x98AD4EECECEC488ABB30192588A86A0F , 0x9D2E2B8D126F4D84B2243009069CE9E7 , 0x0195AF6D9C4C71DFB40C8F666F152ABC , 0x437B3AB544F14DD8B0538595710A86D9 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xF5F6064F60FB45B0A10F44C910FC869F , 0x018E39DF08B97162B7E4A688A3C2FAE9 , 0x4E05A39D5D1241DCBDCA992FB677C883 , 0x5FE27988FFC44AFCAA846266BC2B5B75 , 0x787CE3CA0265418689763CA055F64043 , 0x87590C82D6E7489288FCBABC7758723B , 0x9D059A173DC84EBD8D2AE076785B4D4A , 0xFAC7BBC013BF40A89B44403AF9BEE3EF , 0x2B28475B2E2A4F08A843DF8401D3C9FC , 0x59AE43D06D374FBE8EB1F48E424837FF , 0x5EDA8AE563C94AE8A057E84C862F09B2 , 0xB7461F8490484A2E90BED4FEBCEE5A5B , 0xE69CF2A19F4847658195A2374BEC493D , 0x853EE8FBBD1D45B08A7C95D785FA7CC3 , 0x410A9D942700494BA3B6DCA82194DEE3 , 0x8152070F6D3A47D689521C58312B27F4 , 0x018E39DF08FA70929F408FFC0FC4CAB7 , 0x018E39DF124B72ECAA71934DC569C64B , 0x018E39BE795073ADBE7022D0103AACB9 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x75C3084D1C1449A38D722B1063BBAD74 , 0x1810B71937464AF7A3409737DF77B377 , 0x9C3B93226C0E4EEF9910D1DF17D893DA , 0xAA1B4C60929A4B27AD436574A0D27DBD , 0x06F40F999E15466583BA904DFE28807B , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x018E39DB484C704E8EC651DA6E59E593 , 0x345573F747D94690A0220DFB02C51FD0 , 0x4F4A6AAC4F524E088422FCC0889F4D2A , 0x5585044676B64161A0187033658DF888 , 0x5D1BA3B08C4A462DA1AD4709664B2EB0 , 0x6094436B97BD4DFFB6E1185BABF20329 , 0xC24E5CF41C894788AFB25E3D4BC9152B , 0xF922FC4C9D4C46F8AC6903A9924AECDD , 0x018E39DF09467325BF6664BF8922A5A1 , 0x018E39DF09B97072ADFDA33C942EAC7F , 0x3CF48ED6DFBC4D7D95295D005A04316A , 0x4215BE1469324F83A589D7D272CD2FD6 , 0x60012DADAA6740899D304267AF1E80C7 , 0x6274E03583BA4AE6BFECEE7896605C46 , 0x7DF932CDDCD649E6807A3BDE8E03591F , 0xE04470EE68F14406B1F1FFE55FB8F915 , 0xE0AA33A0A70443C9B86BE35B8C996A0C , 0xEDD0D9CA9E76446BB82A174769BFCDA6 , 0x018C1AD8A3457113B53BA3652713EDAC , 0x0195AF8ABBEC712D902E469C0BF876F7 , 0x0195AF8ABD7B70E6870A3A5429E64792 , 0x3A20F1AB12414BDD88A721E2602E3917 , 0xB4AFD32E876E4CA5A0F18D784FACB072 , 0xB826BCE8B48648BB96ECFD22D1EAD1F2 , 0xB8D6358FBC5D4F23BF2775A1395B7056 , 0xC74E06DF0FB24E859D05A4B69E1E0557 , 0xEFD2EC5AAC274C749C0805E735B7CD27 , 0x0F33ED31529847A6809665296922455C , 0x19616A6875DA442AB3A62D7A07D3F3A4 , 0x25AC3684C41B44E28C59C662A3EF7C33 , 0x3D7401012BBD4FB6A6F9D957B0A4DD0D , 0x7F01CD0C65A844D08A67E6D38738B693 , 0x8FDFC87130F64DBAAE1BC72FBA5B5B2C , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0x9E799CE1CF29417482BF14FF37ED512C , 0xBDDC713AF7604402A40075267DD9A9F1 , 0xF3F6267AF3964B76922D8332A6D907CC , 0xFD712EF1BE5B427DA791C6DAD0DF06A0 , 0x019A2A134F9E727582AD00A9647F24D7 , 0x0EADD787D0A549768C296D63157CE50F , 0x00BABFDCA33C49F0BEDA359216A55ADA , 0x0F52EC7E3AA9494DAAF0918F1EC3B1C8 , 0x12A8A59BFA904DDEA84D35195C046CB5 , 0x1A1F6FA008BC409EB0F086D5E6FEE885 , 0x28921336B8814F3FA1122F7794509F27 , 0x2A44E2A6EB6646CCAEB242DF33352118 , 0x2B212E6258244DEDA28F3165BA100BF8 , 0x346A402FC93B43F3B431A6A629C9C529 , 0x356FDCE3526B4AB8A4ADD542E25F27CB , 0x3B530DAB08F2412A8A203684900C50F2 , 0x3F2B9F7109CF4117A3FFA98863C2B511 , 0x410C8ADF144D42989D9E53FF5B742719 , 0x42C60C8275BA458FAEC844B85C60C63D , 0x54E1BECDFD8942418D0A7652624217B7 , 0x5A136F44104F4B8A8A53246F19C8C9E7 , 0x5B227892F62445A3B85052F888BC47A2 , 0x5F47880B1C154D35A15EBD43A79900B8 , 0x66381B00BCEE4367BA7C804BF08A8772 , 0x6A9044A5310F4683B6C2057C65EE1A45 , 0x6BB1C84DC86B482F85C23D1EB5629FB0 , 0x7103AF2FE8504199AFFB67AE55356D08 , 0x7384E7D32640448E864CDCD38CAD6A14 , 0x756BC61010804494B6A9B6983952ED95 , 0x778A02FCEAD24A5AB09144715397EE71 , 0x785CBF218DC04B9A85A140E8C2E14485 , 0xA1E08433503D41B6BA6976CE517E3768 , 0xAFC4A8DAF6204E14842524335BCA6BD6 , 0xB44E039D0BF649DC9918FAF6ED54FF41 , 0xC8E3C9E1EBCA4632B0F82A44688D32DE , 0xDA8BAE0B60194F449BEDB71A42C93260 , 0xE80C68BC85274609A5EEE408C32EE541 , 0xEA8A1514151948F5818333BAB6673DB9 , 0xEC4D9E11C12E4CD89526A7E4B1BC02D4 , 0xF00914139C1841C9A56D7C61681815B7 , 0xF6F3357FEDEF4A31A1D55BDF10940108 , 0xF76B69E38EFA4A689993F54F9F49154E , 0xFD6A4A85F8D44B929FCF4C776B9CF183 , 0x412B3D4BD1114C8E8D9F4CAA22CAF938 , 0x9030014967C1436DAB0E9A9E7A36A369 , 0x0D0EB80D020B42F2BAC9202E3ADEF21E , 0x28138E6BC0F749119539B4F5FC61C9AA , 0x3A6EBB21B7964367AF3F0B24A438EDC9 , 0x50A29907646142309BCEF737A7317F0F , 0x5BD90997AC98476A86030AD202AC9EBF , 0x6958BD02963F4C2CB61FE182E3AFAF6B , 0x7415F9EC580B49D18526B367BD95ACE7 , 0x7C702AD7010940238884984175151A49 , 0xBE4215983C5A4F24AC9BF870ED4ABAE0 , 0xC6B068DBE8AB4162BDCC35875D442B51 , 0xE8DA3606107D4BB0A42121A366278F44 , 0xEFFF9B7CDA2646AC9E028725D7EC15B5 , 0xDCC40FD0E5124B3282D76F39DE824C3A , 0xDCE63ABB88CF41E19AFD2C21E7F0793F , 0x98CE29D36B95425D961D024709ABF96D , 0x82B1759EB5254392A4A96618E957EB4D , 0x7D851BE37AB949C2B15E9F0B352F1A5F , 0x190800D7739F434C94878AD83DF21011 , 0x29018E27242B46D3B80C2411AB5FBE39 , 0x938893B93D0140CB8FA0BCC9AA2638D3 , 0x995DDFAB53054C3F92AFB0F96FAEDCBE , 0xD09A847A01D648E69FD1EB1916C87A69 , 0x70FAC62F3C564E6AB719082D4C7325D3 , 0x574EC78205D14FB982407394C91477BB , 0xB7F13FE1C319488A9054CBA06D84D80C , 0x07A7EA208AA24EBAAA45D42ACA0A04E1 , 0x221CA9A1D69949B8B39EA1F640B706D9 , 0x26EB348ACD264BC3A004340C8DBFD2DC , 0x6D0B776E9F2D4C0695053213DE80B4AD , 0x867484AB36474AC9BA291ED058BA9AC8 , 0xCB9D888E0F5A4198A95004E4997F3962 , 0xA2C525683EDC462A816BD0C4D9DB650F , 0x41E692391700406D90AE017E085B9EB5 , 0x5EA8CE7A8F444B5594594313A1F34D03 , 0xA2617A8393BC4B74879D813E9EBAFBD0 , 0x7504B30A76374168BFCD37526FCA5EDA , 0xC3CB0032CC44446EB5B5F78561CE9B06 , 0x6C8B7642A37546B6B05497B92EA5BFF0 , 0x74C3D53F2DBF4D29B9DC4416A99E53C1 , 0xA45F18FEBF764A289CDDF1F2E71B8CA5 , 0xA6AC3D6B4BDD472BB1B7B90B0EA94FC7 , 0x87C4A17D86EC4E6DBDA0834762587715 , 0x99B252833D004F498763BE55DD54C9E2 , 0xA04F6ED76A6A41FDAFD911A1ADA5B512 , 0xBBC701CEC68C42429A53D3BF27ABD7E1 , 0xC7423A7125A44FCD9D9191AEBB17FF70 , 0x708170651EB5451D83764B55F6EAFE8D , 0x92FCC1924C284825A0E3B8ABB7DAC58B , 0xA6EAED742DF9498F86A1AA6196E97E26 , 0x16B240ADFC5A41FABF0F4A56AE541DDA , 0x18A4436BD6384878BD2925AF066B0C94 , 0x1DEA6DFADF0A4C909226B6FDF991ED81 , 0x8C0BABAEBB144BDC9C35BA9C25F66DF6 , 0x1FBD82C783864BEF93F2967CB5C234EE , 0x775B1B93E4DF4A49BF565ABC2536F18D , 0x92B1C0DECD234D66AF1FE8A290AFFF0E , 0x4364BBA973104DAE87963BB9AE206570 , 0x228A3FC224E840EFB06FB48DA53CDFE8 , 0x759361D27ECE49D5BFD10338D458868F , 0xE0363A0CF19A4C33B2BFDBB785FEB539 , 0xAE3437146FEC450F8E80215B4F4FE6EE , 0xFCCC20718D694AC99D003E51E963ABD9 , 0x0199804783B2731985D3ED6599E221AC , 0x6149B036A274445B8D6CD9BCAC8AEA77 , 0x8007A44DAE02426E89F43E72F1024A35 , 0x807CBBAE2BFD45FCB1EC240DB244FD44 , 0x9C3BF803C5554EC293245581324F8520 , 0xC34AF018B4F14CF788FD032453E1641F , 0xD29820A95D114D6EA5295FF718DD5156 , 0xD5A39839C2C0486590D968F4069CB3B1 , 0xFCCBFF0537BA4795B31A6EF6C6DBDC2C , 0x3535AA26C4204286AB9088462DB7D047 , 0x3FA12E4A95D741D9A0014F6169D19469 , 0x1A30DBF1C0784212B790226C30BA7754 , 0x7F742A0360054BE3AE09FD6032C7A5D0 , 0x8180258B3A2B4A3FA0CE85F9B80203EC , 0x4BE4D92387844B5CACCFBF66E76B2E19 , 0x70AECB6B36334EE5A5653B59E33E9CC2 , 0x58BE25E1BD11407291985C01B0DC057D , 0x7110BA1CBC9343038F84500E65E4E76F , 0xF041566C63F64D648158B6B06187ECFB , 0xEF00D3C463BD4E739F64BBD7C0DF0B57 , 0xD3607C9D23924031A1A5F55A3D3CFEFF , 0x28B50DB1010344C7AB200B2477D695DB , 0x0199808578D870008DC2A6E02FB316A8 , 0xCA936B9CCD004BDEB145C5EE425CD24D , 0xBDD95C23E8FD488FAA3FD9AFEA510848 , 0x79EA77822B354BB9831A64CF98EB90B9 , 0xFA61BC7EB9004226ABAA2CB931EE044B , 0x107D35FDD5BE4244AD648769BDFBF6A5 , 0x14592874A4D9431F99ACA1AE5BB06021 , 0x194369071B084939A670E1E99879BA13 , 0x1AF3DA9E6DAE41BB846554F45583AD47 , 0x269B951D8F8A4587A87A8069FF65EE33 , 0x3331661C1B8144CBA4D82599DA739AE8 , 0x34B932810F164AC5B696E99D2D620F00 , 0x3852C691B95A44ECAD133EE94D0A5A6B , 0x454AC29858C24D04AAA38BE2BF8834B5 , 0x4B923C8BC22843528DE8CD628507A643 , 0x5602AB9A0C194B0B96604B085CDABDA1 , 0x682019BA2FED41D99E978250AC234A26 , 0x6B05605E1B4D47F3B7E571C9FB03D9D6 , 0x8671310E0D0A4B0CB5EB3B2A12E37D79 , 0x8B8CA8DDC7604DC090137B1EBF518496 , 0x9BF63E55425A404F9E9E0CF674590B7E , 0xA0BC82CF35DF4DCABEEBEC4C548063C2 , 0xA50B0196DC384690802E67A43E94D07C , 0xA612E0DA6F194E5191330E299F49E3E0 , 0xAC847C5FE91E436999603EE2EA8F9F5F , 0xB43660C8D7AB4866B631E4AFFCFE611D , 0xC0CEA1C182534C0D9E72142AAA49C2DB , 0xE678E3DB84C24D60BEA27C024C3297C6 , 0xF0FA0871146F4F6C88044448A16BBFA4 , 0xF18BCEB26F4E479E86E4BCA0DE1DD155 , 0xFCF118C76656435983C788A7C6DE6A68 , 0xFEFABD63DFE54DAC8E999F90B9AF0C94 , 0xFFA88C25FAC645D788516548569C767C , 0xCB1DF853765A49DBAAB3C65843B37666 , 0x60FF9B0111B643EC9E8CEE7D9D50740E , 0x95F20CB250054BC7B96455DFD9EC6580 , 0xE94EF55BE4434281B3C4EE4F744CC7DD , 0x92E9B288701E4414A69E96B6BF605270 , 0xA87D4228C2104F0EA4A895DAA5475BBE , 0x0199805396E972EBB00ED216DD8D053E , 0xD68E9E84653847AC9208309E127C2988 , 0xA24C46E4C647449BAD35F7F6D0AA5A78 , 0xE54FA5C43E7146CA9C2E22BAC99DA699 , 0x019980538C5470A08C480411B5010592 , 0xAF8AD5F538D844B7B49EF2431F69EAAE , 0x0199805A2A7B72BF83CC2A3CA8C3D9C4 , 0x1A7FD1FE7D6F490BAD6AFC12EB4721A5 , 0x32F0893B292F441EBB3A36B8B5190D27 , 0x3AB91481F2C34206A391F8072E71F947 , 0x4D43096E89FB4832BD84A73F6B817CCB , 0x70B8B54304084BCF947C2AFC06A2626D , 0x9702E65FACE84BC496CB5DECEDE9EF96 , 0xC4A6B3EF00A94AE4BC23924416B65CBD , 0xD9F8AC0DA6D44804903C7820175A82DE , 0xF35FFD69513B4FF796103A8C6C970838 , 0xFD742B970E4C446CBBB2207AE1A52EF7 , 0x45199D9217E54E3B8DABA111C6F360B9 , 0x018C13B1DA4746A8A47D63F30877526C , 0x12ECEEFBBE8A4B93B93A64ADD1557E9A , 0x3FB6BFCBEA0244AB9997B1839961F792 , 0x5B9BD9EE04BD4331A609AB4D5CF7DE7A , 0x8F039C813BD94A0D9AA5E706DCEBBC7A , 0xA5A265533BCC48AB96C9E9E73EF5E903 , 0xF3F77591091B42FD8FBE15BCDA50D821 , 0x3AB13D0777FC4F51A57B6BE5C4523F82 , 0x5155B17C2B054B929DBDD1A0D2E6155E , 0x0197E9F1CC46700DB8E91D0BF3AE2BA2 , 0x0197E9F1F04F71C88F82966B87B877F4 , 0x0199804744D871EFB8F50CD237CCFB5C , 0x20E04622D2D7473B878158D7F23775BB , 0x2C62D8F75FF749D58C68B347236F1355 , 0x6B8F0142EE1A4B28B6AFC4158B8D8899 , 0x83EBE1BD1B8D4BA4AF6B61CFFCBA62F9 , 0x0199807B11AA7035ABB576C1D67F75D0 , 0x238BDE49B33B47FE96D8BC0D19239A35 , 0x05871C2E3D7242688079188325152284 , 0x0935579A725A463BAEFC6B4092997DF4 , 0x0AED2BE4E92245F5B3F5CA81071CADB9 , 0x4085D7FE62E94239B23CCD9509C568E4 , 0x4BF97344CFF74E1EAB6C2D3DC2019572 , 0x61A2B797DA1540A08F4BFD487B9C9B43 , 0x84EA50DC57A8496D88538CDFAA355188 , 0xEF3240B0955E4C3884547B8D6B77D6B0 , 0xC8BC24D6F9944F1FAAB141334DC5EB58 , 0x0199805A2CC67068AA9F13D5620525E4 , 0x0199807A647A73C2AF68ED9E11F9703E , 0xAF01A3355F5C4249AFB2619CE683D798 , 0xFAEFE4177A904BC682680A45087641E0 , 0xDB492B004F264781BC34A25FBD8758F0 , 0x02AB95F7E4BB4586AC08271A4E8E88CC , 0x3CE842C9C7774F26B687EB58773C373A , 0x4B2F44AE813046C6B42DA8BE72D2DE8B , 0x701CEB6F52844F7E83426A900E2D27E0 , 0x83CDAA642F0E44D9B12D9E7B6C549709 , 0x9C1D28FD43154CD68CE7D57FC692BFEB , 0xA390628C476649A58950DD517B33175B , 0xC929B1AA23F44058A4804FE13DABF17C , 0xE097BBCB67D64FD4BB6C45FA88422968 , 0x0197E9F1F04A734BAF30C17B3988A7AD , 0x58C4EABAAE8A4F4E8953FEE143305A90 , 0x9560FA84A3E14EBF8314327C19778C74 , 0xAA7BE6A936CE41229B42E7A84CFEF8AF , 0x1BABB5281D4841A18EB551383CF58E75 , 0x5E3A9A6906A1422EBB785C7CFA996635 , 0x74070316C2704024BC6E35F5759ED4C8 , 0x01998052DCD1733D8F600EE55C725BB5 , 0xC832748063C84A32BB69EAA166E37021 , 0x018E39E0D725719F87EE316D153F253A , 0x018E39E0D73C73FEA9765477085B3EC0 , 0x42708566F86F4C79ADD5B8C0B6E72791 , 0x63499BBE7ADC42758CA697895B7A00F9 , 0x9AC6B11388F64BE4BC7190B7F87C2EAE , 0xBD0C0BA9559E47619EC89E8A7E0F8B61 , 0xE7A55C392DCB4AEF9A01045739727AB0 , 0xD3E75C04F3C6497E880E530A28BEA545 , 0xCD1BD8B0383C4DE88D4767D2159366AA , 0x2F94D8ED4A414F8AAB9EC6BAF914D796 , 0xAD0F56BCBCFE4D4D98CE09DC37976D74 , 0xAFF155359B55416396F488D6F448DA29 , 0x77376BD049DE4CF1A9102E9E228AEEA6 , 0x6E4A6AD9051840ABBD0096778E5A9B0C )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
70
16.92 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , `product` . `product_manufacturer_id` as `product.manufacturerId` , `product` . `product_manufacturer_version_id` as `product.productManufacturerVersionId` , `product` . `unit_id` as `product.unitId` , `product` . `tax_id` as `product.taxId` , `product` . `product_media_id` as `product.coverId` , `product` . `product_media_version_id` as `product.productMediaVersionId` , `product` . `delivery_time_id` as `product.deliveryTimeId` , `product` . `product_feature_set_id` as `product.featureSetId` , `product` . `canonical_product_id` as `product.canonicalProductId` , `product` . `canonical_product_version_id` as `product.canonicalProductVersionId` , `product` . `cms_page_id` as `product.cmsPageId` , `product` . `cms_page_version_id` as `product.cmsPageVersionId` , `product` . `price` as `product.price` , `product` . `product_number` as `product.productNumber` , `product` . `restock_time` as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , `product` . `active` as `product.active` , `product` . `available` as `product.available` , `product` . `is_closeout` as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product` . `variant_listing_config` as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , `product` . `manufacturer_number` as `product.manufacturerNumber` , `product` . `ean` as `product.ean` , `product` . `purchase_steps` as `product.purchaseSteps` , `product` . `max_purchase` as `product.maxPurchase` , `product` . `min_purchase` as `product.minPurchase` , `product` . `purchase_unit` as `product.purchaseUnit` , `product` . `reference_unit` as `product.referenceUnit` , `product` . `shipping_free` as `product.shippingFree` , `product` . `purchase_prices` as `product.purchasePrices` , `product` . `mark_as_topseller` as `product.markAsTopseller` , `product` . `weight` as `product.weight` , `product` . `width` as `product.width` , `product` . `height` as `product.height` , `product` . `length` as `product.length` , `product` . `release_date` as `product.releaseDate` , `product` . `rating_average` as `product.ratingAverage` , `product` . `category_tree` as `product.categoryTree` , `product` . `property_ids` as `product.propertyIds` , `product` . `option_ids` as `product.optionIds` , `product` . `stream_ids` as `product.streamIds` , `product` . `tag_ids` as `product.tagIds` , `product` . `category_ids` as `product.categoryIds` , `product` . `child_count` as `product.childCount` , `product` . `custom_field_set_selection_active` as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.translation.metaDescription` as `product.metaDescription` , `product.translation.name` , `product.translation.name` as `product.name` , `product.translation.keywords` , `product.translation.keywords` as `product.keywords` , `product.translation.description` , `product.translation.description` as `product.description` , `product.translation.metaTitle` , `product.translation.metaTitle` as `product.metaTitle` , `product.translation.packUnit` , `product.translation.packUnit` as `product.packUnit` , `product.translation.packUnitPlural` , `product.translation.packUnitPlural` as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.translation.customSearchKeywords` as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.translation.slotConfig` as `product.slotConfig` , `product.translation.customFields` , `product.translation.customFields` as `product.customFields` FROM `product` LEFT JOIN `tax` `product.tax` ON `product` . `tax_id` = `product.tax` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `product_media_id` = `product.cover` . `id` AND `product` . `product_media_version_id` = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `parent_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) AND `product` . `active` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"›Â—ÉüGz¡á)\ñ3»« "
b"\x01 Œ\x1A ÈÑ©s‘‚çÉ"ÊJi\x1A "
b")ÕEfI¼BвjV%Gakü "
b"ã\x13 µ\x15 =\x19 E(ޱW•\x1F ¥hy "
b"\x01 Œ\x1A ÈÓðq+·\x13 “úN‹_o "
b"™x¼¾@ÍEg´{‰[uz\x14 B "
b"\x01 •¯m’ËrJ é‘ÝÂOš¦ "
b"\x15 èßí9\e Hүþ\x0F >Õ‚P "
b"a&"ÇÏÿIÁ«wÊ'$i©å "
b"\v qßu·¸AŒžVTÙòJ‰þ "
b"ž¼s"]M«„yƒ8A–Ly "
b"Bá\x00 %\µA\x1C ¾4\e QUfÂþ "
b"¶°\e\x1D\x19 ‘MPŒ¹‡l°y†\x1E "
b"3‰<\IåK3Šy^¥Vt\x04 À "
b"\x03 Tü¿eæG2·,ÅD#`Iy "
b"Ö+ä\x04 »\x1F G¦‚Êxô`Cäš "
b"\r CeU[·K\x11 °Öצ\x13 ŠN "
b"±"—zûÝ@O‡#ÁÕŒÔ ¼ "
b"…íÈ&ü\x06 OK‰\x0E ,·a\x11 ne "
b"”ˆÅ 1\x00 Jé‹\x04 7ô¾p~ "
b"Ímý’ñhI¡àíÏ¢\x03\x16 "
b"–[-üôFù°p27jre› "
b"®dans†Oª‘{5£»VÈW "
b"à”\f Š& Oäž.`›Ñ—¹\x07 "
true
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
`product` . `product_manufacturer_id` as `product.manufacturerId` ,
`product` . `product_manufacturer_version_id` as `product.productManufacturerVersionId` ,
`product` . `unit_id` as `product.unitId` ,
`product` . `tax_id` as `product.taxId` ,
`product` . `product_media_id` as `product.coverId` ,
`product` . `product_media_version_id` as `product.productMediaVersionId` ,
`product` . `delivery_time_id` as `product.deliveryTimeId` ,
`product` . `product_feature_set_id` as `product.featureSetId` ,
`product` . `canonical_product_id` as `product.canonicalProductId` ,
`product` . `canonical_product_version_id` as `product.canonicalProductVersionId` ,
`product` . `cms_page_id` as `product.cmsPageId` ,
`product` . `cms_page_version_id` as `product.cmsPageVersionId` ,
`product` . `price` as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
`product` . `restock_time` as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
`product` . `active` as `product.active` ,
`product` . `available` as `product.available` ,
`product` . `is_closeout` as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product` . `variant_listing_config` as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
`product` . `manufacturer_number` as `product.manufacturerNumber` ,
`product` . `ean` as `product.ean` ,
`product` . `purchase_steps` as `product.purchaseSteps` ,
`product` . `max_purchase` as `product.maxPurchase` ,
`product` . `min_purchase` as `product.minPurchase` ,
`product` . `purchase_unit` as `product.purchaseUnit` ,
`product` . `reference_unit` as `product.referenceUnit` ,
`product` . `shipping_free` as `product.shippingFree` ,
`product` . `purchase_prices` as `product.purchasePrices` ,
`product` . `mark_as_topseller` as `product.markAsTopseller` ,
`product` . `weight` as `product.weight` ,
`product` . `width` as `product.width` ,
`product` . `height` as `product.height` ,
`product` . `length` as `product.length` ,
`product` . `release_date` as `product.releaseDate` ,
`product` . `rating_average` as `product.ratingAverage` ,
`product` . `category_tree` as `product.categoryTree` ,
`product` . `property_ids` as `product.propertyIds` ,
`product` . `option_ids` as `product.optionIds` ,
`product` . `stream_ids` as `product.streamIds` ,
`product` . `tag_ids` as `product.tagIds` ,
`product` . `category_ids` as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
`product` . `custom_field_set_selection_active` as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `file_hash` as `product.cover.media.fileHash` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.translation.metaDescription` as `product.metaDescription` ,
`product.translation.name` ,
`product.translation.name` as `product.name` ,
`product.translation.keywords` ,
`product.translation.keywords` as `product.keywords` ,
`product.translation.description` ,
`product.translation.description` as `product.description` ,
`product.translation.metaTitle` ,
`product.translation.metaTitle` as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.translation.packUnit` as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.translation.packUnitPlural` as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords` as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.translation.slotConfig` as `product.slotConfig` ,
`product.translation.customFields` ,
`product.translation.customFields` as `product.customFields`
FROM
`product`
LEFT JOIN `tax` `product.tax` ON `product` . `tax_id` = `product.tax` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `product_media_id` = `product.cover` . `id`
AND `product` . `product_media_version_id` = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
(
`product` . `parent_id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
AND `product` . `active` = ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , `product` . `product_manufacturer_id` as `product.manufacturerId` , `product` . `product_manufacturer_version_id` as `product.productManufacturerVersionId` , `product` . `unit_id` as `product.unitId` , `product` . `tax_id` as `product.taxId` , `product` . `product_media_id` as `product.coverId` , `product` . `product_media_version_id` as `product.productMediaVersionId` , `product` . `delivery_time_id` as `product.deliveryTimeId` , `product` . `product_feature_set_id` as `product.featureSetId` , `product` . `canonical_product_id` as `product.canonicalProductId` , `product` . `canonical_product_version_id` as `product.canonicalProductVersionId` , `product` . `cms_page_id` as `product.cmsPageId` , `product` . `cms_page_version_id` as `product.cmsPageVersionId` , `product` . `price` as `product.price` , `product` . `product_number` as `product.productNumber` , `product` . `restock_time` as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , `product` . `active` as `product.active` , `product` . `available` as `product.available` , `product` . `is_closeout` as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product` . `variant_listing_config` as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , `product` . `manufacturer_number` as `product.manufacturerNumber` , `product` . `ean` as `product.ean` , `product` . `purchase_steps` as `product.purchaseSteps` , `product` . `max_purchase` as `product.maxPurchase` , `product` . `min_purchase` as `product.minPurchase` , `product` . `purchase_unit` as `product.purchaseUnit` , `product` . `reference_unit` as `product.referenceUnit` , `product` . `shipping_free` as `product.shippingFree` , `product` . `purchase_prices` as `product.purchasePrices` , `product` . `mark_as_topseller` as `product.markAsTopseller` , `product` . `weight` as `product.weight` , `product` . `width` as `product.width` , `product` . `height` as `product.height` , `product` . `length` as `product.length` , `product` . `release_date` as `product.releaseDate` , `product` . `rating_average` as `product.ratingAverage` , `product` . `category_tree` as `product.categoryTree` , `product` . `property_ids` as `product.propertyIds` , `product` . `option_ids` as `product.optionIds` , `product` . `stream_ids` as `product.streamIds` , `product` . `tag_ids` as `product.tagIds` , `product` . `category_ids` as `product.categoryIds` , `product` . `child_count` as `product.childCount` , `product` . `custom_field_set_selection_active` as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.translation.metaDescription` as `product.metaDescription` , `product.translation.name` , `product.translation.name` as `product.name` , `product.translation.keywords` , `product.translation.keywords` as `product.keywords` , `product.translation.description` , `product.translation.description` as `product.description` , `product.translation.metaTitle` , `product.translation.metaTitle` as `product.metaTitle` , `product.translation.packUnit` , `product.translation.packUnit` as `product.packUnit` , `product.translation.packUnitPlural` , `product.translation.packUnitPlural` as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.translation.customSearchKeywords` as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.translation.slotConfig` as `product.slotConfig` , `product.translation.customFields` , `product.translation.customFields` as `product.customFields` FROM `product` LEFT JOIN `tax` `product.tax` ON `product` . `tax_id` = `product.tax` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `product_media_id` = `product.cover` . `id` AND `product` . `product_media_version_id` = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `parent_id` IN (0x9BC297C9ADFC477AA1E1295CF133BBAB , 0x018C1AC8D1A9739182E7C922CA4A691A , 0x29D5456649BC42D0B26A562547616BFC , 0xE313B5153D1945288DB157951FA56879 , 0x018C1AC8D3F0712BB71393FA4E8B5F6F , 0x9978BCBE40CD4567B47B895B757A1442 , 0x0195AF6D92CB724AA0E991DDC24F9AA6 , 0x15E8DFED391B48D2AFC3BE0F3ED58250 , 0x612622C7CFFF49C1AB77CA272469A9E5 , 0x0B71DF75B7B8418C9E5654D9F24A89FE , 0x9EBC738F225D4DAB8479833841964C79 , 0x42E100255CB5411CBE341B515566C2FE , 0xB6B01B1D19914D508CB9876CB079861E , 0x33893C5C49E54B338A795EA5567404C0 , 0x0354FCBF65E64732B72CC54423604979 , 0xD62BE404BB1F47A682CA78F46043E49A , 0x0D4365555BB74B11B0D6D790A6138A4E , 0xB122977AFBDD404F8723C1D58CD4A0BC , 0x85EDC826FC064F4B890E2CB761116E65 , 0x9488C52031004AE98B049037F4BE707E , 0xCD6DFD92F168498EA1E0EDCFA203169D , 0xAD965B2DFCF446F9B07032376A72659B , 0xAE64616E73864FAA917B35A3BB56C857 , 0xE0940C8A26A04FE49E2E609BD197B907 ) AND `product` . `active` = 1 ));
Copy
71
4.87 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` . `file_hash` as `property_group_option.media.fileHash` , `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"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"ù¤ÄmeJÛºÔ0Géo "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"|\x13 ŽsFyK\x08 ޝ§Y¹7s "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"ò¶¯mŽyM;…\x08 íŒ\x11 +ÉÇ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"ù¤ÄmeJÛºÔ0Géo "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"|\x13 ŽsFyK\x08 ޝ§Y¹7s "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"ò¶¯mŽyM;…\x08 íŒ\x11 +ÉÇ "
b"(\x13 ŽkÀ÷I\x11 •9´õüaɪ "
b"´¯Ó.‡nL¥ ñŽxO¬°r "
b"¸Ö5¼]O#¿'u¡9[pV "
b": ñ«\x12 AK݈§!â`.9\x17 "
b"¸&¼è´†H»–ìý"ÑêÑò "
b"èÚ6\x06\x10 }K°¤!!£f'D "
b"ưhÛè«Ab½Ì5‡]D+Q "
b"ïÿ›|Ú&F¬ž\x02 ‡%×ì\x15 µ "
b"\r \x0E ¸\r \x02\v BòºÉ .:Þò\x1E "
b"iX½\x02 –?L,¶\x1F á‚㯯k "
b"¾B\x15 ˜<ZO$¬›øpíJºà "
b":n»!·–Cg¯?\v $¤8íÉ "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"`H„”ÛMHq¼Êb¯ˆ\x07 ô "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"A+=KÑ\x11 LŽLª"Êù8 "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"•K2?µñJ‰©4ßZb’\x7F "
b"Ð )ž{òGt¸-m–מãÅ "
b"Ñ/e@÷˜q_8GÈþu "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"=»Š=ð~JUœ^0‘Â!£© "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"½Üq:÷`D\x02 ¤\x00 u&}Ù©ñ "
b"ßÈq0öMº®\e Ç/º[[, "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"%¬6„Ä\e DâŒYÆb£ï|3 "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"žyœáÏ)At‚¿\x14 ÿ7íQ, "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
b"=t\x01\x01 +½O¶¦ùÙW°¤Ý\r "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"\x7F\x01 Í\f e¨DЊgæÓ‡8¶“ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"\x19 ajhuÚD*³¦-z\x07 Óó¤ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"óö&zó–Kv’-ƒ2¦Ù\x07 Ì "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"ö‡……IgNœƒa4{%"_Ö "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"ö‡……IgNœƒa4{%"_Ö "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"ö‡……IgNœƒa4{%"_Ö "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"ö‡……IgNœƒa4{%"_Ö "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"ö‡……IgNœƒa4{%"_Ö "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"ö‡……IgNœƒa4{%"_Ö "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"ù¤ÄmeJÛºÔ0Géo "
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"\x1A -8X(˜I÷¤];Ñ^~ "
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"\x1A -8X(˜I÷¤];Ñ^~ "
b"OJj¬ORN\x08 „"üÀˆŸM* "
b"\x1A -8X(˜I÷¤];Ñ^~ "
b"ù"üLLFø¬i\x03 ©’JìÝ "
b"\x1A -8X(˜I÷¤];Ñ^~ "
b"4Us÷GÙF "\r û\x02 Å\x1F Ð "
b"\x1A -8X(˜I÷¤];Ñ^~ "
b"`”Ck—½Mÿ¶á\x18 [«ò\x03 ) "
b"\x1A -8X(˜I÷¤];Ñ^~ "
b"]\e £°ŒJF-¡G\t fK.° "
b"\x14 Ü\x07 ißÏKÌ‹ÂöR3\\x18 Ï "
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"\x14 Ü\x07 ißÏKÌ‹ÂöR3\\x18 Ï "
b"OJj¬ORN\x08 „"üÀˆŸM* "
b"\x14 Ü\x07 ißÏKÌ‹ÂöR3\\x18 Ï "
b"ù"üLLFø¬i\x03 ©’JìÝ "
b"\x14 Ü\x07 ißÏKÌ‹ÂöR3\\x18 Ï "
b"4Us÷GÙF "\r û\x02 Å\x1F Ð "
b"\x14 Ü\x07 ißÏKÌ‹ÂöR3\\x18 Ï "
b"`”Ck—½Mÿ¶á\x18 [«ò\x03 ) "
b"\x14 Ü\x07 ißÏKÌ‹ÂöR3\\x18 Ï "
b"]\e £°ŒJF-¡G\t fK.° "
b"OJj¬ORN\x08 „"üÀˆŸM* "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"ù"üLLFø¬i\x03 ©’JìÝ "
b"4Us÷GÙF "\r û\x02 Å\x1F Ð "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"`”Ck—½Mÿ¶á\x18 [«ò\x03 ) "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"\x0F 3í1R˜G¦€–e)i"E\ "
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"\x0F 3í1R˜G¦€–e)i"E\ "
b"OJj¬ORN\x08 „"üÀˆŸM* "
b"\x0F 3í1R˜G¦€–e)i"E\ "
b"ù"üLLFø¬i\x03 ©’JìÝ "
b"\x0F 3í1R˜G¦€–e)i"E\ "
b"4Us÷GÙF "\r û\x02 Å\x1F Ð "
b"\x0F 3í1R˜G¦€–e)i"E\ "
b"`”Ck—½Mÿ¶á\x18 [«ò\x03 ) "
b"\x0F 3í1R˜G¦€–e)i"E\ "
b"]\e £°ŒJF-¡G\t fK.° "
b"]\e £°ŒJF-¡G\t fK.° "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"ù¤ÄmeJÛºÔ0Géo "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"|\x13 ŽsFyK\x08 ޝ§Y¹7s "
b"ò¶¯mŽyM;…\x08 íŒ\x11 +ÉÇ "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"½Üq:÷`D\x02 ¤\x00 u&}Ù©ñ "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"ßÈq0öMº®\e Ç/º[[, "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"%¬6„Ä\e DâŒYÆb£ï|3 "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"žyœáÏ)At‚¿\x14 ÿ7íQ, "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
b"=t\x01\x01 +½O¶¦ùÙW°¤Ý\r "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"\x7F\x01 Í\f e¨DЊgæÓ‡8¶“ "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"\x19 ajhuÚD*³¦-z\x07 Óó¤ "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"Û—âagˆK\x0E 6PY˜©æ# "
b"óö&zó–Kv’-ƒ2¦Ù\x07 Ì "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"½Üq:÷`D\x02 ¤\x00 u&}Ù©ñ "
b"ßÈq0öMº®\e Ç/º[[, "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"%¬6„Ä\e DâŒYÆb£ï|3 "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"žyœáÏ)At‚¿\x14 ÿ7íQ, "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
b"=t\x01\x01 +½O¶¦ùÙW°¤Ý\r "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"\x7F\x01 Í\f e¨DЊgæÓ‡8¶“ "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"\x19 ajhuÚD*³¦-z\x07 Óó¤ "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"”ˆÚ]#{C|ƒ•È»\x1F x\x01 O "
b"óö&zó–Kv’-ƒ2¦Ù\x07 Ì "
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"OJj¬ORN\x08 „"üÀˆŸM* "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ù"üLLFø¬i\x03 ©’JìÝ "
b"4Us÷GÙF "\r û\x02 Å\x1F Ð "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"`”Ck—½Mÿ¶á\x18 [«ò\x03 ) "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"]\e £°ŒJF-¡G\t fK.° "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"U…\x04 Fv¶Aa \x18 p3eŽøˆ "
b"ö‡……IgNœƒa4{%"_Ö "
b"OJj¬ORN\x08 „"üÀˆŸM* "
b"ö‡……IgNœƒa4{%"_Ö "
b"ö‡……IgNœƒa4{%"_Ö "
b"ù"üLLFø¬i\x03 ©’JìÝ "
b"4Us÷GÙF "\r û\x02 Å\x1F Ð "
b"ö‡……IgNœƒa4{%"_Ö "
b"`”Ck—½Mÿ¶á\x18 [«ò\x03 ) "
b"ö‡……IgNœƒa4{%"_Ö "
b"]\e £°ŒJF-¡G\t fK.° "
b"ö‡……IgNœƒa4{%"_Ö "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"½Üq:÷`D\x02 ¤\x00 u&}Ù©ñ "
b"ßÈq0öMº®\e Ç/º[[, "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"%¬6„Ä\e DâŒYÆb£ï|3 "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"žyœáÏ)At‚¿\x14 ÿ7íQ, "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
b"=t\x01\x01 +½O¶¦ùÙW°¤Ý\r "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"\x7F\x01 Í\f e¨DЊgæÓ‡8¶“ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"\x19 ajhuÚD*³¦-z\x07 Óó¤ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"·¨e:Òæ@s¿\t #Ѓ ‚ "
b"óö&zó–Kv’-ƒ2¦Ù\x07 Ì "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"=»Š=ð~JUœ^0‘Â!£© "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"`H„”ÛMHq¼Êb¯ˆ\x07 ô "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"•K2?µñJ‰©4ßZb’\x7F "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"Ð )ž{òGt¸-m–מãÅ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"Ñ/e@÷˜q_8GÈþu "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"=»Š=ð~JUœ^0‘Â!£© "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"`H„”ÛMHq¼Êb¯ˆ\x07 ô "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"•K2?µñJ‰©4ßZb’\x7F "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"Ð )ž{òGt¸-m–מãÅ "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"Ñ/e@÷˜q_8GÈþu "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"ù¤ÄmeJÛºÔ0Géo "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"ù¤ÄmeJÛºÔ0Géo "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"|\x13 ŽsFyK\x08 ޝ§Y¹7s "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"|\x13 ŽsFyK\x08 ޝ§Y¹7s "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"ò¶¯mŽyM;…\x08 íŒ\x11 +ÉÇ "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"=f<³\x1D\x1A C\x04 ‡kÜ(Åì\x02 ß "
b"ò¶¯mŽyM;…\x08 íŒ\x11 +ÉÇ "
b"“\x13\x03 \r \x05 |H˲'Iï¹CòK "
b"ù¤ÄmeJÛºÔ0Géo "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ù¤ÄmeJÛºÔ0Géo "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"ö‡……IgNœƒa4{%"_Ö "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"ö‡……IgNœƒa4{%"_Ö "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"ö‡……IgNœƒa4{%"_Ö "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"ö‡……IgNœƒa4{%"_Ö "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"ö‡……IgNœƒa4{%"_Ö "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"ö‡……IgNœƒa4{%"_Ö "
b"ö‡……IgNœƒa4{%"_Ö "
b"ù¤ÄmeJÛºÔ0Géo "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"ö‡……IgNœƒa4{%"_Ö "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"=»Š=ð~JUœ^0‘Â!£© "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"•K2?µñJ‰©4ßZb’\x7F "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"Ð )ž{òGt¸-m–מãÅ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"Ñ/e@÷˜q_8GÈþu "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"=»Š=ð~JUœ^0‘Â!£© "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"•K2?µñJ‰©4ßZb’\x7F "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"Ð )ž{òGt¸-m–מãÅ "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"Ñ/e@÷˜q_8GÈþu "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"ù¤ÄmeJÛºÔ0Géo "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"\x1D oV%ô°CJ¥ó²² d)z "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"ù¤ÄmeJÛºÔ0Géo "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ù¤ÄmeJÛºÔ0Géo "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"ö‡……IgNœƒa4{%"_Ö "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"ö‡……IgNœƒa4{%"_Ö "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"ö‡……IgNœƒa4{%"_Ö "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"ö‡……IgNœƒa4{%"_Ö "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"ö‡……IgNœƒa4{%"_Ö "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"ö‡……IgNœƒa4{%"_Ö "
b"ö‡……IgNœƒa4{%"_Ö "
b"ù¤ÄmeJÛºÔ0Géo "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"ù¤ÄmeJÛºÔ0Géo "
b"ÉJ€ïŠ5Oš“»ÝööÅ´þ "
b"ö‡……IgNœƒa4{%"_Ö "
b"Äÿ^\f ™7M\x13 ³èF¬Ÿ\x1F 4´ "
b"ö‡……IgNœƒa4{%"_Ö "
b"º\x19\v Ì3"LJ“¨XT(uÐ8 "
b"ö‡……IgNœƒa4{%"_Ö "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"ö‡……IgNœƒa4{%"_Ö "
b"¶äŒ\x07 zOƦ\x16\x15\x12 ññÅÁ "
b"ö‡……IgNœƒa4{%"_Ö "
b"-\x7F ¹@-\x16 N ¹¦Ú˜Vôk "
b"ö‡……IgNœƒa4{%"_Ö "
b"ö‡……IgNœƒa4{%"_Ö "
b"ù¤ÄmeJÛºÔ0Géo "
b"xíîûç‹H@Œ“\x13 ů{\x03 ‚ "
b"¹dÀÁC¹IX³<—Ó‘æaª "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"=»Š=ð~JUœ^0‘Â!£© "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"•K2?µñJ‰©4ßZb’\x7F "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"Ð )ž{òGt¸-m–מãÅ "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"Ñ/e@÷˜q_8GÈþu "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"ã=@’ZÀHÍ£ÒM’/n/å "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"=»Š=ð~JUœ^0‘Â!£© "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"•K2?µñJ‰©4ßZb’\x7F "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"Ð )ž{òGt¸-m–מãÅ "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"Ñ/e@÷˜q_8GÈþu "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"C\x17 ßE7£E6¥gÒ‡]™ä "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"½Üq:÷`D\x02 ¤\x00 u&}Ù©ñ "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"ßÈq0öMº®\e Ç/º[[, "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"%¬6„Ä\e DâŒYÆb£ï|3 "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"žyœáÏ)At‚¿\x14 ÿ7íQ, "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
b"=t\x01\x01 +½O¶¦ùÙW°¤Ý\r "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"\x7F\x01 Í\f e¨DЊgæÓ‡8¶“ "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"\x19 ajhuÚD*³¦-z\x07 Óó¤ "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"Ýÿ„_\x07 (JU¥ |\f éŽ\x04 "
b"óö&zó–Kv’-ƒ2¦Ù\x07 Ì "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"š76êƒÝAg¶ \v ßèäÏ\x07 "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"½Üq:÷`D\x02 ¤\x00 u&}Ù©ñ "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"ßÈq0öMº®\e Ç/º[[, "
b"%¬6„Ä\e DâŒYÆb£ï|3 "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"žyœáÏ)At‚¿\x14 ÿ7íQ, "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"ýq.ñ¾[B}§‘ÆÚÐß\x06 "
b"=t\x01\x01 +½O¶¦ùÙW°¤Ý\r "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"\x7F\x01 Í\f e¨DЊgæÓ‡8¶“ "
b"\x19 ajhuÚD*³¦-z\x07 Óó¤ "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"?§Ø¡º¤K\v ¯\x13 tº€Ä\x14 l "
b"óö&zó–Kv’-ƒ2¦Ù\x07 Ì "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"”á"F˜B.ž\e 1a/a[ "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b"”á"F˜B.ž\e 1a/a[ "
b"=»Š=ð~JUœ^0‘Â!£© "
b"”á"F˜B.ž\e 1a/a[ "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b"”á"F˜B.ž\e 1a/a[ "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"”á"F˜B.ž\e 1a/a[ "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b"”á"F˜B.ž\e 1a/a[ "
b"”á"F˜B.ž\e 1a/a[ "
b"•K2?µñJ‰©4ßZb’\x7F "
b"”á"F˜B.ž\e 1a/a[ "
b"Ð )ž{òGt¸-m–מãÅ "
b"”á"F˜B.ž\e 1a/a[ "
b"Ñ/e@÷˜q_8GÈþu "
b"”á"F˜B.ž\e 1a/a[ "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b"”á"F˜B.ž\e 1a/a[ "
b")1KÁ÷LF[œñÞQ°þël "
b"GQÆ;§½KP°\e kÇ\x03 ÃØ„ "
b"""
\x1A ’\x17 \n
\x01 ^@rŸ(×Vò˜±¶
"""
b")1KÁ÷LF[œñÞQ°þël "
b")1KÁ÷LF[œñÞQ°þël "
b"=»Š=ð~JUœ^0‘Â!£© "
b")1KÁ÷LF[œñÞQ°þël "
b"XãKÀ…qM‚´\x1F\x07 ‰aJý4 "
b")1KÁ÷LF[œñÞQ°þël "
b"aÓâhâ¤EúªŽ–\f\x13 nÙ} "
b"&²ó¥å\x17 Dlž¹§ø ð†† "
b")1KÁ÷LF[œñÞQ°þël "
b")1KÁ÷LF[œñÞQ°þël "
b"•K2?µñJ‰©4ßZb’\x7F "
b")1KÁ÷LF[œñÞQ°þël "
b"Ð )ž{òGt¸-m–מãÅ "
b")1KÁ÷LF[œñÞQ°þël "
b"Ñ/e@÷˜q_8GÈþu "
b")1KÁ÷LF[œñÞQ°þël "
b"È\x0F ã\x04 A-¡šç|v„»\x0F "
b"\x01 l×7ÌÓK_¹\x1A OUZet: "
b")1KÁ÷LF[œñÞQ°þël "
b"´¯Ó.‡nL¥ ñŽxO¬°r "
b"¸Ö5¼]O#¿'u¡9[pV "
b": ñ«\x12 AK݈§!â`.9\x17 "
b"¸&¼è´†H»–ìý"ÑêÑò "
b"(\x13 ŽkÀ÷I\x11 •9´õüaɪ "
b"èÚ6\x06\x10 }K°¤!!£f'D "
b"ưhÛè«Ab½Ì5‡]D+Q "
b"ïÿ›|Ú&F¬ž\x02 ‡%×ì\x15 µ "
b"\r \x0E ¸\r \x02\v BòºÉ .:Þò\x1E "
b"iX½\x02 –?L,¶\x1F á‚㯯k "
b":n»!·–Cg¯?\v $¤8íÉ "
b"¾B\x15 ˜<ZO$¬›øpíJºà "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.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` . `file_hash` as `property_group_option.media.fileHash` ,
`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` . `file_hash` as `property_group_option.media.fileHash` , `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 (0x9313030D057C48CBB22749EFB943F24B , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xBA190BCC33224C4A93A858542875D038 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x7C138D7346794B088DAFA759B98E3773 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xF2B6AF6D8E794D3B8508ED8C112BC9C7 , 0x9313030D057C48CBB22749EFB943F24B , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0x9313030D057C48CBB22749EFB943F24B , 0xBA190BCC33224C4A93A858542875D038 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0x9313030D057C48CBB22749EFB943F24B , 0x9313030D057C48CBB22749EFB943F24B , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0x9313030D057C48CBB22749EFB943F24B , 0x9313030D057C48CBB22749EFB943F24B , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0x9313030D057C48CBB22749EFB943F24B , 0x7C138D7346794B088DAFA759B98E3773 , 0x9313030D057C48CBB22749EFB943F24B , 0x9313030D057C48CBB22749EFB943F24B , 0xF2B6AF6D8E794D3B8508ED8C112BC9C7 , 0x28138E6BC0F749119539B4F5FC61C9AA , 0xB4AFD32E876E4CA5A0F18D784FACB072 , 0xB8D6358FBC5D4F23BF2775A1395B7056 , 0x3A20F1AB12414BDD88A721E2602E3917 , 0xB826BCE8B48648BB96ECFD22D1EAD1F2 , 0xE8DA3606107D4BB0A42121A366278F44 , 0xC6B068DBE8AB4162BDCC35875D442B51 , 0xEFFF9B7CDA2646AC9E028725D7EC15B5 , 0x0D0EB80D020B42F2BAC9202E3ADEF21E , 0x6958BD02963F4C2CB61FE182E3AFAF6B , 0xBE4215983C5A4F24AC9BF870ED4ABAE0 , 0x3A6EBB21B7964367AF3F0B24A438EDC9 , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x1A92170A015E40729F28D756F298B1B6 , 0x60488494DB4D4871BCCA62AF889D07F4 , 0x58E34BC085714D82B41F0789614AFD34 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0x412B3D4BD1114C8E8D9F4CAA22CAF938 , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0x954B323FB5F14A89A934DF5A62927FA0 , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0x016CD737CCD34B5FB91A4F555A65743A , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xBDDC713AF7604402A40075267DD9A9F1 , 0x8FDFC87130F64DBAAE1BC72FBA5B5B2C , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x25AC3684C41B44E28C59C662A3EF7C33 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x9E799CE1CF29417482BF14FF37ED512C , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xFD712EF1BE5B427DA791C6DAD0DF06A0 , 0x3D7401012BBD4FB6A6F9D957B0A4DD0D , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x7F01CD0C65A844D08A67E6D38738B693 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x19616A6875DA442AB3A62D7A07D3F3A4 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xF3F6267AF3964B76922D8332A6D907CC , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xB964C0C143B94958B33C97D391E661AA , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xB964C0C143B94958B33C97D391E661AA , 0xBA190BCC33224C4A93A858542875D038 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xB964C0C143B94958B33C97D391E661AA , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xB964C0C143B94958B33C97D391E661AA , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xF687858549674E9C8361347B25225FD6 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xF687858549674E9C8361347B25225FD6 , 0xBA190BCC33224C4A93A858542875D038 , 0xF687858549674E9C8361347B25225FD6 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xF687858549674E9C8361347B25225FD6 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xF687858549674E9C8361347B25225FD6 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xF687858549674E9C8361347B25225FD6 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xBA190BCC33224C4A93A858542875D038 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x5585044676B64161A0187033658DF888 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x1A2D3858289849F79DA4905D3BD15E7E , 0x5585044676B64161A0187033658DF888 , 0x1A2D3858289849F79DA4905D3BD15E7E , 0x4F4A6AAC4F524E088422FCC0889F4D2A , 0x1A2D3858289849F79DA4905D3BD15E7E , 0xF922FC4C9D4C46F8AC6903A9924AECDD , 0x1A2D3858289849F79DA4905D3BD15E7E , 0x345573F747D94690A0220DFB02C51FD0 , 0x1A2D3858289849F79DA4905D3BD15E7E , 0x6094436B97BD4DFFB6E1185BABF20329 , 0x1A2D3858289849F79DA4905D3BD15E7E , 0x5D1BA3B08C4A462DA1AD4709664B2EB0 , 0x14DC0769DFCF4BCC8BC2F652335C18CF , 0x5585044676B64161A0187033658DF888 , 0x14DC0769DFCF4BCC8BC2F652335C18CF , 0x4F4A6AAC4F524E088422FCC0889F4D2A , 0x14DC0769DFCF4BCC8BC2F652335C18CF , 0xF922FC4C9D4C46F8AC6903A9924AECDD , 0x14DC0769DFCF4BCC8BC2F652335C18CF , 0x345573F747D94690A0220DFB02C51FD0 , 0x14DC0769DFCF4BCC8BC2F652335C18CF , 0x6094436B97BD4DFFB6E1185BABF20329 , 0x14DC0769DFCF4BCC8BC2F652335C18CF , 0x5D1BA3B08C4A462DA1AD4709664B2EB0 , 0x4F4A6AAC4F524E088422FCC0889F4D2A , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xF922FC4C9D4C46F8AC6903A9924AECDD , 0x345573F747D94690A0220DFB02C51FD0 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x6094436B97BD4DFFB6E1185BABF20329 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x0F33ED31529847A6809665296922455C , 0x5585044676B64161A0187033658DF888 , 0x0F33ED31529847A6809665296922455C , 0x4F4A6AAC4F524E088422FCC0889F4D2A , 0x0F33ED31529847A6809665296922455C , 0xF922FC4C9D4C46F8AC6903A9924AECDD , 0x0F33ED31529847A6809665296922455C , 0x345573F747D94690A0220DFB02C51FD0 , 0x0F33ED31529847A6809665296922455C , 0x6094436B97BD4DFFB6E1185BABF20329 , 0x0F33ED31529847A6809665296922455C , 0x5D1BA3B08C4A462DA1AD4709664B2EB0 , 0x5D1BA3B08C4A462DA1AD4709664B2EB0 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xBA190BCC33224C4A93A858542875D038 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0x7C138D7346794B088DAFA759B98E3773 , 0xF2B6AF6D8E794D3B8508ED8C112BC9C7 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xB964C0C143B94958B33C97D391E661AA , 0xBA190BCC33224C4A93A858542875D038 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xB964C0C143B94958B33C97D391E661AA , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xB964C0C143B94958B33C97D391E661AA , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xB964C0C143B94958B33C97D391E661AA , 0xB964C0C143B94958B33C97D391E661AA , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0x9488DA5D237B437C8395C8BB1F78014F , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0xDB97E26167884B0EAD36505998A9E623 , 0xBDDC713AF7604402A40075267DD9A9F1 , 0xDB97E26167884B0EAD36505998A9E623 , 0x8FDFC87130F64DBAAE1BC72FBA5B5B2C , 0xDB97E26167884B0EAD36505998A9E623 , 0x25AC3684C41B44E28C59C662A3EF7C33 , 0xDB97E26167884B0EAD36505998A9E623 , 0x9E799CE1CF29417482BF14FF37ED512C , 0xDB97E26167884B0EAD36505998A9E623 , 0xDB97E26167884B0EAD36505998A9E623 , 0xFD712EF1BE5B427DA791C6DAD0DF06A0 , 0x3D7401012BBD4FB6A6F9D957B0A4DD0D , 0xDB97E26167884B0EAD36505998A9E623 , 0x7F01CD0C65A844D08A67E6D38738B693 , 0xDB97E26167884B0EAD36505998A9E623 , 0x19616A6875DA442AB3A62D7A07D3F3A4 , 0xDB97E26167884B0EAD36505998A9E623 , 0xDB97E26167884B0EAD36505998A9E623 , 0xF3F6267AF3964B76922D8332A6D907CC , 0x9488DA5D237B437C8395C8BB1F78014F , 0xBDDC713AF7604402A40075267DD9A9F1 , 0x8FDFC87130F64DBAAE1BC72FBA5B5B2C , 0x9488DA5D237B437C8395C8BB1F78014F , 0x25AC3684C41B44E28C59C662A3EF7C33 , 0x9488DA5D237B437C8395C8BB1F78014F , 0x9488DA5D237B437C8395C8BB1F78014F , 0x9E799CE1CF29417482BF14FF37ED512C , 0x9488DA5D237B437C8395C8BB1F78014F , 0xFD712EF1BE5B427DA791C6DAD0DF06A0 , 0x3D7401012BBD4FB6A6F9D957B0A4DD0D , 0x9488DA5D237B437C8395C8BB1F78014F , 0x7F01CD0C65A844D08A67E6D38738B693 , 0x9488DA5D237B437C8395C8BB1F78014F , 0x19616A6875DA442AB3A62D7A07D3F3A4 , 0x9488DA5D237B437C8395C8BB1F78014F , 0x9488DA5D237B437C8395C8BB1F78014F , 0xF3F6267AF3964B76922D8332A6D907CC , 0x5585044676B64161A0187033658DF888 , 0xB964C0C143B94958B33C97D391E661AA , 0x4F4A6AAC4F524E088422FCC0889F4D2A , 0xB964C0C143B94958B33C97D391E661AA , 0xB964C0C143B94958B33C97D391E661AA , 0xF922FC4C9D4C46F8AC6903A9924AECDD , 0x345573F747D94690A0220DFB02C51FD0 , 0xB964C0C143B94958B33C97D391E661AA , 0x6094436B97BD4DFFB6E1185BABF20329 , 0xB964C0C143B94958B33C97D391E661AA , 0x5D1BA3B08C4A462DA1AD4709664B2EB0 , 0xB964C0C143B94958B33C97D391E661AA , 0x5585044676B64161A0187033658DF888 , 0xF687858549674E9C8361347B25225FD6 , 0x4F4A6AAC4F524E088422FCC0889F4D2A , 0xF687858549674E9C8361347B25225FD6 , 0xF687858549674E9C8361347B25225FD6 , 0xF922FC4C9D4C46F8AC6903A9924AECDD , 0x345573F747D94690A0220DFB02C51FD0 , 0xF687858549674E9C8361347B25225FD6 , 0x6094436B97BD4DFFB6E1185BABF20329 , 0xF687858549674E9C8361347B25225FD6 , 0x5D1BA3B08C4A462DA1AD4709664B2EB0 , 0xF687858549674E9C8361347B25225FD6 , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xBDDC713AF7604402A40075267DD9A9F1 , 0x8FDFC87130F64DBAAE1BC72FBA5B5B2C , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x25AC3684C41B44E28C59C662A3EF7C33 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x9E799CE1CF29417482BF14FF37ED512C , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xFD712EF1BE5B427DA791C6DAD0DF06A0 , 0x3D7401012BBD4FB6A6F9D957B0A4DD0D , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x7F01CD0C65A844D08A67E6D38738B693 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0x19616A6875DA442AB3A62D7A07D3F3A4 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xB7A8653AD2E64073BF0923D083A082A0 , 0xF3F6267AF3964B76922D8332A6D907CC , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x1A92170A015E40729F28D756F298B1B6 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x60488494DB4D4871BCCA62AF889D07F4 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x58E34BC085714D82B41F0789614AFD34 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x954B323FB5F14A89A934DF5A62927FA0 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x016CD737CCD34B5FB91A4F555A65743A , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x1A92170A015E40729F28D756F298B1B6 , 0x4317DF4537A34536A567D2875D998FE4 , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4317DF4537A34536A567D2875D998FE4 , 0x60488494DB4D4871BCCA62AF889D07F4 , 0x4317DF4537A34536A567D2875D998FE4 , 0x58E34BC085714D82B41F0789614AFD34 , 0x4317DF4537A34536A567D2875D998FE4 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4317DF4537A34536A567D2875D998FE4 , 0x954B323FB5F14A89A934DF5A62927FA0 , 0x4317DF4537A34536A567D2875D998FE4 , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0x4317DF4537A34536A567D2875D998FE4 , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x4317DF4537A34536A567D2875D998FE4 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0x016CD737CCD34B5FB91A4F555A65743A , 0x4317DF4537A34536A567D2875D998FE4 , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0xBA190BCC33224C4A93A858542875D038 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xBA190BCC33224C4A93A858542875D038 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x7C138D7346794B088DAFA759B98E3773 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x9313030D057C48CBB22749EFB943F24B , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0x9313030D057C48CBB22749EFB943F24B , 0xBA190BCC33224C4A93A858542875D038 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0x9313030D057C48CBB22749EFB943F24B , 0x9313030D057C48CBB22749EFB943F24B , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0x9313030D057C48CBB22749EFB943F24B , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0x9313030D057C48CBB22749EFB943F24B , 0x7C138D7346794B088DAFA759B98E3773 , 0x9313030D057C48CBB22749EFB943F24B , 0x9313030D057C48CBB22749EFB943F24B , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0x9313030D057C48CBB22749EFB943F24B , 0xF2B6AF6D8E794D3B8508ED8C112BC9C7 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0x3D663CB31D1A4304876BDC28C5EC02DF , 0xF2B6AF6D8E794D3B8508ED8C112BC9C7 , 0x9313030D057C48CBB22749EFB943F24B , 0xF990A4C46D654ADBBAD4903047E96F20 , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xB964C0C143B94958B33C97D391E661AA , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xB964C0C143B94958B33C97D391E661AA , 0xBA190BCC33224C4A93A858542875D038 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xB964C0C143B94958B33C97D391E661AA , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xB964C0C143B94958B33C97D391E661AA , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xB964C0C143B94958B33C97D391E661AA , 0xB964C0C143B94958B33C97D391E661AA , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xF687858549674E9C8361347B25225FD6 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xF687858549674E9C8361347B25225FD6 , 0xBA190BCC33224C4A93A858542875D038 , 0xF687858549674E9C8361347B25225FD6 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xF687858549674E9C8361347B25225FD6 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xF687858549674E9C8361347B25225FD6 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xF687858549674E9C8361347B25225FD6 , 0xF687858549674E9C8361347B25225FD6 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0xF687858549674E9C8361347B25225FD6 , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x1A92170A015E40729F28D756F298B1B6 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x58E34BC085714D82B41F0789614AFD34 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x954B323FB5F14A89A934DF5A62927FA0 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x016CD737CCD34B5FB91A4F555A65743A , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x1A92170A015E40729F28D756F298B1B6 , 0x4317DF4537A34536A567D2875D998FE4 , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4317DF4537A34536A567D2875D998FE4 , 0x58E34BC085714D82B41F0789614AFD34 , 0x4317DF4537A34536A567D2875D998FE4 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4317DF4537A34536A567D2875D998FE4 , 0x954B323FB5F14A89A934DF5A62927FA0 , 0x4317DF4537A34536A567D2875D998FE4 , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0x4317DF4537A34536A567D2875D998FE4 , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x4317DF4537A34536A567D2875D998FE4 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0x016CD737CCD34B5FB91A4F555A65743A , 0x4317DF4537A34536A567D2875D998FE4 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xBA190BCC33224C4A93A858542875D038 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x4317DF4537A34536A567D2875D998FE4 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0x4317DF4537A34536A567D2875D998FE4 , 0xBA190BCC33224C4A93A858542875D038 , 0x4317DF4537A34536A567D2875D998FE4 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0x4317DF4537A34536A567D2875D998FE4 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0x4317DF4537A34536A567D2875D998FE4 , 0x1D6F5625F4B0434AA5F3B2B22064297A , 0x4317DF4537A34536A567D2875D998FE4 , 0x4317DF4537A34536A567D2875D998FE4 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xB964C0C143B94958B33C97D391E661AA , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xB964C0C143B94958B33C97D391E661AA , 0xBA190BCC33224C4A93A858542875D038 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xB964C0C143B94958B33C97D391E661AA , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xB964C0C143B94958B33C97D391E661AA , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xB964C0C143B94958B33C97D391E661AA , 0xB964C0C143B94958B33C97D391E661AA , 0xF990A4C46D654ADBBAD4903047E96F20 , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xF687858549674E9C8361347B25225FD6 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xF687858549674E9C8361347B25225FD6 , 0xBA190BCC33224C4A93A858542875D038 , 0xF687858549674E9C8361347B25225FD6 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xF687858549674E9C8361347B25225FD6 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xF687858549674E9C8361347B25225FD6 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xF687858549674E9C8361347B25225FD6 , 0xF687858549674E9C8361347B25225FD6 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0xB964C0C143B94958B33C97D391E661AA , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xB964C0C143B94958B33C97D391E661AA , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xB964C0C143B94958B33C97D391E661AA , 0xBA190BCC33224C4A93A858542875D038 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xB964C0C143B94958B33C97D391E661AA , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xB964C0C143B94958B33C97D391E661AA , 0xB964C0C143B94958B33C97D391E661AA , 0xF990A4C46D654ADBBAD4903047E96F20 , 0xC94A80EF8A354F9A93BBDDF6F6C5B4FE , 0xF687858549674E9C8361347B25225FD6 , 0xC4FF5E0C99374D13B3E846AC9F1F34B4 , 0xF687858549674E9C8361347B25225FD6 , 0xBA190BCC33224C4A93A858542875D038 , 0xF687858549674E9C8361347B25225FD6 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xF687858549674E9C8361347B25225FD6 , 0xB6E48C81077A4FC6A6161512F1F1C5C1 , 0xF687858549674E9C8361347B25225FD6 , 0x2D7FB9402D164EA0B9A681DA9856F46B , 0xF687858549674E9C8361347B25225FD6 , 0xF687858549674E9C8361347B25225FD6 , 0xF990A4C46D654ADBBAD4903047E96F20 , 0x78EDEEFBE78B48408C9313C5AF7B0382 , 0xB964C0C143B94958B33C97D391E661AA , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x1A92170A015E40729F28D756F298B1B6 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x58E34BC085714D82B41F0789614AFD34 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x954B323FB5F14A89A934DF5A62927FA0 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x016CD737CCD34B5FB91A4F555A65743A , 0xE33D40925AC048CDA3D24D922F6E2FE5 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x1A92170A015E40729F28D756F298B1B6 , 0x4317DF4537A34536A567D2875D998FE4 , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4317DF4537A34536A567D2875D998FE4 , 0x58E34BC085714D82B41F0789614AFD34 , 0x4317DF4537A34536A567D2875D998FE4 , 0x61D3E268E2A445FAAA8E960C136ED97D , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0x4317DF4537A34536A567D2875D998FE4 , 0x4317DF4537A34536A567D2875D998FE4 , 0x954B323FB5F14A89A934DF5A62927FA0 , 0x4317DF4537A34536A567D2875D998FE4 , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0x4317DF4537A34536A567D2875D998FE4 , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x4317DF4537A34536A567D2875D998FE4 , 0x9D90C80FE304412DA19AE77C7684BB0F , 0x016CD737CCD34B5FB91A4F555A65743A , 0x4317DF4537A34536A567D2875D998FE4 , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xBDDC713AF7604402A40075267DD9A9F1 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x8FDFC87130F64DBAAE1BC72FBA5B5B2C , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x25AC3684C41B44E28C59C662A3EF7C33 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x9E799CE1CF29417482BF14FF37ED512C , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xFD712EF1BE5B427DA791C6DAD0DF06A0 , 0x3D7401012BBD4FB6A6F9D957B0A4DD0D , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x7F01CD0C65A844D08A67E6D38738B693 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0x19616A6875DA442AB3A62D7A07D3F3A4 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xDDFF845F07284A55A5A07C0C8EE98D04 , 0xF3F6267AF3964B76922D8332A6D907CC , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x9A3736EA83DD4167B6A00BDFE8E4CF07 , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0xBDDC713AF7604402A40075267DD9A9F1 , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x8FDFC87130F64DBAAE1BC72FBA5B5B2C , 0x25AC3684C41B44E28C59C662A3EF7C33 , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x9E799CE1CF29417482BF14FF37ED512C , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0xFD712EF1BE5B427DA791C6DAD0DF06A0 , 0x3D7401012BBD4FB6A6F9D957B0A4DD0D , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x7F01CD0C65A844D08A67E6D38738B693 , 0x19616A6875DA442AB3A62D7A07D3F3A4 , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0x3FA7D8A1BAA44B0BAF1374BA80C4146C , 0xF3F6267AF3964B76922D8332A6D907CC , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x94E122469D98422E9E1B31612F615B8E , 0x1A92170A015E40729F28D756F298B1B6 , 0x94E122469D98422E9E1B31612F615B8E , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0x94E122469D98422E9E1B31612F615B8E , 0x58E34BC085714D82B41F0789614AFD34 , 0x94E122469D98422E9E1B31612F615B8E , 0x61D3E268E2A445FAAA8E960C136ED97D , 0x94E122469D98422E9E1B31612F615B8E , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0x94E122469D98422E9E1B31612F615B8E , 0x94E122469D98422E9E1B31612F615B8E , 0x954B323FB5F14A89A934DF5A62927FA0 , 0x94E122469D98422E9E1B31612F615B8E , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0x94E122469D98422E9E1B31612F615B8E , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x94E122469D98422E9E1B31612F615B8E , 0x9D90C80FE304412DA19AE77C7684BB0F , 0x016CD737CCD34B5FB91A4F555A65743A , 0x94E122469D98422E9E1B31612F615B8E , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x4751C63BA7BD4B50B01B6BC703C3D884 , 0x1A92170A015E40729F28D756F298B1B6 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x3DBB8A3DF07E4A559C5E3091C221A3A9 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x58E34BC085714D82B41F0789614AFD34 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x61D3E268E2A445FAAA8E960C136ED97D , 0x26B2F3A5E517446C9EB9A7F8A0F08686 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x954B323FB5F14A89A934DF5A62927FA0 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0xD020299E7BF24774B82D6D96D79EE3C5 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0xEE95A6D12F6540F798715F3847C8FE75 , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0x9D90C80FE304412DA19AE77C7684BB0F , 0x016CD737CCD34B5FB91A4F555A65743A , 0x29314BC1F74C465B9CF1DE51B0FEEB6C , 0xB4AFD32E876E4CA5A0F18D784FACB072 , 0xB8D6358FBC5D4F23BF2775A1395B7056 , 0x3A20F1AB12414BDD88A721E2602E3917 , 0xB826BCE8B48648BB96ECFD22D1EAD1F2 , 0x28138E6BC0F749119539B4F5FC61C9AA , 0xE8DA3606107D4BB0A42121A366278F44 , 0xC6B068DBE8AB4162BDCC35875D442B51 , 0xEFFF9B7CDA2646AC9E028725D7EC15B5 , 0x0D0EB80D020B42F2BAC9202E3ADEF21E , 0x6958BD02963F4C2CB61FE182E3AFAF6B , 0x3A6EBB21B7964367AF3F0B24A438EDC9 , 0xBE4215983C5A4F24AC9BF870ED4ABAE0 );
Copy
72
2.76 ms
SELECT `product_visibility` . `id` as `product_visibility.id` , `product_visibility` . `product_id` as `product_visibility.productId` , `product_visibility` . `product_version_id` as `product_visibility.productVersionId` , `product_visibility` . `sales_channel_id` as `product_visibility.salesChannelId` , `product_visibility` . `visibility` as `product_visibility.visibility` , `product_visibility` . `created_at` as `product_visibility.createdAt` , `product_visibility` . `updated_at` as `product_visibility.updatedAt` FROM `product_visibility` WHERE (`product_visibility` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"\x01 ˜!ÁÊ#rp›×ÒŽ\d\x19 "
b"\x01 ˜!ûO‹rÀ—¸<Ökl-µ "
b"\x01 ˜!ûO¿sºŸk\x02 ú™{èž "
b"\x01 ˜!ûOæsv ™÷à"´Ï "
b"\x01 ˜!ûOÿr\x0F –X0\x1F K³'\x15 "
b"\x01 ˜!ûP\x14 s\x10 —ìÜ—\§TÉ "
b"\x01 ˜!ûP4ro†c,Z¹ŽÏ "
b"\x01 ˜!ûPLr\x00 ³qòi‹ˆ´´ "
b"\x01 ˜!ûPop†ºtPE\i‘“ "
b"\x01 ˜!ûP‹sR°˜?*\x19 ¦t "
b"\x01 ˜!ûP£r¤»4I€\x11 D\x13\x1C "
b"\x01 ˜!ûPÁs0„“ö‹2ÊjV "
b"\x01 ˜!ûPÜq4‹7•ÈЩ7Ë "
b"\x01 ˜!ûPörÈžÀEÑ+Á\t ¹ "
b"\x01 ˜!ûQ\x0F p…•0é¦yt®Š "
b"\x01 ˜!ûQ)rR±`‚®ú\x1A ¡ "
b"\x01 ˜!ûQ@p¬¹Ú°lx\x1E Ø” "
b"\x01 ˜!ûQTpŸ½r½;·\x15 z¿ "
b"\x01 ˜!ûQqqr‘qV^ÎMET "
b"\x01 ˜!ûQ…s¢µ\x1A\x11 ™\x7F ý‚˜ "
b"\x01 ˜W0üïr\x07 ¨æRÇݦӞ "
b"\x01 ˜XÕÁzså´€\x0E bU“\x1D Ç "
b"\x01 ˜XÕÁ—r‹Œ=\r sÞƒ\x12 0 "
b"\x01 ˜XÕÁ²s¶«SÂ\x00 Ø\x16 Üå "
b"\x01 ˜XÕÁÔrØ»í© Dà.\x19 "
b"\x01 ˜XÕÁôq””\x07 Ž®ìT…C "
b"\x01 ˜XÕÂ\x0F se¨éª®O:SŽ "
b"\x01 ˜XÕÂ.qþ½yQ¡êˆ¢\x16 "
b"\x01 ˜XÕÂMq‡½µ@ÕnKjà "
b"\x01 ˜XÕÂnqJ¯ð-x\x06 1×+ "
b"\x01 ˜XÕÂŽpmª\x19 {3´OíŠ "
b"\x01 ˜XÕ¯qÀ¹q¤æ«Ód "
b"\x01 ˜WpþgpTñë:\x0E\x0E 9N "
b"\x01 ˜XÚ[ÙqÔ–Gãg%\f § "
b"\x01 ˜XÚ\\x05 pÊ©]>ϧ•8\e "
b"\x01 ˜XÚ\)qųRï\x16 Øå\x14 A "
b"\x01 ˜XÚ\Ks@£0::ßÇaå "
b"""
\x01 ˜XÚ\qrÙ§*ªž\n
¢F•
"""
b"\x01 ˜XÚ\–q¿¾¦×ÔbÊ=Ý "
b"\x01 ˜XÚ\¸qÉ®\x04 f\x04 ’—rì "
b"\x01 ˜XÚ\ÝrÇ™%Ь\x14 —o\x12 "
b"\x01 ˜XÚ]\x04 sЋí\x1A d ¿×ú "
b"\x01 ˜XÚ]*qm¿–äö%ÈË "
b"\x01 ˜XÚ]OrÛ£\x08 Í0Ý),Q "
b"\x01 ˜Xܘp ¹\x14 ºï\x08 iä\x14 "
b"\x01 •¯kt#rò»0D}q¸ðb "
b"\x01 ˜¢ùA\x10 qe¾™½·)“\x13 "
b"\x01 ˜¢ùA!r=§Kð‰é¢„‡ "
b"\x01 ˜¢ùC3r²’ŠùNœá¬k "
b"\x01 ˜¢ùCRs©¿l‰î\x17 äÎx "
b"\x01 ˜¢ùCisÞæ»\f ç0\x1C ¼ "
b"\x01 ˜¢ùCxq\x07 º\x7F\x10\x1C\x18 ¥¢g "
b"\x01 ˜¢ùC“p…¿o~1wLVl "
b"\x01 ˜¢ùC£q5¤\•à„£\f Ò "
b"\x01 ˜¢ùC·qM˜—Ö\x11 S>\x04 7 "
b"\x01 •¯kBSr¦"+Ršõ¢% "
b"\x01 ˜¢ù\x00 Øqr¨*À=#†$¾ "
b"\x01 ˜¢ù\x01\x14 q|¾bˆU(bPß "
b"\x01 ˜¢ù\x01 ,rï˜ù'€ËsHL "
b"\x01 ˜¢ù\x01 AsܧŸ*Ü{\t êú "
b"\x01 ˜¢ù\x01 Xqð¨g}k\x06 n¤¼ "
b"\x01 ˜¢ù\x01 lr̈hãñ5~8§ "
b"\x01 ˜¢ù\x01 ˆsö¦íGÚ©ó3n "
b"\x01 ˜¢ù\x01 šs¿«#\f ù€\f ¿^ "
b"\x01 ˜¢ù\x01 ´pǤ\t ‰Ç\4\x1C › "
b"\x01 ˜¢ù\x01 Éróµ\x15 ]—ÜüÏ0 "
b"\x01 ˜¢ù\x01 ÖqI’\x11 ©ø#Z>\x15 "
b"\x01 •¯k„Sp1Œ-Ð[;<k\x18 "
b"\x01 ˜¢ùT\x1C r~ŽZJï«ù\x1C š "
b"\x01 ˜¢ùVœq̸\x00 »ÿ®\e ªí "
b"\x01 ˜¢ùV»s¥¢N{ddžk! "
b"\x01 ˜¢ùVÍsU¤[oÖ\x07 ßú\e "
b"\x01 ˜¢ùVßsR =Ü\x17 f~ÍZ "
b"\x01 ˜¢ùVöqc›U*úÃ,Nå "
b"\x01 •¯kDÖr–¤%½¹„ˆ›{ "
b"\x01 ˜¢ù\x04 ‰sð¥oŽÔØøo+ "
b"\x01 ˜¢ù\x04 q‹‚çˆ;³Ø_ "
b"\x01 ˜¢ù\x04 »pv§+U¶]6\x06 - "
b"\x01 ˜¢ù\x04 Õr^ºm€}jÌ\x14 Y "
b"\x01 ˜¢ù\x04 îp\x15 —\x10 [£9¼\x08 "
b"\x01 ˜¢ù\x04 ýq¨§ÿ\x07\x07\v Dµ– "
b"\x01 ˜¢ù\x05\x13 r\ƒ2§Bs\x08 f\x19 "
b"\x01 ˜¢ù\x05 -qGƒ…䮎±\x0E "
b"\x01 ˜¢ù\x05 BrѬ\x08 Ôaönv "
b"\x01 ˜¢ù\x05 UrÌŽW4*\x7F È\x04 "
b"\x01 ˜¢ù\x05 ap\x05 ž\e %V\x03 Q:U "
b"\x01 ˜¢ù\x05 qrí\]Ó¦‡ú "
b"\x01 ˜¢ù\x05 r´/Ë\x1F Úƒ\r ¼ "
b"\x01 ˜¢ù\x05 •p%¡‡AÎ\x18 ;ãØ "
b"\x01 ˜¢ù\x05 ©r\x15 ¦®VÈÜ;Îj "
b"""
\x01 ˜¢ù\x05 ·qA¸Å©1ï\n
‹®
"""
b"\x01 ˜¢ù\x05 Çqä§Ôuçµ7¡á "
b"\x01 ˜¢ù\x05 Úp\x12 …Ç«É^\v iÉ "
b"\x01 ˜¢ù\x05 êrnŽs}Éùn\x0F "
b"\x01 ˜¢ù\x05 ýsj•P$>¬ª²+ "
b"\x01 ˜¢ù\x06\v sK„ç™mçµö "
b"\x01 ˜¢ù\x06\e s‹âq0\x08 Úâ "
b"\x01 ˜£\x00 Ú\x08 rgœ’*\x05 ±|_ "
b"\x01 Y/¢qo‰\x19 lp~VËm "
b"\x01 ˜!ú: r®”ܳmñá⪠"
b"\x01 ˜!ú:Nrº¢žØ-O™\x05 ‰ "
b"\x01 ˜!ú:xrBºß¤ƒ\x01 …,N "
b"\x01 ˜!ú:•pö©RÔÁWÑd "
b"\x01 ˜!ú:«pM¦šÂ€`\x16 ¯‡ "
b"\x01 ˜!ú:ÁsÕ>w=Ô¤!L "
b"\x01 ˜!ÿN\e q|·e\x7F #…A)\x18 "
b"\x01 ˜!ÿ¢Àq‘‚\x02 |}7µ®ß "
b"\x01 ˜!ÿÿ,p„¯báÙîM’á "
b"\x01 •¯kaîq\x06 µpLAðgT! "
b"\x01 ˜¢ù/Nq\x06 «ú\x13 q–`aÎ "
b"\x01 ˜¢ù/[qº„5\x15 Æ\x11 >\x17 î "
b"\x01 ˜¢ù1Åq?žÎÌïÞGŒA "
b"\x01 ˜¢ù1ßqÁˆÜ\x17 —üHø\x03 "
b"\x01 ˜£\x00 Ú¹rñ°éX‡É5\t "
b"\x01 ˜W°œbp´©óE6\x15 "$P "
b"\x01 ˜¢úvqp\›Û¥$d‹Ø| "
b"\x01 ˜¢úv‰q|²\e ˜ªNŒû "
b"\x01 ˜¢úvs&¶×4ß\x17 ë\x12 % "
b"\x01 ˜¢úv°p\x12 Ÿ2æ\x15 ‚{\x0F G "
b"\x01 ˜¢úvÆsê¥pþÜ#?U "
b"\x01 ˜¢úvÖpóŽÜ‡mοD) "
b"\x01 ˜¢úvçs‰®¸Çš áB¼ "
b"\x01 ˜¢úvúpüO11˜Úß/ "
b"""
\x01 ˜¢úw\n
pňˆžÙ½x/9
"""
b"\x01 ˜¢úw\x18 q™©÷VŽ`®\v c "
b"\x01 ˜¢úw(r'ªfùŽÂrؽ "
b"\x01 ˜¢úwAqm®îwÌô| "
b"\x01 ˜¢úwVqò°ê¸\x03 ‡i+\n "
b"\x01 ˜¢úwir'Š?/ú‰;Ì1 "
b"\x01 ˜¢úw€q+¾Ë)UÁA3% "
b"\x01 ˜¢úw‘s\x04 –—÷=4ɇ‚ "
b"\x01 ˜¢úw§s3†šÎçiÁòß "
b"\x01 ˜¢úw¾r\x05 ¼¹$€\6Ç. "
b"\x01 ˜¢úw×qv–I1ÿ˜êÙ "
b"\x01 •¯kC‚ré½ Çg\x7F ƒ_² "
b"\x01 ˜¢ù\x01 çsi§ rfWÃ> "
b"\x01 ˜¢ù\x02\x00 qD½à\x05 î\x19 t "
b"\x01 ˜¢ù\x02\x16 p{ ;ú§5\x1C Η "
b"\x01 ˜¢ù\x02 )s| °‡¸\x00\x11 e\x05 "
b"\x01 ˜¢ù\x03 àrÑš®\r ¨àÑÄ\f "
b"\x01 ˜¢ù\x04\x07 q•½\x11 à±Vi`A "
b"\x01 ˜¢ù\x04\x1F sª²Tˆ\x10\t <»ä "
b"\x01 ˜¢ù\x04 4qý‚ÜG50d Š "
b"\x01 ˜¢ù\x04 LrÛ›‹âW*'*t "
b"\x01 ˜¢ù\x04 ]r„¹¾„ƒ±kFÿ "
b"\x01 ˜¢ù\x04 vsk£Ï¬¿Øƒ^h "
b"\x01 •¯ktòrô¨#ô÷‰+‘! "
b"\x01 ˜¢ùCÌs\x1E „\x18 )YÕÞ9S "
b"\x01 ˜¢ùCãq†¥'»íÊÝê "
b"\x01 ˜¢ùCõs°‘‡º=ñ£AÑ "
b"""
\x01 ˜¢ùD\n
p‡Ž\x08 eS9ug(
"""
b"\x01 ˜¢ùD\x1A sÿ“N¬ÿængÒ "
b"\x01 ˜¢ùD,rd·ymµu2¾K "
b"\x01 ˜¢ùD=rå¿™B—œR\x00\x7F "
b"\x01 ˜¢ùDLqt’Ò`G\x17 YÞq "
b"\x01 ˜¢ùD^sN¦eŒGrp\t\x07 "
b"\x01 Þ¢p·rE…þÖáfÈC? "
b"\x01 ÞÁ¸\v s™\v §`>\x1F N; "
b"\x01 ÞÁ¸)qš}\x19\x1C ç“9ÿ "
b"\x01 ÞÁ¸=qá¸8©\x18\x12 Ô "
b"\x01 ÞÁ¸Ps;/Çàäæ\x19 " "
b"\x01 ÞÁ¸er7‡ã\x01 –lƇ§ "
b"\x01 ÞÁ¸{s9\r —\‚¿9à "
b"\x01 ÞÁ¸¦p‚ò¤‰¡î \x03 "
b"\x01 ÞÁ¸¼r`ŽêÑ;Ð‰ï’ "
b"\x01 ÞÁ¸ìpw¾æê\RG»› "
b"""
\x01 ÞÁ¹\x0E r\n
±@ߢp®ƒ
"""
b"\x01 ÞÁ¹3pÃP\\v\x04 ¹\6 "
b"\x01 ÞÁ¹MqZ•Frü\x03 F% "
b"\x01 ÞÁ¹jr5±8¸ÒøÚ=â "
b"\x01 ÞÁ¹‚p€¸Ø!!\x11 #;ú "
b"\x01 ÞÁ¹™s”‡\x07 ²\x14 ¯˜rñ "
b"\x01 ÞÁ¹±qz©pCÝn©c5 "
b"\x01 ÞÁ¹Ëp¹³$(ÉR\x18 2ý "
b"\x01 ÞÁ¹âpH‹ÕL"‘fæ "
b"\x01 ÞÁ¹ür\r «F+PéÆÃ\x03 "
b"\x01 ÞÁº\x16 p ²¬Ã\x15\x15 ÚqË "
b"\x01 ÞÁº:pAŽ\r ©A/\r zÀ "
b"\x01 ÞÁºRrd©µÙ—ÓÜŒ£ "
b"\x01 ÞÁºkr@œZJ\x1E \r }‰] "
b"\x01 ˜Vp¸s9¿NÁ\x12 Û^"c "
b"\x01 ˜XËΣs»ŠäÀR»o\x0E G "
b"\x01 ˜XËνr\v žªd4¡¨X "
b"\x01 ˜XËÎÙs*•ü)ã3\x1C 9\x01 "
b"""
\x01 ˜XϸIq‹·\n
b\x16 øó‚\x1A
"""
b"\x01 ˜XÛPsqùQ`Nˆ¿\x04\x11 "
b"\x01 ˜XÛPžq\x18 \f …@.³« "
b"\x01 ˜XÛPÊs‡µG@-¥$æ "
b"\x01 ˜!º\x07 ¾qó¯ÇNt\x00 ² "
b"\x01 ˜!÷Î\x03 sܾ\x17 ï-ÂÍÍ\x1D "
b"\x01 ˜!÷Î\x1D q&š²N18@„r "
b"\x01 ˜!÷Î6rYœ+ \x1A @LQñ "
b"\x01 ˜!÷ÎLpzŒ<p¬%"\x19 Ï "
b"\x01 ˜!÷Îeq½·éK+Ú¿8> "
b"\x01 ˜!÷Î~q½Ò`šÆƒ1Î "
b"\x01 ˜!÷Î’s=®ž•šNX“Î "
b"\x01 ˜!÷Ωp䀳(\v aA€Ä "
b"\x01 ˜!÷ÎÌpØ·DK>&ßH˜ "
b"\x01 ˜!÷Îæq·‹ôðƒŒŽU "
b"\x01 ˜!÷ÎþrIŒ|¢\x1E\x17 5\x15 F "
b"\x01 ˜!÷Ï\x14 s"¥šî†o«Ùc "
b"\x01 ˜!÷Ï0pв\x12 ýw½ûE– "
b"\x01 ˜!÷ÏKrö¯N‘®*ðà} "
b"\x01 ˜!÷ÏdrĘ@Xyž\x03 ïþ "
b"\x01 ˜!÷Ï~rd$”;V]\r è "
b"\x01 ˜!ÿ\x1C 2ql’¼ïžÅ;™¤ "
b"\x01 ˜!ÿ\x1C SqAšiáÐ@8©± "
b"\x01 ˜!ÿŽ(p潚NKÙ\x10 u‹ "
b"\x01 •¯k_Rpo¾žfP<Sd\x12 "
b"\x01 ˜¢ù-¡ph¸ÇG?~?á, "
b"\x01 ˜¢ù-±q\x01 “›“\x18 ¿\x08 äý "
b"\x01 ˜¢ù-¿s\x1D ©2½¼³P$ê "
b"\x01 ˜¢ù-Ñp¥†óp“ÎâÞð "
b"\x01 ˜¢ù-ÞpЈ„\x1C i×$Ù\ "
b"\x01 ˜¢ù-ìqæ‡\x18 F\x10\x16 )Š# "
b"\x01 ˜¢ù-ûp\x12 Ž>vðK!Ìå "
b"\x01 ˜¢ù.\f sÆ‚\9\x08 Airf "
b"\x01 ˜¢ù.\x1F s–´´d›M*ÉÆ "
b"\x01 ˜¢ù./q\x1C Š8šøÜçZ "
b"\x01 ˜¢ù.?rL†víë\x1D\x0E |× "
b"\x01 ˜¢ù.Kpõ¶\f •oÉË "
b"\x01 ˜¢ù.Xq*·2ee\f [ÏÆ "
b"""
\x01 ˜¢ù.fp\n
µò3NR|¢\v
"""
b"\x01 ˜¢ù.wqÙ†"Á˜\x02 ›V" "
b"\x01 Þ¢qÐrO‹øÿÅW«qû "
b"\x01 ÞÁá²pj§ôqÔ(f° "
b"\x01 ÞÁáÆp™Ù\x1E @)\x01 á´ "
b"\x01 ÞÁáÙpy²\x12 ‹Ê‡î¥0 "
b"\x01 ÞÁáïrW¬Ü–\x16\x05 x)Æ "
b"\x01 ÞÁâ\x06 q\x00 …(\x06 ó”ÒU§ "
b"\x01 ÞÁâ\x1F sº¢‘!ÿœ\x06 ãw "
b"\x01 ÞÁâ8p\x19 §Ýh\x1A Г\ "
b"\x01 ÞÁâ[qº±6\x04 ([ò@$ "
b"\x01 ÞÁâos9¯{ÜåP\x15\x07 € "
b"\x01 ÞÁâ„q²ræHþœŒ "
b"\x01 ÞÁâ™r¹¹Ñ\x03 °µÛÝ» "
b"\x01 ÞÁâ®s\x13 —z·P@7x\x13 "
b"\x01 ÞÁâÉs™Ža%‡m»Å\x1C "
b"\x01 ÞÁâär ¥ìÕlç˜ "
b"""
\x01 ÞÁâýs\n
ªö•qã,êÏ
"""
b"\x01 ÞÁã\x17 p³„„ã\x06 È|¦© "
b"\x01 ÞÁã:p¸4¸´°Ìă "
b"\x01 ÞÁã_pn„›t\x1E Õ’˜{ "
b"\x01 ÞÁè£s/°ïkÿ/\x06 þI "
b"\x01 ÞÁèÇr §7K¢ìV›ƒ "
b"\x01 ÞÁèÞqEŠìd~u$Ä "
b"\x01 Þ¢qŒp½ŒšÑ÷½–Tƒ "
b"\x01 ÞÁÞhr¾kœÛ£Ž "
b"\x01 ÞÁÞŠs¶ˆÆð·¼2ž "
b"\x01 ÞÁÞ¤rðŠd·\x14 ƒ\x7F U "
b"\x01 ÞÁÞ·p ¯Ä~=¹r'Í "
b"\x01 ÞÁÞÌpõª+?\x12 u>„ "
b"\x01 ÞÁÞêr\r ¦¢—\`ñðf "
b"\x01 ÞÁß\x14 pž\x18 ¶Ê\x05 ·:U "
b"\x01 ÞÁß,qg„Ä\x19 çýP\x0E ” "
b"\x01 ÞÁß?rÈ¥b\x1C 7Ñ\x1E ® "
b"\x01 ÞÁßQr„¿)\x14\x04\f U^‹ "
b"\x01 ÞÁßcs|¢ÂàÂ\x7F ü» "
b"\x01 ÞÁßtqK±õ¼p\x16 Qѵ "
b"\x01 ÞÁ߈s\x12 „îSWUÑ&• "
b"\x01 ˜™§\x10 &r$¾\r ª[#²èU "
b"\x01 ˜¢ù4\s®5\x01 /Ñ-¸î "
b"\x01 ˜¢ù4lp §V¸@M—QÛ "
b"\x01 ˜¢ù4yq\x02 ¡*:ä«îù "
b"\x01 ˜¢ù4†qõ’š\x19 ©~h¾- "
b"\x01 ˜¢ù4›r\x00 °/Ûºw²Oy "
b"\x01 ˜¢ù4§qù¼š\x0E ~\t 6\x1D ¹ "
b"\x01 ˜¢ù4¶s[´¹kYª€\x04 "
b"\x01 ˜¢ù4Íq4¥•[ûF¨”‹ "
b"\x01 ˜¢ù4ãr\x17 „7äÃ4<ޱ "
b"\x01 ˜¢ù4ürNŠ‹º-nzÕ[ "
b"\x01 ˜¢ù5\f s…±»#R!^ã\x06 "
b"\x01 ˜¢ù5$p‚¶4r®~~Ï "
b"\x01 ˜¢ù59sѳ\x19 óDq…E\x11 "
b"\x01 •¯k`†qÜ®ÞÆI}\x13 'ê "
b"\x01 ˜¢ù.ŽqR£[‚;yÖÔÉ "
b"\x01 ˜¢ù.žp\x02 °W;a§îM\v "
b"\x01 ˜¢ù.¬q›œãu\x07 ECŒ” "
b"\x01 ˜¢ù.¹pœ¨ñB¿Íõvù "
b"\x01 ˜¢ù.Åp\x07 Œ¼JJvrÐé "
b"\x01 ˜¢ù.Òqö¸™\x01 WZ\x15 ›D "
b"\x01 ˜¢ù.áp\x1A ƒÞ¬É–cŽ@ "
b"\x01 ˜¢ù.órê¹gŠ2ÍÂ\x16 < "
b"\x01 ˜¢ù/\x00 q¨‚DÿøsS?M "
b"\x01 ˜¢ù/\x0E rÖºáxK„¢\x7F ž "
b"\x01 ˜¢ù/#q–¥Œ\x13 Pëþ;Á "
b"\x01 ˜¢ù/9p›©f=³š\x06 »B "
b"\x01 ˜£\x00 Ú§qGž\x08 ">³«X( "
b"\x01 Þ¢qçp̘Ù9Wò¤‡9 "
b"\x01 ÞÁèýrz¯µâ0”ù\x11 > "
b"\x01 ÞÁé\x10 põ›ó{&e]ç_ "
b"\x01 ÞÁé)p̲QZ&>\x02\x7F Š "
b"\x01 ÞÁé;qœ«p\x05 ™è…È' "
b"\x01 ÞÁéWs(\x02 õ [잯 "
b"\x01 ÞÁémr³‹\x11 ªN&«Ç| "
b"\x01 ÞÁé–r•—ˆ†‹€ K6 "
b"\x01 ÞÁér€¥$¬ýŒ%Ë\x13 "
b"\x01 ÞÁéÃpi½\e BØ ¹ð_ "
b"\x01 ÞÁéÚqÀ’õÕ*\x11 FîÕ "
b"\x01 ÞÁéòrÙ²·_ñüûÇX "
b"\x01 ÞÁê\x12 r†œÇ@Ê]*.Å "
b"\x01 ÞÁê-ss—F¬Ñdø¼O "
b"\x01 ÞÁê@rË’È?€\e \>± "
b"\x01 ÞÁêTsÑŒ0|Ââ«] "
b"\x01 ÞÁêts¡™¼[\x1E Çdß "
b"\x01 ÞÁêq*žVc¬í\x00 ÷Ä "
b"\x01 ÞÁê¤p©½èõyétBÜ "
b"\x01 ÞÁê½q̬+?\x19 u¶Rº "
b"\x01 ÞÁêÒrºº£"\x15 Â\x12 … "
b"\x01 ÞÁêëqD“\x7F r¸h‹öó "
b"\x01 •¯kgmq(±S¤î)\x1F ‹ä "
b"\x01 ˜¢ù2åsŸ¯ýÜö\x10 ô* "
b"\x01 ˜¢ù2úp}¥Ž+\x07 ¨‰ï "
b"\x01 ˜¢ù3\x0E ra£Vq¬i\f ýâ "
b"\x01 ˜¢ù3 s\x13 ž¢Sþ©Ô\x16 É "
b"\x01 ˜¢ù32r\x0F †è»\t úµ¬. "
b"\x01 ˜¢ù3FrG sî¾çÿ.„ "
b"\x01 ˜¢ù3VsË¢WGÒ†MpD "
b"\x01 ˜¢ù3fså³LÐß”„8f "
b"\x01 ˜¢ù3|q\x02 Ž„ã\x1C\x10 Oˆì "
b"\x01 ˜¢ù3“q@‘B\x16 Ú²9ÑÛ "
b"\x01 ˜¢ù3²p<¸vúh‹5R— "
b"\x01 ˜¢ù3ËqÓ‘\x1C `\x1D èueŽ "
b"\x01 ˜¢ù3àq$§:·?W°€¨ "
b"\x01 ˜¢ù3õqœ™z¦<4_ó\x12 "
b"\x01 ˜¢ù4\x06 p¶¿6¹U„¢øQ "
b"\x01 ˜¢ù4\x17 s¥’QkQI¾SÅ "
b"\x01 ˜¢ù4#q\x11 ™A\x02\x15\f €†æ "
b"\x01 ˜¢ù46s\x10 Ž4ß” rýN "
b"\x01 ˜¢ù4Hr:€_ƒ‡dð:î "
b"\x01 Þ¢qMqK„F|\e à.}[ "
b"\x01 ÞÁÈ)q×:ÒgÊç½ñ "
b"\x01 ÞÁÈLq¸¹,Á¨ñâd "
b"\x01 ÞÁÈesûª\x1A Ù\x19 »wp~ "
b"\x01 ÞÁÈ\x7F rq°›uqó‰\x02 v "
b"\x01 ÞÁÈ–p\v ”~\x00 \n ^3\x1F Þ "
b"\x01 ÞÁȱq< "ûRù>†J "
b"\x01 ÞÁÈÑsg¯úžêT”\x16 Â "
b"\x01 ÞÁÈìpÏ—¤•h\x19 íN "
b"\x01 ÞÁÉ\x06 q\x19 ¢ó?>Íw\x1A ä "
b"\x01 ÞÁÉ%sІ×/ü:þþ| "
b"\x01 ÞÁÉHr”k¼)[µtm "
b"\x01 ÞÁÉZs‚‚ô«\?k¬i "
b"""
\x01 ÞÁÉnr¿ƒeª*ê\n
b\x04
"""
b"\x01 ÞÁɇs¡¡"ÚF¯Ã&V "
b"\x01 ÞÁÉ™rø«OGi`gGN "
b"\x01 ÞÁɬs‘£ïãôMÀ\x04 Š "
b"\x01 ÞÁɽp«”g\x11 ‰s|úû "
b"\x01 ÞÁÉÏrQ\x11 o\x01 O\x07\t à "
b"""
\x01 ÞÁÉärF’’.õ?h\n
n
"""
b"\x01 ÞÁÉüsn¶cçƒ\x06 äæÞ "
b"\x01 ÞÁÊ\x1D q/UÖ0“´º¸ "
b"\x01 ˜Vý\x05 Çr\x0F °]Ùó©\e\x7F ´ "
b"\x01 ˜XÕ\x07 p‚œ‚ÝSá!ŽS "
b"\x01 ˜XÕ\x07 Ös×…Æ\t ]À¬×š "
b"\x01 ˜XÕ\x08\x06 qõ &“Q\x17 šø^ "
b"\x01 ˜XÕ\x08 *q– :]6³Q‡Q "
b"\x01 ˜XÕ\x08 Dr†;\x1C Ób–*w "
b"\x01 ˜XÕ\x08 hp\x0F „³ˆ L\x18 é° "
b"\x01 ˜XÕ\x08 qU¹€’Ð;\x05 Q "
b"\x01 ˜XÕ\x08 ®p]ÝiR†s¯e "
b"\x01 ˜XÕ\x08 Ïs¶“wÿ›«°ˆ¬ "
b"\x01 ˜XÕ\x08 øsj›\x17 -óÉñ)² "
b"\x01 ˜XÛÄ‹r\x1E †m X\x12\x05 %\x18 "
]
SELECT
`product_visibility` . `id` as `product_visibility.id` ,
`product_visibility` . `product_id` as `product_visibility.productId` ,
`product_visibility` . `product_version_id` as `product_visibility.productVersionId` ,
`product_visibility` . `sales_channel_id` as `product_visibility.salesChannelId` ,
`product_visibility` . `visibility` as `product_visibility.visibility` ,
`product_visibility` . `created_at` as `product_visibility.createdAt` ,
`product_visibility` . `updated_at` as `product_visibility.updatedAt`
FROM
`product_visibility`
WHERE
(
`product_visibility` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `product_visibility` . `id` as `product_visibility.id` , `product_visibility` . `product_id` as `product_visibility.productId` , `product_visibility` . `product_version_id` as `product_visibility.productVersionId` , `product_visibility` . `sales_channel_id` as `product_visibility.salesChannelId` , `product_visibility` . `visibility` as `product_visibility.visibility` , `product_visibility` . `created_at` as `product_visibility.createdAt` , `product_visibility` . `updated_at` as `product_visibility.updatedAt` FROM `product_visibility` WHERE (`product_visibility` . `product_id` IN (0x019821C1CA2372709F9BD7D28D5C6419 , 0x019821FB4F8B72C097B83CD66B6C2DB5 , 0x019821FB4FBF73BA9F6B02FA997BE89E , 0x019821FB4FE67376A09981F7E022B4CF , 0x019821FB4FFF720F9658301F4BB32715 , 0x019821FB5014731097ECDC975CA754C9 , 0x019821FB5034726F86632CAD5AB98ECF , 0x019821FB504C7200B371F2698B88B4B4 , 0x019821FB506F7086BA7450455C699193 , 0x019821FB508B7352B0983F2A19ADA674 , 0x019821FB50A372A4BB3449801144131C , 0x019821FB50C173308493F68B32CA6A56 , 0x019821FB50DC71348B3795C8D0A937CB , 0x019821FB50F672C89EC045D12BC109B9 , 0x019821FB510F70859530E9A67974AE8A , 0x019821FB51297252B16082AEFA1AA1AD , 0x019821FB514070ACB9DAB06C781ED894 , 0x019821FB5154709FBD72BD3BB7157ABF , 0x019821FB517171729171565ECE4D4554 , 0x019821FB518573A2B51A11997FFD8298 , 0x01985730FCEF7207A8E652C7DDA6D39E , 0x019858D5C17A73E5B4800E6255931DC7 , 0x019858D5C197728B8C3D0D73DE831230 , 0x019858D5C1B273B6AB53C200D816DCE5 , 0x019858D5C1D472D8BBEDA92044E02E19 , 0x019858D5C1F4719494078DAEEC548543 , 0x019858D5C20F7365A8E9AAAE4F3A538E , 0x019858D5C22E71FEBD7951A1EA88A216 , 0x019858D5C24D7187BDB540D56E4B6AE0 , 0x019858D5C26E714AAFF02D780631D72B , 0x019858D5C28D706DAA197B33B44FED8A , 0x019858D5C2AF71C0B971A490E6ABD364 , 0x01985770FE6770548FF1EB3A0E0E394E , 0x019858DA5BD971D49647E367259D0CA7 , 0x019858DA5C0570CAA95D3ECFA795381B , 0x019858DA5C2971C5B352EF16D8E51441 , 0x019858DA5C4B7340A3303A3ADFC761E5 , 0x019858DA5C7172D9A72AAA9E0AA24695 , 0x019858DA5C9671BFBEA6D7D462CA3DDD , 0x019858DA5CB871C9AE046604929772EC , 0x019858DA5CDD72C79925D0AC14976F12 , 0x019858DA5D0473D08BED1A64A0BFD7FA , 0x019858DA5D2A716DBFAD96E4F625C8CB , 0x019858DA5D4F72DBA308CD30DD292C51 , 0x019858DC90987020B914BAEF0869E414 , 0x0195AF6B742372F2BB30447D71B8F062 , 0x0198A2F941107165BE99BDB729931390 , 0x0198A2F94121723DA74BF089E9A28487 , 0x0198A2F9433372B2928AF94E9CE1AC6B , 0x0198A2F9435273A9BF6C89EE17E4CE78 , 0x0198A2F9436973DE8FE6BB0CE7301CBC , 0x0198A2F943787107BA7F101C18A5A267 , 0x0198A2F943937085BF6F7E31774C566C , 0x0198A2F943A37135A45C95E084A30CD2 , 0x0198A2F943B7714D9897D611533E0437 , 0x0195AF6B425372A6AD222B529AF5A225 , 0x0198A2F900D87172A82AC03D238624BE , 0x0198A2F90114717CBE628855286250DF , 0x0198A2F9012C72EF98F92780CB73484C , 0x0198A2F9014173DCA79F2ADC7B09EAFA , 0x0198A2F9015871F0A8677D6B066EA4BC , 0x0198A2F9016C72CC8868E3F1357E38A7 , 0x0198A2F9018873F6A6ED47DAA9F3336E , 0x0198A2F9019A73BFAB230CF9800CBF5E , 0x0198A2F901B470C7A40989C75C341C9B , 0x0198A2F901C972F3B5155D97DCFCCF30 , 0x0198A2F901D671499211A9F8235A3E15 , 0x0195AF6B845370318C2DD05B3B3C6B18 , 0x0198A2F9541C727E8E5A4AEFABF91C9A , 0x0198A2F9569C71CCB800BBFFAE1BAAED , 0x0198A2F956BB73A5A24E7B64649E6B21 , 0x0198A2F956CD7355A45B6FD607DFFA1B , 0x0198A2F956DF7352A03DDC17667ECD5A , 0x0198A2F956F671639B552AFAC32C4EE5 , 0x0195AF6B44D67296A425BDB984889B7B , 0x0198A2F9048973F0A56F8DD4D8F86F2B , 0x0198A2F904A0718B8290E7883BB3D85F , 0x0198A2F904BB7076A72B55B65D36062D , 0x0198A2F904D5725EBA6D807D6ACC1459 , 0x0198A2F904EE701597105BA339BC08AD , 0x0198A2F904FD71A8A7FF07070B44B596 , 0x0198A2F90513725C8332A74273086619 , 0x0198A2F9052D71479D8385E4AE8DB10E , 0x0198A2F9054272D18FAC08D461F66E76 , 0x0198A2F9055572CC9F8D57342A7FC804 , 0x0198A2F9056170059E1B255603513A55 , 0x0198A2F9057172ED8E5C5DD3A69D87FA , 0x0198A2F9058172B4902FCB1FDA830DBC , 0x0198A2F905957025A18741CE183BE3D8 , 0x0198A2F905A97215A6AE56C8DC3BCE6A , 0x0198A2F905B77141B8C5A931EF0A8BAE , 0x0198A2F905C771E4A7D475E7B537A1E1 , 0x0198A2F905DA701285C7ABC95E0B69C9 , 0x0198A2F905EA726E8D737D81C9F96E0F , 0x0198A2F905FD736A9550243EACAAB22B , 0x0198A2F9060B734B84E7996D8FE7B5F6 , 0x0198A2F9061B739D8BE2713008DAE290 , 0x0198A300DA087267AD9C922A05B17C5F , 0x0190592F9FA2716F89196C707E56CB6D , 0x019821FA3A2072AE94DCB36DF1E1E2AA , 0x019821FA3A4E72BAA29ED82D4F990589 , 0x019821FA3A787242BADFA48301852C4E , 0x019821FA3A9570F6A952C394C157D164 , 0x019821FA3AAB704DA69AC2806016AF87 , 0x019821FA3AC173D5AD3E773DD4A4214C , 0x019821FF4E1B717CB7657F2385412918 , 0x019821FFA2C0719182027C7D37B5AEDF , 0x019821FFFF2C7084AF62E1D9EE4D92E1 , 0x0195AF6B61EE7106B5704C41F0675421 , 0x0198A2F92F4E7106ABFA1371966061CE , 0x0198A2F92F5B71BA843515C6113E17EE , 0x0198A2F931C5713F9ECECCEFDE478C41 , 0x0198A2F931DF71C188DC1797FC48F803 , 0x0198A300DAB972F1B0E95887C9358109 , 0x019857B09C6270B4A9F3453615222450 , 0x0198A2FA7671705C9BDBA524648BD87C , 0x0198A2FA7689717CB21B98AA4E8C9DFB , 0x0198A2FA769D7326B6D734DF17EB1225 , 0x0198A2FA76B070129F32E615827B0F47 , 0x0198A2FA76C673EAA5AD70FEDC233F55 , 0x0198A2FA76D670F38DDC876DCEBF4429 , 0x0198A2FA76E77389AEB8C79AA0E142BC , 0x0198A2FA76FA70FCAD4F313198DADF2F , 0x0198A2FA770A70C588889ED9BD782F39 , 0x0198A2FA77187199A9F7568D60AE0B63 , 0x0198A2FA77287227AA66F98DC272D8BD , 0x0198A2FA7741716D8F8FAEEE77CCF47C , 0x0198A2FA775671F2B0EAB80387692B0A , 0x0198A2FA776972278A3F2FFA893BCC31 , 0x0198A2FA7780712BBECB2955C1413325 , 0x0198A2FA779173049697F73D34C98782 , 0x0198A2FA77A77333869ACEE769C1F2DF , 0x0198A2FA77BE7205BCB924805C36C72E , 0x0198A2FA77D7717696493190FF98EAD9 , 0x0195AF6B438272E9BDA0C7677F835FB2 , 0x0198A2F901E77369A7A0726657C38F3E , 0x0198A2F902007144BD8190E005EE1974 , 0x0198A2F90216707BA03BFAA7351CCE97 , 0x0198A2F90229737CA0B087B800116505 , 0x0198A2F903E072D19AAE0DA8E0D1C40C , 0x0198A2F904077195BD11E0B156696041 , 0x0198A2F9041F73AAB2548810093CBBE4 , 0x0198A2F9043471FD82DC47353064208A , 0x0198A2F9044C72DB9B8BE2572A272A74 , 0x0198A2F9045D7284B9BE8483B16B46FF , 0x0198A2F90476736BA3CFACBFD8835E68 , 0x0195AF6B74F272F4A823F4F7892B9121 , 0x0198A2F943CC731E84182959D5DE3953 , 0x0198A2F943E37186A527BBEDADCADDEA , 0x0198A2F943F573B09187BA3DF1A341D1 , 0x0198A2F9440A70878D08655339756728 , 0x0198A2F9441A73FF934EACFFE66E67D2 , 0x0198A2F9442C7264B7796DB57532BE4B , 0x0198A2F9443D72E5BF9942979C52007F , 0x0198A2F9444C717492D260471759DE71 , 0x0198A2F9445E734EA6658C4772700907 , 0x0190DEA270B7724585FED6E166C8433F , 0x0190DEC1B80B739F990BA7603E1F4E3B , 0x0190DEC1B829718E9A7D191CE79339FF , 0x0190DEC1B83D71E1B838A918129D8FD4 , 0x0190DEC1B850733B8E2FC7E0E4E61922 , 0x0190DEC1B865723787E301966CC687A7 , 0x0190DEC1B87B7339AD0D975C82BF39E0 , 0x0190DEC1B8A670829FF2A489A1EE2003 , 0x0190DEC1B8BC72608DEAD13BD089EF92 , 0x0190DEC1B8EC7077BEE6EA5C5247BB9B , 0x0190DEC1B90E720AB140DFA270AE9F83 , 0x0190DEC1B93370C39D505C0B04B95C36 , 0x0190DEC1B94D715A954672FC8E034625 , 0x0190DEC1B96A7235B138B8D2F8DA3DE2 , 0x0190DEC1B9827080B8D8212111233BFA , 0x0190DEC1B99973948707B214AF9872F1 , 0x0190DEC1B9B1717AA97043DD6EA96335 , 0x0190DEC1B9CB70B9B32428C9521832FD , 0x0190DEC1B9E270488BD54C22919F66E6 , 0x0190DEC1B9FC720DAB462B50E9C6C303 , 0x0190DEC1BA1670A0B2ACC31515DA71CB , 0x0190DEC1BA3A70418D0DA9412F0D7AC0 , 0x0190DEC1BA527264A9B5D997D3DC8CA3 , 0x0190DEC1BA6B72409C5A4A1E0D7D895D , 0x01985670B88F7339BF4EC112DB5E2263 , 0x019858CBCEA373BB8AE4C052BB6F0E47 , 0x019858CBCEBD720B9E9DAA6434A1A858 , 0x019858CBCED9732A95FC29E3331C3901 , 0x019858CFB849718BB70A6216F8F3821A , 0x019858DB507371F9AD51604E88BF0411 , 0x019858DB509E7118810C85402EB3AB8E , 0x019858DB50CA7387B547AD402DA524E6 , 0x019821BA07BE71F3AFC74E7400B28F81 , 0x019821F7CE0373DCBE17EF2DC2CDCD1D , 0x019821F7CE1D71269AB24E3138408472 , 0x019821F7CE3672599C2B201A404C51F1 , 0x019821F7CE4C707A8C3C70AC252219CF , 0x019821F7CE6571BDB7E94B2BDABF383E , 0x019821F7CE7E71BD9DD2609AC68331CE , 0x019821F7CE92733DAE9E959A4E5893CE , 0x019821F7CEA970E480B3280B614180C4 , 0x019821F7CECC70D8B7444B3E26DF4898 , 0x019821F7CEE671B78BF4F0AD838C8E55 , 0x019821F7CEFE72498C7CA21E17351546 , 0x019821F7CF147322A59AEE866FABD963 , 0x019821F7CF30708AB212FD77BDFB4596 , 0x019821F7CF4B72F6AF4E91AE2AF0E07D , 0x019821F7CF6472C4984058799E03EFFE , 0x019821F7CF7E72649024943B565D0DE8 , 0x019821FF1C32716C92BCEF9EC53B99A4 , 0x019821FF1C5371419A69E1D04038A9B1 , 0x019821FF8E2870E6BD9A4E4BD910758B , 0x0195AF6B5F52706FBE9E66503C536412 , 0x0198A2F92DA17068B8C7473F7E3FE12C , 0x0198A2F92DB17101939B9318BF08E4FD , 0x0198A2F92DBF731DA932BDBCB35024EA , 0x0198A2F92DD170A586F37093CEE2DEF0 , 0x0198A2F92DDE70D088841C69D724D95C , 0x0198A2F92DEC71E68718461016298A23 , 0x0198A2F92DFB70128E3E76F04B21CCE5 , 0x0198A2F92E0C73C6825C390841697266 , 0x0198A2F92E1F7396B4B4649B4D2AC9C6 , 0x0198A2F92E2F711C8AAD389AF8DCE75A , 0x0198A2F92E3F724C8676EDEB1D0E7CD7 , 0x0198A2F92E4B70F59FB60C90956FC9CB , 0x0198A2F92E58712AB73265650C5BCFC6 , 0x0198A2F92E66700AB5F2334E527CA20B , 0x0198A2F92E7771D98622C198029B5622 , 0x0190DEA271D0724F8BF8FFC557AB71FB , 0x0190DEC1E1B2706AA7F471D4288F66B0 , 0x0190DEC1E1C6709F99D91E402901E1B4 , 0x0190DEC1E1D97079B2128BCA87EEA530 , 0x0190DEC1E1EF7257ACDC9616057829C6 , 0x0190DEC1E2067100852806F394D255A7 , 0x0190DEC1E21F73BAA29121FF9C06E377 , 0x0190DEC1E2387019A7DD681AD0935C8F , 0x0190DEC1E25B71BAB13604285BF24024 , 0x0190DEC1E26F7339AF7BDCE550150780 , 0x0190DEC1E28471B29D72E648FE909C8C , 0x0190DEC1E29972B9B9D103B0B5DBDDBB , 0x0190DEC1E2AE7313977AB75040377813 , 0x0190DEC1E2C973998D6125876DBBC51C , 0x0190DEC1E2E472A0A5ECD56CE7989DA0 , 0x0190DEC1E2FD730AAAF69571E32CEACF , 0x0190DEC1E31770B38484E306C87CA6A9 , 0x0190DEC1E33A709FB834B8B4B0CCC483 , 0x0190DEC1E35F706E849B741ED592987B , 0x0190DEC1E8A3732FB0EF6BFF2F06FE49 , 0x0190DEC1E8C772A0A7374BA2EC569B83 , 0x0190DEC1E8DE71458A9DEC647E7524C4 , 0x0190DEA2718C70BD8C9AD1F7BD965483 , 0x0190DEC1DE6872EF8391BE6B9CDBA38D , 0x0190DEC1DE8A73B68E88C6F0B7BC329E , 0x0190DEC1DEA472F08F8A64B714837F55 , 0x0190DEC1DEB770A0AFC47E3DB97227CD , 0x0190DEC1DECC70F5AA9D2B3F12753E84 , 0x0190DEC1DEEA720DA6A2975C60F1F066 , 0x0190DEC1DF1470C5BE18B6CA05B73A55 , 0x0190DEC1DF2C716784C419E7FD500E94 , 0x0190DEC1DF3F72C8A5621C37D11EAE8F , 0x0190DEC1DF517284BF2914040C555E8B , 0x0190DEC1DF63737CA29DC2E0C27FFCBB , 0x0190DEC1DF74714BB1F5BC701651D1B5 , 0x0190DEC1DF88731284EE535755D12695 , 0x019899A710267224BE0DAA5B23B2E855 , 0x0198A2F9345C73AE9D35012FD12DB8EE , 0x0198A2F9346C70A0A756B8404D9751DB , 0x0198A2F934797102A12A3AE4AB9DEEF9 , 0x0198A2F9348671F5929A19A97E68BE2D , 0x0198A2F9349B7200B02FDBBA77B24F79 , 0x0198A2F934A771F9BC9A0E7E09361DB9 , 0x0198A2F934B6735B9DB4B96B59AA8004 , 0x0198A2F934CD7134A5955BFB46A8948B , 0x0198A2F934E372178437E4C3343C8EB1 , 0x0198A2F934FC724E8A8BBA2D6E7AD55B , 0x0198A2F9350C7385B1BB2352215EE306 , 0x0198A2F935247082B63472AE7E7E9DCF , 0x0198A2F9353973D1B319F34471854511 , 0x0195AF6B608671DCAEDEC6497D1327EA , 0x0198A2F92E8D7152A35B823B79D6D4C9 , 0x0198A2F92E9E7002B0573B61A7EE4D0B , 0x0198A2F92EAC719B9CE3750745438C94 , 0x0198A2F92EB9709CA8F142BFCDF576F9 , 0x0198A2F92EC570078CBC4A4A7672D0E9 , 0x0198A2F92ED271F6B89901575A159B44 , 0x0198A2F92EE1701A83DEACC996638E40 , 0x0198A2F92EF372EAB9678A32CDC2163C , 0x0198A2F92F0071A88244FFF873533F4D , 0x0198A2F92F0E72D6BAE1784B84A27F9E , 0x0198A2F92F237196A58C1350EBFE3BC1 , 0x0198A2F92F39709BA9663DB39A06BB42 , 0x0198A300DAA771479E08223EB3AB5828 , 0x0190DEA271E770CC98D93957F2A48739 , 0x0190DEC1E8FD727AAFB5E23094F9113E , 0x0190DEC1E91070F59BF37B26655DE75F , 0x0190DEC1E92970CCB2515A263E027F8A , 0x0190DEC1E93B719CAB700599E885C827 , 0x0190DEC1E95773288F02F5205BEC9EAF , 0x0190DEC1E96D72B38B11AA4E26ABC77C , 0x0190DEC1E99672959788868B80204B36 , 0x0190DEC1E9AD7280A524ACFD8C25CB13 , 0x0190DEC1E9C37069BD1B42D8A0B9F05F , 0x0190DEC1E9DA71C092F5D52A1146EED5 , 0x0190DEC1E9F272D9B2B75FF1FCFBC758 , 0x0190DEC1EA1272869CC740CA5D2A2EC5 , 0x0190DEC1EA2D73739746ACD164F8BC4F , 0x0190DEC1EA4072CB92C83F801B5C3EB1 , 0x0190DEC1EA5473D18C307C8EC2E2AB5D , 0x0190DEC1EA7473A199BC5B1E9FC764DF , 0x0190DEC1EA8E712A9E5663ACED00F7C4 , 0x0190DEC1EAA470A9BDE8F579E97442DC , 0x0190DEC1EABD71CCAC2B3F1975B652BA , 0x0190DEC1EAD272BABAA32215C21285C2 , 0x0190DEC1EAEB7144937F72B8688BF6F3 , 0x0195AF6B676D7128B153A4EE291F8BE4 , 0x0198A2F932E5739FAFFDDCF6AD10F42A , 0x0198A2F932FA707DA58E2B07A8AD89EF , 0x0198A2F9330E7261A35671AC690CFDE2 , 0x0198A2F9332073139EA253FEA9D416C9 , 0x0198A2F93332720F86E8BB09FAB5AC2E , 0x0198A2F933467247A073EEBEE7FF2E84 , 0x0198A2F9335673CBA25747D2864D7044 , 0x0198A2F9336673E5B34CD0DF94843866 , 0x0198A2F9337C71028D84E31C104F88EC , 0x0198A2F933937140914216DAB239D1DB , 0x0198A2F933B2703CB876FA688B355297 , 0x0198A2F933CB71D3911C601DE875658D , 0x0198A2F933E07124A73AB73F57B080A8 , 0x0198A2F933F5719C997AA63C345FF312 , 0x0198A2F9340670B6BF36B95584A2F851 , 0x0198A2F9341773A592516B5149BE53C5 , 0x0198A2F934237111994102150C8086E6 , 0x0198A2F9343673108E34DF94A072FD4E , 0x0198A2F93448723A805F838764F03AEE , 0x0190DEA2714D714B84467C1BE02E7D5B , 0x0190DEC1C82971C3973AD267CAE7BDF1 , 0x0190DEC1C84C71B8B92CC181A8F1E264 , 0x0190DEC1C86573FBAA1AD919BB77707E , 0x0190DEC1C87F7271B09B7571F3890276 , 0x0190DEC1C896700B947E000A5E331FDE , 0x0190DEC1C8B1713CA022FB52F93E864A , 0x0190DEC1C8D17367AFFA9EEA549416C2 , 0x0190DEC1C8EC70CF97A4956819ED4E9D , 0x0190DEC1C9067119A2F33F3ECD771AE4 , 0x0190DEC1C925738A86D72FFC3AFEFE7C , 0x0190DEC1C9487294906BBC295BB5746D , 0x0190DEC1C95A738282F4AB5C3F6BAC69 , 0x0190DEC1C96E72BF8365AA2AEA0A6204 , 0x0190DEC1C98773A1A122DA46AFC32656 , 0x0190DEC1C99972F8AB4F47696067474E , 0x0190DEC1C9AC7391A3EFE3F44DC0048A , 0x0190DEC1C9BD70AB94671189737CFAFB , 0x0190DEC1C9CF72519D116F014F0709C3 , 0x0190DEC1C9E4724692922EF53F680A6E , 0x0190DEC1C9FC736EB663E78306E4E6DE , 0x0190DEC1CA1D712F9055D63093B4BAB8 , 0x019856FD05C7720FB05DD9F3A91B7FB4 , 0x019858D507AD70829C82DD53E1218D53 , 0x019858D507D673D785C6095DC0ACD79A , 0x019858D5080671F5A0269351179AF85E , 0x019858D5082A7196A03A5D36B3518751 , 0x019858D508447286AD3B1CD362962A77 , 0x019858D50868700F84B388204C18E9B0 , 0x019858D5088F7155B98092D08E3B0551 , 0x019858D508AE705D8FDD69528673AF65 , 0x019858D508CF73B69377FF9BABB088AC , 0x019858D508F8736A9B172DF3C9F129B2 , 0x019858DBC48B721E866D205812052518 ));
Copy
73
0.64 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"4U0/þõH÷—÷5’6\x1C ç¡ "
b"÷¸ÉÀ\x10 G\x02 ©ofM«þ&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x3455302FFEF548F797F73592361CE7A1 AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
74
0.67 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"4U0/þõH÷—÷5’6\x1C ç¡ "
b"÷¸ÉÀ\x10 G\x02 ©ofM«þ&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x3455302FFEF548F797F73592361CE7A1 AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
75
0.52 ms
SELECT `acl_role` . `privileges` AS `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `id` = ?
Parameters :
[
b"\x01 ™•^/q¦”—\t ¹×c6 "
]
SELECT `acl_role` . `privileges` AS `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `id` = 0x0199955E812F71A6949709B9D763369D
;
Copy
76
0.66 ms
SELECT `acl_role` . `privileges` AS `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `id` = ?
Parameters :
[
b"\x01 ™¾èì8s„¥P\v »‚ªÁ "
]
SELECT `acl_role` . `privileges` AS `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `id` = 0x0199BEE8EC387384A5500BBB82AA81C1
;
Copy
77
4.39 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.override_1.metaDescription` , `product.parent.translation.override_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.override_1.metaDescription` , `product.parent.translation.override_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.override_1.name` , `product.parent.translation.override_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.override_1.name` , `product.parent.translation.override_1.name` , `product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.override_1.keywords` , `product.parent.translation.override_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.override_1.keywords` , `product.parent.translation.override_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.override_1.description` , `product.parent.translation.override_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.override_1.description` , `product.parent.translation.override_1.description` , `product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.override_1.metaTitle` , `product.parent.translation.override_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.override_1.metaTitle` , `product.parent.translation.override_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.override_1.packUnit` , `product.parent.translation.override_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.override_1.packUnit` , `product.parent.translation.override_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.override_1.packUnitPlural` , `product.parent.translation.override_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.override_1.packUnitPlural` , `product.parent.translation.override_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.override_1.customSearchKeywords` , `product.parent.translation.override_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.override_1.customSearchKeywords` , `product.parent.translation.override_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.override_1.slotConfig` , `product.parent.translation.override_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.override_1.slotConfig` , `product.parent.translation.override_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.override_1.customFields` , `product.parent.translation.override_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.override_1.customFields` , `product.parent.translation.override_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation.override_1` . `meta_description` as `product.translation.override_1.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation.override_1` . `name` as `product.translation.override_1.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation.override_1` . `keywords` as `product.translation.override_1.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation.override_1` . `description` as `product.translation.override_1.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation.override_1` . `meta_title` as `product.translation.override_1.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation.override_1` . `pack_unit` as `product.translation.override_1.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation.override_1` . `pack_unit_plural` as `product.translation.override_1.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation.override_1` . `custom_fields` as `product.translation.override_1.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation.override_1` . `slot_config` as `product.translation.override_1.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` , `product.translation.override_1` . `custom_search_keywords` as `product.translation.override_1.customSearchKeywords` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.override_1` ON `product.translation` . `product_id` = `product.translation.override_1` . `product_id` AND `product.translation.override_1` . `language_id` = ? AND `product.translation` . `product_version_id` = `product.translation.override_1` . `product_version_id` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation.override_1` . `meta_description` as `product.parent.translation.override_1.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation.override_1` . `name` as `product.parent.translation.override_1.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation.override_1` . `keywords` as `product.parent.translation.override_1.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation.override_1` . `description` as `product.parent.translation.override_1.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation.override_1` . `meta_title` as `product.parent.translation.override_1.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation.override_1` . `pack_unit` as `product.parent.translation.override_1.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation.override_1` . `pack_unit_plural` as `product.parent.translation.override_1.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation.override_1` . `custom_fields` as `product.parent.translation.override_1.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation.override_1` . `slot_config` as `product.parent.translation.override_1.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` , `product.parent.translation.override_1` . `custom_search_keywords` as `product.parent.translation.override_1.customSearchKeywords` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.override_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.override_1` . `product_id` AND `product.parent.translation.override_1` . `language_id` = ? AND `product.parent.translation` . `product_version_id` = `product.parent.translation.override_1` . `product_version_id` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"›Â—ÉüGz¡á)\ñ3»« "
b"\x01 Œ\x1A ÈÑ©s‘‚çÉ"ÊJi\x1A "
b")ÕEfI¼BвjV%Gakü "
b"ã\x13 µ\x15 =\x19 E(ޱW•\x1F ¥hy "
b"\x01 Œ\x1A ÈÓðq+·\x13 “úN‹_o "
b"™x¼¾@ÍEg´{‰[uz\x14 B "
b"\x01 •¯m’ËrJ é‘ÝÂOš¦ "
b"\x15 èßí9\e Hүþ\x0F >Õ‚P "
b"a&"ÇÏÿIÁ«wÊ'$i©å "
b"\v qßu·¸AŒžVTÙòJ‰þ "
b"ž¼s"]M«„yƒ8A–Ly "
b"Bá\x00 %\µA\x1C ¾4\e QUfÂþ "
b"¶°\e\x1D\x19 ‘MPŒ¹‡l°y†\x1E "
b"3‰<\IåK3Šy^¥Vt\x04 À "
b"\x03 Tü¿eæG2·,ÅD#`Iy "
b"Ö+ä\x04 »\x1F G¦‚Êxô`Cäš "
b"\r CeU[·K\x11 °Öצ\x13 ŠN "
b"±"—zûÝ@O‡#ÁÕŒÔ ¼ "
b"…íÈ&ü\x06 OK‰\x0E ,·a\x11 ne "
b"”ˆÅ 1\x00 Jé‹\x04 7ô¾p~ "
b"Ímý’ñhI¡àíÏ¢\x03\x16 "
b"–[-üôFù°p27jre› "
b"®dans†Oª‘{5£»VÈW "
b"à”\f Š& Oäž.`›Ñ—¹\x07 "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.override_1.metaDescription` ,
`product.parent.translation.override_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.override_1.metaDescription` ,
`product.parent.translation.override_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.override_1.name` ,
`product.parent.translation.override_1.name` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.override_1.name` ,
`product.parent.translation.override_1.name` ,
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.override_1.keywords` ,
`product.parent.translation.override_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.override_1.keywords` ,
`product.parent.translation.override_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.override_1.description` ,
`product.parent.translation.override_1.description` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.override_1.description` ,
`product.parent.translation.override_1.description` ,
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.override_1.metaTitle` ,
`product.parent.translation.override_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.override_1.metaTitle` ,
`product.parent.translation.override_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.override_1.packUnit` ,
`product.parent.translation.override_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.override_1.packUnit` ,
`product.parent.translation.override_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.override_1.packUnitPlural` ,
`product.parent.translation.override_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.override_1.packUnitPlural` ,
`product.parent.translation.override_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.override_1.customSearchKeywords` ,
`product.parent.translation.override_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.override_1.customSearchKeywords` ,
`product.parent.translation.override_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.override_1.slotConfig` ,
`product.parent.translation.override_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.override_1.slotConfig` ,
`product.parent.translation.override_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.override_1.customFields` ,
`product.parent.translation.override_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.override_1.customFields` ,
`product.parent.translation.override_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation.override_1` . `meta_description` as `product.translation.override_1.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation.override_1` . `name` as `product.translation.override_1.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation.override_1` . `keywords` as `product.translation.override_1.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation.override_1` . `description` as `product.translation.override_1.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation.override_1` . `meta_title` as `product.translation.override_1.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation.override_1` . `pack_unit` as `product.translation.override_1.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation.override_1` . `pack_unit_plural` as `product.translation.override_1.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation.override_1` . `custom_fields` as `product.translation.override_1.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation.override_1` . `slot_config` as `product.translation.override_1.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` ,
`product.translation.override_1` . `custom_search_keywords` as `product.translation.override_1.customSearchKeywords`
FROM
`product_translation` `product.translation`
LEFT JOIN `product_translation` `product.translation.override_1` ON `product.translation` . `product_id` = `product.translation.override_1` . `product_id`
AND `product.translation.override_1` . `language_id` = ?
AND `product.translation` . `product_version_id` = `product.translation.override_1` . `product_version_id`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation.override_1` . `meta_description` as `product.parent.translation.override_1.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation.override_1` . `name` as `product.parent.translation.override_1.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation.override_1` . `keywords` as `product.parent.translation.override_1.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation.override_1` . `description` as `product.parent.translation.override_1.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation.override_1` . `meta_title` as `product.parent.translation.override_1.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation.override_1` . `pack_unit` as `product.parent.translation.override_1.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation.override_1` . `pack_unit_plural` as `product.parent.translation.override_1.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation.override_1` . `custom_fields` as `product.parent.translation.override_1.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation.override_1` . `slot_config` as `product.parent.translation.override_1.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation.override_1` . `custom_search_keywords` as `product.parent.translation.override_1.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
LEFT JOIN `product_translation` `product.parent.translation.override_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.override_1` . `product_id`
AND `product.parent.translation.override_1` . `language_id` = ?
AND `product.parent.translation` . `product_version_id` = `product.parent.translation.override_1` . `product_version_id`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.override_1.metaDescription` , `product.parent.translation.override_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.override_1.metaDescription` , `product.parent.translation.override_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.override_1.name` , `product.parent.translation.override_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.override_1.name` , `product.parent.translation.override_1.name` , `product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.override_1.keywords` , `product.parent.translation.override_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.override_1.keywords` , `product.parent.translation.override_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.override_1.description` , `product.parent.translation.override_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.override_1.description` , `product.parent.translation.override_1.description` , `product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.override_1.metaTitle` , `product.parent.translation.override_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.override_1.metaTitle` , `product.parent.translation.override_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.override_1.packUnit` , `product.parent.translation.override_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.override_1.packUnit` , `product.parent.translation.override_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.override_1.packUnitPlural` , `product.parent.translation.override_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.override_1.packUnitPlural` , `product.parent.translation.override_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.override_1.customSearchKeywords` , `product.parent.translation.override_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.override_1.customSearchKeywords` , `product.parent.translation.override_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.override_1.slotConfig` , `product.parent.translation.override_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.override_1.slotConfig` , `product.parent.translation.override_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.override_1.customFields` , `product.parent.translation.override_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.override_1.customFields` , `product.parent.translation.override_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation.override_1` . `meta_description` as `product.translation.override_1.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation.override_1` . `name` as `product.translation.override_1.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation.override_1` . `keywords` as `product.translation.override_1.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation.override_1` . `description` as `product.translation.override_1.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation.override_1` . `meta_title` as `product.translation.override_1.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation.override_1` . `pack_unit` as `product.translation.override_1.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation.override_1` . `pack_unit_plural` as `product.translation.override_1.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation.override_1` . `custom_fields` as `product.translation.override_1.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation.override_1` . `slot_config` as `product.translation.override_1.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` , `product.translation.override_1` . `custom_search_keywords` as `product.translation.override_1.customSearchKeywords` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.override_1` ON `product.translation` . `product_id` = `product.translation.override_1` . `product_id` AND `product.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC AND `product.translation` . `product_version_id` = `product.translation.override_1` . `product_version_id` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation.override_1` . `meta_description` as `product.parent.translation.override_1.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation.override_1` . `name` as `product.parent.translation.override_1.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation.override_1` . `keywords` as `product.parent.translation.override_1.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation.override_1` . `description` as `product.parent.translation.override_1.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation.override_1` . `meta_title` as `product.parent.translation.override_1.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation.override_1` . `pack_unit` as `product.parent.translation.override_1.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation.override_1` . `pack_unit_plural` as `product.parent.translation.override_1.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation.override_1` . `custom_fields` as `product.parent.translation.override_1.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation.override_1` . `slot_config` as `product.parent.translation.override_1.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` , `product.parent.translation.override_1` . `custom_search_keywords` as `product.parent.translation.override_1.customSearchKeywords` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.override_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.override_1` . `product_id` AND `product.parent.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC AND `product.parent.translation` . `product_version_id` = `product.parent.translation.override_1` . `product_version_id` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x9BC297C9ADFC477AA1E1295CF133BBAB , 0x018C1AC8D1A9739182E7C922CA4A691A , 0x29D5456649BC42D0B26A562547616BFC , 0xE313B5153D1945288DB157951FA56879 , 0x018C1AC8D3F0712BB71393FA4E8B5F6F , 0x9978BCBE40CD4567B47B895B757A1442 , 0x0195AF6D92CB724AA0E991DDC24F9AA6 , 0x15E8DFED391B48D2AFC3BE0F3ED58250 , 0x612622C7CFFF49C1AB77CA272469A9E5 , 0x0B71DF75B7B8418C9E5654D9F24A89FE , 0x9EBC738F225D4DAB8479833841964C79 , 0x42E100255CB5411CBE341B515566C2FE , 0xB6B01B1D19914D508CB9876CB079861E , 0x33893C5C49E54B338A795EA5567404C0 , 0x0354FCBF65E64732B72CC54423604979 , 0xD62BE404BB1F47A682CA78F46043E49A , 0x0D4365555BB74B11B0D6D790A6138A4E , 0xB122977AFBDD404F8723C1D58CD4A0BC , 0x85EDC826FC064F4B890E2CB761116E65 , 0x9488C52031004AE98B049037F4BE707E , 0xCD6DFD92F168498EA1E0EDCFA203169D , 0xAD965B2DFCF446F9B07032376A72659B , 0xAE64616E73864FAA917B35A3BB56C857 , 0xE0940C8A26A04FE49E2E609BD197B907 ));
Copy
78
0.76 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.override_1.name` , `language.locale.translation.name` , COALESCE (`language.locale.translation.override_1.name` , `language.locale.translation.name` ) as `language.locale.name` , `language.locale.translation.override_1.territory` , `language.locale.translation.territory` , COALESCE (`language.locale.translation.override_1.territory` , `language.locale.translation.territory` ) as `language.locale.territory` , `language.locale.translation.override_1.customFields` , `language.locale.translation.customFields` , COALESCE (`language.locale.translation.override_1.customFields` , `language.locale.translation.customFields` ) as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation.override_1` . `name` as `language.locale.translation.override_1.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation.override_1` . `territory` as `language.locale.translation.override_1.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` , `language.locale.translation.override_1` . `custom_fields` as `language.locale.translation.override_1.customFields` FROM `locale_translation` `language.locale.translation` LEFT JOIN `locale_translation` `language.locale.translation.override_1` ON `language.locale.translation` . `locale_id` = `language.locale.translation.override_1` . `locale_id` AND `language.locale.translation.override_1` . `language_id` = ? WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.override_1.name` , `language.locale.translation.name` , COALESCE (`language.locale.translation.override_1.name` , `language.locale.translation.name` ) as `language.locale.name` , `language.locale.translation.override_1.territory` , `language.locale.translation.territory` , COALESCE (`language.locale.translation.override_1.territory` , `language.locale.translation.territory` ) as `language.locale.territory` , `language.locale.translation.override_1.customFields` , `language.locale.translation.customFields` , COALESCE (`language.locale.translation.override_1.customFields` , `language.locale.translation.customFields` ) as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation.override_1` . `name` as `language.locale.translation.override_1.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation.override_1` . `territory` as `language.locale.translation.override_1.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` , `language.locale.translation.override_1` . `custom_fields` as `language.locale.translation.override_1.customFields` FROM `locale_translation` `language.locale.translation` LEFT JOIN `locale_translation` `language.locale.translation.override_1` ON `language.locale.translation` . `locale_id` = `language.locale.translation.override_1` . `locale_id` AND `language.locale.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x9648F3385D614C55BD7CD4DC68D301CC );
Copy
79
0.47 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"4U0/þõH÷—÷5’6\x1C ç¡ "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 ;
Copy
80
1.06 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? , ? )
Parameters :
[
"/navigation/018a1991bbce4cc3a0b36881e0609858 "
b"4U0/þõH÷—÷5’6\x1C ç¡ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/navigation/018a1991bbce4cc3a0b36881e0609858' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x3455302FFEF548F797F73592361CE7A1 AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , 0x9648F3385D614C55BD7CD4DC68D301CC );
Copy
81
0.78 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
82
1.01 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"NINJAManufacturerExtension "
]
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` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'NINJAManufacturerExtension' );
Copy
83
1.01 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"AcrisTagManagerAppCS "
]
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` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'AcrisTagManagerAppCS' );
Copy
84
0.79 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` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"CampitVariantSwitch "
]
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` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'CampitVariantSwitch' );
Copy
85
0.87 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` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"TrustedShopsEasyIntegrationS6 "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'TrustedShopsEasyIntegrationS6' );
Copy
86
0.67 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"\x01 Š\x19 ‘»ÎLà ³hà`˜X "
]
SELECT path FROM category WHERE id = 0x018A1991BBCE4CC3A0B36881E0609858 ;
Copy
87
0.34 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x9648F3385D614C55BD7CD4DC68D301CC ;
Copy
88
0.62 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'en-GB' ;
Copy
89
1.90 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.override_1.name` , `category.translation.name` , COALESCE (`category.translation.override_1.name` , `category.translation.name` ) as `category.name` , `category.translation.override_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.override_1.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.override_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.override_1.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.override_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.override_1.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.override_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.override_1.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.override_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.override_1.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.override_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.override_1.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.override_1.description` , `category.translation.description` , COALESCE (`category.translation.override_1.description` , `category.translation.description` ) as `category.description` , `category.translation.override_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.override_1.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.override_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.override_1.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.override_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.override_1.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.override_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.override_1.customFields` , `category.translation.customFields` ) as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation.override_1` . `breadcrumb` as `category.translation.override_1.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation.override_1` . `name` as `category.translation.override_1.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation.override_1` . `custom_fields` as `category.translation.override_1.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation.override_1` . `slot_config` as `category.translation.override_1.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation.override_1` . `link_type` as `category.translation.override_1.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation.override_1` . `internal_link` as `category.translation.override_1.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation.override_1` . `external_link` as `category.translation.override_1.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation.override_1` . `link_new_tab` as `category.translation.override_1.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation.override_1` . `description` as `category.translation.override_1.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation.override_1` . `meta_title` as `category.translation.override_1.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation.override_1` . `meta_description` as `category.translation.override_1.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` , `category.translation.override_1` . `keywords` as `category.translation.override_1.keywords` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.override_1` ON `category.translation` . `category_id` = `category.translation.override_1` . `category_id` AND `category.translation.override_1` . `language_id` = ? AND `category.translation` . `category_version_id` = `category.translation.override_1` . `category_version_id` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Š\x19 ‘»ÎLà ³hà`˜X "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.override_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.override_1.name` ,
`category.translation.name`
) as `category.name` ,
`category.translation.override_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.override_1.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.override_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.override_1.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.override_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.override_1.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.override_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.override_1.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.override_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.override_1.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.override_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.override_1.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.override_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.override_1.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.override_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.override_1.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.override_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.override_1.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.override_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.override_1.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.override_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.override_1.customFields` ,
`category.translation.customFields`
) as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation.override_1` . `breadcrumb` as `category.translation.override_1.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation.override_1` . `name` as `category.translation.override_1.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation.override_1` . `custom_fields` as `category.translation.override_1.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation.override_1` . `slot_config` as `category.translation.override_1.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation.override_1` . `link_type` as `category.translation.override_1.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation.override_1` . `internal_link` as `category.translation.override_1.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation.override_1` . `external_link` as `category.translation.override_1.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation.override_1` . `link_new_tab` as `category.translation.override_1.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation.override_1` . `description` as `category.translation.override_1.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation.override_1` . `meta_title` as `category.translation.override_1.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation.override_1` . `meta_description` as `category.translation.override_1.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords` ,
`category.translation.override_1` . `keywords` as `category.translation.override_1.keywords`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.override_1` ON `category.translation` . `category_id` = `category.translation.override_1` . `category_id`
AND `category.translation.override_1` . `language_id` = ?
AND `category.translation` . `category_version_id` = `category.translation.override_1` . `category_version_id`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.override_1.name` , `category.translation.name` , COALESCE (`category.translation.override_1.name` , `category.translation.name` ) as `category.name` , `category.translation.override_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.override_1.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.override_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.override_1.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.override_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.override_1.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.override_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.override_1.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.override_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.override_1.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.override_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.override_1.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.override_1.description` , `category.translation.description` , COALESCE (`category.translation.override_1.description` , `category.translation.description` ) as `category.description` , `category.translation.override_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.override_1.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.override_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.override_1.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.override_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.override_1.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.override_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.override_1.customFields` , `category.translation.customFields` ) as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation.override_1` . `breadcrumb` as `category.translation.override_1.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation.override_1` . `name` as `category.translation.override_1.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation.override_1` . `custom_fields` as `category.translation.override_1.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation.override_1` . `slot_config` as `category.translation.override_1.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation.override_1` . `link_type` as `category.translation.override_1.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation.override_1` . `internal_link` as `category.translation.override_1.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation.override_1` . `external_link` as `category.translation.override_1.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation.override_1` . `link_new_tab` as `category.translation.override_1.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation.override_1` . `description` as `category.translation.override_1.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation.override_1` . `meta_title` as `category.translation.override_1.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation.override_1` . `meta_description` as `category.translation.override_1.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` , `category.translation.override_1` . `keywords` as `category.translation.override_1.keywords` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.override_1` ON `category.translation` . `category_id` = `category.translation.override_1` . `category_id` AND `category.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC AND `category.translation` . `category_version_id` = `category.translation.override_1` . `category_version_id` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x018A1991BBCE4CC3A0B36881E0609858 ));
Copy
90
1.75 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.override_1.name` , `category.translation.name` , COALESCE (`category.translation.override_1.name` , `category.translation.name` ) as `category.name` , `category.translation.override_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.override_1.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.override_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.override_1.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.override_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.override_1.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.override_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.override_1.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.override_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.override_1.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.override_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.override_1.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.override_1.description` , `category.translation.description` , COALESCE (`category.translation.override_1.description` , `category.translation.description` ) as `category.description` , `category.translation.override_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.override_1.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.override_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.override_1.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.override_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.override_1.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.override_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.override_1.customFields` , `category.translation.customFields` ) as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation.override_1` . `breadcrumb` as `category.translation.override_1.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation.override_1` . `name` as `category.translation.override_1.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation.override_1` . `custom_fields` as `category.translation.override_1.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation.override_1` . `slot_config` as `category.translation.override_1.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation.override_1` . `link_type` as `category.translation.override_1.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation.override_1` . `internal_link` as `category.translation.override_1.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation.override_1` . `external_link` as `category.translation.override_1.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation.override_1` . `link_new_tab` as `category.translation.override_1.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation.override_1` . `description` as `category.translation.override_1.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation.override_1` . `meta_title` as `category.translation.override_1.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation.override_1` . `meta_description` as `category.translation.override_1.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` , `category.translation.override_1` . `keywords` as `category.translation.override_1.keywords` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.override_1` ON `category.translation` . `category_id` = `category.translation.override_1` . `category_id` AND `category.translation.override_1` . `language_id` = ? AND `category.translation` . `category_version_id` = `category.translation.override_1` . `category_version_id` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ãv\x0E ɰ>A®¼H§™êÞÚ "
b"ƒ€ÂÀ).L+™_\x17 ¬–ü"\x1A "
b"\x01 Š\x19 ‘»ÎLà ³hà`˜X "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.override_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.override_1.name` ,
`category.translation.name`
) as `category.name` ,
`category.translation.override_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.override_1.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.override_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.override_1.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.override_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.override_1.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.override_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.override_1.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.override_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.override_1.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.override_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.override_1.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.override_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.override_1.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.override_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.override_1.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.override_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.override_1.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.override_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.override_1.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.override_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.override_1.customFields` ,
`category.translation.customFields`
) as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation.override_1` . `breadcrumb` as `category.translation.override_1.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation.override_1` . `name` as `category.translation.override_1.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation.override_1` . `custom_fields` as `category.translation.override_1.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation.override_1` . `slot_config` as `category.translation.override_1.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation.override_1` . `link_type` as `category.translation.override_1.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation.override_1` . `internal_link` as `category.translation.override_1.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation.override_1` . `external_link` as `category.translation.override_1.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation.override_1` . `link_new_tab` as `category.translation.override_1.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation.override_1` . `description` as `category.translation.override_1.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation.override_1` . `meta_title` as `category.translation.override_1.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation.override_1` . `meta_description` as `category.translation.override_1.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords` ,
`category.translation.override_1` . `keywords` as `category.translation.override_1.keywords`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.override_1` ON `category.translation` . `category_id` = `category.translation.override_1` . `category_id`
AND `category.translation.override_1` . `language_id` = ?
AND `category.translation` . `category_version_id` = `category.translation.override_1` . `category_version_id`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? , ? , ? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.override_1.name` , `category.translation.name` , COALESCE (`category.translation.override_1.name` , `category.translation.name` ) as `category.name` , `category.translation.override_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.override_1.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.override_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.override_1.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.override_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.override_1.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.override_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.override_1.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.override_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.override_1.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.override_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.override_1.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.override_1.description` , `category.translation.description` , COALESCE (`category.translation.override_1.description` , `category.translation.description` ) as `category.description` , `category.translation.override_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.override_1.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.override_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.override_1.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.override_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.override_1.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.override_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.override_1.customFields` , `category.translation.customFields` ) as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation.override_1` . `breadcrumb` as `category.translation.override_1.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation.override_1` . `name` as `category.translation.override_1.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation.override_1` . `custom_fields` as `category.translation.override_1.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation.override_1` . `slot_config` as `category.translation.override_1.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation.override_1` . `link_type` as `category.translation.override_1.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation.override_1` . `internal_link` as `category.translation.override_1.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation.override_1` . `external_link` as `category.translation.override_1.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation.override_1` . `link_new_tab` as `category.translation.override_1.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation.override_1` . `description` as `category.translation.override_1.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation.override_1` . `meta_title` as `category.translation.override_1.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation.override_1` . `meta_description` as `category.translation.override_1.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` , `category.translation.override_1` . `keywords` as `category.translation.override_1.keywords` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.override_1` ON `category.translation` . `category_id` = `category.translation.override_1` . `category_id` AND `category.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC AND `category.translation` . `category_version_id` = `category.translation.override_1` . `category_version_id` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xE3760EC9B03E4181AEBC48A799EADEDA , 0x8380C2C0292E4C2B995F17AC96FC221A , 0x018A1991BBCE4CC3A0B36881E0609858 ));
Copy
91
0.77 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"ŸoçÿpOI<’ÝK.9Èên "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x9F6FE7FF704F493C92DD4B2E39C8EA6E ));
Copy
92
0.94 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"ŸoçÿpOI<’ÝK.9Èên "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x9F6FE7FF704F493C92DD4B2E39C8EA6E ));
Copy
93
1.03 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"ŸoçÿpOI<’ÝK.9Èên "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x9F6FE7FF704F493C92DD4B2E39C8EA6E ));
Copy
94
0.75 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"ë‹ì‹ªéH-:¾˜\x03 ÞTŽ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xEB8BEC8BAAE9482D8F3ABE9803DE548D ));
Copy
95
0.63 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"ë‹ì‹ªéH-:¾˜\x03 ÞTŽ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xEB8BEC8BAAE9482D8F3ABE9803DE548D ));
Copy
96
0.59 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"ë‹ì‹ªéH-:¾˜\x03 ÞTŽ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xEB8BEC8BAAE9482D8F3ABE9803DE548D ));
Copy
97
1.14 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"ë‹ì‹ªéH-:¾˜\x03 ÞTŽ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xEB8BEC8BAAE9482D8F3ABE9803DE548D ));
Copy
98
0.82 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"3kO./Jc£ÐuC¶"èÔ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x336B814F2E2F4A63A3D07543B622E8D4 ));
Copy
99
0.76 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"3kO./Jc£ÐuC¶"èÔ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x336B814F2E2F4A63A3D07543B622E8D4 ));
Copy
100
1.04 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"3kO./Jc£ÐuC¶"èÔ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x336B814F2E2F4A63A3D07543B622E8D4 ));
Copy
101
0.97 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"3kO./Jc£ÐuC¶"èÔ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x336B814F2E2F4A63A3D07543B622E8D4 ));
Copy
102
1.16 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"3kO./Jc£ÐuC¶"èÔ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x336B814F2E2F4A63A3D07543B622E8D4 ));
Copy
103
1.22 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"3kO./Jc£ÐuC¶"èÔ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x336B814F2E2F4A63A3D07543B622E8D4 ));
Copy
104
1.24 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"3kO./Jc£ÐuC¶"èÔ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x336B814F2E2F4A63A3D07543B622E8D4 ));
Copy
105
1.34 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"3kO./Jc£ÐuC¶"èÔ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x336B814F2E2F4A63A3D07543B622E8D4 ));
Copy
106
0.81 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"3kO./Jc£ÐuC¶"èÔ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x336B814F2E2F4A63A3D07543B622E8D4 ));
Copy
107
1.02 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"3kO./Jc£ÐuC¶"èÔ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x336B814F2E2F4A63A3D07543B622E8D4 ));
Copy
108
1.07 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"3kO./Jc£ÐuC¶"èÔ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x336B814F2E2F4A63A3D07543B622E8D4 ));
Copy
109
1.12 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"3kO./Jc£ÐuC¶"èÔ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x336B814F2E2F4A63A3D07543B622E8D4 ));
Copy
110
1.31 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"ÐtË\f TâI샷°\x03 ˆÿ#ë "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xD074CB0C54E249EC83B7B00388FF23EB ));
Copy
111
0.84 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"ÐtË\f TâI샷°\x03 ˆÿ#ë "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xD074CB0C54E249EC83B7B00388FF23EB ));
Copy
112
0.75 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"ÐtË\f TâI샷°\x03 ˆÿ#ë "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xD074CB0C54E249EC83B7B00388FF23EB ));
Copy
113
0.73 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"ÐtË\f TâI샷°\x03 ˆÿ#ë "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xD074CB0C54E249EC83B7B00388FF23EB ));
Copy
114
0.75 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = ? WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"ÐtË\f TâI샷°\x03 ˆÿ#ë "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.override_1.title` , `media.translation.title` , COALESCE (`media.translation.override_1.title` , `media.translation.title` ) as `media.title` , `media.translation.override_1.alt` , `media.translation.alt` , COALESCE (`media.translation.override_1.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.override_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.override_1.customFields` , `media.translation.customFields` ) as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation.override_1` . `alt` as `media.translation.override_1.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation.override_1` . `title` as `media.translation.override_1.title` , `media.translation` . `custom_fields` as `media.translation.customFields` , `media.translation.override_1` . `custom_fields` as `media.translation.override_1.customFields` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.override_1` ON `media.translation` . `media_id` = `media.translation.override_1` . `media_id` AND `media.translation.override_1` . `language_id` = 0x9648F3385D614C55BD7CD4DC68D301CC WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xD074CB0C54E249EC83B7B00388FF23EB ));
Copy
115
14.43 ms
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/navigation/018a1991bbce4cc3a0b36881e0609858 "
"/navigation/088cce47075247e08e3a872d5916d8b5 "
"/navigation/6146db238319420ca6ea5301e64aeab9 "
"/navigation/fda06120bc4d4a9895503a850a4bbc2c "
"/navigation/d3e6454efa2f4989afd0d1dce8c23d3f "
"/navigation/82294566c4064694a25d801ce8c4cf89 "
"/navigation/2adfa32a66574a40b6f721e2e5489a32 "
"/navigation/f85ebb51b0834eec8880888fe17570e1 "
"/navigation/d0b7686808c34439a974f217eae792aa "
"/navigation/85ed4b988f1b499eb869a5fc03b5d36f "
"/navigation/39e90e2776d4401dad8e83ed0cbcac3a "
"/navigation/e3760ec9b03e4181aebc48a799eadeda "
"/navigation/0e8d5f3598004c47888eef56f76c268a "
"/navigation/f8c558b68e804990b91b6f71242b5f15 "
"/navigation/7cc0d0f72de24f089aafa2343e8cc1ea "
"/navigation/9a0c19c9e21749709c8b7f2dbe833ef7 "
"/navigation/92a0905322144e7b9f56e1bfccad3ff9 "
"/navigation/788ed152e8b349889bb94e773c9683ac "
"/navigation/222017e254114dad9cc8902ebedc295e "
"/navigation/37deff31f6594da5a91d95e572eb3579 "
"/navigation/cf33e089be3f45a182da22417e0ae177 "
"/navigation/b508f3c54230428fbbd2177df060e408 "
"/navigation/f105f3c43c934df1bcee839bcb830777 "
"/navigation/782dd780c4ff42ff883f4c632448ccba "
"/navigation/0fe8b77df58b46779275294c947bd905 "
"/navigation/b383e1d650f646cda0d10f523762a8c5 "
"/navigation/3f646aca9f284851b7cd74c811dabf9d "
"/navigation/db61e315195b457cbedca5787f203ada "
"/navigation/469391a875a5492fa5b63c5f1ee61d69 "
"/navigation/7a1709a514064f3684b7c5d50c42c3ad "
"/navigation/425505f74c5c49a48bf55fe0b36f6efa "
"/navigation/75a4d83adc9c4761b558ef79e16e83d9 "
"/navigation/cb2c63b1273145be9e3380d1a3e505f7 "
"/navigation/f7ee2e72e77f464983f9cf727bef6d32 "
"/navigation/47cfd1b5825742769946ec6179ec906f "
"/navigation/3f4c23c1903541e199cacdde0159e768 "
"/navigation/09c96cbea6694721a641557e3899f793 "
"/navigation/af025bc2d1464b98b4869434b37bded9 "
"/navigation/e2a5facc79e44d169f8906b0f08c7c86 "
"/navigation/c59c194ab1514f10b10bfcf705e727be "
"/navigation/ceee4a8debab47529cca2c7f0209d4e1 "
"/navigation/0b38c87530e648a089d3e4d8bb1adcf0 "
"/navigation/c5ab2a1861d74a9981261d7e5d43922b "
"/navigation/696637456b3e497993ca7eadbfca5ddd "
"/navigation/0975e541afe0417d9509ba869616d5c6 "
"/navigation/0d0a2d21bfc1496fbe4139eaaa6def23 "
"/navigation/be0a563d3c5c48a2a88556dc2cf6919e "
"/navigation/67fd433bda244bf8b4af59d4190e03c7 "
"/navigation/c26fe1dcd7e54fd0ab7d58f0ad513239 "
"/navigation/ccdbc5e4b8c7408daf4c410159b8d4dc "
"/navigation/f42a467083b04e38a38e0372b6900f62 "
"/navigation/52a13a086e634ce18f6f72b637e3f7e7 "
"/navigation/d67377796c8f4a3cb60b1b950c9f9968 "
"/navigation/afe1cb74876647e1a90db46c70bccebd "
"/navigation/eda38c72035d4089a07c8c7201e9f65d "
"/navigation/062f14f9c9a0487db02eae5a3e9adb11 "
"/navigation/bb5f7881fa724731bc790b6584dc01e2 "
"/navigation/5a6c761d8c164263ae56c5c605788f1f "
"/navigation/c556325d1dc54036acd3d1a0c19b0734 "
"/navigation/1719dabe0e6347acb3219a77f5c9bdef "
"/navigation/1a0d277741964e2bb69537fe7c9fff8d "
"/navigation/52946dabdeb34e4faa80bc43b8754e48 "
"/navigation/24d27889234f4f95888b48e7f94953bc "
"/navigation/74ec89fc157143b8b1e54404e6927a0b "
"/navigation/f8400603f7f34ab1b16afe1e55f9bd89 "
"/navigation/fe16ab5555ca4b5bb56b4c3c7cf43487 "
"/navigation/075ee8e3fef6445e94a3471140baa5fe "
"/navigation/8bd5623be4cf4805b79b1dc61b73f4a9 "
"/navigation/256506a01f184cc6879e658b483d48cc "
"/navigation/d5be655976be4259b7d6a6c88436090b "
"/navigation/52edf1c9d90e4907a30d3d9c121358eb "
"/navigation/e252159a06e6408ab9d546d5b0b375ed "
"/navigation/3a5c913adb774d99ab0245a1735f0a97 "
"/navigation/998a2987292f4040a20e495a584dc033 "
"/navigation/90a0c113abcf42c08b0588b40bbebb6e "
"/navigation/ea795d635cc4409baafc3c091e50d55d "
"/navigation/db7c411e11044d64b8fe4491836d1498 "
"/navigation/60d8b4a0293a498a99576b1864e05aa8 "
"/navigation/fb94d9f77b1648a599ecfce531b61579 "
"/navigation/9c24edcd5f9d4defafe656b3bb87eab4 "
"/navigation/4fac7ef61f48411ba03fe3749d90c071 "
"/navigation/eed6fce7b4a346c3b778ccdded7325ba "
"/navigation/538934efa9804fcaa043a17b1cdaa3d8 "
"/navigation/57705ed93cc140bcb5417f2892c19499 "
"/navigation/8d38a5ff1e9243a186bd2115ff9eadc2 "
"/navigation/c32fa5d21dea40529095be5925262783 "
"/navigation/67f198396c94456190f14358f931c26a "
"/navigation/025cbb13c47f42968331904c0259de0e "
"/navigation/b72d96e714ad474eb1f1a4766cdd3aa7 "
"/navigation/c3e7a0014e394592ad0a18a8cfaf3372 "
"/navigation/8380c2c0292e4c2b995f17ac96fc221a "
"/navigation/8ed7c5c8ce2042b3aa14428457c2a6d2 "
"/navigation/2ffd9e9d00f64b7ca75bbe1e2c061f9c "
"/navigation/80275fec53cc4418b13757780d0a391a "
"/navigation/7d831bc424f94acbaded4c192b90ab00 "
"/navigation/c13385ceea66432ebf9c90b5241245fa "
"/navigation/c21ad6b9a2674c9bbc7fc887a8f4baf8 "
"/navigation/1bfc9663a98d43ee976a5d72a1f6f952 "
"/navigation/d0b5244b803e4d8689f0cf29d1783d69 "
"/navigation/7d696320009349f59d8b4d4ae689fa0e "
"/navigation/e162efe6834c4c18a37d89df24a85ee9 "
"/navigation/6b17b411b0894416bbec2e6152923c55 "
"/navigation/788233ee30fd4dd5bccdf1cc78307e71 "
"/navigation/68058afef9e146cfa6ac22b9ddc9b259 "
"/navigation/b34c881b75064164b353bc1dec6ac68e "
"/navigation/c7785ee97b314f3db03edee3d9737975 "
"/navigation/93402c7a97f949a096f24dfb66d62f12 "
"/navigation/705c5df17ecd4d4e8b66cb875c4ac4a4 "
"/navigation/95e119c707fb4f108af00dabc98c1b59 "
"/navigation/517d5b4be04e48ccba78dc027a40488f "
"/navigation/8298961aeeeb4684acbb6dbd68f4f6fa "
"/navigation/abe4e14d48e6413d9388df40cbe44f08 "
"/navigation/a3a47692c1f14c2c8db71eecce611eca "
"/navigation/61deb88a56e04e1c928430569113bfba "
"/navigation/10c26629e81346f194fe697b7a75e294 "
"/navigation/9e5251b3eb3f4a268bcae8a4a30ff7f2 "
"/navigation/b589d61a2f434726a18b59767a95b99e "
"/navigation/4400d71f465e4cd7b4242b941296f472 "
"/navigation/b732f1a97a4e44c2be17c49db554a84d "
"/navigation/4cf6563db8b14e28b849ce9332d755ec "
"/navigation/6e95e7e6d0f84c22ba20dfd7981594cb "
"/navigation/ff333e1dabef4c5983af1122ed798d3e "
"/navigation/4d22db93233d4086bfee36ef3b1f35f6 "
"/navigation/4d02dbf4122e4058bf2080900a44455a "
"/navigation/119ae3d12644495fa6f3618364cbb727 "
"/navigation/e46870e430b747ecb2d349c455263141 "
"/navigation/be23eb58dd78417f8787ee0c6ebe330c "
"/navigation/466647936cab40d3904d2d31ca2cf3e6 "
"/navigation/f4a44516f22b4cc8954b3cb231002411 "
"/navigation/7df08da7978d4247900f9270108bb595 "
"/navigation/d59c6fa53fc64f14ae6ee401298ee9ec "
"/navigation/3647c4d5b9864b9797613bd740285d81 "
"/navigation/11aa8af2e5914337b80147fb3b417f01 "
"/navigation/c35da5cb62394401bb4b8a27e9e9e4ba "
"/navigation/482b53ae8e0342b0959994dcfd22ebef "
"/navigation/e0b14a92d05640fe9aaa7f5838123bed "
"/navigation/2cc6f0ad58cc41f7a1e0fee5a8d69afd "
"/navigation/522abd10811146118388dd8d252c644a "
"/navigation/f16e91784bf44ba98025bf6d4b960eff "
"/navigation/09e908767248492d933a52cb3f9f117b "
"/navigation/5a365c2907fc4b92ad6865ca0dce12d4 "
"/navigation/50590070321b4992b1815c059ad59ca4 "
"/navigation/99a15c90b32244f29da88b4ab4ee3239 "
"/navigation/c2f3b04dff2648469829fa9e2f5705f9 "
"/navigation/935166103a3e490095790d4ccc314086 "
"/navigation/a25c08ee2a204af59f5efa21e30090f4 "
"/navigation/361443a7216249de96928e3d5004f452 "
"/navigation/e5b8cb522b544f1c99362ac233994e00 "
"/navigation/afc70d4cc4704282906ced99404f7a72 "
"/navigation/82b3c25a888a4ebeb5fb661ec00b8abb "
"/navigation/cd6a8dabe66241b5ab003a60e73670fe "
"/navigation/d84d88b1caa34b40ae32fc89a82632aa "
"/navigation/1832298afded43d0bafb4f9adffb7f7b "
"/navigation/47d9feac11ec4dd4aa2ca28ef647487d "
"/navigation/11e80a654d334dae8b0a865222914898 "
"/navigation/6b1f36d3c3c74106a1e79c36f4213bc7 "
"/navigation/f4b7603bafc44414ab117c8b38cfd878 "
"/navigation/e5ce80e45abd415f8d0895ab89e06f77 "
"/navigation/cef44518aa174c05973fcdc34d5422c6 "
"/navigation/60bb56d041354f1e939e88f666a9cd65 "
"/navigation/94b5cd34662b47de98a5ca08a153d540 "
"/navigation/ee22b10674724db0b93bbefb3a53b000 "
"/navigation/051fa87536b24ad5888de4352eb66dcd "
"/navigation/a3325dcd976744a9b7f2990703246ef7 "
"/navigation/2b60a69d4a5a47e0a3fdbf9f6d58f7e8 "
"/navigation/cfc787d6fdfa46a989f2f9ac405eb28c "
"/navigation/4cac06891e084b4ab42034389be686a6 "
"/navigation/592dc6a003174c72939f9c9206bb9fc8 "
"/navigation/f1ebd70a55c3423d87cfc3e3b6c47a3a "
"/navigation/97dca773c7e64a0a9382c62cbb3c3092 "
"/navigation/0d45ecb6ed3d4fd685bc2fbbc1203ecc "
"/navigation/907f84eb71d047498c4d4a61c44c4978 "
"/navigation/742aa3c20c5f4e36977fd1158c36916a "
"/navigation/16ad571d128444849fd08837180a1ef0 "
"/navigation/8544509a798e4615af5b534b5a35f5b5 "
"/navigation/c2c220b6478248989238c07e245fca35 "
"/navigation/a3c71aa0afd94c9aa1fe66ecd777206b "
"/navigation/e7b72d5fccc1493c971eccb526f6d12d "
"/navigation/7dddc7d8d1d74ef28f9c12e2e8aac677 "
"/navigation/b03a2c463c93486eacc93f4f742ea1f2 "
"/navigation/21bfb02687734332811066e98085ba11 "
"/navigation/fbbc83de22664f7994df395b2a340613 "
"/navigation/563f957f228a48fb9ef95efbe8f1ad83 "
"/navigation/15d9c5b6e04d4646a3050fc3fc2f84df "
"/navigation/02455587dbe7441cb30b620bd222ac3b "
"/navigation/460ad71b0a9d4b96aed25472735f4777 "
"/navigation/c0140d331b1d4802a60de10691fc3d5f "
"/navigation/4d01fc191f9740149fdc6102711c6823 "
"/navigation/92fb2b306b8842d6a71b326857b5cbb5 "
"/navigation/40a3b520ae5d4017b6eefe15e75e1980 "
"/navigation/1392601f332c428abd4cc7398f071259 "
"/navigation/e8c6a616d32c4892998f7a8b86fba4ef "
"/navigation/105fc3f5c83d46778ded9b38355ddb5e "
"/navigation/abd9631fe49b40e6ac10a17cc6181df7 "
"/navigation/825c3e44198b41f48e881e722033fb9b "
"/navigation/be585685fec1422fabf9556c5b1d4955 "
"/navigation/ee446ee6cc7b40f2903bd25891a18890 "
"/navigation/2be391b2a29a4bfeb14b1b990081ce28 "
"/navigation/614fba7efeaa40808b12f5dc90501757 "
"/navigation/ee1fb9bf87f14ec086eb23f3e27b84d0 "
"/navigation/5ec40e618a4d4e56a4f9302f29258d39 "
"/navigation/c056c12aacce442987daca041ac61028 "
"/navigation/0e837b0d82d54343bf02a58c3012111c "
"/navigation/7ed8bb18171341e1b1cd7f0a31de5cc0 "
"/navigation/d276ad2d62db43f9bca54b5a5c8d5baf "
"/navigation/1be5d8d2204a4fc1b589197b9c5a9db4 "
"/navigation/9b106747cfe141409c036310400259e4 "
"/navigation/6d1782600e1546f7aefc9fbde46336fe "
"/navigation/d3584a9491e44ee5bf068f19ee855a6c "
"/navigation/3bb178ff44ab4ecbbd4f4f6fbc99ac7b "
"/navigation/9a7c6dfbf50a4b52927d9585366175a8 "
"/detail/019821ba07be71f3afc74e7400b28f81 "
"/detail/019821f7cea970e480b3280b614180c4 "
"/detail/019821c1ca2372709f9bd7d28d5c6419 "
"/detail/019821fb4f8b72c097b83cd66b6c2db5 "
"/detail/0190592f9fa2716f89196c707e56cb6d "
"/detail/019856fd05c7720fb05dd9f3a91b7fb4 "
"/detail/01985730fcef7207a8e652c7dda6d39e "
"/detail/01985670b88f7339bf4ec112db5e2263 "
"/detail/01985770fe6770548ff1eb3a0e0e394e "
"/detail/0195af6b44d67296a425bdb984889b7b "
"/detail/0198a2f9048973f0a56f8dd4d8f86f2b "
"/detail/0198a2f90513725c8332a74273086619 "
"/detail/0195af6b438272e9bda0c7677f835fb2 "
"/detail/0198a2f904077195bd11e0b156696041 "
"/detail/0195af6b425372a6ad222b529af5a225 "
"/detail/0198a2f9016c72cc8868e3f1357e38a7 "
"/detail/0195af6b5f52706fbe9e66503c536412 "
"/detail/0198a2f92e0c73c6825c390841697266 "
"/detail/019857b09c6270b4a9f3453615222450 "
"/detail/0198a2fa7671705c9bdba524648bd87c "
"/detail/0195af6b608671dcaedec6497d1327ea "
"/detail/0198a2f92ed271f6b89901575a159b44 "
"/detail/0195af6b61ee7106b5704c41f0675421 "
"/detail/0195af6b742372f2bb30447d71b8f062 "
"/detail/0195af6b676d7128b153a4ee291f8be4 "
"/detail/0198a2f933937140914216dab239d1db "
"/detail/0195af6b845370318c2dd05b3b3c6b18 "
"/detail/019899a710267224be0daa5b23b2e855 "
"/detail/0198a2f934b6735b9db4b96b59aa8004 "
"/detail/0195af6b74f272f4a823f4f7892b9121 "
"/detail/0190dea270b7724585fed6e166c8433f "
"/detail/0190dec1b94d715a954672fc8e034625 "
"/detail/0190dea271e770cc98d93957f2a48739 "
"/detail/0190dec1e9f272d9b2b75ff1fcfbc758 "
"/detail/0190dea271d0724f8bf8ffc557ab71fb "
"/detail/0190dec1e29972b9b9d103b0b5dbddbb "
"/detail/0190dea2718c70bd8c9ad1f7bd965483 "
"/detail/0190dec1df1470c5be18b6ca05b73a55 "
"/detail/0190dea2714d714b84467c1be02e7d5b "
"/detail/0190dec1c9487294906bbc295bb5746d "
"/navigation/16d6820611844818b21f02db155f5571 "
"/navigation/a803fe72ddfd4c7a963fc7aef88d2982 "
"/navigation/9407783af883403f9ae466523d9ba969 "
"/navigation/6b3e2cceaff847288ce982185d3eb159 "
"/navigation/14411d2ca159444f8c88440374da98ce "
"/navigation/d02b90bca7924fde90435125dbfd115f "
"/navigation/c4bb4c0d23994ba3b1ccae2515ca72ab "
b"–Hó8]aLU½|ÔÜhÓ\x01 Ì "
b"4U0/þõH÷—÷5’6\x1C ç¡ "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/navigation/018a1991bbce4cc3a0b36881e0609858' , '/navigation/088cce47075247e08e3a872d5916d8b5' , '/navigation/6146db238319420ca6ea5301e64aeab9' , '/navigation/fda06120bc4d4a9895503a850a4bbc2c' , '/navigation/d3e6454efa2f4989afd0d1dce8c23d3f' , '/navigation/82294566c4064694a25d801ce8c4cf89' , '/navigation/2adfa32a66574a40b6f721e2e5489a32' , '/navigation/f85ebb51b0834eec8880888fe17570e1' , '/navigation/d0b7686808c34439a974f217eae792aa' , '/navigation/85ed4b988f1b499eb869a5fc03b5d36f' , '/navigation/39e90e2776d4401dad8e83ed0cbcac3a' , '/navigation/e3760ec9b03e4181aebc48a799eadeda' , '/navigation/0e8d5f3598004c47888eef56f76c268a' , '/navigation/f8c558b68e804990b91b6f71242b5f15' , '/navigation/7cc0d0f72de24f089aafa2343e8cc1ea' , '/navigation/9a0c19c9e21749709c8b7f2dbe833ef7' , '/navigation/92a0905322144e7b9f56e1bfccad3ff9' , '/navigation/788ed152e8b349889bb94e773c9683ac' , '/navigation/222017e254114dad9cc8902ebedc295e' , '/navigation/37deff31f6594da5a91d95e572eb3579' , '/navigation/cf33e089be3f45a182da22417e0ae177' , '/navigation/b508f3c54230428fbbd2177df060e408' , '/navigation/f105f3c43c934df1bcee839bcb830777' , '/navigation/782dd780c4ff42ff883f4c632448ccba' , '/navigation/0fe8b77df58b46779275294c947bd905' , '/navigation/b383e1d650f646cda0d10f523762a8c5' , '/navigation/3f646aca9f284851b7cd74c811dabf9d' , '/navigation/db61e315195b457cbedca5787f203ada' , '/navigation/469391a875a5492fa5b63c5f1ee61d69' , '/navigation/7a1709a514064f3684b7c5d50c42c3ad' , '/navigation/425505f74c5c49a48bf55fe0b36f6efa' , '/navigation/75a4d83adc9c4761b558ef79e16e83d9' , '/navigation/cb2c63b1273145be9e3380d1a3e505f7' , '/navigation/f7ee2e72e77f464983f9cf727bef6d32' , '/navigation/47cfd1b5825742769946ec6179ec906f' , '/navigation/3f4c23c1903541e199cacdde0159e768' , '/navigation/09c96cbea6694721a641557e3899f793' , '/navigation/af025bc2d1464b98b4869434b37bded9' , '/navigation/e2a5facc79e44d169f8906b0f08c7c86' , '/navigation/c59c194ab1514f10b10bfcf705e727be' , '/navigation/ceee4a8debab47529cca2c7f0209d4e1' , '/navigation/0b38c87530e648a089d3e4d8bb1adcf0' , '/navigation/c5ab2a1861d74a9981261d7e5d43922b' , '/navigation/696637456b3e497993ca7eadbfca5ddd' , '/navigation/0975e541afe0417d9509ba869616d5c6' , '/navigation/0d0a2d21bfc1496fbe4139eaaa6def23' , '/navigation/be0a563d3c5c48a2a88556dc2cf6919e' , '/navigation/67fd433bda244bf8b4af59d4190e03c7' , '/navigation/c26fe1dcd7e54fd0ab7d58f0ad513239' , '/navigation/ccdbc5e4b8c7408daf4c410159b8d4dc' , '/navigation/f42a467083b04e38a38e0372b6900f62' , '/navigation/52a13a086e634ce18f6f72b637e3f7e7' , '/navigation/d67377796c8f4a3cb60b1b950c9f9968' , '/navigation/afe1cb74876647e1a90db46c70bccebd' , '/navigation/eda38c72035d4089a07c8c7201e9f65d' , '/navigation/062f14f9c9a0487db02eae5a3e9adb11' , '/navigation/bb5f7881fa724731bc790b6584dc01e2' , '/navigation/5a6c761d8c164263ae56c5c605788f1f' , '/navigation/c556325d1dc54036acd3d1a0c19b0734' , '/navigation/1719dabe0e6347acb3219a77f5c9bdef' , '/navigation/1a0d277741964e2bb69537fe7c9fff8d' , '/navigation/52946dabdeb34e4faa80bc43b8754e48' , '/navigation/24d27889234f4f95888b48e7f94953bc' , '/navigation/74ec89fc157143b8b1e54404e6927a0b' , '/navigation/f8400603f7f34ab1b16afe1e55f9bd89' , '/navigation/fe16ab5555ca4b5bb56b4c3c7cf43487' , '/navigation/075ee8e3fef6445e94a3471140baa5fe' , '/navigation/8bd5623be4cf4805b79b1dc61b73f4a9' , '/navigation/256506a01f184cc6879e658b483d48cc' , '/navigation/d5be655976be4259b7d6a6c88436090b' , '/navigation/52edf1c9d90e4907a30d3d9c121358eb' , '/navigation/e252159a06e6408ab9d546d5b0b375ed' , '/navigation/3a5c913adb774d99ab0245a1735f0a97' , '/navigation/998a2987292f4040a20e495a584dc033' , '/navigation/90a0c113abcf42c08b0588b40bbebb6e' , '/navigation/ea795d635cc4409baafc3c091e50d55d' , '/navigation/db7c411e11044d64b8fe4491836d1498' , '/navigation/60d8b4a0293a498a99576b1864e05aa8' , '/navigation/fb94d9f77b1648a599ecfce531b61579' , '/navigation/9c24edcd5f9d4defafe656b3bb87eab4' , '/navigation/4fac7ef61f48411ba03fe3749d90c071' , '/navigation/eed6fce7b4a346c3b778ccdded7325ba' , '/navigation/538934efa9804fcaa043a17b1cdaa3d8' , '/navigation/57705ed93cc140bcb5417f2892c19499' , '/navigation/8d38a5ff1e9243a186bd2115ff9eadc2' , '/navigation/c32fa5d21dea40529095be5925262783' , '/navigation/67f198396c94456190f14358f931c26a' , '/navigation/025cbb13c47f42968331904c0259de0e' , '/navigation/b72d96e714ad474eb1f1a4766cdd3aa7' , '/navigation/c3e7a0014e394592ad0a18a8cfaf3372' , '/navigation/8380c2c0292e4c2b995f17ac96fc221a' , '/navigation/8ed7c5c8ce2042b3aa14428457c2a6d2' , '/navigation/2ffd9e9d00f64b7ca75bbe1e2c061f9c' , '/navigation/80275fec53cc4418b13757780d0a391a' , '/navigation/7d831bc424f94acbaded4c192b90ab00' , '/navigation/c13385ceea66432ebf9c90b5241245fa' , '/navigation/c21ad6b9a2674c9bbc7fc887a8f4baf8' , '/navigation/1bfc9663a98d43ee976a5d72a1f6f952' , '/navigation/d0b5244b803e4d8689f0cf29d1783d69' , '/navigation/7d696320009349f59d8b4d4ae689fa0e' , '/navigation/e162efe6834c4c18a37d89df24a85ee9' , '/navigation/6b17b411b0894416bbec2e6152923c55' , '/navigation/788233ee30fd4dd5bccdf1cc78307e71' , '/navigation/68058afef9e146cfa6ac22b9ddc9b259' , '/navigation/b34c881b75064164b353bc1dec6ac68e' , '/navigation/c7785ee97b314f3db03edee3d9737975' , '/navigation/93402c7a97f949a096f24dfb66d62f12' , '/navigation/705c5df17ecd4d4e8b66cb875c4ac4a4' , '/navigation/95e119c707fb4f108af00dabc98c1b59' , '/navigation/517d5b4be04e48ccba78dc027a40488f' , '/navigation/8298961aeeeb4684acbb6dbd68f4f6fa' , '/navigation/abe4e14d48e6413d9388df40cbe44f08' , '/navigation/a3a47692c1f14c2c8db71eecce611eca' , '/navigation/61deb88a56e04e1c928430569113bfba' , '/navigation/10c26629e81346f194fe697b7a75e294' , '/navigation/9e5251b3eb3f4a268bcae8a4a30ff7f2' , '/navigation/b589d61a2f434726a18b59767a95b99e' , '/navigation/4400d71f465e4cd7b4242b941296f472' , '/navigation/b732f1a97a4e44c2be17c49db554a84d' , '/navigation/4cf6563db8b14e28b849ce9332d755ec' , '/navigation/6e95e7e6d0f84c22ba20dfd7981594cb' , '/navigation/ff333e1dabef4c5983af1122ed798d3e' , '/navigation/4d22db93233d4086bfee36ef3b1f35f6' , '/navigation/4d02dbf4122e4058bf2080900a44455a' , '/navigation/119ae3d12644495fa6f3618364cbb727' , '/navigation/e46870e430b747ecb2d349c455263141' , '/navigation/be23eb58dd78417f8787ee0c6ebe330c' , '/navigation/466647936cab40d3904d2d31ca2cf3e6' , '/navigation/f4a44516f22b4cc8954b3cb231002411' , '/navigation/7df08da7978d4247900f9270108bb595' , '/navigation/d59c6fa53fc64f14ae6ee401298ee9ec' , '/navigation/3647c4d5b9864b9797613bd740285d81' , '/navigation/11aa8af2e5914337b80147fb3b417f01' , '/navigation/c35da5cb62394401bb4b8a27e9e9e4ba' , '/navigation/482b53ae8e0342b0959994dcfd22ebef' , '/navigation/e0b14a92d05640fe9aaa7f5838123bed' , '/navigation/2cc6f0ad58cc41f7a1e0fee5a8d69afd' , '/navigation/522abd10811146118388dd8d252c644a' , '/navigation/f16e91784bf44ba98025bf6d4b960eff' , '/navigation/09e908767248492d933a52cb3f9f117b' , '/navigation/5a365c2907fc4b92ad6865ca0dce12d4' , '/navigation/50590070321b4992b1815c059ad59ca4' , '/navigation/99a15c90b32244f29da88b4ab4ee3239' , '/navigation/c2f3b04dff2648469829fa9e2f5705f9' , '/navigation/935166103a3e490095790d4ccc314086' , '/navigation/a25c08ee2a204af59f5efa21e30090f4' , '/navigation/361443a7216249de96928e3d5004f452' , '/navigation/e5b8cb522b544f1c99362ac233994e00' , '/navigation/afc70d4cc4704282906ced99404f7a72' , '/navigation/82b3c25a888a4ebeb5fb661ec00b8abb' , '/navigation/cd6a8dabe66241b5ab003a60e73670fe' , '/navigation/d84d88b1caa34b40ae32fc89a82632aa' , '/navigation/1832298afded43d0bafb4f9adffb7f7b' , '/navigation/47d9feac11ec4dd4aa2ca28ef647487d' , '/navigation/11e80a654d334dae8b0a865222914898' , '/navigation/6b1f36d3c3c74106a1e79c36f4213bc7' , '/navigation/f4b7603bafc44414ab117c8b38cfd878' , '/navigation/e5ce80e45abd415f8d0895ab89e06f77' , '/navigation/cef44518aa174c05973fcdc34d5422c6' , '/navigation/60bb56d041354f1e939e88f666a9cd65' , '/navigation/94b5cd34662b47de98a5ca08a153d540' , '/navigation/ee22b10674724db0b93bbefb3a53b000' , '/navigation/051fa87536b24ad5888de4352eb66dcd' , '/navigation/a3325dcd976744a9b7f2990703246ef7' , '/navigation/2b60a69d4a5a47e0a3fdbf9f6d58f7e8' , '/navigation/cfc787d6fdfa46a989f2f9ac405eb28c' , '/navigation/4cac06891e084b4ab42034389be686a6' , '/navigation/592dc6a003174c72939f9c9206bb9fc8' , '/navigation/f1ebd70a55c3423d87cfc3e3b6c47a3a' , '/navigation/97dca773c7e64a0a9382c62cbb3c3092' , '/navigation/0d45ecb6ed3d4fd685bc2fbbc1203ecc' , '/navigation/907f84eb71d047498c4d4a61c44c4978' , '/navigation/742aa3c20c5f4e36977fd1158c36916a' , '/navigation/16ad571d128444849fd08837180a1ef0' , '/navigation/8544509a798e4615af5b534b5a35f5b5' , '/navigation/c2c220b6478248989238c07e245fca35' , '/navigation/a3c71aa0afd94c9aa1fe66ecd777206b' , '/navigation/e7b72d5fccc1493c971eccb526f6d12d' , '/navigation/7dddc7d8d1d74ef28f9c12e2e8aac677' , '/navigation/b03a2c463c93486eacc93f4f742ea1f2' , '/navigation/21bfb02687734332811066e98085ba11' , '/navigation/fbbc83de22664f7994df395b2a340613' , '/navigation/563f957f228a48fb9ef95efbe8f1ad83' , '/navigation/15d9c5b6e04d4646a3050fc3fc2f84df' , '/navigation/02455587dbe7441cb30b620bd222ac3b' , '/navigation/460ad71b0a9d4b96aed25472735f4777' , '/navigation/c0140d331b1d4802a60de10691fc3d5f' , '/navigation/4d01fc191f9740149fdc6102711c6823' , '/navigation/92fb2b306b8842d6a71b326857b5cbb5' , '/navigation/40a3b520ae5d4017b6eefe15e75e1980' , '/navigation/1392601f332c428abd4cc7398f071259' , '/navigation/e8c6a616d32c4892998f7a8b86fba4ef' , '/navigation/105fc3f5c83d46778ded9b38355ddb5e' , '/navigation/abd9631fe49b40e6ac10a17cc6181df7' , '/navigation/825c3e44198b41f48e881e722033fb9b' , '/navigation/be585685fec1422fabf9556c5b1d4955' , '/navigation/ee446ee6cc7b40f2903bd25891a18890' , '/navigation/2be391b2a29a4bfeb14b1b990081ce28' , '/navigation/614fba7efeaa40808b12f5dc90501757' , '/navigation/ee1fb9bf87f14ec086eb23f3e27b84d0' , '/navigation/5ec40e618a4d4e56a4f9302f29258d39' , '/navigation/c056c12aacce442987daca041ac61028' , '/navigation/0e837b0d82d54343bf02a58c3012111c' , '/navigation/7ed8bb18171341e1b1cd7f0a31de5cc0' , '/navigation/d276ad2d62db43f9bca54b5a5c8d5baf' , '/navigation/1be5d8d2204a4fc1b589197b9c5a9db4' , '/navigation/9b106747cfe141409c036310400259e4' , '/navigation/6d1782600e1546f7aefc9fbde46336fe' , '/navigation/d3584a9491e44ee5bf068f19ee855a6c' , '/navigation/3bb178ff44ab4ecbbd4f4f6fbc99ac7b' , '/navigation/9a7c6dfbf50a4b52927d9585366175a8' , '/detail/019821ba07be71f3afc74e7400b28f81' , '/detail/019821f7cea970e480b3280b614180c4' , '/detail/019821c1ca2372709f9bd7d28d5c6419' , '/detail/019821fb4f8b72c097b83cd66b6c2db5' , '/detail/0190592f9fa2716f89196c707e56cb6d' , '/detail/019856fd05c7720fb05dd9f3a91b7fb4' , '/detail/01985730fcef7207a8e652c7dda6d39e' , '/detail/01985670b88f7339bf4ec112db5e2263' , '/detail/01985770fe6770548ff1eb3a0e0e394e' , '/detail/0195af6b44d67296a425bdb984889b7b' , '/detail/0198a2f9048973f0a56f8dd4d8f86f2b' , '/detail/0198a2f90513725c8332a74273086619' , '/detail/0195af6b438272e9bda0c7677f835fb2' , '/detail/0198a2f904077195bd11e0b156696041' , '/detail/0195af6b425372a6ad222b529af5a225' , '/detail/0198a2f9016c72cc8868e3f1357e38a7' , '/detail/0195af6b5f52706fbe9e66503c536412' , '/detail/0198a2f92e0c73c6825c390841697266' , '/detail/019857b09c6270b4a9f3453615222450' , '/detail/0198a2fa7671705c9bdba524648bd87c' , '/detail/0195af6b608671dcaedec6497d1327ea' , '/detail/0198a2f92ed271f6b89901575a159b44' , '/detail/0195af6b61ee7106b5704c41f0675421' , '/detail/0195af6b742372f2bb30447d71b8f062' , '/detail/0195af6b676d7128b153a4ee291f8be4' , '/detail/0198a2f933937140914216dab239d1db' , '/detail/0195af6b845370318c2dd05b3b3c6b18' , '/detail/019899a710267224be0daa5b23b2e855' , '/detail/0198a2f934b6735b9db4b96b59aa8004' , '/detail/0195af6b74f272f4a823f4f7892b9121' , '/detail/0190dea270b7724585fed6e166c8433f' , '/detail/0190dec1b94d715a954672fc8e034625' , '/detail/0190dea271e770cc98d93957f2a48739' , '/detail/0190dec1e9f272d9b2b75ff1fcfbc758' , '/detail/0190dea271d0724f8bf8ffc557ab71fb' , '/detail/0190dec1e29972b9b9d103b0b5dbddbb' , '/detail/0190dea2718c70bd8c9ad1f7bd965483' , '/detail/0190dec1df1470c5be18b6ca05b73a55' , '/detail/0190dea2714d714b84467c1be02e7d5b' , '/detail/0190dec1c9487294906bbc295bb5746d' , '/navigation/16d6820611844818b21f02db155f5571' , '/navigation/a803fe72ddfd4c7a963fc7aef88d2982' , '/navigation/9407783af883403f9ae466523d9ba969' , '/navigation/6b3e2cceaff847288ce982185d3eb159' , '/navigation/14411d2ca159444f8c88440374da98ce' , '/navigation/d02b90bca7924fde90435125dbfd115f' , '/navigation/c4bb4c0d23994ba3b1ccae2515ca72ab' )) AND (seo_url . language_id = 0x9648F3385D614C55BD7CD4DC68D301CC ) AND (seo_url . sales_channel_id = 0x3455302FFEF548F797F73592361CE7A1 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
116
0.64 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"\x01 Ž^ /\x08 qW‚ö\x1E `ÝÄÞÀ "
b"\x08 d¯\x10 7\F\x04 §tOVS\x15 8G "
b"jME~ÙMËŒ#—\x12 ¸õÑ\f "
b"õÆ“è)“Fv¢Lïѳ€\x1C "
b"7žhªàrK^¡ÁÙ"È?“\x08 "
b"×\x16 ³ŽbÛC:°\x1F çdä\x7F k "
b"\x01 Q®~\x14 p¢ ²1vÞÑ\x04 "
b"\x01 š:^Œ¯rC„©\x0F\x03 „äÈ! "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
b"""
\n
¾oŽH‘Bʱ¾\x06 [ý\x1D †Ž
"""
]
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 (0x018E5E202F08715782F61E60DDC4DEC0 , 0x0864AF10375C4604A7744F5653153847 , 0x6A4D458F7ED94DCB8C239712B8F5D10C , 0xF5C693E829934676A24CEFD1B3801C81 , 0x379E68AAE0724B5EA1C1D922C83F9308 , 0xD716B38D62DB433AB01FE764E47F9F6B , 0x018F51AE7E1470A2A0B23176DED18F04 , 0x019A3A5E8CAF724384A90F0384E4C821 , 0xE44E6782C64247B796B891CF25AE38F7 , 0x0ABE6F8D489142CAB1BE065BFD1D868D );
Copy