1
0.34 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.36 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.22 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.39 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
5
0.56 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
0.60 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
"author/Collins,%20Julie "
"author/Collins,%20Julie/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'author/Collins,%20Julie' OR seo_path_info = 'author/Collins,%20Julie/' ));
Copy
7
0.34 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
"/author/Collins,%20Julie "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 ) AND (path_info = '/author/Collins,%20Julie' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
1.19 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 :
[
"//author/Collins,%20Julie "
"/author/Collins,%20Julie "
"https://hauptverlag.staging.eurosoft.network/author/Collins,%20Julie "
"https://hauptverlag.staging.eurosoft.network//author/Collins,%20Julie "
"/author/Collins,%20Julie "
"//author/Collins,%20Julie "
"author/Collins,%20Julie "
true
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN ('//author/Collins,%20Julie' , '/author/Collins,%20Julie' , 'https://hauptverlag.staging.eurosoft.network/author/Collins,%20Julie' , 'https://hauptverlag.staging.eurosoft.network//author/Collins,%20Julie' , '/author/Collins,%20Julie' , '//author/Collins,%20Julie' , 'author/Collins,%20Julie' ) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x0190A64A9C267095B2C78AFFDE939AE0 OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
9
0.33 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
10
0.63 ms
SELECT LOWER (HEX (`id` )) AS `id` FROM `moorl_magazine_article` WHERE (`updated_at` IS NULL OR (`show_from` > `updated_at` AND `show_from` < '2026-04-08T12:15:26+00:00' ) OR (`show_until` > `updated_at` AND `show_until` < '2026-04-08T12:15:26+00:00' )) AND `active` = '1' ;
SELECT LOWER (HEX (`id` )) AS `id` FROM `moorl_magazine_article` WHERE (`updated_at` IS NULL OR (`show_from` > `updated_at` AND `show_from` < '2026-04-08T12:15:26+00:00' ) OR (`show_until` > `updated_at` AND `show_until` < '2026-04-08T12:15:26+00:00' )) AND `active` = '1' ; ;
Copy
11
0.47 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
"EpHlrkeAKrdNmDr5vvMAqS0SXcOWWMmh "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 ) AND (token = 'EpHlrkeAKrdNmDr5vvMAqS0SXcOWWMmh' ) LIMIT 1 ;
Copy
12
0.24 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"EpHlrkeAKrdNmDr5vvMAqS0SXcOWWMmh "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'EpHlrkeAKrdNmDr5vvMAqS0SXcOWWMmh' ;
Copy
13
0.29 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¥Ð¹ms\x03 ¿5=Ó\x03 å¹' "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x0190A64A9C267095B2C78AFFDE939AE0 AND `sales_channel_country` . `country_id` = 0x0190A5D0B96D7303BF353DD303E5B927 );
Copy
14
1.86 ms
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE (`country.salesChannels` . `id` = ? ) GROUP BY `country` . `id`
Parameters :
[
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
]
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE (`country.salesChannels` . `id` = 0x0190A64A9C267095B2C78AFFDE939AE0 ) GROUP BY `country` . `id` ;
Copy
15
6.04 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , (SELECT GROUP_CONCAT (HEX (`country.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `sales_channel_country` `country.salesChannels.mapping`
WHERE `country.salesChannels.mapping` . `country_id` = `country` . `id` ) as `country.salesChannels.id_mapping` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ¥Ð¶œsu€\x1D Px\r F\x1C ´ "
b"\x01 ¥Ð¶äqסÔ\x18 ‚\x1E\x17 “ "
b"\x01 ¥Ð¶èsÞ¨Õ\x06\x06 ÂÚ,Ç "
b"\x01 ¥Ð¹CpѮç¥\x10\x1F ¸» "
b"\x01 ¥Ð¹Fp§·bS±víeÌ "
b"\x01 ¥Ð¹IqµŒUû¯ÄrŽ "
b"\x01 ¥Ð¹Mq¡ØŒœ\x13 ºí "
b"\x01 ¥Ð¹Qq\x1C ¡±Ïpeõ™ "
b"\x01 ¥Ð¹Ur\x00 —ß´\A=ú "
b"\x01 ¥Ð¹Yqv“ \f /3•]] "
b"\x01 ¥Ð¹\r\x05 ”k\{œ4Æ\x1F "
b"\x01 ¥Ð¹_s²½yñÿ\x15 ÅLÏ "
b"\x01 ¥Ð¹csIœ\x0E\x0F }`qûA "
b"\x01 ¥Ð¹gpͰ\x1A Q7›Ûr¤ "
b"\x01 ¥Ð¹jpÚª—º\x14 .#Èi "
b"\x01 ¥Ð¹ms\x03 ¿5=Ó\x03 å¹' "
b"\x01 ¥Ð¹pr0/†ÁºÿâÆ "
b"\x01 ¥Ð¹spohJ±\x05 –\x18 – "
b"\x01 ¥Ðº\x1C qòb\x1C ,h—{ "
b"\x01 ¥Ðº#pÁ‚rº\x07 IÐ\n "
b"""
\x01 ¥Ðº*r\x06 †g3ÝŽ‘\n
ç
"""
b"\x01 ¥Ðº.sv®ª\x13 làÛÉ6 "
b"\x01 ¥Ðº2s&³\x15 ”‰~–~ø "
b"\x01 ¥Ðº7sð¬,:M³¾6Ö "
b"\x01 ¥Ðº;s;°¨c\x1A ç° € "
b"\x01 ¥Ðº?rJžD:žr±ßî "
b"\x01 ¥ÐºBpò·B\e Ó\x03 Ö˜B "
b"\x01 ¥ÐºFqp˜4\x1A b\x15 ùX "
b"\x01 ¥ÐºKp\x16 ®ß´Ö\x05 ÷)ò "
b"\x01 ¥ÐºNp:±^‹M¯z,Ü "
b"\x01 ¥ÐºSpIÿ\x00 OODˆ\x1D "
b"\x01 ¥ÐºYp¦KÆ\x00 ÊmJ "
b"\x01 ¥Ðº_pI¶áÁB·«Ãù "
b"\x01 ¥Ñ\x07 xpv°’½ºëvÌõ "
b"\x01 ¥Ñ\x07 ‹sÍ¡ž\v sv\x12\x13 â "
b"\x01 ¥Ñ\x07 p/ºJÐΔq¢ "
b"\x01 ¥Ñ\x07 ´sÍ¢£;\x03 +™|š "
b"\x01 ¥Ñ\x07 Épȹáé}ƒP¢E "
b"\x01 ¥Ñ\x07 àrÏ‹J¾-YÊó® "
b"\x01 ¥Ñ\x07 óp+®KÅ\r œä™˜ "
b"\x01 ¥Ñ\x08\x06 p.¨”\x15 : &ö "
b"\x01 ¥Ñ\x08\x1A q\t »g\x07\x0E P’P\x1D "
b"\x01 ¥Ñ\x08 .r¾–LÏ"V¶A\f "
b"\x01 ¥Ñ\x08 Ap\x7F ²ñ9E,\x19 W\v "
b"\x01 ¥Ñ\x08 Wsô¨Mõ™\ëò "
b"\x01 ¥Ñ\x08 ksݘ¿æTgr ª "
b"\x01 ¥Ñ\x08\x7F rþ‹˜0Šõ\x1E .Ð "
b"\x01 ¥Ñ\x08 •så«"âØÇ7&V "
b"\x01 ¥Ñ\x08 «qè†÷±\x00 ÔÏ»+ "
b"\x01 ¥Ñ\x08 Àpw‹ƒ¨T_b "
b"\x01 ¥Ñ\x08 Ôs˪5»Y°´Ñ\x11 "
b"\x01 ¥Ñ\x08 ìpܼÖ\x7F AÂÊîü "
b"\x01 ¥Ñ\t\x02 qt„[ÛLY¢J¶ "
b"\x01 ¥Ñ\t\x18 rè˦«œó¯Q "
b"\x01 ¥Ñ\t Os\x0F ™N\x7F ª‘\t J "
b"\x01 ¥Ñ\t |rü“MQè©\x00 í "
b"\x01 ¥Ñ\t ¤rVœ\x12 Ì®,¦\x10 "
b"\x01 ¥Ñ\t ÙpJ\x07 uúÓ㬠"
b"\x01 ¥Ñ\t ðp€¥²×E”Åqú "
b"""
\x01 ¥Ñ\n
\x03 pÒ°(ŒÖ\x08 |ñÂ
"""
b"""
\x01 ¥Ñ\n
\x17 s]“Ï‹ãvû®
"""
b"""
\x01 ¥Ñ\n
-s>¥ôé-š\x1E ö€
"""
b"""
\x01 ¥Ñ\n
Bs¿™\x07 ZÃh»r¯
"""
b"""
\x01 ¥Ñ\n
XsLšê¯œ7ZH¶
"""
b"""
\x01 ¥Ñ\n
lsÙ' À„À”<
"""
b"""
\x01 ¥Ñ\n
pß‘`â\x12\x1C .™3
"""
b"""
\x01 ¥Ñ\n
™r£¥@:’.¡\x07\x13
"""
b"""
\x01 ¥Ñ\n
¬sO‘ô\e G*ùèT
"""
b"""
\x01 ¥Ñ\n
ÀrIŒ‘pæhq‡a
"""
b"""
\x01 ¥Ñ\n
Óq›—úñ‚ËIÄì
"""
b"\x01 ¥Ñ\n êq[‡7\x00 èÜDí\x1C "
b"""
\x01 ¥Ñ\n
ÿsQ™‘\x1A\x18 ‘ÛV„
"""
b"\x01 ¥Ñ\v\x13 sî²Ð³§!¿ü "
b"\x01 ¥Ñ\v &qç¡Ã\x1C å?ë\x05 @ "
b"\x01 ¥Ñ\v 9rä‹¥Ñ\r |'cH "
b"\x01 ¥Ñ\v Ls¯©Y\x0F\x0F ™Sß "
b"\x01 ¥Ñ\v gr<…Gj\x06 :ªÑ "
b"\x01 ¥Ñ\v {qõˆÅ;L†ü¸ "
b"\x01 ¥Ñ\v q[±×\t épä“Ç "
b"\x01 ¥Ñ\v ¥sɻ˕\x11 ªY\x7F ì "
b"\x01 ¥Ñ\v ºq\x03 —\x15 }q—b‘Õ "
b"\x01 ¥Ñ\v Îpú„\t µx» ™ü "
b"\x01 ¥Ñ\v ãqF—\x1D Ù‹t\x02 ò[ "
b"\x01 ¥Ñ\v ús\x1D †R²±›Øeå "
b"\x01 ¥Ñ\f \r q‚ŽDƒSì "
b"\x01 ¥Ñ\f $p5¢ñÞí`”áF "
b"\x01 ¥Ñ\f 7p€¯\x1D «èpÙº "
b"""
\x01 ¥Ñ\f Msv\n
\r $¡ÏcE
"""
b"\x01 ¥Ñ\f apn‚¨•‡®\x19 h "
b"\x01 ¥Ñ\f wp¦¤6*€º;²\x11 "
b"\x01 ¥Ñ\f ‹q…Xsò;à‰! "
b"\x01 ¥Ñ\f q5»\x08 u6ÀâÙ "
b"\x01 ¥Ñ\f ³r–§YÛ\x00\x1C ˜Ä@ "
b"\x01 ¥Ñ\f ÇpW·À\x0F èBÆàm "
b"\x01 ¥Ñ\f Ûr†´\x06 $so0L "
b"\x01 ¥Ñ\f ðr\r šNj$l3‘\x1A "
b"\x01 ¥Ñ\r\r róœc2‚\f |›` "
b"\x01 ¥Ñ\r 0pû *÷R¢Å«M "
b"\x01 ¥Ñ\r [q\x0F ‰gm˜@¯* "
b"\x01 ¥Ñ\r \x7F q&˜P\x1A x‚qj "
b"\x01 ¥Ñ\r ‘põٺ˜:\x0F ' "
b"\x01 ¥Ñ\r ¦pv‰¹5áXú\x1A \n "
b"\x01 ¥Ñ\r ½r\v —GŽV–…Àñ "
b"\x01 ¥Ñ\r ÑrÞ²áßc(A\x03 Ó "
b"\x01 ¥Ñ\r ãpR²wì¥ãpWh "
b"\x01 ¥Ñ\r ÷s–´å\x7F éuÆ›x "
b"\x01 ¥Ñ\x0E\v qè˜Nu\x0F\x16 ‰l "
b"\x01 ¥Ñ\x0E q;±ÌÊP\t nå… "
b"\x01 ¥Ñ\x0E 5r]‚Ù(`£$H "
b"\x01 ¥Ñ\x0E Ur\e ‘\x02 “Q˜\x12 ~É "
b"\x01 ¥Ñ\x0E jqEŽtÀ<ˆÿ ª "
b"\x01 ¥Ñ\x0E ~qjš—;ê@y "
b"\x01 ¥Ñ\x0E “rê‚\x0E \x15 4ë:T "
b"\x01 ¥Ñ\x0E ¦qúšóh‰ãÅ1\ "
b"\x01 ¥Ñ\x0E ¸sc°!·cà-qL "
b"\x01 ¥Ñ\x0E Ìq[»¹IŒL:@™ "
b"\x01 ¥Ñ\x0E ßq0ž\x7F\x1E n\x05 VæØ "
b"\x01 ¥Ñ\x0E ór²J³èM%ñ7 "
b"\x01 ¥Ñ\x0F\x06 qo>_q䲯ü "
b"\x01 ¥Ñ\x0F\x19 sS‰—‚\x00 7\x7F\x1C 9 "
b"\x01 ¥Ñ\x0F ,rê®;Ãî~]å\v "
b"\x01 ¥Ñ\x0F Aq\x00 Õ\x16 rê\x15\v "
b"\x01 ¥Ñ\x0F Ur ²\f „oðd2f "
b"\x01 ¥Ñ\x0F ip§†üî»kŠëx "
b"\x01 ¥Ñ\x0F zs_‡¾ü¦\x16 ðZ× "
b"\x01 ¥Ñ\x0F ŽrP«ªE¼nr\x19 "
b"\x01 ¥Ñ\x0F ¢pÿ€šd‰øb²ý "
b"\x01 ¥Ñ\x0F ¸q?“NC\x03 Çè "
b"\x01 ¥Ñ\x0F Ëq1€Ø&É+rµ\x04 "
b"\x01 ¥Ñ\x0F ÞrK nÙÅ…¢zZ "
b"\x01 ¥Ñ\x0F ñp\x04 +üÁ<æ; "
b"\x01 ¥Ñ\x10\x05 pHŠx ˆ \ÎË "
b"\x01 ¥Ñ\x10\x18 q?¸µa•iR "
b"\x01 ¥Ñ\x10 *p\x03 ‡øß\x0E\x05 _±Ý "
b"\x01 ¥Ñ\x10 FqŽ¿£ê/éu\x1F Ì "
b"\x01 ¥Ñ\x10 Sp“î\x08 jÔþhE "
b"\x01 ¥Ñ\x10 ksü»‹å~{d ¿ "
b"\x01 ¥Ñ\x10 …r\x1A ¿as‘zÖ\x16 0 "
b"\x01 ¥Ñ\x10 ¶síÔ\x02 òî–Ä "
b"\x01 ¥Ñ\x10 ¿pVš²#¥#Px "
b"\x01 ¥Ñ\x10 Åsr¾:\t J‰\x1D 4 "
b"\x01 ¥Ñ\x10 Ìrû\x02 ÜãƒÈ;\x12 "
b"\x01 ¥Ñ\x10 àrQŽQÿ¹Ð°’E "
b"\x01 ¥Ñ\x10 ÷r¤o\x14 Éí¶ì¾ "
b"\x01 ¥Ñ\x11 "qp¤¯HŒRu¯ƒ "
b"\x01 ¥Ñ\x11 Qsà€”'$r’5\x11 "
b"\x01 ¥Ñ\x11 }p$”¨–Þ‹\x1D\x05 j "
b"\x01 ¥Ñ\x11 ±p!\x02 ¬"p¦›. "
b"\x01 ¥Ñ\x11 ýr!¶Kóÿ\x0E ƒu\x03 "
b"\x01 ¥Ñ\x12\x03 s?ŠÉï</\x00 H- "
b"\x01 ¥Ñ\x12\x08 pݹI\Ú!kQþ "
b"\x01 ¥Ñ\x12\x12 q>³›,/`ýÆZ "
b"\x01 ¥Ñ\x12 %s݆ØÙMŠ£\f "
b"""
\x01 ¥Ñ\x12 <q\n
‡\x19 «¾u¯Öc
"""
b"\x01 ¥Ñ\x12 OrÀ¨Kêy^wèf "
b"\x01 ¥Ñ\x12 €q-¬çjá[†šö "
b"\x01 ¥Ñ\x12 †p…‚4[p¸Ìü¨ "
b"\x01 ¥Ñ\x12 ‹q\x07 ¡¤ï,uÌ÷s "
b"\x01 ¥Ñ\x12 ’r!´)Á\x1C «—3\x0F "
b"\x01 ¥Ñ\x12 ©r>½®‚¹GÃ9\x1C "
b"\x01 ¥Ñ\x12 »pžúú•û\x00 ùù "
b"\x01 ¥Ñ\x12 Ñr¦§×yòC\x02 " "
b"\x01 ¥Ñ\x12 òp˜¦•R\x15 [\x16 Ù "
b"\x01 ¥Ñ\x13\x03 pø«¼ºsoÕh\x02 "
b"\x01 ¥Ñ\x13\x16 s\x1A °æ^}Vföz "
b"\x01 ¥Ñ\x13 *s8°ãH…ʤF¿ "
b"\x01 ¥Ñ\x13 =p¶©gk¿-ƒJÄ "
b"\x01 ¥Ñ\x13 Pq4›ðL¨\x19 fÁ "
b"\x01 ¥Ñ\x13 asRˆ(üEV¡\x10 Z "
b"\x01 ¥Ñ\x13 sqû²Qjÿ\x0E P\x04 5 "
b"\x01 ¥Ñ\x13 ‡q?½¡\x03 œIM\x07 ¼ "
b"\x01 ¥Ñ\x13 šrWŒŒÇò`\x1C "
b"\x01 ¥Ñ\x13 ´rõ½\x00 f\x02 É\x13 4¾ "
b"\x01 ¥Ñ\x13 ½r%¢\x13\x1A …-èÁ2 "
b"\x01 ¥Ñ\x13 Òq\t •“\x15 Þ´»üÞ "
b"\x01 ¥Ñ\x13 æp\x01 Eúª’^\x00 & "
b"\x01 ¥Ñ\x14\f sQ›Kïù$¸\f "
b"\x01 ¥Ñ\x14\x12 rK·f¹\e aâÀ_ "
b"\x01 ¥Ñ\x14\x1F s£µçÙÒØ»« "
b"\x01 ¥Ñ\x14 0s˜»)g}Ü\x17 Ú‰ "
b"\x01 ¥Ñ\x14 Dqú¦\ÏŒp\x13\x14 ¼ "
b"\x01 ¥Ñ\x14 \rålxá~´¶O "
b"\x01 ¥Ñ\x14 oqÍœîfÌXB\x01 c "
b"\x01 ¥Ñ\x14 „rò¡ÐspŽtþN "
b"\x01 ¥Ñ\x14 œráôƒ—Z\x04 ØY "
b"\x01 ¥Ñ\x14 ¯s”fÊ•hÒ2§ "
b"\x01 ¥Ñ\x14 Ås¶’Á•!\x17 ¢¬ä "
b"\x01 ¥Ñ\x14 çpÕ‹òÇ“•¥×ç "
b"\x01 ¥Ñ\x15\x0E pK¹ÇŒý\x0E $Ü€ "
b"\x01 ¥Ñ\x15 <qÞÙa|\x01 ”€c "
b"\x01 ¥Ñ\x15 bs.˜¨K\x08 ¾R\x01\x04 "
b"\x01 ¥Ñ\x15 Œrɾö±^d›ç› "
b"\x01 ¥Ñ\x15 ²pM–èxL"þU\x0F "
b"\x01 ¥Ñ\x15 Çqó¦ã\x0E FT‰úÏ "
b"\x01 ¥Ñ\x15 Ùp¶¢AáÙ~ÂáJ "
b"\x01 ¥Ñ\x15 ìq³‹Mý}—kÑž "
b"\x01 ¥Ñ\x15 ÿro‰Úæ‚Mwþ\x06 "
b"\x01 ¥Ñ\x16\x12 qQ‰\x07 [\r EI‹ "
b"\x01 ¥Ñ\x16 'rdt†ã£½ªm "
b"\x01 ¥Ñ\x16 8p\x19 –¥>øô»ZÝ "
b"\x01 ¥Ñ\x16 Mq…š\x07 áH²UVj "
b"\x01 ¥Ñ\x16 `q-‡\x04 ‘kp\x10 H "
b"\x01 ¥Ñ\x16 sr\x02 ››¿L¨ý¢ "
b"\x01 ¥Ñ\x16 …quŒ\x7F ÷áÅÄØÖ "
b"\x01 ¥Ñ\x16 ™r!´Ü\r ‹Ä\x17 j< "
b"\x01 ¥Ñ\x16 p ’ÑN:‰‰ù "
b"\x01 ¥Ñ\x16 ÂrP“–.•\x18\x1C þR "
b"\x01 ¥Ñ\x16 Ös\x01 »°ïw_B¬* "
b"\x01 ¥Ñ\x16 ést°Ù\x13 ëÁm\x1D z "
b"\x01 ¥Ñ\x16 úr&Šž¸%®Ï¯{ "
b"\x01 ¥Ñ\x17\x11 sA¶v\x05 ;n´ª\r "
b"\x01 ¥Ñ\x17 "s¬¬%oâ]7æ\x10 "
b"\x01 ¥Ñ\x17 6r§ŒVöÒg^Ò; "
b"\x01 ¥Ñ\x17 Jrá½}c—x/\x1D ¡ "
b"\x01 ¥Ñ\x17 ^p¡»kÙ[?Š,W "
b"\x01 ¥Ñ\x17 qs\x04 £\x14 œ1; ¢Ž "
b"\x01 ¥Ñ\x17 …pÝ¡V¶\e ÐÍ "
b"\x01 ¥Ñ\x17 ¦pè•§|Éèïΰ "
b"""
\x01 ¥Ñ\x17 ¾r·–ºÀ\n
Œq\x05 5
"""
b"\x01 ¥Ñ\x17 ÖsA…ôàãùËo\x00 "
b"\x01 ¥Ñ\x17 åqí£ß+yÌ,\f Í "
b"\x01 ¥Ñ\x18 s®¥¤MU\x18 PÚ "
b"\x01 ¥Ñ\x18 2q+“+Ü“éÑ\x1D E "
b"\x01 ¥Ñ\x18 Hr®ºãi\x17 ;Z÷± "
b"\x01 ¥Ñ\x18 \qþ˜I¹e[úÚ\x04 "
b"\x01 ¥Ñ\x18 rp¤Ý\x7F ݔɄà "
b"\x01 ¥Ñ\x18 †pÓ-ǬÉð·_ "
b"\x01 ¥Ñ\x18 ™pp³\x04 ÆiÈPÜ\x19 "
b"\x01 ¥Ñ\x18 ®pS°ûL-Ï>£l "
b"\x01 ¥Ñ\x18 Ñs-\x18 ¼÷BZ™ "
b"\x01 ¥Ñ\x18 âqÛ‰G}\v ‡4Ñf "
b"\x01 ¥Ñ\x18 ùsr¤\v cíûŒGC "
b"""
\x01 ¥Ñ\x19 \n
q„¨¸¤rêÀ)ª
"""
b"\x01 ¥Ñ\x19 !q\x7F ªöë/“(H "
b"\x01 ¥Ñ\x19 5q”¯98Í-ÖÚ: "
b"\x01 ¥Ñ\x19 Nq#¡÷+¾Ù9Fá "
b"\x01 ¥Ñ\x19 bpr€§>\x15 g7üq "
b"\x01 ¥Ñ\x19 xq˜‰—úP\x1A £v€ "
b"\x01 ¥Ñ\x19 s(¸ùýx-\x01 J "
b"\x01 ¥Ñ\x19 qO¢‰e(Ê\XŠ "
b"\x01 ¥Ñ\x19 ²rè¸Ú|Ã’¦ñ¿ "
b"\x01 ¥Ñ\x19 ÇriL\x7F ѰÂ.A "
b"\x01 ¥Ñ\x19 Ør†±Gñì÷]”“ "
b"\x01 ¥Ñ\x19 îs`€ŠäeÈ6ºƒ "
b"\x01 ¥Ñ\x1A\x04 p—«šÐº\x17\x14 89 "
b"\x01 ¥Ñ\x1A\x17 s\x1F ²ØÙÉcá6˜ "
b"\x01 ¥Ñ\x1A )r·“‰ËjDú‹± "
b"\x01 ¥Ñ\x1A <q\x00 ¶`L»…ô— "
b"\x01 ¥Ñ\x1A SpÕŠ-×QBÊÙ "
b"\x01 ¥Ñ\x1A fpH´¸\x05\x16 àŠ\x11 × "
]
SELECT
`country` . `id` as `country.id` ,
`country` . `iso` as `country.iso` ,
`country` . `position` as `country.position` ,
`country` . `active` as `country.active` ,
`country` . `shipping_available` as `country.shippingAvailable` ,
`country` . `iso3` as `country.iso3` ,
`country` . `display_state_in_registration` as `country.displayStateInRegistration` ,
`country` . `force_state_in_registration` as `country.forceStateInRegistration` ,
`country` . `check_vat_id_pattern` as `country.checkVatIdPattern` ,
`country` . `vat_id_required` as `country.vatIdRequired` ,
`country` . `vat_id_pattern` as `country.vatIdPattern` ,
`country` . `customer_tax` as `country.customerTax` ,
`country` . `company_tax` as `country.companyTax` ,
`country` . `postal_code_required` as `country.postalCodeRequired` ,
`country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` ,
`country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` ,
`country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` ,
`country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` ,
`country` . `is_eu` as `country.isEu` ,
`country` . `created_at` as `country.createdAt` ,
`country` . `updated_at` as `country.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`country.salesChannels.mapping` . `sales_channel_id`
) SEPARATOR '||'
)
FROM
`sales_channel_country` `country.salesChannels.mapping`
WHERE
`country.salesChannels.mapping` . `country_id` = `country` . `id`
) as `country.salesChannels.id_mapping` ,
`country.translation.name` ,
`country.translation.name` as `country.name` ,
`country.translation.addressFormat` ,
`country.translation.addressFormat` as `country.addressFormat` ,
`country.translation.customFields` ,
`country.translation.customFields` as `country.customFields`
FROM
`country`
LEFT JOIN (
SELECT
`country.translation` . `country_id` ,
`country.translation` . `name` as `country.translation.name` ,
`country.translation` . `custom_fields` as `country.translation.customFields` ,
`country.translation` . `address_format` as `country.translation.addressFormat`
FROM
`country_translation` `country.translation`
WHERE
`country.translation` . `language_id` = ?
) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id`
WHERE
`country` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , (SELECT GROUP_CONCAT (HEX (`country.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `sales_channel_country` `country.salesChannels.mapping`
WHERE `country.salesChannels.mapping` . `country_id` = `country` . `id` ) as `country.salesChannels.id_mapping` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x0190A5D0B69C7375801D50780D461CB4 , 0x0190A5D0B6E471D7A1D418AD821E1793 , 0x0190A5D0B6E873DEA8D50606C2DA2CC7 , 0x0190A5D0B94370D1AEC3A7A5101FB8BB , 0x0190A5D0B94670A7B76253B176ED65CC , 0x0190A5D0B94971B58C5590FBAFC4728D , 0x0190A5D0B94D71A19FD88C9C13BA9FED , 0x0190A5D0B951711CA1B1CF9F7065F599 , 0x0190A5D0B955720097DF8EB45C413DFA , 0x0190A5D0B959717693A00C2F33955D5D , 0x0190A5D0B95C7205946B5C7B9C34C61F , 0x0190A5D0B95F73B2BD79F1FF15C54CCF , 0x0190A5D0B96373499C0E0F7D6071FB41 , 0x0190A5D0B96770CDB01A51379BDB72A4 , 0x0190A5D0B96A70DAAA97BA142E23C869 , 0x0190A5D0B96D7303BF353DD303E5B927 , 0x0190A5D0B97072309F2F86C1BAFFE2C6 , 0x0190A5D0B973706F9D684AB105961896 , 0x0190A5D0BA1C71F2AD621C2C68C2977B , 0x0190A5D0BA2370C18272BA079D49D00A , 0x0190A5D0BA2A7206866733DD8D910AE7 , 0x0190A5D0BA2E7376AEAA136CE0DBC936 , 0x0190A5D0BA327326B31594897E967EF8 , 0x0190A5D0BA3773F0AC2C3A4DB3BE36D6 , 0x0190A5D0BA3B733BB0A8631AE7B0A080 , 0x0190A5D0BA3F724A9E443A9E72B1DFEE , 0x0190A5D0BA4270F2B7421BD303D69842 , 0x0190A5D0BA46717098341A6215F958A0 , 0x0190A5D0BA4B7016AEDFB4D605F729F2 , 0x0190A5D0BA4E703AB15E8B4DAF7A2CDC , 0x0190A5D0BA5370498EFF004F4F44881D , 0x0190A5D0BA5970C382A64BC600CA6D4A , 0x0190A5D0BA5F7049B6E1C142B7ABC3F9 , 0x0190A5D107787076B092BDBAEB76CCF5 , 0x0190A5D1078B73CDA19E0B73761213E2 , 0x0190A5D107A0702FBA4AD0CEC29471A2 , 0x0190A5D107B473CDA2A33B032B997C9A , 0x0190A5D107C970C8B9E1E97D8350A245 , 0x0190A5D107E072CF8B4ABE2D59CAF3AE , 0x0190A5D107F3702BAE4BC50D9CE49998 , 0x0190A5D10806702EA894158F3AA026F6 , 0x0190A5D1081A7109BB67070E5092501D , 0x0190A5D1082E72BE964CCF2256B6410C , 0x0190A5D10841707FB2F139452C19570B , 0x0190A5D1085773F49DA84DF5995CEBF2 , 0x0190A5D1086B73DD98BFE654677220AA , 0x0190A5D1087F72FE8B98308AF51E2ED0 , 0x0190A5D1089573E5AB22E2D8C7372656 , 0x0190A5D108AB71E886F7B100D4CFBB2B , 0x0190A5D108C070778B83A89F9F545F62 , 0x0190A5D108D473CBAA35BB59B0B4D111 , 0x0190A5D108EC70DCBCD67F41C2CAEEFC , 0x0190A5D109027174845BDB4C59A24AB6 , 0x0190A5D1091872E88FCBA6AB9CF3AF51 , 0x0190A5D1094F730F8F994E7FAA91094A , 0x0190A5D1097C72FC934D51E8A9009DED , 0x0190A5D109A472569C12CC90AE2CA610 , 0x0190A5D109D9704A8E0775FAD3E3ACAD , 0x0190A5D109F07080A5B2D74594C571FA , 0x0190A5D10A0370D2B0288CD6087CF1C2 , 0x0190A5D10A17735D93CF8B8EE376FBAE , 0x0190A5D10A2D733EA5F4E92D9A1EF680 , 0x0190A5D10A4273BF99075AC368BB72AF , 0x0190A5D10A58734C9AEAAF9C375A48B6 , 0x0190A5D10A6C73C39927A0C084C0943C , 0x0190A5D10A8170DF9160E2121C2E9933 , 0x0190A5D10A9972A3A5403A922EA10713 , 0x0190A5D10AAC734F91F41B472AF9E854 , 0x0190A5D10AC072498C9170E668718761 , 0x0190A5D10AD3719B97FAF182CB49C4EC , 0x0190A5D10AEA715B873700E8DC44ED1C , 0x0190A5D10AFF735199911A1891DB5684 , 0x0190A5D10B1373EEB28ED0B3A721BFFC , 0x0190A5D10B2671E7A1C31CE53FEB0540 , 0x0190A5D10B3972E48BA5D10D7C276348 , 0x0190A5D10B4C73AFA9590F0F9953DF20 , 0x0190A5D10B67723C85476A063AAA90D1 , 0x0190A5D10B7B71F588C53B4C8E86FCB8 , 0x0190A5D10B8F715BB1D709E970E493C7 , 0x0190A5D10BA573C9BBCB9511AA597FEC , 0x0190A5D10BBA710397157D71976291D5 , 0x0190A5D10BCE70FA8409B578BB2099FC , 0x0190A5D10BE37146971DD98B7402F25B , 0x0190A5D10BFA731D8652B2B19BD865E5 , 0x0190A5D10C0D7182908D4483539DADEC , 0x0190A5D10C247035A2F1DEED6094E146 , 0x0190A5D10C377080AF1DABE870D98FBA , 0x0190A5D10C4D7376810A0D24A1CF6345 , 0x0190A5D10C61706E82A89587AE199068 , 0x0190A5D10C7770A6A4362A80BA3BB211 , 0x0190A5D10C8B71859F5873F23BE08921 , 0x0190A5D10C9F7135BB087536ADC0E2D9 , 0x0190A5D10CB37296A759DB001C98C440 , 0x0190A5D10CC77057B7C00FE842C6E06D , 0x0190A5D10CDB7286B40624736F30AD4C , 0x0190A5D10CF0720D9A4E6A246C33911A , 0x0190A5D10D0D72F39C6332820C7C9B60 , 0x0190A5D10D3070FBA02AF752A2C5AB4D , 0x0190A5D10D5B710F89676D9840AFAD2A , 0x0190A5D10D7F7126989D501A7882716A , 0x0190A5D10D9170C3B5D9BA98813A0F27 , 0x0190A5D10DA6707689B935E158FA1A0A , 0x0190A5D10DBD720B97478D569685C0F1 , 0x0190A5D10DD172DEB2E1DF63284103D3 , 0x0190A5D10DE37052B277ECA5E3705768 , 0x0190A5D10DF77396B4E57FE975C69B78 , 0x0190A5D10E0B71E8984E750F1690896C , 0x0190A5D10E20713BB1CCCA50096EE585 , 0x0190A5D10E35725D82D92860A3AD2448 , 0x0190A5D10E55721B9102935198127EC9 , 0x0190A5D10E6A71458D74C03C88FF20AA , 0x0190A5D10E7E716A9A973BEAAD8E4079 , 0x0190A5D10E9372EA820E9F1534EB3A54 , 0x0190A5D10EA671FA9AF36889E3C5315C , 0x0190A5D10EB87363B021B763E02D714C , 0x0190A5D10ECC715BBBB9498C4C3A4099 , 0x0190A5D10EDF71309E7F1E6E0556E6D8 , 0x0190A5D10EF372C2B24AB3E84D25F137 , 0x0190A5D10F06716F903E5F71E4B2C6FC , 0x0190A5D10F19735389978200377F1C39 , 0x0190A5D10F2C72EAAE3BC3EE7E5DE50B , 0x0190A5D10F417100A0D51672EA9F150B , 0x0190A5D10F5572A0B20C846FF0643266 , 0x0190A5D10F6970A786FCEEBB6B8AEB78 , 0x0190A5D10F7A735F87BEFCA616F05AD7 , 0x0190A5D10F8D7250ABAA45BC6E8E7219 , 0x0190A5D10FA270FF809A6489F862B2FD , 0x0190A5D10FB8713F938E4E4303ADC7E8 , 0x0190A5D10FCB713180D826C92B72B504 , 0x0190A5D10FDE724BA06ED9C585A27A5A , 0x0190A5D10FF17004812BFCC13CE63B8E , 0x0190A5D1100570488A782088205CCECB , 0x0190A5D11018713FB8B5618195695220 , 0x0190A5D1102A700387F8DF0E055FB1DD , 0x0190A5D11046718DBFA3EA2FE9751FCC , 0x0190A5D1105370939FEE086AD4FE6845 , 0x0190A5D1106B73FCBB8BE57E7B6420BF , 0x0190A5D11085721ABF6173917AD61630 , 0x0190A5D110B673EDAD8ED402F2EE96C4 , 0x0190A5D110BF70569AB223A523AD5078 , 0x0190A5D110C57372BE9D3A094A891D34 , 0x0190A5D110CC72FB9F02DCE383C83B12 , 0x0190A5D110E072518D51FFB9D0B09245 , 0x0190A5D110F772A48E6F14C9EDB6ECBE , 0x0190A5D111227170A4AF488C5275AF83 , 0x0190A5D1115173E08094272472923511 , 0x0190A5D1117D702494A896DE8B1D056A , 0x0190A5D111B17021AD02AC2270A69B2E , 0x0190A5D111FD7221B64BF3FF0E837503 , 0x0190A5D11203733F8AC9EF3C2F00482D , 0x0190A5D1120870DDB9495CDA216B51FE , 0x0190A5D11212713EB39B2C2F60FDC65A , 0x0190A5D1122573DD86D8D94D8A8FA30C , 0x0190A5D1123C710A8719ABBE75AFD663 , 0x0190A5D1124F72C0A84BEA795E77E866 , 0x0190A5D11280712DACE76AE15B869AF6 , 0x0190A5D11286708582345B70B8CCFCA8 , 0x0190A5D1128B7107A1A4EF2C75CCF773 , 0x0190A5D112927221B429C11CAB97330F , 0x0190A5D112A9723EBDAE82B947C3391C , 0x0190A5D112BB709D9EFAFA95FB00F9F9 , 0x0190A5D112D172A6A7ADD779F2430222 , 0x0190A5D112F27098A69552155B9F16D9 , 0x0190A5D1130370F8ABBCBA736FD56802 , 0x0190A5D11316731AB0E65E7D5666F67A , 0x0190A5D1132A7338B0E34885CAA446BF , 0x0190A5D1133D70B6A9676BBF2D834AC4 , 0x0190A5D1135071349BF04CA819668EC1 , 0x0190A5D1136173528828FC4556A1105A , 0x0190A5D1137371FBB2516AFF0E500435 , 0x0190A5D11387713FBDA1039C494D07BC , 0x0190A5D1139A72578C8CC7F2601CAD90 , 0x0190A5D113B472F5BD006602C91334BE , 0x0190A5D113BD7225A2131A852DE8C132 , 0x0190A5D113D27109959315DEB4BBFCDE , 0x0190A5D113E67001A045FAAA925E0026 , 0x0190A5D1140C73519B4BEFF924B80C8F , 0x0190A5D11412724BB766B91B61E2C05F , 0x0190A5D1141F73A3B5E7D9D2D8BB8EAB , 0x0190A5D114307398BB29677DDC17DA89 , 0x0190A5D1144471FAA65CCF8C701314BC , 0x0190A5D1145C72E58E6C78E17EB4B64F , 0x0190A5D1146F71CD9CEE66CC58420163 , 0x0190A5D1148472F2A1D073708D74FE4E , 0x0190A5D1149C72E181F483975A04D859 , 0x0190A5D114AF73909466CA9568D232A7 , 0x0190A5D114C573B692C1952117A2ACE4 , 0x0190A5D114E770D58BF2C79395A5D7E7 , 0x0190A5D1150E704BB9C78CFD0E24DC80 , 0x0190A5D1153C71DE8FD9617C01948063 , 0x0190A5D11562732E98A84B08BE520104 , 0x0190A5D1158C72C9BEF6B15E649BE79B , 0x0190A5D115B2704D96E8784C22FE550F , 0x0190A5D115C771F3A6E30E465489FACF , 0x0190A5D115D970B6A241E1D97EC2E14A , 0x0190A5D115EC71B38B4DFD7D976BD19E , 0x0190A5D115FF726F89DAE6824D77FE06 , 0x0190A5D11612715189075B0D45499D8B , 0x0190A5D116277264AD7486E3A3BDAA6D , 0x0190A5D11638701996A53EF8F4BB5ADD , 0x0190A5D1164D71859A07E148B255566A , 0x0190A5D11660712D8704916B708F1048 , 0x0190A5D1167372029B9BBF904CA8FDA2 , 0x0190A5D1168571758C7FF7E1C5C4D8D6 , 0x0190A5D116997221B4DC0D8BC4176A3C , 0x0190A5D116AD70209D92D14E3A8989F9 , 0x0190A5D116C2725093962E95181CFE52 , 0x0190A5D116D67301BBB0EF775F42AC2A , 0x0190A5D116E97374B0D913EBC16D1D7A , 0x0190A5D116FA72268A9EB825AECFAF7B , 0x0190A5D117117341B676053B6EB4AA0D , 0x0190A5D1172273ACAC256FE25D37E610 , 0x0190A5D1173672A78C56F6D2675ED23B , 0x0190A5D1174A72E1BD7D6397782F1DA1 , 0x0190A5D1175E70A1BB6BD95B3F8A2C57 , 0x0190A5D117717304A3149C313BA0A28D , 0x0190A5D11785709F8EDDA156B61BD0CD , 0x0190A5D117A670E895A77CC9E8EFCEB0 , 0x0190A5D117BE72B796BAC00A8C710535 , 0x0190A5D117D6734185F4E0E3F9CB6F00 , 0x0190A5D117E571EDA3DF2B79CC2C0CCD , 0x0190A5D11820738FAEA5A44D551850DA , 0x0190A5D11832712B932BDC93E9D11D45 , 0x0190A5D1184872AEBAE369173B5AF7B1 , 0x0190A5D1185C71FE9849B9655BFADA04 , 0x0190A5D11872709DA4DD7FDD94C984C3 , 0x0190A5D1188670C3932DC7ACC9F0B75F , 0x0190A5D118997070B304C669C850DC19 , 0x0190A5D118AE7053B0FB4C2DCF3EA36C , 0x0190A5D118D1732D8E18BCF7429D5A99 , 0x0190A5D118E271DB89477D0B8734D166 , 0x0190A5D118F97372A40B63EDFB8C4743 , 0x0190A5D1190A7184A8B8A472EAC029AA , 0x0190A5D11921717FAAF6EB2F9328488F , 0x0190A5D119357194AF3938CD2DD6DA3A , 0x0190A5D1194E7123A1F72BBED93946E1 , 0x0190A5D11962707280A73E156737FC71 , 0x0190A5D1197871988997FA501AA37680 , 0x0190A5D1198E7328B8F9FD782D9D014A , 0x0190A5D119A0714FA2896528CA5C588A , 0x0190A5D119B272E8B8DA7CC392A6F1BF , 0x0190A5D119C77269814C7FD1B0C22E41 , 0x0190A5D119D87286B147F1ECF75D9493 , 0x0190A5D119EE7360808AE465C836BA83 , 0x0190A5D11A047097AB9AD0BA17143839 , 0x0190A5D11A17731FB2D8D9C963E13698 , 0x0190A5D11A2972B79389CB6A44FA8BB1 , 0x0190A5D11A3C7100B6604CBB85F4AD97 , 0x0190A5D11A5370D58A2DD79F5142CAD9 , 0x0190A5D11A667048B4B80516E08A11D7 );
Copy
16
1.10 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` WHERE `sales_channel` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"˜C-ï9üF$³2\x13 ¥kŒ”M "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ‘J13£x"‰m\f p²ý;g "
b"˜C-ï9üF$³2\x13 ¥kŒ”M "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ‘J13£x"‰m\f p²ý;g "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
WHERE
`sales_channel` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` WHERE `sales_channel` . `id` IN (0x0190A64A9C267095B2C78AFFDE939AE0 , 0x98432DEF39FC4624B33213A56B8C944D , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x01914A3133A37822896D0C70B2FD3B67 , 0x98432DEF39FC4624B33213A56B8C944D , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x01914A3133A37822896D0C70B2FD3B67 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 );
Copy
17
0.87 ms
SELECT `property_group` . `id` as `property_group.id` , `property_group` . `display_type` as `property_group.displayType` , `property_group` . `sorting_type` as `property_group.sortingType` , `property_group` . `filterable` as `property_group.filterable` , `property_group` . `visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage` , `property_group` . `created_at` as `property_group.createdAt` , `property_group` . `updated_at` as `property_group.updatedAt` , `property_group.translation.name` , `property_group.translation.name` as `property_group.name` , `property_group.translation.description` , `property_group.translation.description` as `property_group.description` , `property_group.translation.position` , `property_group.translation.position` as `property_group.position` , `property_group.translation.customFields` , `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation` . `property_group_id` , `property_group.translation` . `name` as `property_group.translation.name` , `property_group.translation` . `description` as `property_group.translation.description` , `property_group.translation` . `position` as `property_group.translation.position` , `property_group.translation` . `custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation` . `language_id` = ? ) `property_group.property_group_translation` ON `property_group.property_group_translation` . `property_group_id` = `property_group` . `id` WHERE (`property_group` . `filterable` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT `property_group` . `id` as `property_group.id` , `property_group` . `display_type` as `property_group.displayType` , `property_group` . `sorting_type` as `property_group.sortingType` , `property_group` . `filterable` as `property_group.filterable` , `property_group` . `visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage` , `property_group` . `created_at` as `property_group.createdAt` , `property_group` . `updated_at` as `property_group.updatedAt` , `property_group.translation.name` , `property_group.translation.name` as `property_group.name` , `property_group.translation.description` , `property_group.translation.description` as `property_group.description` , `property_group.translation.position` , `property_group.translation.position` as `property_group.position` , `property_group.translation.customFields` , `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation` . `property_group_id` , `property_group.translation` . `name` as `property_group.translation.name` , `property_group.translation` . `description` as `property_group.translation.description` , `property_group.translation` . `position` as `property_group.translation.position` , `property_group.translation` . `custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group.property_group_translation` ON `property_group.property_group_translation` . `property_group_id` = `property_group` . `id` WHERE (`property_group` . `filterable` = 1 );
Copy
18
0.35 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
19
0.43 ms
SELECT `product_search_config` . `id` FROM `product_search_config` WHERE (`product_search_config` . `language_id` = ? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `product_search_config` . `id` FROM `product_search_config` WHERE (`product_search_config` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
20
0.32 ms
SELECT `product_search_config` . `id` as `product_search_config.id` , `product_search_config` . `language_id` as `product_search_config.languageId` , `product_search_config` . `and_logic` as `product_search_config.andLogic` , `product_search_config` . `min_search_length` as `product_search_config.minSearchLength` , `product_search_config` . `excluded_terms` as `product_search_config.excludedTerms` , `product_search_config` . `created_at` as `product_search_config.createdAt` , `product_search_config` . `updated_at` as `product_search_config.updatedAt` FROM `product_search_config` WHERE `product_search_config` . `id` IN (? )
Parameters :
[
b"\x01 ¥ÑLÃr'™Œ‘C\x1D Òy "
]
SELECT `product_search_config` . `id` as `product_search_config.id` , `product_search_config` . `language_id` as `product_search_config.languageId` , `product_search_config` . `and_logic` as `product_search_config.andLogic` , `product_search_config` . `min_search_length` as `product_search_config.minSearchLength` , `product_search_config` . `excluded_terms` as `product_search_config.excludedTerms` , `product_search_config` . `created_at` as `product_search_config.createdAt` , `product_search_config` . `updated_at` as `product_search_config.updatedAt` FROM `product_search_config` WHERE `product_search_config` . `id` IN (0x0190A5D14CC37227998C91438E1DD279 );
Copy
21
0.55 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
22
0.86 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ¥Ð¹ms\x03 ¿5=Ó\x03 å¹' "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x0190A5D0B96D7303BF353DD303E5B927 );
Copy
23
1.03 ms
SELECT `delivery_time` . `id` as `delivery_time.id` , `delivery_time` . `min` as `delivery_time.min` , `delivery_time` . `max` as `delivery_time.max` , `delivery_time` . `unit` as `delivery_time.unit` , `delivery_time` . `created_at` as `delivery_time.createdAt` , `delivery_time` . `updated_at` as `delivery_time.updatedAt` , `delivery_time.translation.name` , `delivery_time.translation.name` as `delivery_time.name` , `delivery_time.translation.customFields` , `delivery_time.translation.customFields` as `delivery_time.customFields` FROM `delivery_time` LEFT JOIN (SELECT `delivery_time.translation` . `delivery_time_id` , `delivery_time.translation` . `name` as `delivery_time.translation.name` , `delivery_time.translation` . `custom_fields` as `delivery_time.translation.customFields` FROM `delivery_time_translation` `delivery_time.translation` WHERE `delivery_time.translation` . `language_id` = ? ) `delivery_time.delivery_time_translation` ON `delivery_time.delivery_time_translation` . `delivery_time_id` = `delivery_time` . `id` WHERE `delivery_time` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ¥Ðº¥qh“?6:þÇ,\x02 "
]
SELECT `delivery_time` . `id` as `delivery_time.id` , `delivery_time` . `min` as `delivery_time.min` , `delivery_time` . `max` as `delivery_time.max` , `delivery_time` . `unit` as `delivery_time.unit` , `delivery_time` . `created_at` as `delivery_time.createdAt` , `delivery_time` . `updated_at` as `delivery_time.updatedAt` , `delivery_time.translation.name` , `delivery_time.translation.name` as `delivery_time.name` , `delivery_time.translation.customFields` , `delivery_time.translation.customFields` as `delivery_time.customFields` FROM `delivery_time` LEFT JOIN (SELECT `delivery_time.translation` . `delivery_time_id` , `delivery_time.translation` . `name` as `delivery_time.translation.name` , `delivery_time.translation` . `custom_fields` as `delivery_time.translation.customFields` FROM `delivery_time_translation` `delivery_time.translation` WHERE `delivery_time.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `delivery_time.delivery_time_translation` ON `delivery_time.delivery_time_translation` . `delivery_time_id` = `delivery_time` . `id` WHERE `delivery_time` . `id` IN (0x0190A5D0BAA57168933F363AFEC72C02 );
Copy
24
1.08 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE (`currency` . `iso_code` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"CHF "
"EUR "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE (`currency` . `iso_code` IN ('CHF' , 'EUR' ));
Copy
25
0.48 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
26
0.93 ms
SELECT `property_group` . `id` as `property_group.id` , `property_group` . `display_type` as `property_group.displayType` , `property_group` . `sorting_type` as `property_group.sortingType` , `property_group` . `filterable` as `property_group.filterable` , `property_group` . `visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage` , `property_group` . `created_at` as `property_group.createdAt` , `property_group` . `updated_at` as `property_group.updatedAt` , `property_group.translation.name` , `property_group.translation.name` as `property_group.name` , `property_group.translation.description` , `property_group.translation.description` as `property_group.description` , `property_group.translation.position` , `property_group.translation.position` as `property_group.position` , `property_group.translation.customFields` , `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation` . `property_group_id` , `property_group.translation` . `name` as `property_group.translation.name` , `property_group.translation` . `description` as `property_group.translation.description` , `property_group.translation` . `position` as `property_group.translation.position` , `property_group.translation` . `custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation` . `language_id` = ? ) `property_group.property_group_translation` ON `property_group.property_group_translation` . `property_group_id` = `property_group` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `property_group` . `id` as `property_group.id` , `property_group` . `display_type` as `property_group.displayType` , `property_group` . `sorting_type` as `property_group.sortingType` , `property_group` . `filterable` as `property_group.filterable` , `property_group` . `visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage` , `property_group` . `created_at` as `property_group.createdAt` , `property_group` . `updated_at` as `property_group.updatedAt` , `property_group.translation.name` , `property_group.translation.name` as `property_group.name` , `property_group.translation.description` , `property_group.translation.description` as `property_group.description` , `property_group.translation.position` , `property_group.translation.position` as `property_group.position` , `property_group.translation.customFields` , `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation` . `property_group_id` , `property_group.translation` . `name` as `property_group.translation.name` , `property_group.translation` . `description` as `property_group.translation.description` , `property_group.translation` . `position` as `property_group.translation.position` , `property_group.translation` . `custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group.property_group_translation` ON `property_group.property_group_translation` . `property_group_id` = `property_group` . `id` ;
Copy
27
0.86 ms
SELECT DISTINCT
LOWER (HEX (sales_channel . id )) AS salesChannelId ,
LOWER (HEX (domains . language_id )) AS languageId
FROM sales_channel_domain AS domains
INNER JOIN sales_channel
ON domains . sales_channel_id = sales_channel . id
AND sales_channel . active = 1
SELECT DISTINCT
LOWER (HEX (sales_channel . id )) AS salesChannelId ,
LOWER (HEX (domains . language_id )) AS languageId
FROM sales_channel_domain AS domains
INNER JOIN sales_channel
ON domains . sales_channel_id = sales_channel . id
AND sales_channel . active = 1 ;
Copy
28
0.34 ms
SELECT LOWER (HEX (sales_channel_id )) AS sales_channel_id , route_name , template
FROM seo_url_template
WHERE route_name IN (? )
Parameters :
[
"frontend.detail.page "
]
SELECT LOWER (HEX (sales_channel_id )) AS sales_channel_id , route_name , template
FROM seo_url_template
WHERE route_name IN ('frontend.detail.page' );
Copy
29
0.32 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` FROM `language`
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` FROM `language` ;
Copy
30
0.39 ms
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = ?
Parameters :
[
"0190a5d21558701cb17a1f89991d17e2 "
]
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = '0190a5d21558701cb17a1f89991d17e2' ;
Copy
31
0.27 ms
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = ?
Parameters :
[
"2fbb5fe2e29a4d70aa5854ce7ce3e20b "
]
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = '2fbb5fe2e29a4d70aa5854ce7ce3e20b' ;
Copy
32
0.77 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` ;
Copy
33
0.82 ms
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = ? ) AND (seo_url . language_id = ? ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (? ))
Parameters :
[
"frontend.detail.page "
b"/»_ââšMpªXTÎ|ãâ\v "
b"uí’"ñW‹àv¬\f v«R\x02 Ž "
]
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = 'frontend.detail.page' ) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (0x75ED9222F1578BE076AC0C76AB52028D ));
Copy
34
0.27 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
35
0.47 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? )) AND (sales_channel_id = ? )
Parameters :
[
b"uí’"ñW‹àv¬\f v«R\x02 Ž "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0x75ED9222F1578BE076AC0C76AB52028D )) AND (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 );
Copy
36
0.20 ms
"COMMIT"
37
0.54 ms
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = ? ) AND (seo_url . language_id = ? ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (? ))
Parameters :
[
"frontend.detail.page "
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"uí’"ñW‹àv¬\f v«R\x02 Ž "
]
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = 'frontend.detail.page' ) AND (seo_url . language_id = 0x0190A5D21558701CB17A1F89991D17E2 ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (0x75ED9222F1578BE076AC0C76AB52028D ));
Copy
38
0.17 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
39
0.50 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? )) AND (sales_channel_id = ? )
Parameters :
[
b"uí’"ñW‹àv¬\f v«R\x02 Ž "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0x75ED9222F1578BE076AC0C76AB52028D )) AND (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 );
Copy
40
0.23 ms
"COMMIT"
41
0.46 ms
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = ? ) AND (seo_url . language_id = ? ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (? ))
Parameters :
[
"frontend.detail.page "
b"/»_ââšMpªXTÎ|ãâ\v "
b"uí’"ñW‹àv¬\f v«R\x02 Ž "
]
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = 'frontend.detail.page' ) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (0x75ED9222F1578BE076AC0C76AB52028D ));
Copy
42
0.17 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
43
0.38 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? )) AND (sales_channel_id = ? )
Parameters :
[
b"uí’"ñW‹àv¬\f v«R\x02 Ž "
b"\x01 ‘J13£x"‰m\f p²ý;g "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0x75ED9222F1578BE076AC0C76AB52028D )) AND (sales_channel_id = 0x01914A3133A37822896D0C70B2FD3B67 );
Copy
44
0.13 ms
"COMMIT"
45
0.41 ms
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = ? ) AND (seo_url . language_id = ? ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (? ))
Parameters :
[
"frontend.detail.page "
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"uí’"ñW‹àv¬\f v«R\x02 Ž "
]
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = 'frontend.detail.page' ) AND (seo_url . language_id = 0x0190A5D21558701CB17A1F89991D17E2 ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (0x75ED9222F1578BE076AC0C76AB52028D ));
Copy
46
0.15 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
47
0.32 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? )) AND (sales_channel_id = ? )
Parameters :
[
b"uí’"ñW‹àv¬\f v«R\x02 Ž "
b"˜C-ï9üF$³2\x13 ¥kŒ”M "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0x75ED9222F1578BE076AC0C76AB52028D )) AND (sales_channel_id = 0x98432DEF39FC4624B33213A56B8C944D );
Copy
48
0.16 ms
"COMMIT"
49
0.43 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
50
0.36 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
51
0.50 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ¦\üqs™Ì[Îj¥dj "
b"\x01 ¥Ñ*ÿsç˜Ã-Œ²5w\n "
b"\x01 ¥Ñ*ÿsç˜Ã-Œ² é\x10 "
b"\x01 ¥Ñ*ÿsç˜Ã-Œ³vœ\x07 "
b"\x01 ¥Ñ*ÿsç˜Ã-Œ´W\x10 ý "
b"\x01 ¥Ñ*ÿsç˜Ã-Œµ\x1D ìy "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x0190A65CFC81717399CC5BCE6AA5646A , 0x0190A5D12AFF73E798C32D8CB235770A , 0x0190A5D12AFF73E798C32D8CB2A0E910 , 0x0190A5D12AFF73E798C32D8CB3769C07 , 0x0190A5D12AFF73E798C32D8CB45710FD , 0x0190A5D12AFF73E798C32D8CB51DEC79 );
Copy
52
0.49 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"\x01 —œHí<wEªXfÔ5¸·Þ "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0x01979C48ED3C7745AA5866D435B8B7DE );
Copy
53
0.46 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"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
]
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` = 0x0190A64A9C267095B2C78AFFDE939AE0 ;
Copy
54
0.57 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 :
[
"/author/Collins,%20Julie "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/author/Collins,%20Julie' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x0190A64A9C267095B2C78AFFDE939AE0 AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , 0x0190A5D21558701CB17A1F89991D17E2 );
Copy
55
0.69 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
56
0.89 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"\x01 ‘™\x1A\x10 QtÄ\e (ÀˆˆVh "
]
SELECT path FROM category WHERE id = 0x0191991A105174C48F1B28C088885668 ;
Copy
57
0.35 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
58
1.07 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ‘™\x1A\x10 QtÄ\e (ÀˆˆVh "
]
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.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
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.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0191991A105174C48F1B28C088885668 ));
Copy
59
0.86 ms
SELECT `plugin` . `id` as `plugin.id` , `plugin` . `base_class` as `plugin.baseClass` , `plugin` . `name` as `plugin.name` , `plugin` . `composer_name` as `plugin.composerName` , `plugin` . `autoload` as `plugin.autoload` , `plugin` . `active` as `plugin.active` , `plugin` . `managed_by_composer` as `plugin.managedByComposer` , `plugin` . `path` as `plugin.path` , `plugin` . `author` as `plugin.author` , `plugin` . `copyright` as `plugin.copyright` , `plugin` . `license` as `plugin.license` , `plugin` . `version` as `plugin.version` , `plugin` . `upgrade_version` as `plugin.upgradeVersion` , `plugin` . `installed_at` as `plugin.installedAt` , `plugin` . `upgraded_at` as `plugin.upgradedAt` , `plugin` . `icon` as `plugin.iconRaw` , `plugin` . `created_at` as `plugin.createdAt` , `plugin` . `updated_at` as `plugin.updatedAt` , `plugin.translation.label` , `plugin.translation.label` as `plugin.label` , `plugin.translation.description` , `plugin.translation.description` as `plugin.description` , `plugin.translation.manufacturerLink` , `plugin.translation.manufacturerLink` as `plugin.manufacturerLink` , `plugin.translation.supportLink` , `plugin.translation.supportLink` as `plugin.supportLink` , `plugin.translation.customFields` , `plugin.translation.customFields` as `plugin.customFields` FROM `plugin` LEFT JOIN (SELECT `plugin.translation` . `plugin_id` , `plugin.translation` . `label` as `plugin.translation.label` , `plugin.translation` . `description` as `plugin.translation.description` , `plugin.translation` . `manufacturer_link` as `plugin.translation.manufacturerLink` , `plugin.translation` . `support_link` as `plugin.translation.supportLink` , `plugin.translation` . `custom_fields` as `plugin.translation.customFields` FROM `plugin_translation` `plugin.translation` WHERE `plugin.translation` . `language_id` = ? ) `plugin.plugin_translation` ON `plugin.plugin_translation` . `plugin_id` = `plugin` . `id` WHERE (`plugin` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"esMetaCatalog6 "
]
SELECT `plugin` . `id` as `plugin.id` , `plugin` . `base_class` as `plugin.baseClass` , `plugin` . `name` as `plugin.name` , `plugin` . `composer_name` as `plugin.composerName` , `plugin` . `autoload` as `plugin.autoload` , `plugin` . `active` as `plugin.active` , `plugin` . `managed_by_composer` as `plugin.managedByComposer` , `plugin` . `path` as `plugin.path` , `plugin` . `author` as `plugin.author` , `plugin` . `copyright` as `plugin.copyright` , `plugin` . `license` as `plugin.license` , `plugin` . `version` as `plugin.version` , `plugin` . `upgrade_version` as `plugin.upgradeVersion` , `plugin` . `installed_at` as `plugin.installedAt` , `plugin` . `upgraded_at` as `plugin.upgradedAt` , `plugin` . `icon` as `plugin.iconRaw` , `plugin` . `created_at` as `plugin.createdAt` , `plugin` . `updated_at` as `plugin.updatedAt` , `plugin.translation.label` , `plugin.translation.label` as `plugin.label` , `plugin.translation.description` , `plugin.translation.description` as `plugin.description` , `plugin.translation.manufacturerLink` , `plugin.translation.manufacturerLink` as `plugin.manufacturerLink` , `plugin.translation.supportLink` , `plugin.translation.supportLink` as `plugin.supportLink` , `plugin.translation.customFields` , `plugin.translation.customFields` as `plugin.customFields` FROM `plugin` LEFT JOIN (SELECT `plugin.translation` . `plugin_id` , `plugin.translation` . `label` as `plugin.translation.label` , `plugin.translation` . `description` as `plugin.translation.description` , `plugin.translation` . `manufacturer_link` as `plugin.translation.manufacturerLink` , `plugin.translation` . `support_link` as `plugin.translation.supportLink` , `plugin.translation` . `custom_fields` as `plugin.translation.customFields` FROM `plugin_translation` `plugin.translation` WHERE `plugin.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `plugin.plugin_translation` ON `plugin.plugin_translation` . `plugin_id` = `plugin` . `id` WHERE (`plugin` . `name` = 'esMetaCatalog6' );
Copy
60
5.24 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/0191991d5eb67fd4b567fba328e920b9 "
"/navigation/0191ee79a6787f3ebee5fac531dd762f "
"/navigation/0191ee79d625774ea134623944f3fcbb "
"/navigation/0191ee79f4297d84b7916c7493090310 "
"/navigation/0191ee8834aa7e0bacebfed3705d2f42 "
"/navigation/0191ee7b08dc78f49e8cc3d05be28f77 "
"/navigation/0191ee6d4d6b7fc5bcad94019bf1e96b "
"/navigation/0191ee6d70757a6ca9c423539622f9ae "
"/navigation/0191ee6d8fb27f8eb69858c1e836a16a "
"/navigation/0191ee6db9f3790d80e39026e4cd8ebb "
"/navigation/0191ee6ddae6739ba84e5b6196ec2c88 "
"/navigation/0191ee6dfd087c0dacb354db6e3d36ef "
"/navigation/0191ee6e265d768a91a683a7ef2d63fc "
"/navigation/0191ee6e4a32731a900bb77db5d36c32 "
"/navigation/0191ee6e78d2746ca16d6b93bada0a81 "
"/navigation/0191ee6ea63a7c8bbdbda9515feddae9 "
"/navigation/0191ee6edf2d765283cc5d79189f0394 "
"/navigation/0191ee6ef1fe75429f15660a27ec31ba "
"/navigation/019bbc13360772d48aa0e775b36078fc "
"/navigation/0191ee7a8eff7f1ebc65845f5e28284c "
"/navigation/0191ee8f84c671d78bd828bdfaa24128 "
"/navigation/0191ee8fb87e7680b42765fffe64b6c2 "
"/navigation/0191ee8fcf8c70738480b2ab98219716 "
"/navigation/019bbc8addde7ec0b9de3c09f9d67c79 "
"/navigation/0191ee8b859d7e7da514bdc0768cc521 "
"/navigation/0191ee8ba2087cf980fe6bcb30af6db2 "
"/navigation/0191ee8bbda37bd7b9e0fad4751a32ce "
"/navigation/0191ee8bcfe27cbaa3ff3939db0de93a "
"/navigation/0191ee8bf4fb72e48edc1694c64a24be "
"/navigation/0191ee8bfdd076bbb2a4eb12e1fbb085 "
"/navigation/0191ee8c0f2a7b958b4976e43d13f1bd "
"/navigation/0191ee8c2af57498845593f11f801c1e "
"/navigation/0191ee8c39b071929ec9011fc654c0d4 "
"/navigation/0191ee8c48587f56b6507202f96c078a "
"/navigation/0191ee8c6b317bf8bac59dd0539ee242 "
"/navigation/0191ee8c9ffd7531921fa96cd08e6870 "
"/navigation/019bbc1f5a437136aab323feda1d2318 "
"/navigation/0191ee88ef8870e39e23e5c220b067fb "
"/navigation/0191ee8904567fe7adbab40cfc5d69d5 "
"/navigation/0191ee8923c472ab81aa73663f7cf3f7 "
"/navigation/0191ee894a09763b8057e91754cef150 "
"/navigation/0191ee8968177963ac3aa14c10d37bc9 "
"/navigation/0191ee89779879ef963e6f1540030795 "
"/navigation/0191ee89884e78368492ab963012db6c "
"/navigation/0191ee8998cc7222b91ba046b53192f9 "
"/navigation/019bbc8c364e78b38debf325c0948ed3 "
"/navigation/0197eab99a3e75dd8ad2c73889740341 "
"/navigation/0197d448ba2c7b199942eb3f22924203 "
"/navigation/0197eaba7b8c7e55abd85d988e9cee74 "
"/navigation/0197eaba9d2e7732bf768c604fd3f081 "
"/navigation/0191ee7ba89c75a2ba0ab988a5d8eb41 "
"/navigation/0197c6cd65837af7b7b5bb1d07118f90 "
"/navigation/0197c6cda35d73078fe33fce062c3f8f "
"/navigation/0197c6cdef4e7480ad18f56a29f1c2de "
"/navigation/0197c6ce0f52712a82719412b96a72cc "
"/navigation/0197c6ce2a9d71d29ab20a61450751f4 "
"/navigation/0197c6ce5f5877dab18548a7feca9cb0 "
"/navigation/0191ee7bbca17c70b8fafb3b5ba5e986 "
"/navigation/0197cbf7289070ac9957fb8239ac36f3 "
"/navigation/0197cbf7897d714382426d8376f4bfc8 "
"/navigation/0191ee7bd61d725cb9b1f1665a57ff2b "
"/navigation/0191ee7bf27c7f0b9d4b926ed5083238 "
"/navigation/0197e971cb747e65b6c65a1d256f4ea2 "
"/navigation/0197e97244247d2bb74e791fd85fb1fd "
"/navigation/019690bc6707711e88da28969c511a89 "
"/navigation/0197cbb94c187370ae556386a7468a03 "
"/navigation/0197cbb986f570fb8b2eed529ea53e75 "
"/navigation/0191ee7c21677f4595a2b91b0303681d "
"/detail/75ed9222f1578be076ac0c76ab52028d "
"/navigation/0190ba53fe0673a28d789f957f8c8db7 "
"/navigation/0190ba542b957fab996cb7ede232036e "
"/navigation/0190ba5447c07f729e5aac14ab3977b8 "
"/navigation/0190ba546be170968b14cb8c25875a2a "
"/navigation/0190ba58be4b7a20a08c5bb8c1a6daaf "
"/navigation/0190ba556daf75c1a2780021b765e2d9 "
"/navigation/0190ba558dea7f4ca2e1a2d8a22b1081 "
"/navigation/0190ba55964f7ad9bcf0d435407e367f "
"/navigation/0190ba55c18b70218fa12367468dc14a "
"/navigation/0190ba5826c97e72ad021d9ac2ab2ffb "
"/navigation/0190ba583d7d773387a1506471bed744 "
"/navigation/0190ba5869fe70f79e656dfa6b015df2 "
"/navigation/01968c734b3f7eef8c0efce23dddc529 "
"/navigation/0190ba58834b73568e28fef89cb2b86f "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
]
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/0191991d5eb67fd4b567fba328e920b9' , '/navigation/0191ee79a6787f3ebee5fac531dd762f' , '/navigation/0191ee79d625774ea134623944f3fcbb' , '/navigation/0191ee79f4297d84b7916c7493090310' , '/navigation/0191ee8834aa7e0bacebfed3705d2f42' , '/navigation/0191ee7b08dc78f49e8cc3d05be28f77' , '/navigation/0191ee6d4d6b7fc5bcad94019bf1e96b' , '/navigation/0191ee6d70757a6ca9c423539622f9ae' , '/navigation/0191ee6d8fb27f8eb69858c1e836a16a' , '/navigation/0191ee6db9f3790d80e39026e4cd8ebb' , '/navigation/0191ee6ddae6739ba84e5b6196ec2c88' , '/navigation/0191ee6dfd087c0dacb354db6e3d36ef' , '/navigation/0191ee6e265d768a91a683a7ef2d63fc' , '/navigation/0191ee6e4a32731a900bb77db5d36c32' , '/navigation/0191ee6e78d2746ca16d6b93bada0a81' , '/navigation/0191ee6ea63a7c8bbdbda9515feddae9' , '/navigation/0191ee6edf2d765283cc5d79189f0394' , '/navigation/0191ee6ef1fe75429f15660a27ec31ba' , '/navigation/019bbc13360772d48aa0e775b36078fc' , '/navigation/0191ee7a8eff7f1ebc65845f5e28284c' , '/navigation/0191ee8f84c671d78bd828bdfaa24128' , '/navigation/0191ee8fb87e7680b42765fffe64b6c2' , '/navigation/0191ee8fcf8c70738480b2ab98219716' , '/navigation/019bbc8addde7ec0b9de3c09f9d67c79' , '/navigation/0191ee8b859d7e7da514bdc0768cc521' , '/navigation/0191ee8ba2087cf980fe6bcb30af6db2' , '/navigation/0191ee8bbda37bd7b9e0fad4751a32ce' , '/navigation/0191ee8bcfe27cbaa3ff3939db0de93a' , '/navigation/0191ee8bf4fb72e48edc1694c64a24be' , '/navigation/0191ee8bfdd076bbb2a4eb12e1fbb085' , '/navigation/0191ee8c0f2a7b958b4976e43d13f1bd' , '/navigation/0191ee8c2af57498845593f11f801c1e' , '/navigation/0191ee8c39b071929ec9011fc654c0d4' , '/navigation/0191ee8c48587f56b6507202f96c078a' , '/navigation/0191ee8c6b317bf8bac59dd0539ee242' , '/navigation/0191ee8c9ffd7531921fa96cd08e6870' , '/navigation/019bbc1f5a437136aab323feda1d2318' , '/navigation/0191ee88ef8870e39e23e5c220b067fb' , '/navigation/0191ee8904567fe7adbab40cfc5d69d5' , '/navigation/0191ee8923c472ab81aa73663f7cf3f7' , '/navigation/0191ee894a09763b8057e91754cef150' , '/navigation/0191ee8968177963ac3aa14c10d37bc9' , '/navigation/0191ee89779879ef963e6f1540030795' , '/navigation/0191ee89884e78368492ab963012db6c' , '/navigation/0191ee8998cc7222b91ba046b53192f9' , '/navigation/019bbc8c364e78b38debf325c0948ed3' , '/navigation/0197eab99a3e75dd8ad2c73889740341' , '/navigation/0197d448ba2c7b199942eb3f22924203' , '/navigation/0197eaba7b8c7e55abd85d988e9cee74' , '/navigation/0197eaba9d2e7732bf768c604fd3f081' , '/navigation/0191ee7ba89c75a2ba0ab988a5d8eb41' , '/navigation/0197c6cd65837af7b7b5bb1d07118f90' , '/navigation/0197c6cda35d73078fe33fce062c3f8f' , '/navigation/0197c6cdef4e7480ad18f56a29f1c2de' , '/navigation/0197c6ce0f52712a82719412b96a72cc' , '/navigation/0197c6ce2a9d71d29ab20a61450751f4' , '/navigation/0197c6ce5f5877dab18548a7feca9cb0' , '/navigation/0191ee7bbca17c70b8fafb3b5ba5e986' , '/navigation/0197cbf7289070ac9957fb8239ac36f3' , '/navigation/0197cbf7897d714382426d8376f4bfc8' , '/navigation/0191ee7bd61d725cb9b1f1665a57ff2b' , '/navigation/0191ee7bf27c7f0b9d4b926ed5083238' , '/navigation/0197e971cb747e65b6c65a1d256f4ea2' , '/navigation/0197e97244247d2bb74e791fd85fb1fd' , '/navigation/019690bc6707711e88da28969c511a89' , '/navigation/0197cbb94c187370ae556386a7468a03' , '/navigation/0197cbb986f570fb8b2eed529ea53e75' , '/navigation/0191ee7c21677f4595a2b91b0303681d' , '/detail/75ed9222f1578be076ac0c76ab52028d' , '/navigation/0190ba53fe0673a28d789f957f8c8db7' , '/navigation/0190ba542b957fab996cb7ede232036e' , '/navigation/0190ba5447c07f729e5aac14ab3977b8' , '/navigation/0190ba546be170968b14cb8c25875a2a' , '/navigation/0190ba58be4b7a20a08c5bb8c1a6daaf' , '/navigation/0190ba556daf75c1a2780021b765e2d9' , '/navigation/0190ba558dea7f4ca2e1a2d8a22b1081' , '/navigation/0190ba55964f7ad9bcf0d435407e367f' , '/navigation/0190ba55c18b70218fa12367468dc14a' , '/navigation/0190ba5826c97e72ad021d9ac2ab2ffb' , '/navigation/0190ba583d7d773387a1506471bed744' , '/navigation/0190ba5869fe70f79e656dfa6b015df2' , '/navigation/01968c734b3f7eef8c0efce23dddc529' , '/navigation/0190ba58834b73568e28fef89cb2b86f' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
61
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 ˜3\x1A ì†sÞºð\x19 KHB\x00 Ï "
b"\x01 ˜8\x07 ³.su·M\x1F àë\x04 2‰ "
b"\x01 ˜8\x1D J$y\x04 ‰²±!øË\t 5 "
b"\x01 ‘jÿ\x7F íqÔŽ\x11\x1D ñMˆwà "
b"\x01 ‘k\x06 àŽr\x16 ‡BÁ¶ûƒ9i "
b"\x01 ‘k\x07 õ>xý©g\x0F ó~\e ÿ« "
b"\x01 –g^Ü\x1A r1™ŽnÉf™’² "
b"""
\x01 —Àï¿ýp\x0E ´ë%¬óf\n
õ
"""
b"\x01 ˜,\x03 3Õr©€AÃ\x1A ݯßï "
b"\x01 ˜6Sà\x01 }þ‹|&Y¹Íå¥ "
b"\x01 ˜7ú\x1C cr²¦¸foB$\x16 é "
b"\x01 ˜\x04 y/y\x0F ¤úé4Z˜\x11 Ô "
b"\x01 ¥Ðºzs:‹Uo¨üG "
b"\x01 ¥ÐºÇsl´Çäæ:\x7F j7 "
b"\x01 ¥ÐøápQ…·ÄÏCª\x1E\t "
b"\x01 ‘™IY\x7F |ù•/ˆÓÉ’!‚ "
b"\x01 ¥Ð»ds”†6…LhKÙ "
b"\x01 —ù%gŽr\x08 ®xàxv9RÎ "
]
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 (0x0198331AEC8673DEBAF0194B484200CF , 0x01983807B32E7375B74D1FE0EB043289 , 0x0198381D4A24790489B2B121F8CB0935 , 0x01916AFF7FED71D48D111DF14D8877C3 , 0x01916B06E08D72168742C1B6FB833969 , 0x01916B07F53E78FDA9670FF37E1BFFAB , 0x0196675EDC1A7231998E6EC9669992B2 , 0x0197C0EFBFFD700EB4EB25ACF3660AF5 , 0x01982C0333D572A98041C31ADDAFDFEF , 0x01983653E0017DFE8B7C2659B9CDE5A5 , 0x019837FA1C6372B2A6B8666F422416E9 , 0x0198AD04792F790FA4FAE9345A9811D4 , 0x0190A5D0BA7A733A8B556FC290A8FC47 , 0x0190A5D0BAC7736CB4C7E4E63A7F6A37 , 0x0190A5D0F8E1705185B7C4CF43AA1E09 , 0x01919949597F7CF9952F88D3C9922182 , 0x0190A5D0BB6473948636854C684B9FD9 , 0x0197F925678E7208AE78E078763952CE );
Copy
62
1.11 ms
SELECT `meta_catalog_id` . `id` FROM `meta_catalog_id` WHERE `meta_catalog_id` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"·é˜\v g\x18\x1C Ì?Ùä$÷µ° "
b"a\v\x00 u#Ê}g3ý-ó;½ G "
b"ÂÚ^¨\v ¬¶E&XVs5¶\f \r "
b" \x03 NñNÿiˆ³Õºp+; "
b"\x05 `\x1D © Xd5ÜÆÝ¢—l~S "
b"2²£›ì\r ú\x18 ª\x00 ¨Ø+¦Ï "
b"Ï\x02 }@ýÑõZ|\x13 ±u’®\x00 / "
b"eØçX‹ê=·\x7F !ÇŒõkh‡ "
b"¡¶ûÂе+s|ÏAgæ\x1D\x7F t "
b"«ç’ÔZŠ#uØÔ\x17 ÂÄ;O "
b"c9ì\x06 ƒçñ.Y¦;\x04 \r C "
b"\x19 nHÏ|Ï//8¨Æ¶H6$g "
b"áo\x1A\x00 \r Ðóó—\x14 †áfjm\f "
b"""
VzN<Ï>ûê\n
²\x1F = Xh\x15
"""
b"ó~´\x1C !\x02 y(›‚\x1C k*ir\x06 "
b"TŒ£Û¤ŸóÍ^\v û¨»Òÿë "
b"uí’"ñW‹àv¬\f v«R\x02 Ž "
]
SELECT `meta_catalog_id` . `id` FROM `meta_catalog_id` WHERE `meta_catalog_id` . `id` IN (0xB781E9980B67181CCC3FD9E424F7B5B0 , 0x610B007523CA7D6733FD2DF33BBDA047 , 0xC2DA5EA80BACB6452658567335B60C0D , 0x20034EF14EFF6988B390D5BA70AD2B3B , 0x05601DA920586435DCC6DDA2976C7E53 , 0x32B2A39BEC0DFA18C2AA00A8D82BA6CF , 0xCF027D40FDD1F55A7C13B17592AE002F , 0x65D8E7588BEA3DB77F21C78CF56B6887 , 0xA1B6FBC2D0B52B737CCF4167E61D7F74 , 0xABE78F92D45A8A2375D8D417C2C43B4F , 0x6339EC90068381E7F12E59A63B040D43 , 0x196E48CF7CCF2F2F38A8C6B648362467 , 0xE16F1A000DD0F3F3971486E1666A6D0C , 0x567A4E3CCF3EFBEA0AB21F3D20586815 , 0xF37EB41C210279289B821C6B2A697206 , 0x548CA3DBA49FF3CD5E0BFBA8BBD2FFEB , 0x75ED9222F1578BE076AC0C76AB52028D );
Copy