1
0.51 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
2
0.21 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
3
0.22 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
4
0.16 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
5
0.45 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 “\x01 k\x1A â}¹£}û¬§M7ð "
"Toys-Movies/Jewelry-Home-Health/Sports-Electronics-Health/Books-Health "
"Toys-Movies/Jewelry-Home-Health/Sports-Electronics-Health/Books-Health/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x0193016B1AE27DB9A37DFBACA74D37F0 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'Toys-Movies/Jewelry-Home-Health/Sports-Electronics-Health/Books-Health' OR seo_path_info = 'Toys-Movies/Jewelry-Home-Health/Sports-Electronics-Health/Books-Health/' ));
Copy
6
0.18 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
7
5.69 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 “\x01 k\x1A â}¹£}û¬§M7ð "
"0AYHHZXyEHqSDjExQEmpH3BnvrWktltc "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0193016B1AE27DB9A37DFBACA74D37F0 ) AND (token = '0AYHHZXyEHqSDjExQEmpH3BnvrWktltc' ) LIMIT 1 ;
Copy
8
0.17 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"0AYHHZXyEHqSDjExQEmpH3BnvrWktltc "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '0AYHHZXyEHqSDjExQEmpH3BnvrWktltc' ;
Copy
9
0.18 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
10
0.38 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
11
0.24 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
12
0.20 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 “\x01 k\x1A â}¹£}û¬§M7ð "
b"\x01 “\x01 c,%sVœ“ù\x18 ¹¤\x19 ‚ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x0193016B1AE27DB9A37DFBACA74D37F0 AND `sales_channel_country` . `country_id` = 0x019301632C2573569C93F918B9A41982 );
Copy
13
0.14 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
14
0.28 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
15
0.20 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
16
0.25 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
17
0.40 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
18
0.23 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
19
0.23 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
20
0.28 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
21
0.20 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
22
0.61 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 q—\x19 p€¨\x17 _Z©O$C "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0193017197197080A8175F5AA94F2443 ));
Copy
23
0.37 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 c5hrè±~׃ò‚ Ý "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x01930163356872E8B17ED783F28220DD ));
Copy
24
2.36 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 c5hrè±~׃ò‚ Ý "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x01930163356872E8B17ED783F28220DD )));
Copy
25
1.87 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 cAÖrÆ“óZưd?\x17 "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x0193016341D672C693F35AC6B0643F17 )));
Copy
26
1.75 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ô\x01 c5ms‗ª╗│øl#Øy "
b"\x01 “\x01 c5msò¦»³›m\r dM "
b"\x01 “\x01 cCèr3…mZ)½ÞTâ "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x01930163356D73F2A6BBB39B6C239D79 , 0x01930163356D73F2A6BBB39B6D0D644D , 0x0193016343E87233856D5A29BDDE54E2 )));
Copy
27
5.70 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 ô\x01 ctÿsÐÉ<▀®Ì!\x15 ▄ "
]
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 (0x01930163749873D1903CDFA9DE2115DC );
Copy
28
0.53 ms
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = ? ) ORDER BY `product_sorting` . `priority` DESC
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = 1 ) ORDER BY `product_sorting` . `priority` DESC ;
Copy
29
0.60 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 ô\x01 ctÿsÐÉ<▀®Ì!\x15 ▄ "
b"\x01 ô\x01 ctÿsÐÉ<▀®Ì5▀Á "
b"\x01 ô\x01 ctÿsÐÉ<▀®ÌÌ\x1D ı "
b"\x01 ô\x01 ctÿsÐÉ<▀®▀HT: "
b"\x01 ô\x01 ctÿsÐÉ<▀®▀ò6Á "
b"\x01 “\x01 c~cs\e \x05 ¨§æ‰§ò "
]
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 (0x01930163749873D1903CDFA9DE2115DC , 0x01930163749873D1903CDFA9DE35DFB5 , 0x01930163749873D1903CDFA9DEDE1DD5 , 0x01930163749873D1903CDFA9DF48543A , 0x01930163749873D1903CDFA9DF9536B5 , 0x019301637E63731BAD05A8A7E689A7F2 );
Copy
30
0.24 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 q—\x19 p€¨\x17 _Z©O$C "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0193017197197080A8175F5AA94F2443 )) LIMIT 1 ;
Copy
31
0.17 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 q—\x19 p€¨\x17 _Z©O$C "
]
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0193017197197080A8175F5AA94F2443 ));
Copy
32
0.69 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 q¯fs,©“H='r\x19 ÿ "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F :^tµ "
b"\x01 ô\x01 q»hqÀìj=─¡û╚\t "
b"\x01 “\x01 c2ës1©Îå%\x03 ª‘C "
b"\x01 “\x01 q¯Sq»Š\x1F\x10 ƒ˜U\x12 "
b"\x01 “\x01 q¯Sq»Š\x1F\x10 ƒ™©…` "
b"\x01 “\x01 q¯Sq»Š\x1F\x10 ƒš\x04 ¾t "
b"\x01 “\x01 q¯fs,©“H=& ®Š "
b"\x01 “\x01 q¯fs,©“H=)E\x01 * "
b"\x01 “\x01 q¯fs,©“H=-\x0E |M "
b"\x01 “\x01 q¯fs,©“H=.\f ˜ž "
b"\x01 “\x01 q¯fs,©“H=1ˤ\x10 "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F ;\e Ñ "
b"\x01 “\x01 q¯Ts\x15 —¬T…ÎGÙ† "
b"\x01 “\x01 q¯Ts\x15 —¬T…Ï=¥ð "
b"\x01 “\x01 q¯Ts\x15 —¬T…Ò„~\x19 "
b"\x01 ô\x01 q»Ts\x15 ù¼TàË]ì´ "
b"\x01 “\x01 q¯Ts\x15 —¬T…ÕP — "
b"\x01 “\x01 q¯fs,©“H=$YYÖ "
b"\x01 “\x01 q¯fs,©“H=%s\x02 k "
b"\x01 “\x01 q¯fs,©“H=%æè0 "
b"\x01 “\x01 q¯fs,©“H=*¶z¿ "
b"\x01 “\x01 q¯fs,©“H=*þÓ~ "
b"\x01 “\x01 q¯fs,©“H=+ubÍ "
b"\x01 “\x01 q¯fs,©“H=, ÊÞ "
b"\x01 “\x01 q¯fs,©“H=,š]\x19 "
b"\x01 “\x01 q¯fs,©“H=/µ3É "
b"\x01 “\x01 q¯fs,©“H=2=ø^ "
b"\x01 “\x01 q¯fs,©“H=2öíÐ "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F 9E;█ "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F 9░Ç\n "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F 9¤\f 8 "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F :Û^┐ "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F ;ßËk "
b"\x01 ô\x01 q»hqÀìj=─¼Ë\x1E 5 "
]
SELECT
`product_manufacturer` . `id` as `product_manufacturer.id` ,
`product_manufacturer` . `version_id` as `product_manufacturer.versionId` ,
`product_manufacturer` . `media_id` as `product_manufacturer.mediaId` ,
`product_manufacturer` . `link` as `product_manufacturer.link` ,
`product_manufacturer` . `created_at` as `product_manufacturer.createdAt` ,
`product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` ,
`product_manufacturer.translation.name` ,
`product_manufacturer.translation.name` as `product_manufacturer.name` ,
`product_manufacturer.translation.description` ,
`product_manufacturer.translation.description` as `product_manufacturer.description` ,
`product_manufacturer.translation.customFields` ,
`product_manufacturer.translation.customFields` as `product_manufacturer.customFields`
FROM
`product_manufacturer`
LEFT JOIN (
SELECT
`product_manufacturer.translation` . `product_manufacturer_id` ,
`product_manufacturer.translation` . `product_manufacturer_version_id` ,
`product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` ,
`product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` ,
`product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
WHERE
`product_manufacturer.translation` . `language_id` = ?
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id`
AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id`
WHERE
(
`product_manufacturer` . `version_id` = ?
)
AND (
`product_manufacturer` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ?
)
)
Copy
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x01930171AF66732CA993483D277219FF , 0x01930171AF6770EBB5178F1F3A5E74E6 , 0x01930171AF6871B78D6A3DC4AD96C809 , 0x0193016332EB7331A9CEE52503AA9143 , 0x01930171AF5371BB8A1F108398AD5512 , 0x01930171AF5371BB8A1F108399A98560 , 0x01930171AF5371BB8A1F10839A04BE74 , 0x01930171AF66732CA993483D2620AE8A , 0x01930171AF66732CA993483D2945012A , 0x01930171AF66732CA993483D2D0E7C4D , 0x01930171AF66732CA993483D2E0C989E , 0x01930171AF66732CA993483D31CBA410 , 0x01930171AF6770EBB5178F1F3B1BFFA5 , 0x01930171AF54731597AC5485CE47D986 , 0x01930171AF54731597AC5485CF3DA5F0 , 0x01930171AF54731597AC5485D2847E19 , 0x01930171AF54731597AC5485D35D8DEF , 0x01930171AF54731597AC5485D5502097 , 0x01930171AF66732CA993483D245959D6 , 0x01930171AF66732CA993483D2573026B , 0x01930171AF66732CA993483D25E6E830 , 0x01930171AF66732CA993483D2AB67ABF , 0x01930171AF66732CA993483D2AFED37E , 0x01930171AF66732CA993483D2B7562CD , 0x01930171AF66732CA993483D2C20CADE , 0x01930171AF66732CA993483D2C9A5D19 , 0x01930171AF66732CA993483D2FB533C9 , 0x01930171AF66732CA993483D323DF85E , 0x01930171AF66732CA993483D32F6EDD0 , 0x01930171AF6770EBB5178F1F39453BDB , 0x01930171AF6770EBB5178F1F39B0800A , 0x01930171AF6770EBB5178F1F39CF0C38 , 0x01930171AF6770EBB5178F1F3AEA5EBF , 0x01930171AF6770EBB5178F1F3BE1D36B , 0x01930171AF6871B78D6A3DC4ACD31E35 ));
Copy
33
0.55 ms
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = ?
AND child . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ô\x01 s¦ªp├øØÔ(E¯Íä "
b"\x01 “\x01 sbCs›’+Á\x04 e;\x1F • "
b"\x01 “\x01 rÙÒr¨¤; ·í-ã& "
b"\x01 “\x01 s݉q\x1A ƒiPY¾¤ùD "
b"\x01 “\x01 sÝ¢s±„žªMèÊ@õ "
b"\x01 “\x01 vÜp!ºíïòûßµƒ "
b"""
\x01 “\x01 v©p”£“µP‚†\n
\x1A
"""
b"\x01 ô\x01 s¦üpÀ▒8╝Á\x1C ÜK& "
b"\x01 “\x01 vÔs\x1C ©iY\x05 ßÁ\x06 ’ "
b"\x01 “\x01 rÙûqнâ\x04 UœÌ¦w "
b"\x01 “\x01 rÙØp-¶†\x04\x17 ¿îM\x7F "
b"\x01 ô\x01 v!]r1éCtî┬ùÅF "
b"\x01 “\x01 v[sK‘€÷aX¨†= "
b"\x01 “\x01 väpN¼ÊÜËÆ°‘ "
b"\x01 “\x01 sÝyrÃ\e ’æ©~\e\x10 "
b"\x01 ô\x01 v¡üqa£ïâ*p╚<È "
b"\x01 “\x01 sb5rÿ¯\r ÿ/À˜d… "
b"\x01 ô\x01 s¦Hp\t é*HGBÞØÔ "
b"\x01 “\x01 sÝ…q;¾÷8\x13\x15 9˜\x07 "
b"\x01 ô\x01 s¦Ms~▒ãy?Ø!¢ƒ "
b"\x01 “\x01 v!\x01 pZš¨µ›Z:l¢ "
b"\x01 “\x01 vzrš„üŒjùm»¤ "
b"\x01 “\x01 vÅrƒ€ÅeÎÊlP. "
b"\x01 ô\x01 s¦opìÀãÁ 4,bø "
]
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425
AND child . id IN (0x01930173DDA670C39B9DE22845EED684 , 0x019301736243739B922BC104653B1F95 , 0x01930172D9D272A8A43B20B7ED2DE326 , 0x01930173DD89711A83695059BEA4F944 , 0x01930173DDA273B1849EAA4DE8CA40F5 , 0x01930176ADDC7021BAEDEFF2FBDFB583 , 0x01930176ADA97094A393B55082860A1A , 0x01930173DD8170B7B138BCB51C9A4B26 , 0x01930176ADD4731CA9695905DFC10692 , 0x01930172D9FB71D0BDE204559CCCA677 , 0x01930172D9D8702DB6860417BFEE4D7F , 0x01930176215D72318243748CC2978F46 , 0x01930176AD5B734B9180F76158A8863D , 0x01930176ADE4704EBCCADCCBC386B091 , 0x01930173DD7972C3831B92E6A97E1B10 , 0x01930176AD8171619C8B832A70C83CD4 , 0x01930173623572FFAF0DFF2FC0986485 , 0x01930173DD487009822A484742E89DE2 , 0x01930173DD85713BBEF7381315399807 , 0x01930173DD4D737EB1C6793F9D21BD9F , 0x019301762101705A9AA8B59B5A3A6CA2 , 0x01930176AD7A729A84FC8C6AF96DBBA4 , 0x01930176ADC5728380C565CECA6C502E , 0x01930173DD6F708DB7C6B520342C629B );
Copy
34
0.68 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"\x01 “\x01 k\x1A â}¹£}û¬§M7ð "
true
b"\x01 ô\x01 s¦ªp├øØÔ(E¯Íä "
b"\x01 “\x01 sbCs›’+Á\x04 e;\x1F • "
b"\x01 “\x01 rÙÒr¨¤; ·í-ã& "
b"\x01 “\x01 s݉q\x1A ƒiPY¾¤ùD "
b"\x01 “\x01 sÝ¢s±„žªMèÊ@õ "
b"\x01 “\x01 vÜp!ºíïòûßµƒ "
b"""
\x01 “\x01 v©p”£“µP‚†\n
\x1A
"""
b"\x01 ô\x01 s¦üpÀ▒8╝Á\x1C ÜK& "
b"\x01 “\x01 vÔs\x1C ©iY\x05 ßÁ\x06 ’ "
b"\x01 “\x01 rÙûqнâ\x04 UœÌ¦w "
b"\x01 “\x01 rÙØp-¶†\x04\x17 ¿îM\x7F "
b"\x01 ô\x01 v!]r1éCtî┬ùÅF "
b"\x01 “\x01 v[sK‘€÷aX¨†= "
b"\x01 “\x01 väpN¼ÊÜËÆ°‘ "
b"\x01 “\x01 sÝyrÃ\e ’æ©~\e\x10 "
b"\x01 ô\x01 v¡üqa£ïâ*p╚<È "
b"\x01 “\x01 sb5rÿ¯\r ÿ/À˜d… "
b"\x01 ô\x01 s¦Hp\t é*HGBÞØÔ "
b"\x01 “\x01 sÝ…q;¾÷8\x13\x15 9˜\x07 "
b"\x01 ô\x01 s¦Ms~▒ãy?Ø!¢ƒ "
b"\x01 “\x01 v!\x01 pZš¨µ›Z:l¢ "
b"\x01 “\x01 vzrš„üŒjùm»¤ "
b"\x01 “\x01 vÅrƒ€ÅeÎÊlP. "
b"\x01 ô\x01 s¦opìÀãÁ 4,bø "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x0193016B1AE27DB9A37DFBACA74D37F0 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x01930173DDA670C39B9DE22845EED684 , 0x019301736243739B922BC104653B1F95 , 0x01930172D9D272A8A43B20B7ED2DE326 , 0x01930173DD89711A83695059BEA4F944 , 0x01930173DDA273B1849EAA4DE8CA40F5 , 0x01930176ADDC7021BAEDEFF2FBDFB583 , 0x01930176ADA97094A393B55082860A1A , 0x01930173DD8170B7B138BCB51C9A4B26 , 0x01930176ADD4731CA9695905DFC10692 , 0x01930172D9FB71D0BDE204559CCCA677 , 0x01930172D9D8702DB6860417BFEE4D7F , 0x01930176215D72318243748CC2978F46 , 0x01930176AD5B734B9180F76158A8863D , 0x01930176ADE4704EBCCADCCBC386B091 , 0x01930173DD7972C3831B92E6A97E1B10 , 0x01930176AD8171619C8B832A70C83CD4 , 0x01930173623572FFAF0DFF2FC0986485 , 0x01930173DD487009822A484742E89DE2 , 0x01930173DD85713BBEF7381315399807 , 0x01930173DD4D737EB1C6793F9D21BD9F , 0x019301762101705A9AA8B59B5A3A6CA2 , 0x01930176AD7A729A84FC8C6AF96DBBA4 , 0x01930176ADC5728380C565CECA6C502E , 0x01930173DD6F708DB7C6B520342C629B )) GROUP BY `product` . `id` ;
Copy
35
8.25 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ô\x01 s¦ªp├øØÔ(E¯Íä "
b"\x01 “\x01 sbCs›’+Á\x04 e;\x1F • "
b"\x01 “\x01 rÙÒr¨¤; ·í-ã& "
b"\x01 “\x01 s݉q\x1A ƒiPY¾¤ùD "
b"\x01 “\x01 sÝ¢s±„žªMèÊ@õ "
b"\x01 “\x01 vÜp!ºíïòûßµƒ "
b"""
\x01 “\x01 v©p”£“µP‚†\n
\x1A
"""
b"\x01 ô\x01 s¦üpÀ▒8╝Á\x1C ÜK& "
b"\x01 “\x01 vÔs\x1C ©iY\x05 ßÁ\x06 ’ "
b"\x01 “\x01 rÙûqнâ\x04 UœÌ¦w "
b"\x01 “\x01 rÙØp-¶†\x04\x17 ¿îM\x7F "
b"\x01 ô\x01 v!]r1éCtî┬ùÅF "
b"\x01 “\x01 v[sK‘€÷aX¨†= "
b"\x01 “\x01 väpN¼ÊÜËÆ°‘ "
b"\x01 “\x01 sÝyrÃ\e ’æ©~\e\x10 "
b"\x01 ô\x01 v¡üqa£ïâ*p╚<È "
b"\x01 “\x01 sb5rÿ¯\r ÿ/À˜d… "
b"\x01 ô\x01 s¦Hp\t é*HGBÞØÔ "
b"\x01 “\x01 sÝ…q;¾÷8\x13\x15 9˜\x07 "
b"\x01 ô\x01 s¦Ms~▒ãy?Ø!¢ƒ "
b"\x01 “\x01 v!\x01 pZš¨µ›Z:l¢ "
b"\x01 “\x01 vzrš„üŒjùm»¤ "
b"\x01 “\x01 vÅrƒ€ÅeÎÊlP. "
b"\x01 ô\x01 s¦opìÀãÁ 4,bø "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x01930173DDA670C39B9DE22845EED684 , 0x019301736243739B922BC104653B1F95 , 0x01930172D9D272A8A43B20B7ED2DE326 , 0x01930173DD89711A83695059BEA4F944 , 0x01930173DDA273B1849EAA4DE8CA40F5 , 0x01930176ADDC7021BAEDEFF2FBDFB583 , 0x01930176ADA97094A393B55082860A1A , 0x01930173DD8170B7B138BCB51C9A4B26 , 0x01930176ADD4731CA9695905DFC10692 , 0x01930172D9FB71D0BDE204559CCCA677 , 0x01930172D9D8702DB6860417BFEE4D7F , 0x01930176215D72318243748CC2978F46 , 0x01930176AD5B734B9180F76158A8863D , 0x01930176ADE4704EBCCADCCBC386B091 , 0x01930173DD7972C3831B92E6A97E1B10 , 0x01930176AD8171619C8B832A70C83CD4 , 0x01930173623572FFAF0DFF2FC0986485 , 0x01930173DD487009822A484742E89DE2 , 0x01930173DD85713BBEF7381315399807 , 0x01930173DD4D737EB1C6793F9D21BD9F , 0x019301762101705A9AA8B59B5A3A6CA2 , 0x01930176AD7A729A84FC8C6AF96DBBA4 , 0x01930176ADC5728380C565CECA6C502E , 0x01930173DD6F708DB7C6B520342C629B ));
Copy
36
3.08 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 rÙÒr¨¤; ·í-ã& "
b"\x01 “\x01 rÙØp-¶†\x04\x17 ¿îM\x7F "
b"\x01 “\x01 rÙûqнâ\x04 UœÌ¦w "
b"\x01 “\x01 sb5rÿ¯\r ÿ/À˜d… "
b"\x01 “\x01 sbCs›’+Á\x04 e;\x1F • "
b"\x01 ô\x01 s¦Hp\t é*HGBÞØÔ "
b"\x01 ô\x01 s¦Ms~▒ãy?Ø!¢ƒ "
b"\x01 ô\x01 s¦opìÀãÁ 4,bø "
b"\x01 “\x01 sÝyrÃ\e ’æ©~\e\x10 "
b"\x01 ô\x01 s¦üpÀ▒8╝Á\x1C ÜK& "
b"\x01 “\x01 sÝ…q;¾÷8\x13\x15 9˜\x07 "
b"\x01 “\x01 s݉q\x1A ƒiPY¾¤ùD "
b"\x01 “\x01 sÝ¢s±„žªMèÊ@õ "
b"\x01 ô\x01 s¦ªp├øØÔ(E¯Íä "
b"\x01 “\x01 v!\x01 pZš¨µ›Z:l¢ "
b"\x01 ô\x01 v!]r1éCtî┬ùÅF "
b"\x01 “\x01 v[sK‘€÷aX¨†= "
b"\x01 “\x01 vzrš„üŒjùm»¤ "
b"\x01 ô\x01 v¡üqa£ïâ*p╚<È "
b"""
\x01 “\x01 v©p”£“µP‚†\n
\x1A
"""
b"\x01 “\x01 vÅrƒ€ÅeÎÊlP. "
b"\x01 “\x01 vÔs\x1C ©iY\x05 ßÁ\x06 ’ "
b"\x01 “\x01 vÜp!ºíïòûßµƒ "
b"\x01 “\x01 väpN¼ÊÜËÆ°‘ "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x01930172D9D272A8A43B20B7ED2DE326 , 0x01930172D9D8702DB6860417BFEE4D7F , 0x01930172D9FB71D0BDE204559CCCA677 , 0x01930173623572FFAF0DFF2FC0986485 , 0x019301736243739B922BC104653B1F95 , 0x01930173DD487009822A484742E89DE2 , 0x01930173DD4D737EB1C6793F9D21BD9F , 0x01930173DD6F708DB7C6B520342C629B , 0x01930173DD7972C3831B92E6A97E1B10 , 0x01930173DD8170B7B138BCB51C9A4B26 , 0x01930173DD85713BBEF7381315399807 , 0x01930173DD89711A83695059BEA4F944 , 0x01930173DDA273B1849EAA4DE8CA40F5 , 0x01930173DDA670C39B9DE22845EED684 , 0x019301762101705A9AA8B59B5A3A6CA2 , 0x01930176215D72318243748CC2978F46 , 0x01930176AD5B734B9180F76158A8863D , 0x01930176AD7A729A84FC8C6AF96DBBA4 , 0x01930176AD8171619C8B832A70C83CD4 , 0x01930176ADA97094A393B55082860A1A , 0x01930176ADC5728380C565CECA6C502E , 0x01930176ADD4731CA9695905DFC10692 , 0x01930176ADDC7021BAEDEFF2FBDFB583 , 0x01930176ADE4704EBCCADCCBC386B091 )));
Copy
37
7.89 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
38
0.30 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
39
0.33 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
40
0.22 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
41
1.45 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÐg8à "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉå9\x0E "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒ‰?Ç "
b"\x01 “\x01 q”èsv°¶«£š f\x01 "
b"\x01 “\x01 q”èsv°¶«£Êm)® "
b"\x01 ô\x01 qöêqæó┘,ƒ╩ü\x08\x08 "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌ¸¨× "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\f /Û "
b"\x01 “\x01 q”‰q\x15 ¶¹|$:œòy "
b"\x01 “\x01 q”‰q\x15 ¶¹|$L]æø "
b"\x01 “\x01 q”‰q\x15 ¶¹|$S A! "
b"\x01 “\x01 q”èsv°¶«£Šß\x06\x0F "
b"\x01 “\x01 q”èsv°¶«£ŒíÖ "
b"\x01 ô\x01 qöÞsv░½úÅÝå╔ "
b"\x01 “\x01 q”èsv°¶«£Ÿ\x7F M» "
b"\x01 “\x01 q”èsv°¶«£¤óák "
b"\x01 “\x01 q”èsv°¶«£«/Q± "
b"\x01 “\x01 q”èsv°¶«£²YVÏ "
b"\x01 “\x01 q”èsv°¶«£Ì¤ùu "
b"\x01 ô\x01 qòìsÄáU>\x0F 8PA┐ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÇ³Gˆ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÏ1ïj "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ±h? "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÔ¤¡Ø "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛQ”Ø "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛÔ`‹ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÜ©FÕ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝ¯4€ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞ Ûü "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿßò]ß "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáÐV\x07 "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿâ¬Q¯ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%îÙµ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$&4\x17 3 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$.žI\e "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/òϱ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1½ÎX "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2Ož\x1E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$5ƒ\x1D ð "
b"\x01 ô\x01 qöëq\x15 Â╣|$7xÉ\e "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7ïvc "
b"\x01 ô\x01 qöëq\x15 Â╣|$85ËÅ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$:‹\x7F È "
b"\x01 “\x01 q”‰q\x15 ¶¹|$<cKG "
b"\x01 ô\x01 qöëq\x15 Â╣|$@Øgß "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@¿?p "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C‰„ý "
b"\x01 “\x01 q”‰q\x15 ¶¹|$D\x01 ¿¹ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$G$[A "
b"\x01 “\x01 q”‰q\x15 ¶¹|$GÏ@\x03 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$J’6´ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$N:I; "
b"\x01 “\x01 q”èsv°¶«£‚¸àˆ "
b"\x01 “\x01 q”èsv°¶«£„PìÐ "
b"\x01 “\x01 q”èsv°¶«£‡6úB "
b"\x01 “\x01 q”èsv°¶«£‰ð06 "
b"\x01 “\x01 q”èsv°¶«£‹\x07 ‚ø "
b"\x01 “\x01 q”èsv°¶«£‹/Ÿ¸ "
b"\x01 “\x01 q”èsv°¶«£‘EY¾ "
b"""
\x01 “\x01 q”èsv°¶«£“\n
cÀ
"""
b"\x01 “\x01 q”èsv°¶«£˜I¸á "
b"\x01 “\x01 q”èsv°¶«£›\\x04 Ð "
b"\x01 “\x01 q”èsv°¶«£žÑ“< "
b"\x01 “\x01 q”èsv°¶«££ Ç\v "
b"\x01 “\x01 q”èsv°¶«£¯µoe "
b"\x01 ô\x01 qöÞsv░½ú│Éài "
b"\x01 “\x01 q”èsv°¶«£Àgsæ "
b"\x01 “\x01 q”èsv°¶«£Á…Ü\x12 "
b"\x01 “\x01 q”èsv°¶«£Ä£½Ô "
b"\x01 “\x01 q”èsv°¶«£ÉÁën "
b"\x01 “\x01 q”èsv°¶«£Ê—s\x00 "
b"\x01 “\x01 q”èsv°¶«£ÌÕÑø "
b"\x01 “\x01 q”èsv°¶«£Í<¸9 "
b"\x01 “\x01 q”èsv°¶«£Ñ\x03 ¦ˆ "
b"""
\x01 “\x01 q•ŒqA dv\n
ªùZ\x1E
"""
b"""
\x01 “\x01 q•ŒqA dv\n
±ÎñJ
"""
b"\x01 ô\x01 qòìsÄáU>\x0F Ç\x17 ¬ "
b"\x01 ô\x01 qòìsÄáU>\x0F '└│º "
b"\x01 ô\x01 qòìsÄáU>\x0F ;ÊÀ¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F =§}, "
b"\x01 ô\x01 qòìsÄáU>\x0F >─Å\x05 "
b"\x01 ô\x01 qòìsÄáU>\x0F I╣ÆÂ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÄÚôÏ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÆ\x17\x13 K "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸËv'Ð "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍsš¬ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍÇ|¶ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ94] "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ¹Þ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒáçN "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÔ_³¿ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖ,gÁ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖ«\x0E Ä "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸØ’ña "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙYáÉ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙtM„ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙÖÏn "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝD\x11 ; "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞǦt "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸßÄØ] "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿà„WØ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáB\x1E A "
b"""
\x01 “\x01 q”ˆq‘¢Ù,Ÿáô\n
l
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$%šËý "
b"\x01 “\x01 q”‰q\x15 ¶¹|$&|ß\x01 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$&Í«ð "
b"\x01 “\x01 q”‰q\x15 ¶¹|$'f\x17 À "
b"\x01 “\x01 q”‰q\x15 ¶¹|$(^>¾ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$)$D\x18 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$,/,™ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$-\x19 ß< "
b"\x01 “\x01 q”‰q\x15 ¶¹|$.\x15 +\x0F "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/†ë5 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$0’¥3 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1µ‚b "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2\x05\x15 0 "
b"\x01 ô\x01 qöëq\x15 Â╣|$24Ų "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\x06\x13 ± "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3ÔÞn "
b"\x01 “\x01 q”‰q\x15 ¶¹|$4`β "
b"\x01 “\x01 q”‰q\x15 ¶¹|$6\x1C _’ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9\x17 ¸˜ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9_æ) "
b"\x01 ô\x01 qöëq\x15 Â╣|$;ìØº "
b"\x01 “\x01 q”‰q\x15 ¶¹|$=VÀŒ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$>,o\x0E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?Ë\x02 Ò "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@÷Ì "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A®Q³ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A°»õ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A¸kõ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B²Ž8 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C‹Äö "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Dœce "
b"\x01 “\x01 q”‰q\x15 ¶¹|$F>\x17 K "
b"\x01 “\x01 q”‰q\x15 ¶¹|$INQØ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$I¿Y "
b"\x01 “\x01 q”‰q\x15 ¶¹|$JãѸ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$N™O "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÔºT "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Q¼ŸÆ "
b"\x01 ô\x01 qöëq\x15 Â╣|$RÅ+\x0F "
b"\x01 “\x01 q”‰q\x15 ¶¹|$SÙ\x01 j "
b"\x01 “\x01 q”èsv°¶«£ƒZtê "
b"\x01 “\x01 q”èsv°¶«£…Ù§K "
b"\x01 “\x01 q”èsv°¶«£ˆ¨aL "
b"\x01 “\x01 q”èsv°¶«£ŒY?; "
b"\x01 “\x01 q”èsv°¶«£ŒæUF "
b"\x01 “\x01 q”èsv°¶«£Ž8b$ "
b"\x01 “\x01 q”èsv°¶«£‘\x13 BŽ "
b"\x01 “\x01 q”èsv°¶«£“G\e Ê "
b"\x01 “\x01 q”èsv°¶«£”\x0F\x13 L "
b"\x01 “\x01 q”èsv°¶«£•¼[F "
b"\x01 “\x01 q”èsv°¶«£—Qc< "
b"\x01 “\x01 q”èsv°¶«£švãd "
b"\x01 ô\x01 qöÞsv░½úø║ü╚ "
b"\x01 “\x01 q”èsv°¶«£œ(tž "
b"\x01 “\x01 q”èsv°¶«£ž›\x1C ä "
b"\x01 “\x01 q”èsv°¶«£žµdÏ "
b"\x01 “\x01 q”èsv°¶«£¡ž\x10 « "
b"\x01 “\x01 q”èsv°¶«£¢¸Û† "
b"\x01 “\x01 q”èsv°¶«£¤\x1E\x11 ë "
b"\x01 “\x01 q”èsv°¶«£¥\x18 »Ñ "
b"\x01 “\x01 q”èsv°¶«£¦\x03 “£ "
b"\x01 “\x01 q”èsv°¶«£¦ÛÜb "
b"\x01 “\x01 q”èsv°¶«£§¿¦ú "
b"\x01 “\x01 q”èsv°¶«£¨+¥# "
b"\x01 “\x01 q”èsv°¶«£ª'^s "
b"\x01 “\x01 q”èsv°¶«£«+«J "
b"\x01 “\x01 q”èsv°¶«£¬pò\x1A "
b"\x01 “\x01 q”èsv°¶«£¬Â'~ "
b"\x01 “\x01 q”èsv°¶«£¬Ò\x1D  "
b"\x01 “\x01 q”èsv°¶«£¸Ò— "
b"\x01 “\x01 q”èsv°¶«£®I'¨ "
b"\x01 “\x01 q”èsv°¶«£°\x7F dÿ "
b"\x01 “\x01 q”èsv°¶«£±a\x13 t "
b"\x01 “\x01 q”èsv°¶«£²{@Á "
b"\x01 “\x01 q”èsv°¶«£²½X½ "
b"\x01 “\x01 q”èsv°¶«£´q‚‹ "
b"\x01 “\x01 q”èsv°¶«£µ\x1E ‘j "
b"\x01 “\x01 q”èsv°¶«£µºG\x00 "
b"\x01 “\x01 q”èsv°¶«£¶$†\v "
b"\x01 “\x01 q”èsv°¶«£¶‡…Ž "
b"\x01 “\x01 q”èsv°¶«£¶ÏÀn "
b"\x01 “\x01 q”èsv°¶«£·Dší "
b"\x01 “\x01 q”èsv°¶«£º˜mš "
b"\x01 “\x01 q”èsv°¶«£»–Œ\x1F "
b"\x01 “\x01 q”èsv°¶«£¼ûfÛ "
b"\x01 “\x01 q”èsv°¶«£¾uœŒ "
b"\x01 “\x01 q”èsv°¶«£¿lI¿ "
b"\x01 “\x01 q”èsv°¶«£ÀÝ[ç "
b"\x01 “\x01 q”èsv°¶«£ÀãÚ\x04 "
b"\x01 “\x01 q”èsv°¶«£Â’®R "
b"\x01 “\x01 q”èsv°¶«£Æ\x01\x02 \ "
b"\x01 “\x01 q”èsv°¶«£ÆèHD "
b"\x01 “\x01 q”èsv°¶«£ÇÒ,\x03 "
b"\x01 “\x01 q”èsv°¶«£ÈÑ"š "
b"\x01 “\x01 q”èsv°¶«£Éº\x10 Q "
b"\x01 “\x01 q”èsv°¶«£ËðƒÝ "
b"\x01 “\x01 q”èsv°¶«£ÍHCH "
b"\x01 “\x01 q”èsv°¶«£ÎYm> "
b"\x01 “\x01 q”èsv°¶«£Î¤¹• "
b"\x01 “\x01 q”èsv°¶«£Ð\x18\x18\e "
b"\x01 “\x01 q”èsv°¶«£Ñxœ‹ "
b"\x01 “\x01 q”èsv°¶«£ÒÏ^Å "
b"\x01 “\x01 q”èsv°¶«£ÓžÚ9 "
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x12 6\n
"""
b"""
\x01 “\x01 q•ŒqA dv\n
®[æ\x0F
"""
b"""
\x01 “\x01 q•ŒqA dv\n
®]‰‹
"""
b"\x01 “\x01 q•ŒqA dv\n ²Ä\x00 t "
b"""
\x01 “\x01 q•ŒqA dv\n
¶‚ã½
"""
b"""
\x01 “\x01 q•ŒqA dv\n
·"^à
"""
b"""
\x01 “\x01 q•ŒqA dv\n
º<Ö¬
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¼¹äÀ
"""
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E 4»^ "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F j¸┐ "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F ƒ6« "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F ╬où "
b"\x01 ô\x01 qòìsÄáU>\x0F !?═Á "
b"\x01 ô\x01 qòìsÄáU>\x0F #\x1F åª "
b"\x01 ô\x01 qòìsÄáU>\x0F $J¸t "
b"\x01 ô\x01 qòìsÄáU>\x0F '│vH "
b"\x01 ô\x01 qòìsÄáU>\x0F (W0‗ "
b"\x01 ô\x01 qòìsÄáU>\x0F )ãT\x07 "
b"\x01 ô\x01 qòìsÄáU>\x0F ,5oy "
b"\x01 ô\x01 qòìsÄáU>\x0F .P<· "
b"\x01 ô\x01 qòìsÄáU>\x0F 4G╦l "
b"\x01 ô\x01 qòìsÄáU>\x0F 4K{4 "
b"\x01 ô\x01 qòìsÄáU>\x0F 4└┐¨ "
b"\x01 ô\x01 qòìsÄáU>\x0F 6>iC "
b"\x01 ô\x01 qòìsÄáU>\x0F 7\x1C éû "
b"\x01 ô\x01 qòìsÄáU>\x0F 7AW\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F 88┘Ù "
b"\x01 ô\x01 qòìsÄáU>\x0F :Á┐g "
b"\x01 ô\x01 qòìsÄáU>\x0F < \e ÷ "
b"\x01 ô\x01 qòìsÄáU>\x0F =■¨ü "
b"\x01 ô\x01 qòìsÄáU>\x0F @Åq\ "
b"\x01 ô\x01 qòìsÄáU>\x0F @ö▀╝ "
b"\x01 ô\x01 qòìsÄáU>\x0F @‗=5 "
b"\x01 ô\x01 qòìsÄáU>\x0F A\x11 üx "
b"\x01 ô\x01 qòìsÄáU>\x0F D]■á "
b"\x01 ô\x01 qòìsÄáU>\x0F E>ù\x1D "
b"\x01 ô\x01 qòìsÄáU>\x0F F8ıµ "
b"\x01 ô\x01 qòìsÄáU>\x0F F¹J╔ "
b"\x01 ô\x01 qòìsÄáU>\x0F H{:À "
b"\x01 ô\x01 qòìsÄáU>\x0F I\x05 A\v "
b"\x01 ô\x01 qòìsÄáU>\x0F N╗áä "
b"\x01 ô\x01 qòìsÄáU>\x0F QæöU "
b"\x01 ô\x01 qòìsÄáU>\x0F Y³SÈ "
b"\x01 ô\x01 qòìsÄáU>\x0F ZÕ(é "
b"""
\x01 “\x01 q–\n
s|¨\f †‘†ò9¬
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘–£Úï
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¤È]Œ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘«$÷;
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘²Ïg6
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘º\x1A\e\x1C
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÒäEs
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘×T\x19 E
"""
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x0193017194887191A2D92C9FD06738E0 , 0x0193017194887191A2D92C9FC9E5390E , 0x0193017194887191A2D92C9FD2893FC7 , 0x0193017194E87376B0B6ABA39A206601 , 0x0193017194E87376B0B6ABA3CA6D29AE , 0x0193017194887191A2D92C9FCA810808 , 0x0193017194887191A2D92C9FCCB8A8D7 , 0x0193017194897115B6B97C24330C2FDB , 0x0193017194897115B6B97C243A9CF279 , 0x0193017194897115B6B97C244C5DE6F8 , 0x0193017194897115B6B97C2453204121 , 0x0193017194E87376B0B6ABA38ADF060F , 0x0193017194E87376B0B6ABA38CEDADD6 , 0x0193017194E87376B0B6ABA38FED86C9 , 0x0193017194E87376B0B6ABA39F7F4DBB , 0x0193017194E87376B0B6ABA3A4F3E16B , 0x0193017194E87376B0B6ABA3AB2F51B1 , 0x0193017194E87376B0B6ABA3B25956CF , 0x0193017194E87376B0B6ABA3CCA4F975 , 0x01930171958D738EA0553E0F385041BF , 0x0193017194887191A2D92C9FC7B34788 , 0x0193017194887191A2D92C9FCF31EF6A , 0x0193017194887191A2D92C9FD1B1683F , 0x0193017194887191A2D92C9FD4A4A1D8 , 0x0193017194887191A2D92C9FDB5194D8 , 0x0193017194887191A2D92C9FDBD4608B , 0x0193017194887191A2D92C9FDCA946D5 , 0x0193017194887191A2D92C9FDDAF3480 , 0x0193017194887191A2D92C9FDEA0DBFC , 0x0193017194887191A2D92C9FDFF25DDF , 0x0193017194887191A2D92C9FE1D05607 , 0x0193017194887191A2D92C9FE2AC51AF , 0x0193017194897115B6B97C2425EED9B5 , 0x0193017194897115B6B97C2426341733 , 0x0193017194897115B6B97C242E9E491B , 0x0193017194897115B6B97C242FF2CFB1 , 0x0193017194897115B6B97C2431BDCE58 , 0x0193017194897115B6B97C24324F9E1E , 0x0193017194897115B6B97C2435831DF0 , 0x0193017194897115B6B97C243778901B , 0x0193017194897115B6B97C2437EF7663 , 0x0193017194897115B6B97C243835D38F , 0x0193017194897115B6B97C243A8B7FC8 , 0x0193017194897115B6B97C243C634B47 , 0x0193017194897115B6B97C24409D67E1 , 0x0193017194897115B6B97C2440BF3F70 , 0x0193017194897115B6B97C24438984FD , 0x0193017194897115B6B97C244401BFB9 , 0x0193017194897115B6B97C2447245B41 , 0x0193017194897115B6B97C2447CF4003 , 0x0193017194897115B6B97C244A9236B4 , 0x0193017194897115B6B97C244E3A493B , 0x0193017194E87376B0B6ABA382B8E088 , 0x0193017194E87376B0B6ABA38450ECD0 , 0x0193017194E87376B0B6ABA38736FA42 , 0x0193017194E87376B0B6ABA389F03036 , 0x0193017194E87376B0B6ABA38B0782F8 , 0x0193017194E87376B0B6ABA38B2F9FB8 , 0x0193017194E87376B0B6ABA3914559BE , 0x0193017194E87376B0B6ABA3930A63C0 , 0x0193017194E87376B0B6ABA39849B8E1 , 0x0193017194E87376B0B6ABA39B5C04D0 , 0x0193017194E87376B0B6ABA39ED1933C , 0x0193017194E87376B0B6ABA3A3A0C70B , 0x0193017194E87376B0B6ABA3AFB56F65 , 0x0193017194E87376B0B6ABA3B3908569 , 0x0193017194E87376B0B6ABA3C06773E6 , 0x0193017194E87376B0B6ABA3C185DC12 , 0x0193017194E87376B0B6ABA3C4A3BDD4 , 0x0193017194E87376B0B6ABA3C9C1EB6E , 0x0193017194E87376B0B6ABA3CA977300 , 0x0193017194E87376B0B6ABA3CCD5D1F8 , 0x0193017194E87376B0B6ABA3CD3CB839 , 0x0193017194E87376B0B6ABA3D103A688 , 0x01930171958C7141A064760AAAF95A1E , 0x01930171958C7141A064760AB1CEF14A , 0x01930171958D738EA0553E0F208017AA , 0x01930171958D738EA0553E0F27C0B3A7 , 0x01930171958D738EA0553E0F3BD2B7EE , 0x01930171958D738EA0553E0F3DF57D2C , 0x01930171958D738EA0553E0F3EC48F05 , 0x01930171958D738EA0553E0F49B992B6 , 0x0193017194887191A2D92C9FC4DAF4CF , 0x0193017194887191A2D92C9FC617134B , 0x0193017194887191A2D92C9FCB7627D0 , 0x0193017194887191A2D92C9FCD739AAC , 0x0193017194887191A2D92C9FCDC77CB6 , 0x0193017194887191A2D92C9FD139345D , 0x0193017194887191A2D92C9FD1ADB9DE , 0x0193017194887191A2D92C9FD2E1E74E , 0x0193017194887191A2D92C9FD45FB3BF , 0x0193017194887191A2D92C9FD62C67C1 , 0x0193017194887191A2D92C9FD6AB0EC4 , 0x0193017194887191A2D92C9FD892F161 , 0x0193017194887191A2D92C9FD959E1C9 , 0x0193017194887191A2D92C9FD9744D84 , 0x0193017194887191A2D92C9FD9D6CF6E , 0x0193017194887191A2D92C9FDD44113B , 0x0193017194887191A2D92C9FDEC7A674 , 0x0193017194887191A2D92C9FDFC4D85D , 0x0193017194887191A2D92C9FE08457D8 , 0x0193017194887191A2D92C9FE1421E41 , 0x0193017194887191A2D92C9FE1F40A6C , 0x0193017194897115B6B97C24259ACBFD , 0x0193017194897115B6B97C24267CDF01 , 0x0193017194897115B6B97C2426CDABF0 , 0x0193017194897115B6B97C24276617C0 , 0x0193017194897115B6B97C24285E3EBE , 0x0193017194897115B6B97C2429244418 , 0x0193017194897115B6B97C242C2F2C99 , 0x0193017194897115B6B97C242D19DF3C , 0x0193017194897115B6B97C242E152B0F , 0x0193017194897115B6B97C242F86EB35 , 0x0193017194897115B6B97C243092A533 , 0x0193017194897115B6B97C2431B58262 , 0x0193017194897115B6B97C2432051530 , 0x0193017194897115B6B97C2432348FFD , 0x0193017194897115B6B97C24330613B1 , 0x0193017194897115B6B97C2433D4DE6E , 0x0193017194897115B6B97C243460CEB2 , 0x0193017194897115B6B97C24361C5F92 , 0x0193017194897115B6B97C243917B898 , 0x0193017194897115B6B97C24395FE629 , 0x0193017194897115B6B97C243B8D9DA7 , 0x0193017194897115B6B97C243D56C08C , 0x0193017194897115B6B97C243E2C6F0E , 0x0193017194897115B6B97C243FCB02D2 , 0x0193017194897115B6B97C2440F7CC20 , 0x0193017194897115B6B97C2441AE51B3 , 0x0193017194897115B6B97C2441B0BBF5 , 0x0193017194897115B6B97C2441B86BF5 , 0x0193017194897115B6B97C2442B28E38 , 0x0193017194897115B6B97C24438BC4F6 , 0x0193017194897115B6B97C24449C6365 , 0x0193017194897115B6B97C24463E174B , 0x0193017194897115B6B97C24494E51D8 , 0x0193017194897115B6B97C2449BFAD59 , 0x0193017194897115B6B97C244AE3D1B8 , 0x0193017194897115B6B97C244EC2994F , 0x0193017194897115B6B97C2450D4BA54 , 0x0193017194897115B6B97C2451BC9FC6 , 0x0193017194897115B6B97C24528F2B0F , 0x0193017194897115B6B97C2453D9016A , 0x0193017194E87376B0B6ABA3835A74EA , 0x0193017194E87376B0B6ABA385D9A74B , 0x0193017194E87376B0B6ABA388A8614C , 0x0193017194E87376B0B6ABA38C593F3B , 0x0193017194E87376B0B6ABA38CE65546 , 0x0193017194E87376B0B6ABA38E386224 , 0x0193017194E87376B0B6ABA39113428E , 0x0193017194E87376B0B6ABA393471BCA , 0x0193017194E87376B0B6ABA3940F134C , 0x0193017194E87376B0B6ABA395BC5B46 , 0x0193017194E87376B0B6ABA39751633C , 0x0193017194E87376B0B6ABA39A76E364 , 0x0193017194E87376B0B6ABA39BBA81C8 , 0x0193017194E87376B0B6ABA39C28749E , 0x0193017194E87376B0B6ABA39E9B1CE4 , 0x0193017194E87376B0B6ABA39EB564CF , 0x0193017194E87376B0B6ABA3A19E10AB , 0x0193017194E87376B0B6ABA3A2B8DB86 , 0x0193017194E87376B0B6ABA3A41E11EB , 0x0193017194E87376B0B6ABA3A518BBD1 , 0x0193017194E87376B0B6ABA3A60393A3 , 0x0193017194E87376B0B6ABA3A6DBDC62 , 0x0193017194E87376B0B6ABA3A7BFA6FA , 0x0193017194E87376B0B6ABA3A82BA523 , 0x0193017194E87376B0B6ABA3AA275E73 , 0x0193017194E87376B0B6ABA3AB2BAB4A , 0x0193017194E87376B0B6ABA3AC70F21A , 0x0193017194E87376B0B6ABA3ACC2277E , 0x0193017194E87376B0B6ABA3ACD21DC2 , 0x0193017194E87376B0B6ABA3ADB8D297 , 0x0193017194E87376B0B6ABA3AE4927A8 , 0x0193017194E87376B0B6ABA3B07F64FF , 0x0193017194E87376B0B6ABA3B1611374 , 0x0193017194E87376B0B6ABA3B27B40C1 , 0x0193017194E87376B0B6ABA3B2BD58BD , 0x0193017194E87376B0B6ABA3B471828B , 0x0193017194E87376B0B6ABA3B51E916A , 0x0193017194E87376B0B6ABA3B5BA4700 , 0x0193017194E87376B0B6ABA3B624860B , 0x0193017194E87376B0B6ABA3B687858E , 0x0193017194E87376B0B6ABA3B6CFC06E , 0x0193017194E87376B0B6ABA3B7449AED , 0x0193017194E87376B0B6ABA3BA986D9A , 0x0193017194E87376B0B6ABA3BB968C1F , 0x0193017194E87376B0B6ABA3BCFB66DB , 0x0193017194E87376B0B6ABA3BE759C8C , 0x0193017194E87376B0B6ABA3BF6C49BF , 0x0193017194E87376B0B6ABA3C0DD5BE7 , 0x0193017194E87376B0B6ABA3C0E3DA04 , 0x0193017194E87376B0B6ABA3C292AE52 , 0x0193017194E87376B0B6ABA3C601025C , 0x0193017194E87376B0B6ABA3C6E84844 , 0x0193017194E87376B0B6ABA3C7D22C03 , 0x0193017194E87376B0B6ABA3C8D1229A , 0x0193017194E87376B0B6ABA3C9BA1051 , 0x0193017194E87376B0B6ABA3CBF083DD , 0x0193017194E87376B0B6ABA3CD484348 , 0x0193017194E87376B0B6ABA3CE596D3E , 0x0193017194E87376B0B6ABA3CEA4B995 , 0x0193017194E87376B0B6ABA3D018181B , 0x0193017194E87376B0B6ABA3D1789C8B , 0x0193017194E87376B0B6ABA3D2CF5EC5 , 0x0193017194E87376B0B6ABA3D39EDA39 , 0x01930171958C7141A064760AAA12360A , 0x01930171958C7141A064760AAE5BE60F , 0x01930171958C7141A064760AAE5D898B , 0x01930171958C7141A064760AB2C40074 , 0x01930171958C7141A064760AB682E3BD , 0x01930171958C7141A064760AB7225EE0 , 0x01930171958C7141A064760ABA3CD6AC , 0x01930171958C7141A064760ABCB9E4C0 , 0x01930171958D738EA0553E0F1E34AF5E , 0x01930171958D738EA0553E0F1F6AF7BF , 0x01930171958D738EA0553E0F1F9F36AE , 0x01930171958D738EA0553E0F1FCE6F97 , 0x01930171958D738EA0553E0F213FCDB5 , 0x01930171958D738EA0553E0F231F86A6 , 0x01930171958D738EA0553E0F244AF774 , 0x01930171958D738EA0553E0F27B37648 , 0x01930171958D738EA0553E0F285730F2 , 0x01930171958D738EA0553E0F29C65407 , 0x01930171958D738EA0553E0F2C356F79 , 0x01930171958D738EA0553E0F2E503CFA , 0x01930171958D738EA0553E0F3447CB6C , 0x01930171958D738EA0553E0F344B7B34 , 0x01930171958D738EA0553E0F34C0BFF9 , 0x01930171958D738EA0553E0F363E6943 , 0x01930171958D738EA0553E0F371C8296 , 0x01930171958D738EA0553E0F37415718 , 0x01930171958D738EA0553E0F3838D9EB , 0x01930171958D738EA0553E0F3AB5BF67 , 0x01930171958D738EA0553E0F3CFF1BF6 , 0x01930171958D738EA0553E0F3DFEF981 , 0x01930171958D738EA0553E0F408F715C , 0x01930171958D738EA0553E0F4094DFBC , 0x01930171958D738EA0553E0F40F23D35 , 0x01930171958D738EA0553E0F41118178 , 0x01930171958D738EA0553E0F445DFEA0 , 0x01930171958D738EA0553E0F453E971D , 0x01930171958D738EA0553E0F4638D5E6 , 0x01930171958D738EA0553E0F46FB4AC9 , 0x01930171958D738EA0553E0F487B3AB7 , 0x01930171958D738EA0553E0F4905410B , 0x01930171958D738EA0553E0F4EBBA084 , 0x01930171958D738EA0553E0F51919455 , 0x01930171958D738EA0553E0F59FC53D4 , 0x01930171958D738EA0553E0F5AE52882 , 0x01930171960A737CA80C869186F239AC , 0x01930171960A737CA80C869196A3DAEF , 0x01930171960A737CA80C8691A4C85D8C , 0x01930171960A737CA80C8691AB24F73B , 0x01930171960A737CA80C8691B2CF6736 , 0x01930171960A737CA80C8691BA1A1B1C , 0x01930171960A737CA80C8691D2E44573 , 0x01930171960A737CA80C8691D7541945 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
42
6.01 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÄÚôÏ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÆ\x17\x13 K "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÇ³Gˆ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉå9\x0E "
b"\x01 ô\x01 qöêqæó┘,ƒ╩ü\x08\x08 "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸËv'Ð "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌ¸¨× "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍsš¬ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍÇ|¶ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÏ1ïj "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÐg8à "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ94] "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ¹Þ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ±h? "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒ‰?Ç "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒáçN "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÔ_³¿ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÔ¤¡Ø "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖ,gÁ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖ«\x0E Ä "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸØ’ña "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙYáÉ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙtM„ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙÖÏn "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛQ”Ø "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛÔ`‹ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÜ©FÕ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝD\x11 ; "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝ¯4€ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞ Ûü "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞǦt "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸßÄØ] "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿßò]ß "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿà„WØ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáB\x1E A "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáÐV\x07 "
b"""
\x01 “\x01 q”ˆq‘¢Ù,Ÿáô\n
l
"""
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿâ¬Q¯ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%šËý "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%îÙµ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$&4\x17 3 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$&|ß\x01 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$&Í«ð "
b"\x01 “\x01 q”‰q\x15 ¶¹|$'f\x17 À "
b"\x01 “\x01 q”‰q\x15 ¶¹|$(^>¾ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$)$D\x18 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$,/,™ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$-\x19 ß< "
b"\x01 “\x01 q”‰q\x15 ¶¹|$.\x15 +\x0F "
b"\x01 “\x01 q”‰q\x15 ¶¹|$.žI\e "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/†ë5 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/òϱ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$0’¥3 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1µ‚b "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1½ÎX "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2\x05\x15 0 "
b"\x01 ô\x01 qöëq\x15 Â╣|$24Ų "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2Ož\x1E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\x06\x13 ± "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\f /Û "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3ÔÞn "
b"\x01 “\x01 q”‰q\x15 ¶¹|$4`β "
b"\x01 “\x01 q”‰q\x15 ¶¹|$5ƒ\x1D ð "
b"\x01 “\x01 q”‰q\x15 ¶¹|$6\x1C _’ "
b"\x01 ô\x01 qöëq\x15 Â╣|$7xÉ\e "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7ïvc "
b"\x01 ô\x01 qöëq\x15 Â╣|$85ËÅ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9\x17 ¸˜ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9_æ) "
b"\x01 “\x01 q”‰q\x15 ¶¹|$:‹\x7F È "
b"\x01 “\x01 q”‰q\x15 ¶¹|$:œòy "
b"\x01 ô\x01 qöëq\x15 Â╣|$;ìØº "
b"\x01 “\x01 q”‰q\x15 ¶¹|$<cKG "
b"\x01 “\x01 q”‰q\x15 ¶¹|$=VÀŒ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$>,o\x0E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?Ë\x02 Ò "
b"\x01 ô\x01 qöëq\x15 Â╣|$@Øgß "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@¿?p "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@÷Ì "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A®Q³ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A°»õ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A¸kõ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B²Ž8 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C‰„ý "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C‹Äö "
b"\x01 “\x01 q”‰q\x15 ¶¹|$D\x01 ¿¹ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Dœce "
b"\x01 “\x01 q”‰q\x15 ¶¹|$F>\x17 K "
b"\x01 “\x01 q”‰q\x15 ¶¹|$G$[A "
b"\x01 “\x01 q”‰q\x15 ¶¹|$GÏ@\x03 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$INQØ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$I¿Y "
b"\x01 “\x01 q”‰q\x15 ¶¹|$J’6´ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$JãѸ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$L]æø "
b"\x01 “\x01 q”‰q\x15 ¶¹|$N:I; "
b"\x01 “\x01 q”‰q\x15 ¶¹|$N™O "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÔºT "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Q¼ŸÆ "
b"\x01 ô\x01 qöëq\x15 Â╣|$RÅ+\x0F "
b"\x01 “\x01 q”‰q\x15 ¶¹|$S A! "
b"\x01 “\x01 q”‰q\x15 ¶¹|$SÙ\x01 j "
b"\x01 “\x01 q”èsv°¶«£‚¸àˆ "
b"\x01 “\x01 q”èsv°¶«£ƒZtê "
b"\x01 “\x01 q”èsv°¶«£„PìÐ "
b"\x01 “\x01 q”èsv°¶«£…Ù§K "
b"\x01 “\x01 q”èsv°¶«£‡6úB "
b"\x01 “\x01 q”èsv°¶«£ˆ¨aL "
b"\x01 “\x01 q”èsv°¶«£‰ð06 "
b"\x01 “\x01 q”èsv°¶«£Šß\x06\x0F "
b"\x01 “\x01 q”èsv°¶«£‹\x07 ‚ø "
b"\x01 “\x01 q”èsv°¶«£‹/Ÿ¸ "
b"\x01 “\x01 q”èsv°¶«£ŒY?; "
b"\x01 “\x01 q”èsv°¶«£ŒæUF "
b"\x01 “\x01 q”èsv°¶«£ŒíÖ "
b"\x01 “\x01 q”èsv°¶«£Ž8b$ "
b"\x01 ô\x01 qöÞsv░½úÅÝå╔ "
b"\x01 “\x01 q”èsv°¶«£‘\x13 BŽ "
b"\x01 “\x01 q”èsv°¶«£‘EY¾ "
b"""
\x01 “\x01 q”èsv°¶«£“\n
cÀ
"""
b"\x01 “\x01 q”èsv°¶«£“G\e Ê "
b"\x01 “\x01 q”èsv°¶«£”\x0F\x13 L "
b"\x01 “\x01 q”èsv°¶«£•¼[F "
b"\x01 “\x01 q”èsv°¶«£—Qc< "
b"\x01 “\x01 q”èsv°¶«£˜I¸á "
b"\x01 “\x01 q”èsv°¶«£š f\x01 "
b"\x01 “\x01 q”èsv°¶«£švãd "
b"\x01 “\x01 q”èsv°¶«£›\\x04 Ð "
b"\x01 ô\x01 qöÞsv░½úø║ü╚ "
b"\x01 “\x01 q”èsv°¶«£œ(tž "
b"\x01 “\x01 q”èsv°¶«£ž›\x1C ä "
b"\x01 “\x01 q”èsv°¶«£žµdÏ "
b"\x01 “\x01 q”èsv°¶«£žÑ“< "
b"\x01 “\x01 q”èsv°¶«£Ÿ\x7F M» "
b"\x01 “\x01 q”èsv°¶«£¡ž\x10 « "
b"\x01 “\x01 q”èsv°¶«£¢¸Û† "
b"\x01 “\x01 q”èsv°¶«££ Ç\v "
b"\x01 “\x01 q”èsv°¶«£¤\x1E\x11 ë "
b"\x01 “\x01 q”èsv°¶«£¤óák "
b"\x01 “\x01 q”èsv°¶«£¥\x18 »Ñ "
b"\x01 “\x01 q”èsv°¶«£¦\x03 “£ "
b"\x01 “\x01 q”èsv°¶«£¦ÛÜb "
b"\x01 “\x01 q”èsv°¶«£§¿¦ú "
b"\x01 “\x01 q”èsv°¶«£¨+¥# "
b"\x01 “\x01 q”èsv°¶«£ª'^s "
b"\x01 “\x01 q”èsv°¶«£«+«J "
b"\x01 “\x01 q”èsv°¶«£«/Q± "
b"\x01 “\x01 q”èsv°¶«£¬pò\x1A "
b"\x01 “\x01 q”èsv°¶«£¬Â'~ "
b"\x01 “\x01 q”èsv°¶«£¬Ò\x1D  "
b"\x01 “\x01 q”èsv°¶«£¸Ò— "
b"\x01 “\x01 q”èsv°¶«£®I'¨ "
b"\x01 “\x01 q”èsv°¶«£¯µoe "
b"\x01 “\x01 q”èsv°¶«£°\x7F dÿ "
b"\x01 “\x01 q”èsv°¶«£±a\x13 t "
b"\x01 “\x01 q”èsv°¶«£²YVÏ "
b"\x01 “\x01 q”èsv°¶«£²{@Á "
b"\x01 “\x01 q”èsv°¶«£²½X½ "
b"\x01 ô\x01 qöÞsv░½ú│Éài "
b"\x01 “\x01 q”èsv°¶«£´q‚‹ "
b"\x01 “\x01 q”èsv°¶«£µ\x1E ‘j "
b"\x01 “\x01 q”èsv°¶«£µºG\x00 "
b"\x01 “\x01 q”èsv°¶«£¶$†\v "
b"\x01 “\x01 q”èsv°¶«£¶‡…Ž "
b"\x01 “\x01 q”èsv°¶«£¶ÏÀn "
b"\x01 “\x01 q”èsv°¶«£·Dší "
b"\x01 “\x01 q”èsv°¶«£º˜mš "
b"\x01 “\x01 q”èsv°¶«£»–Œ\x1F "
b"\x01 “\x01 q”èsv°¶«£¼ûfÛ "
b"\x01 “\x01 q”èsv°¶«£¾uœŒ "
b"\x01 “\x01 q”èsv°¶«£¿lI¿ "
b"\x01 “\x01 q”èsv°¶«£Àgsæ "
b"\x01 “\x01 q”èsv°¶«£ÀÝ[ç "
b"\x01 “\x01 q”èsv°¶«£ÀãÚ\x04 "
b"\x01 “\x01 q”èsv°¶«£Á…Ü\x12 "
b"\x01 “\x01 q”èsv°¶«£Â’®R "
b"\x01 “\x01 q”èsv°¶«£Ä£½Ô "
b"\x01 “\x01 q”èsv°¶«£Æ\x01\x02 \ "
b"\x01 “\x01 q”èsv°¶«£ÆèHD "
b"\x01 “\x01 q”èsv°¶«£ÇÒ,\x03 "
b"\x01 “\x01 q”èsv°¶«£ÈÑ"š "
b"\x01 “\x01 q”èsv°¶«£Éº\x10 Q "
b"\x01 “\x01 q”èsv°¶«£ÉÁën "
b"\x01 “\x01 q”èsv°¶«£Êm)® "
b"\x01 “\x01 q”èsv°¶«£Ê—s\x00 "
b"\x01 “\x01 q”èsv°¶«£ËðƒÝ "
b"\x01 “\x01 q”èsv°¶«£Ì¤ùu "
b"\x01 “\x01 q”èsv°¶«£ÌÕÑø "
b"\x01 “\x01 q”èsv°¶«£Í<¸9 "
b"\x01 “\x01 q”èsv°¶«£ÍHCH "
b"\x01 “\x01 q”èsv°¶«£ÎYm> "
b"\x01 “\x01 q”èsv°¶«£Î¤¹• "
b"\x01 “\x01 q”èsv°¶«£Ð\x18\x18\e "
b"\x01 “\x01 q”èsv°¶«£Ñ\x03 ¦ˆ "
b"\x01 “\x01 q”èsv°¶«£Ñxœ‹ "
b"\x01 “\x01 q”èsv°¶«£ÒÏ^Å "
b"\x01 “\x01 q”èsv°¶«£ÓžÚ9 "
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x12 6\n
"""
b"""
\x01 “\x01 q•ŒqA dv\n
ªùZ\x1E
"""
b"""
\x01 “\x01 q•ŒqA dv\n
®[æ\x0F
"""
b"""
\x01 “\x01 q•ŒqA dv\n
®]‰‹
"""
b"""
\x01 “\x01 q•ŒqA dv\n
±ÎñJ
"""
b"\x01 “\x01 q•ŒqA dv\n ²Ä\x00 t "
b"""
\x01 “\x01 q•ŒqA dv\n
¶‚ã½
"""
b"""
\x01 “\x01 q•ŒqA dv\n
·"^à
"""
b"""
\x01 “\x01 q•ŒqA dv\n
º<Ö¬
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¼¹äÀ
"""
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E 4»^ "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F j¸┐ "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F ƒ6« "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F ╬où "
b"\x01 ô\x01 qòìsÄáU>\x0F Ç\x17 ¬ "
b"\x01 ô\x01 qòìsÄáU>\x0F !?═Á "
b"\x01 ô\x01 qòìsÄáU>\x0F #\x1F åª "
b"\x01 ô\x01 qòìsÄáU>\x0F $J¸t "
b"\x01 ô\x01 qòìsÄáU>\x0F '│vH "
b"\x01 ô\x01 qòìsÄáU>\x0F '└│º "
b"\x01 ô\x01 qòìsÄáU>\x0F (W0‗ "
b"\x01 ô\x01 qòìsÄáU>\x0F )ãT\x07 "
b"\x01 ô\x01 qòìsÄáU>\x0F ,5oy "
b"\x01 ô\x01 qòìsÄáU>\x0F .P<· "
b"\x01 ô\x01 qòìsÄáU>\x0F 4G╦l "
b"\x01 ô\x01 qòìsÄáU>\x0F 4K{4 "
b"\x01 ô\x01 qòìsÄáU>\x0F 4└┐¨ "
b"\x01 ô\x01 qòìsÄáU>\x0F 6>iC "
b"\x01 ô\x01 qòìsÄáU>\x0F 7\x1C éû "
b"\x01 ô\x01 qòìsÄáU>\x0F 7AW\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F 88┘Ù "
b"\x01 ô\x01 qòìsÄáU>\x0F 8PA┐ "
b"\x01 ô\x01 qòìsÄáU>\x0F :Á┐g "
b"\x01 ô\x01 qòìsÄáU>\x0F ;ÊÀ¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F < \e ÷ "
b"\x01 ô\x01 qòìsÄáU>\x0F =§}, "
b"\x01 ô\x01 qòìsÄáU>\x0F =■¨ü "
b"\x01 ô\x01 qòìsÄáU>\x0F >─Å\x05 "
b"\x01 ô\x01 qòìsÄáU>\x0F @Åq\ "
b"\x01 ô\x01 qòìsÄáU>\x0F @ö▀╝ "
b"\x01 ô\x01 qòìsÄáU>\x0F @‗=5 "
b"\x01 ô\x01 qòìsÄáU>\x0F A\x11 üx "
b"\x01 ô\x01 qòìsÄáU>\x0F D]■á "
b"\x01 ô\x01 qòìsÄáU>\x0F E>ù\x1D "
b"\x01 ô\x01 qòìsÄáU>\x0F F8ıµ "
b"\x01 ô\x01 qòìsÄáU>\x0F F¹J╔ "
b"\x01 ô\x01 qòìsÄáU>\x0F H{:À "
b"\x01 ô\x01 qòìsÄáU>\x0F I\x05 A\v "
b"\x01 ô\x01 qòìsÄáU>\x0F I╣ÆÂ "
b"\x01 ô\x01 qòìsÄáU>\x0F N╗áä "
b"\x01 ô\x01 qòìsÄáU>\x0F QæöU "
b"\x01 ô\x01 qòìsÄáU>\x0F Y³SÈ "
b"\x01 ô\x01 qòìsÄáU>\x0F ZÕ(é "
b"""
\x01 “\x01 q–\n
s|¨\f †‘†ò9¬
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘–£Úï
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¤È]Œ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘«$÷;
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘²Ïg6
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘º\x1A\e\x1C
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÒäEs
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘×T\x19 E
"""
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (0x0193017194887191A2D92C9FC4DAF4CF , 0x0193017194887191A2D92C9FC617134B , 0x0193017194887191A2D92C9FC7B34788 , 0x0193017194887191A2D92C9FC9E5390E , 0x0193017194887191A2D92C9FCA810808 , 0x0193017194887191A2D92C9FCB7627D0 , 0x0193017194887191A2D92C9FCCB8A8D7 , 0x0193017194887191A2D92C9FCD739AAC , 0x0193017194887191A2D92C9FCDC77CB6 , 0x0193017194887191A2D92C9FCF31EF6A , 0x0193017194887191A2D92C9FD06738E0 , 0x0193017194887191A2D92C9FD139345D , 0x0193017194887191A2D92C9FD1ADB9DE , 0x0193017194887191A2D92C9FD1B1683F , 0x0193017194887191A2D92C9FD2893FC7 , 0x0193017194887191A2D92C9FD2E1E74E , 0x0193017194887191A2D92C9FD45FB3BF , 0x0193017194887191A2D92C9FD4A4A1D8 , 0x0193017194887191A2D92C9FD62C67C1 , 0x0193017194887191A2D92C9FD6AB0EC4 , 0x0193017194887191A2D92C9FD892F161 , 0x0193017194887191A2D92C9FD959E1C9 , 0x0193017194887191A2D92C9FD9744D84 , 0x0193017194887191A2D92C9FD9D6CF6E , 0x0193017194887191A2D92C9FDB5194D8 , 0x0193017194887191A2D92C9FDBD4608B , 0x0193017194887191A2D92C9FDCA946D5 , 0x0193017194887191A2D92C9FDD44113B , 0x0193017194887191A2D92C9FDDAF3480 , 0x0193017194887191A2D92C9FDEA0DBFC , 0x0193017194887191A2D92C9FDEC7A674 , 0x0193017194887191A2D92C9FDFC4D85D , 0x0193017194887191A2D92C9FDFF25DDF , 0x0193017194887191A2D92C9FE08457D8 , 0x0193017194887191A2D92C9FE1421E41 , 0x0193017194887191A2D92C9FE1D05607 , 0x0193017194887191A2D92C9FE1F40A6C , 0x0193017194887191A2D92C9FE2AC51AF , 0x0193017194897115B6B97C24259ACBFD , 0x0193017194897115B6B97C2425EED9B5 , 0x0193017194897115B6B97C2426341733 , 0x0193017194897115B6B97C24267CDF01 , 0x0193017194897115B6B97C2426CDABF0 , 0x0193017194897115B6B97C24276617C0 , 0x0193017194897115B6B97C24285E3EBE , 0x0193017194897115B6B97C2429244418 , 0x0193017194897115B6B97C242C2F2C99 , 0x0193017194897115B6B97C242D19DF3C , 0x0193017194897115B6B97C242E152B0F , 0x0193017194897115B6B97C242E9E491B , 0x0193017194897115B6B97C242F86EB35 , 0x0193017194897115B6B97C242FF2CFB1 , 0x0193017194897115B6B97C243092A533 , 0x0193017194897115B6B97C2431B58262 , 0x0193017194897115B6B97C2431BDCE58 , 0x0193017194897115B6B97C2432051530 , 0x0193017194897115B6B97C2432348FFD , 0x0193017194897115B6B97C24324F9E1E , 0x0193017194897115B6B97C24330613B1 , 0x0193017194897115B6B97C24330C2FDB , 0x0193017194897115B6B97C2433D4DE6E , 0x0193017194897115B6B97C243460CEB2 , 0x0193017194897115B6B97C2435831DF0 , 0x0193017194897115B6B97C24361C5F92 , 0x0193017194897115B6B97C243778901B , 0x0193017194897115B6B97C2437EF7663 , 0x0193017194897115B6B97C243835D38F , 0x0193017194897115B6B97C243917B898 , 0x0193017194897115B6B97C24395FE629 , 0x0193017194897115B6B97C243A8B7FC8 , 0x0193017194897115B6B97C243A9CF279 , 0x0193017194897115B6B97C243B8D9DA7 , 0x0193017194897115B6B97C243C634B47 , 0x0193017194897115B6B97C243D56C08C , 0x0193017194897115B6B97C243E2C6F0E , 0x0193017194897115B6B97C243FCB02D2 , 0x0193017194897115B6B97C24409D67E1 , 0x0193017194897115B6B97C2440BF3F70 , 0x0193017194897115B6B97C2440F7CC20 , 0x0193017194897115B6B97C2441AE51B3 , 0x0193017194897115B6B97C2441B0BBF5 , 0x0193017194897115B6B97C2441B86BF5 , 0x0193017194897115B6B97C2442B28E38 , 0x0193017194897115B6B97C24438984FD , 0x0193017194897115B6B97C24438BC4F6 , 0x0193017194897115B6B97C244401BFB9 , 0x0193017194897115B6B97C24449C6365 , 0x0193017194897115B6B97C24463E174B , 0x0193017194897115B6B97C2447245B41 , 0x0193017194897115B6B97C2447CF4003 , 0x0193017194897115B6B97C24494E51D8 , 0x0193017194897115B6B97C2449BFAD59 , 0x0193017194897115B6B97C244A9236B4 , 0x0193017194897115B6B97C244AE3D1B8 , 0x0193017194897115B6B97C244C5DE6F8 , 0x0193017194897115B6B97C244E3A493B , 0x0193017194897115B6B97C244EC2994F , 0x0193017194897115B6B97C2450D4BA54 , 0x0193017194897115B6B97C2451BC9FC6 , 0x0193017194897115B6B97C24528F2B0F , 0x0193017194897115B6B97C2453204121 , 0x0193017194897115B6B97C2453D9016A , 0x0193017194E87376B0B6ABA382B8E088 , 0x0193017194E87376B0B6ABA3835A74EA , 0x0193017194E87376B0B6ABA38450ECD0 , 0x0193017194E87376B0B6ABA385D9A74B , 0x0193017194E87376B0B6ABA38736FA42 , 0x0193017194E87376B0B6ABA388A8614C , 0x0193017194E87376B0B6ABA389F03036 , 0x0193017194E87376B0B6ABA38ADF060F , 0x0193017194E87376B0B6ABA38B0782F8 , 0x0193017194E87376B0B6ABA38B2F9FB8 , 0x0193017194E87376B0B6ABA38C593F3B , 0x0193017194E87376B0B6ABA38CE65546 , 0x0193017194E87376B0B6ABA38CEDADD6 , 0x0193017194E87376B0B6ABA38E386224 , 0x0193017194E87376B0B6ABA38FED86C9 , 0x0193017194E87376B0B6ABA39113428E , 0x0193017194E87376B0B6ABA3914559BE , 0x0193017194E87376B0B6ABA3930A63C0 , 0x0193017194E87376B0B6ABA393471BCA , 0x0193017194E87376B0B6ABA3940F134C , 0x0193017194E87376B0B6ABA395BC5B46 , 0x0193017194E87376B0B6ABA39751633C , 0x0193017194E87376B0B6ABA39849B8E1 , 0x0193017194E87376B0B6ABA39A206601 , 0x0193017194E87376B0B6ABA39A76E364 , 0x0193017194E87376B0B6ABA39B5C04D0 , 0x0193017194E87376B0B6ABA39BBA81C8 , 0x0193017194E87376B0B6ABA39C28749E , 0x0193017194E87376B0B6ABA39E9B1CE4 , 0x0193017194E87376B0B6ABA39EB564CF , 0x0193017194E87376B0B6ABA39ED1933C , 0x0193017194E87376B0B6ABA39F7F4DBB , 0x0193017194E87376B0B6ABA3A19E10AB , 0x0193017194E87376B0B6ABA3A2B8DB86 , 0x0193017194E87376B0B6ABA3A3A0C70B , 0x0193017194E87376B0B6ABA3A41E11EB , 0x0193017194E87376B0B6ABA3A4F3E16B , 0x0193017194E87376B0B6ABA3A518BBD1 , 0x0193017194E87376B0B6ABA3A60393A3 , 0x0193017194E87376B0B6ABA3A6DBDC62 , 0x0193017194E87376B0B6ABA3A7BFA6FA , 0x0193017194E87376B0B6ABA3A82BA523 , 0x0193017194E87376B0B6ABA3AA275E73 , 0x0193017194E87376B0B6ABA3AB2BAB4A , 0x0193017194E87376B0B6ABA3AB2F51B1 , 0x0193017194E87376B0B6ABA3AC70F21A , 0x0193017194E87376B0B6ABA3ACC2277E , 0x0193017194E87376B0B6ABA3ACD21DC2 , 0x0193017194E87376B0B6ABA3ADB8D297 , 0x0193017194E87376B0B6ABA3AE4927A8 , 0x0193017194E87376B0B6ABA3AFB56F65 , 0x0193017194E87376B0B6ABA3B07F64FF , 0x0193017194E87376B0B6ABA3B1611374 , 0x0193017194E87376B0B6ABA3B25956CF , 0x0193017194E87376B0B6ABA3B27B40C1 , 0x0193017194E87376B0B6ABA3B2BD58BD , 0x0193017194E87376B0B6ABA3B3908569 , 0x0193017194E87376B0B6ABA3B471828B , 0x0193017194E87376B0B6ABA3B51E916A , 0x0193017194E87376B0B6ABA3B5BA4700 , 0x0193017194E87376B0B6ABA3B624860B , 0x0193017194E87376B0B6ABA3B687858E , 0x0193017194E87376B0B6ABA3B6CFC06E , 0x0193017194E87376B0B6ABA3B7449AED , 0x0193017194E87376B0B6ABA3BA986D9A , 0x0193017194E87376B0B6ABA3BB968C1F , 0x0193017194E87376B0B6ABA3BCFB66DB , 0x0193017194E87376B0B6ABA3BE759C8C , 0x0193017194E87376B0B6ABA3BF6C49BF , 0x0193017194E87376B0B6ABA3C06773E6 , 0x0193017194E87376B0B6ABA3C0DD5BE7 , 0x0193017194E87376B0B6ABA3C0E3DA04 , 0x0193017194E87376B0B6ABA3C185DC12 , 0x0193017194E87376B0B6ABA3C292AE52 , 0x0193017194E87376B0B6ABA3C4A3BDD4 , 0x0193017194E87376B0B6ABA3C601025C , 0x0193017194E87376B0B6ABA3C6E84844 , 0x0193017194E87376B0B6ABA3C7D22C03 , 0x0193017194E87376B0B6ABA3C8D1229A , 0x0193017194E87376B0B6ABA3C9BA1051 , 0x0193017194E87376B0B6ABA3C9C1EB6E , 0x0193017194E87376B0B6ABA3CA6D29AE , 0x0193017194E87376B0B6ABA3CA977300 , 0x0193017194E87376B0B6ABA3CBF083DD , 0x0193017194E87376B0B6ABA3CCA4F975 , 0x0193017194E87376B0B6ABA3CCD5D1F8 , 0x0193017194E87376B0B6ABA3CD3CB839 , 0x0193017194E87376B0B6ABA3CD484348 , 0x0193017194E87376B0B6ABA3CE596D3E , 0x0193017194E87376B0B6ABA3CEA4B995 , 0x0193017194E87376B0B6ABA3D018181B , 0x0193017194E87376B0B6ABA3D103A688 , 0x0193017194E87376B0B6ABA3D1789C8B , 0x0193017194E87376B0B6ABA3D2CF5EC5 , 0x0193017194E87376B0B6ABA3D39EDA39 , 0x01930171958C7141A064760AAA12360A , 0x01930171958C7141A064760AAAF95A1E , 0x01930171958C7141A064760AAE5BE60F , 0x01930171958C7141A064760AAE5D898B , 0x01930171958C7141A064760AB1CEF14A , 0x01930171958C7141A064760AB2C40074 , 0x01930171958C7141A064760AB682E3BD , 0x01930171958C7141A064760AB7225EE0 , 0x01930171958C7141A064760ABA3CD6AC , 0x01930171958C7141A064760ABCB9E4C0 , 0x01930171958D738EA0553E0F1E34AF5E , 0x01930171958D738EA0553E0F1F6AF7BF , 0x01930171958D738EA0553E0F1F9F36AE , 0x01930171958D738EA0553E0F1FCE6F97 , 0x01930171958D738EA0553E0F208017AA , 0x01930171958D738EA0553E0F213FCDB5 , 0x01930171958D738EA0553E0F231F86A6 , 0x01930171958D738EA0553E0F244AF774 , 0x01930171958D738EA0553E0F27B37648 , 0x01930171958D738EA0553E0F27C0B3A7 , 0x01930171958D738EA0553E0F285730F2 , 0x01930171958D738EA0553E0F29C65407 , 0x01930171958D738EA0553E0F2C356F79 , 0x01930171958D738EA0553E0F2E503CFA , 0x01930171958D738EA0553E0F3447CB6C , 0x01930171958D738EA0553E0F344B7B34 , 0x01930171958D738EA0553E0F34C0BFF9 , 0x01930171958D738EA0553E0F363E6943 , 0x01930171958D738EA0553E0F371C8296 , 0x01930171958D738EA0553E0F37415718 , 0x01930171958D738EA0553E0F3838D9EB , 0x01930171958D738EA0553E0F385041BF , 0x01930171958D738EA0553E0F3AB5BF67 , 0x01930171958D738EA0553E0F3BD2B7EE , 0x01930171958D738EA0553E0F3CFF1BF6 , 0x01930171958D738EA0553E0F3DF57D2C , 0x01930171958D738EA0553E0F3DFEF981 , 0x01930171958D738EA0553E0F3EC48F05 , 0x01930171958D738EA0553E0F408F715C , 0x01930171958D738EA0553E0F4094DFBC , 0x01930171958D738EA0553E0F40F23D35 , 0x01930171958D738EA0553E0F41118178 , 0x01930171958D738EA0553E0F445DFEA0 , 0x01930171958D738EA0553E0F453E971D , 0x01930171958D738EA0553E0F4638D5E6 , 0x01930171958D738EA0553E0F46FB4AC9 , 0x01930171958D738EA0553E0F487B3AB7 , 0x01930171958D738EA0553E0F4905410B , 0x01930171958D738EA0553E0F49B992B6 , 0x01930171958D738EA0553E0F4EBBA084 , 0x01930171958D738EA0553E0F51919455 , 0x01930171958D738EA0553E0F59FC53D4 , 0x01930171958D738EA0553E0F5AE52882 , 0x01930171960A737CA80C869186F239AC , 0x01930171960A737CA80C869196A3DAEF , 0x01930171960A737CA80C8691A4C85D8C , 0x01930171960A737CA80C8691AB24F73B , 0x01930171960A737CA80C8691B2CF6736 , 0x01930171960A737CA80C8691BA1A1B1C , 0x01930171960A737CA80C8691D2E44573 , 0x01930171960A737CA80C8691D7541945 );
Copy
43
12.50 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÐg8à "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉå9\x0E "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒ‰?Ç "
b"\x01 “\x01 q”èsv°¶«£š f\x01 "
b"\x01 “\x01 q”èsv°¶«£Êm)® "
b"\x01 ô\x01 qöêqæó┘,ƒ╩ü\x08\x08 "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌ¸¨× "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\f /Û "
b"\x01 “\x01 q”‰q\x15 ¶¹|$:œòy "
b"\x01 “\x01 q”‰q\x15 ¶¹|$L]æø "
b"\x01 “\x01 q”‰q\x15 ¶¹|$S A! "
b"\x01 “\x01 q”èsv°¶«£Šß\x06\x0F "
b"\x01 “\x01 q”èsv°¶«£ŒíÖ "
b"\x01 ô\x01 qöÞsv░½úÅÝå╔ "
b"\x01 “\x01 q”èsv°¶«£Ÿ\x7F M» "
b"\x01 “\x01 q”èsv°¶«£¤óák "
b"\x01 “\x01 q”èsv°¶«£«/Q± "
b"\x01 “\x01 q”èsv°¶«£²YVÏ "
b"\x01 “\x01 q”èsv°¶«£Ì¤ùu "
b"\x01 ô\x01 qòìsÄáU>\x0F 8PA┐ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÇ³Gˆ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÏ1ïj "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ±h? "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÔ¤¡Ø "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛQ”Ø "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛÔ`‹ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÜ©FÕ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝ¯4€ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞ Ûü "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿßò]ß "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáÐV\x07 "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿâ¬Q¯ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%îÙµ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$&4\x17 3 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$.žI\e "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/òϱ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1½ÎX "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2Ož\x1E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$5ƒ\x1D ð "
b"\x01 ô\x01 qöëq\x15 Â╣|$7xÉ\e "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7ïvc "
b"\x01 ô\x01 qöëq\x15 Â╣|$85ËÅ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$:‹\x7F È "
b"\x01 “\x01 q”‰q\x15 ¶¹|$<cKG "
b"\x01 ô\x01 qöëq\x15 Â╣|$@Øgß "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@¿?p "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C‰„ý "
b"\x01 “\x01 q”‰q\x15 ¶¹|$D\x01 ¿¹ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$G$[A "
b"\x01 “\x01 q”‰q\x15 ¶¹|$GÏ@\x03 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$J’6´ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$N:I; "
b"\x01 “\x01 q”èsv°¶«£‚¸àˆ "
b"\x01 “\x01 q”èsv°¶«£„PìÐ "
b"\x01 “\x01 q”èsv°¶«£‡6úB "
b"\x01 “\x01 q”èsv°¶«£‰ð06 "
b"\x01 “\x01 q”èsv°¶«£‹\x07 ‚ø "
b"\x01 “\x01 q”èsv°¶«£‹/Ÿ¸ "
b"\x01 “\x01 q”èsv°¶«£‘EY¾ "
b"""
\x01 “\x01 q”èsv°¶«£“\n
cÀ
"""
b"\x01 “\x01 q”èsv°¶«£˜I¸á "
b"\x01 “\x01 q”èsv°¶«£›\\x04 Ð "
b"\x01 “\x01 q”èsv°¶«£žÑ“< "
b"\x01 “\x01 q”èsv°¶«££ Ç\v "
b"\x01 “\x01 q”èsv°¶«£¯µoe "
b"\x01 ô\x01 qöÞsv░½ú│Éài "
b"\x01 “\x01 q”èsv°¶«£Àgsæ "
b"\x01 “\x01 q”èsv°¶«£Á…Ü\x12 "
b"\x01 “\x01 q”èsv°¶«£Ä£½Ô "
b"\x01 “\x01 q”èsv°¶«£ÉÁën "
b"\x01 “\x01 q”èsv°¶«£Ê—s\x00 "
b"\x01 “\x01 q”èsv°¶«£ÌÕÑø "
b"\x01 “\x01 q”èsv°¶«£Í<¸9 "
b"\x01 “\x01 q”èsv°¶«£Ñ\x03 ¦ˆ "
b"""
\x01 “\x01 q•ŒqA dv\n
ªùZ\x1E
"""
b"""
\x01 “\x01 q•ŒqA dv\n
±ÎñJ
"""
b"\x01 ô\x01 qòìsÄáU>\x0F Ç\x17 ¬ "
b"\x01 ô\x01 qòìsÄáU>\x0F '└│º "
b"\x01 ô\x01 qòìsÄáU>\x0F ;ÊÀ¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F =§}, "
b"\x01 ô\x01 qòìsÄáU>\x0F >─Å\x05 "
b"\x01 ô\x01 qòìsÄáU>\x0F I╣ÆÂ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÄÚôÏ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÆ\x17\x13 K "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸËv'Ð "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍsš¬ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍÇ|¶ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ94] "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ¹Þ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒáçN "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÔ_³¿ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖ,gÁ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖ«\x0E Ä "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸØ’ña "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙYáÉ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙtM„ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙÖÏn "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝD\x11 ; "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞǦt "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸßÄØ] "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿà„WØ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáB\x1E A "
b"""
\x01 “\x01 q”ˆq‘¢Ù,Ÿáô\n
l
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$%šËý "
b"\x01 “\x01 q”‰q\x15 ¶¹|$&|ß\x01 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$&Í«ð "
b"\x01 “\x01 q”‰q\x15 ¶¹|$'f\x17 À "
b"\x01 “\x01 q”‰q\x15 ¶¹|$(^>¾ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$)$D\x18 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$,/,™ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$-\x19 ß< "
b"\x01 “\x01 q”‰q\x15 ¶¹|$.\x15 +\x0F "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/†ë5 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$0’¥3 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1µ‚b "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2\x05\x15 0 "
b"\x01 ô\x01 qöëq\x15 Â╣|$24Ų "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\x06\x13 ± "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3ÔÞn "
b"\x01 “\x01 q”‰q\x15 ¶¹|$4`β "
b"\x01 “\x01 q”‰q\x15 ¶¹|$6\x1C _’ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9\x17 ¸˜ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9_æ) "
b"\x01 ô\x01 qöëq\x15 Â╣|$;ìØº "
b"\x01 “\x01 q”‰q\x15 ¶¹|$=VÀŒ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$>,o\x0E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?Ë\x02 Ò "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@÷Ì "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A®Q³ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A°»õ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A¸kõ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B²Ž8 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C‹Äö "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Dœce "
b"\x01 “\x01 q”‰q\x15 ¶¹|$F>\x17 K "
b"\x01 “\x01 q”‰q\x15 ¶¹|$INQØ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$I¿Y "
b"\x01 “\x01 q”‰q\x15 ¶¹|$JãѸ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$N™O "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÔºT "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Q¼ŸÆ "
b"\x01 ô\x01 qöëq\x15 Â╣|$RÅ+\x0F "
b"\x01 “\x01 q”‰q\x15 ¶¹|$SÙ\x01 j "
b"\x01 “\x01 q”èsv°¶«£ƒZtê "
b"\x01 “\x01 q”èsv°¶«£…Ù§K "
b"\x01 “\x01 q”èsv°¶«£ˆ¨aL "
b"\x01 “\x01 q”èsv°¶«£ŒY?; "
b"\x01 “\x01 q”èsv°¶«£ŒæUF "
b"\x01 “\x01 q”èsv°¶«£Ž8b$ "
b"\x01 “\x01 q”èsv°¶«£‘\x13 BŽ "
b"\x01 “\x01 q”èsv°¶«£“G\e Ê "
b"\x01 “\x01 q”èsv°¶«£”\x0F\x13 L "
b"\x01 “\x01 q”èsv°¶«£•¼[F "
b"\x01 “\x01 q”èsv°¶«£—Qc< "
b"\x01 “\x01 q”èsv°¶«£švãd "
b"\x01 ô\x01 qöÞsv░½úø║ü╚ "
b"\x01 “\x01 q”èsv°¶«£œ(tž "
b"\x01 “\x01 q”èsv°¶«£ž›\x1C ä "
b"\x01 “\x01 q”èsv°¶«£žµdÏ "
b"\x01 “\x01 q”èsv°¶«£¡ž\x10 « "
b"\x01 “\x01 q”èsv°¶«£¢¸Û† "
b"\x01 “\x01 q”èsv°¶«£¤\x1E\x11 ë "
b"\x01 “\x01 q”èsv°¶«£¥\x18 »Ñ "
b"\x01 “\x01 q”èsv°¶«£¦\x03 “£ "
b"\x01 “\x01 q”èsv°¶«£¦ÛÜb "
b"\x01 “\x01 q”èsv°¶«£§¿¦ú "
b"\x01 “\x01 q”èsv°¶«£¨+¥# "
b"\x01 “\x01 q”èsv°¶«£ª'^s "
b"\x01 “\x01 q”èsv°¶«£«+«J "
b"\x01 “\x01 q”èsv°¶«£¬pò\x1A "
b"\x01 “\x01 q”èsv°¶«£¬Â'~ "
b"\x01 “\x01 q”èsv°¶«£¬Ò\x1D  "
b"\x01 “\x01 q”èsv°¶«£¸Ò— "
b"\x01 “\x01 q”èsv°¶«£®I'¨ "
b"\x01 “\x01 q”èsv°¶«£°\x7F dÿ "
b"\x01 “\x01 q”èsv°¶«£±a\x13 t "
b"\x01 “\x01 q”èsv°¶«£²{@Á "
b"\x01 “\x01 q”èsv°¶«£²½X½ "
b"\x01 “\x01 q”èsv°¶«£´q‚‹ "
b"\x01 “\x01 q”èsv°¶«£µ\x1E ‘j "
b"\x01 “\x01 q”èsv°¶«£µºG\x00 "
b"\x01 “\x01 q”èsv°¶«£¶$†\v "
b"\x01 “\x01 q”èsv°¶«£¶‡…Ž "
b"\x01 “\x01 q”èsv°¶«£¶ÏÀn "
b"\x01 “\x01 q”èsv°¶«£·Dší "
b"\x01 “\x01 q”èsv°¶«£º˜mš "
b"\x01 “\x01 q”èsv°¶«£»–Œ\x1F "
b"\x01 “\x01 q”èsv°¶«£¼ûfÛ "
b"\x01 “\x01 q”èsv°¶«£¾uœŒ "
b"\x01 “\x01 q”èsv°¶«£¿lI¿ "
b"\x01 “\x01 q”èsv°¶«£ÀÝ[ç "
b"\x01 “\x01 q”èsv°¶«£ÀãÚ\x04 "
b"\x01 “\x01 q”èsv°¶«£Â’®R "
b"\x01 “\x01 q”èsv°¶«£Æ\x01\x02 \ "
b"\x01 “\x01 q”èsv°¶«£ÆèHD "
b"\x01 “\x01 q”èsv°¶«£ÇÒ,\x03 "
b"\x01 “\x01 q”èsv°¶«£ÈÑ"š "
b"\x01 “\x01 q”èsv°¶«£Éº\x10 Q "
b"\x01 “\x01 q”èsv°¶«£ËðƒÝ "
b"\x01 “\x01 q”èsv°¶«£ÍHCH "
b"\x01 “\x01 q”èsv°¶«£ÎYm> "
b"\x01 “\x01 q”èsv°¶«£Î¤¹• "
b"\x01 “\x01 q”èsv°¶«£Ð\x18\x18\e "
b"\x01 “\x01 q”èsv°¶«£Ñxœ‹ "
b"\x01 “\x01 q”èsv°¶«£ÒÏ^Å "
b"\x01 “\x01 q”èsv°¶«£ÓžÚ9 "
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x12 6\n
"""
b"""
\x01 “\x01 q•ŒqA dv\n
®[æ\x0F
"""
b"""
\x01 “\x01 q•ŒqA dv\n
®]‰‹
"""
b"\x01 “\x01 q•ŒqA dv\n ²Ä\x00 t "
b"""
\x01 “\x01 q•ŒqA dv\n
¶‚ã½
"""
b"""
\x01 “\x01 q•ŒqA dv\n
·"^à
"""
b"""
\x01 “\x01 q•ŒqA dv\n
º<Ö¬
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¼¹äÀ
"""
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E 4»^ "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F j¸┐ "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F ƒ6« "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F ╬où "
b"\x01 ô\x01 qòìsÄáU>\x0F !?═Á "
b"\x01 ô\x01 qòìsÄáU>\x0F #\x1F åª "
b"\x01 ô\x01 qòìsÄáU>\x0F $J¸t "
b"\x01 ô\x01 qòìsÄáU>\x0F '│vH "
b"\x01 ô\x01 qòìsÄáU>\x0F (W0‗ "
b"\x01 ô\x01 qòìsÄáU>\x0F )ãT\x07 "
b"\x01 ô\x01 qòìsÄáU>\x0F ,5oy "
b"\x01 ô\x01 qòìsÄáU>\x0F .P<· "
b"\x01 ô\x01 qòìsÄáU>\x0F 4G╦l "
b"\x01 ô\x01 qòìsÄáU>\x0F 4K{4 "
b"\x01 ô\x01 qòìsÄáU>\x0F 4└┐¨ "
b"\x01 ô\x01 qòìsÄáU>\x0F 6>iC "
b"\x01 ô\x01 qòìsÄáU>\x0F 7\x1C éû "
b"\x01 ô\x01 qòìsÄáU>\x0F 7AW\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F 88┘Ù "
b"\x01 ô\x01 qòìsÄáU>\x0F :Á┐g "
b"\x01 ô\x01 qòìsÄáU>\x0F < \e ÷ "
b"\x01 ô\x01 qòìsÄáU>\x0F =■¨ü "
b"\x01 ô\x01 qòìsÄáU>\x0F @Åq\ "
b"\x01 ô\x01 qòìsÄáU>\x0F @ö▀╝ "
b"\x01 ô\x01 qòìsÄáU>\x0F @‗=5 "
b"\x01 ô\x01 qòìsÄáU>\x0F A\x11 üx "
b"\x01 ô\x01 qòìsÄáU>\x0F D]■á "
b"\x01 ô\x01 qòìsÄáU>\x0F E>ù\x1D "
b"\x01 ô\x01 qòìsÄáU>\x0F F8ıµ "
b"\x01 ô\x01 qòìsÄáU>\x0F F¹J╔ "
b"\x01 ô\x01 qòìsÄáU>\x0F H{:À "
b"\x01 ô\x01 qòìsÄáU>\x0F I\x05 A\v "
b"\x01 ô\x01 qòìsÄáU>\x0F N╗áä "
b"\x01 ô\x01 qòìsÄáU>\x0F QæöU "
b"\x01 ô\x01 qòìsÄáU>\x0F Y³SÈ "
b"\x01 ô\x01 qòìsÄáU>\x0F ZÕ(é "
b"""
\x01 “\x01 q–\n
s|¨\f †‘†ò9¬
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘–£Úï
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¤È]Œ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘«$÷;
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘²Ïg6
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘º\x1A\e\x1C
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÒäEs
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘×T\x19 E
"""
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
OFFSET
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x0193017194887191A2D92C9FD06738E0 , 0x0193017194887191A2D92C9FC9E5390E , 0x0193017194887191A2D92C9FD2893FC7 , 0x0193017194E87376B0B6ABA39A206601 , 0x0193017194E87376B0B6ABA3CA6D29AE , 0x0193017194887191A2D92C9FCA810808 , 0x0193017194887191A2D92C9FCCB8A8D7 , 0x0193017194897115B6B97C24330C2FDB , 0x0193017194897115B6B97C243A9CF279 , 0x0193017194897115B6B97C244C5DE6F8 , 0x0193017194897115B6B97C2453204121 , 0x0193017194E87376B0B6ABA38ADF060F , 0x0193017194E87376B0B6ABA38CEDADD6 , 0x0193017194E87376B0B6ABA38FED86C9 , 0x0193017194E87376B0B6ABA39F7F4DBB , 0x0193017194E87376B0B6ABA3A4F3E16B , 0x0193017194E87376B0B6ABA3AB2F51B1 , 0x0193017194E87376B0B6ABA3B25956CF , 0x0193017194E87376B0B6ABA3CCA4F975 , 0x01930171958D738EA0553E0F385041BF , 0x0193017194887191A2D92C9FC7B34788 , 0x0193017194887191A2D92C9FCF31EF6A , 0x0193017194887191A2D92C9FD1B1683F , 0x0193017194887191A2D92C9FD4A4A1D8 , 0x0193017194887191A2D92C9FDB5194D8 , 0x0193017194887191A2D92C9FDBD4608B , 0x0193017194887191A2D92C9FDCA946D5 , 0x0193017194887191A2D92C9FDDAF3480 , 0x0193017194887191A2D92C9FDEA0DBFC , 0x0193017194887191A2D92C9FDFF25DDF , 0x0193017194887191A2D92C9FE1D05607 , 0x0193017194887191A2D92C9FE2AC51AF , 0x0193017194897115B6B97C2425EED9B5 , 0x0193017194897115B6B97C2426341733 , 0x0193017194897115B6B97C242E9E491B , 0x0193017194897115B6B97C242FF2CFB1 , 0x0193017194897115B6B97C2431BDCE58 , 0x0193017194897115B6B97C24324F9E1E , 0x0193017194897115B6B97C2435831DF0 , 0x0193017194897115B6B97C243778901B , 0x0193017194897115B6B97C2437EF7663 , 0x0193017194897115B6B97C243835D38F , 0x0193017194897115B6B97C243A8B7FC8 , 0x0193017194897115B6B97C243C634B47 , 0x0193017194897115B6B97C24409D67E1 , 0x0193017194897115B6B97C2440BF3F70 , 0x0193017194897115B6B97C24438984FD , 0x0193017194897115B6B97C244401BFB9 , 0x0193017194897115B6B97C2447245B41 , 0x0193017194897115B6B97C2447CF4003 , 0x0193017194897115B6B97C244A9236B4 , 0x0193017194897115B6B97C244E3A493B , 0x0193017194E87376B0B6ABA382B8E088 , 0x0193017194E87376B0B6ABA38450ECD0 , 0x0193017194E87376B0B6ABA38736FA42 , 0x0193017194E87376B0B6ABA389F03036 , 0x0193017194E87376B0B6ABA38B0782F8 , 0x0193017194E87376B0B6ABA38B2F9FB8 , 0x0193017194E87376B0B6ABA3914559BE , 0x0193017194E87376B0B6ABA3930A63C0 , 0x0193017194E87376B0B6ABA39849B8E1 , 0x0193017194E87376B0B6ABA39B5C04D0 , 0x0193017194E87376B0B6ABA39ED1933C , 0x0193017194E87376B0B6ABA3A3A0C70B , 0x0193017194E87376B0B6ABA3AFB56F65 , 0x0193017194E87376B0B6ABA3B3908569 , 0x0193017194E87376B0B6ABA3C06773E6 , 0x0193017194E87376B0B6ABA3C185DC12 , 0x0193017194E87376B0B6ABA3C4A3BDD4 , 0x0193017194E87376B0B6ABA3C9C1EB6E , 0x0193017194E87376B0B6ABA3CA977300 , 0x0193017194E87376B0B6ABA3CCD5D1F8 , 0x0193017194E87376B0B6ABA3CD3CB839 , 0x0193017194E87376B0B6ABA3D103A688 , 0x01930171958C7141A064760AAAF95A1E , 0x01930171958C7141A064760AB1CEF14A , 0x01930171958D738EA0553E0F208017AA , 0x01930171958D738EA0553E0F27C0B3A7 , 0x01930171958D738EA0553E0F3BD2B7EE , 0x01930171958D738EA0553E0F3DF57D2C , 0x01930171958D738EA0553E0F3EC48F05 , 0x01930171958D738EA0553E0F49B992B6 , 0x0193017194887191A2D92C9FC4DAF4CF , 0x0193017194887191A2D92C9FC617134B , 0x0193017194887191A2D92C9FCB7627D0 , 0x0193017194887191A2D92C9FCD739AAC , 0x0193017194887191A2D92C9FCDC77CB6 , 0x0193017194887191A2D92C9FD139345D , 0x0193017194887191A2D92C9FD1ADB9DE , 0x0193017194887191A2D92C9FD2E1E74E , 0x0193017194887191A2D92C9FD45FB3BF , 0x0193017194887191A2D92C9FD62C67C1 , 0x0193017194887191A2D92C9FD6AB0EC4 , 0x0193017194887191A2D92C9FD892F161 , 0x0193017194887191A2D92C9FD959E1C9 , 0x0193017194887191A2D92C9FD9744D84 , 0x0193017194887191A2D92C9FD9D6CF6E , 0x0193017194887191A2D92C9FDD44113B , 0x0193017194887191A2D92C9FDEC7A674 , 0x0193017194887191A2D92C9FDFC4D85D , 0x0193017194887191A2D92C9FE08457D8 , 0x0193017194887191A2D92C9FE1421E41 , 0x0193017194887191A2D92C9FE1F40A6C , 0x0193017194897115B6B97C24259ACBFD , 0x0193017194897115B6B97C24267CDF01 , 0x0193017194897115B6B97C2426CDABF0 , 0x0193017194897115B6B97C24276617C0 , 0x0193017194897115B6B97C24285E3EBE , 0x0193017194897115B6B97C2429244418 , 0x0193017194897115B6B97C242C2F2C99 , 0x0193017194897115B6B97C242D19DF3C , 0x0193017194897115B6B97C242E152B0F , 0x0193017194897115B6B97C242F86EB35 , 0x0193017194897115B6B97C243092A533 , 0x0193017194897115B6B97C2431B58262 , 0x0193017194897115B6B97C2432051530 , 0x0193017194897115B6B97C2432348FFD , 0x0193017194897115B6B97C24330613B1 , 0x0193017194897115B6B97C2433D4DE6E , 0x0193017194897115B6B97C243460CEB2 , 0x0193017194897115B6B97C24361C5F92 , 0x0193017194897115B6B97C243917B898 , 0x0193017194897115B6B97C24395FE629 , 0x0193017194897115B6B97C243B8D9DA7 , 0x0193017194897115B6B97C243D56C08C , 0x0193017194897115B6B97C243E2C6F0E , 0x0193017194897115B6B97C243FCB02D2 , 0x0193017194897115B6B97C2440F7CC20 , 0x0193017194897115B6B97C2441AE51B3 , 0x0193017194897115B6B97C2441B0BBF5 , 0x0193017194897115B6B97C2441B86BF5 , 0x0193017194897115B6B97C2442B28E38 , 0x0193017194897115B6B97C24438BC4F6 , 0x0193017194897115B6B97C24449C6365 , 0x0193017194897115B6B97C24463E174B , 0x0193017194897115B6B97C24494E51D8 , 0x0193017194897115B6B97C2449BFAD59 , 0x0193017194897115B6B97C244AE3D1B8 , 0x0193017194897115B6B97C244EC2994F , 0x0193017194897115B6B97C2450D4BA54 , 0x0193017194897115B6B97C2451BC9FC6 , 0x0193017194897115B6B97C24528F2B0F , 0x0193017194897115B6B97C2453D9016A , 0x0193017194E87376B0B6ABA3835A74EA , 0x0193017194E87376B0B6ABA385D9A74B , 0x0193017194E87376B0B6ABA388A8614C , 0x0193017194E87376B0B6ABA38C593F3B , 0x0193017194E87376B0B6ABA38CE65546 , 0x0193017194E87376B0B6ABA38E386224 , 0x0193017194E87376B0B6ABA39113428E , 0x0193017194E87376B0B6ABA393471BCA , 0x0193017194E87376B0B6ABA3940F134C , 0x0193017194E87376B0B6ABA395BC5B46 , 0x0193017194E87376B0B6ABA39751633C , 0x0193017194E87376B0B6ABA39A76E364 , 0x0193017194E87376B0B6ABA39BBA81C8 , 0x0193017194E87376B0B6ABA39C28749E , 0x0193017194E87376B0B6ABA39E9B1CE4 , 0x0193017194E87376B0B6ABA39EB564CF , 0x0193017194E87376B0B6ABA3A19E10AB , 0x0193017194E87376B0B6ABA3A2B8DB86 , 0x0193017194E87376B0B6ABA3A41E11EB , 0x0193017194E87376B0B6ABA3A518BBD1 , 0x0193017194E87376B0B6ABA3A60393A3 , 0x0193017194E87376B0B6ABA3A6DBDC62 , 0x0193017194E87376B0B6ABA3A7BFA6FA , 0x0193017194E87376B0B6ABA3A82BA523 , 0x0193017194E87376B0B6ABA3AA275E73 , 0x0193017194E87376B0B6ABA3AB2BAB4A , 0x0193017194E87376B0B6ABA3AC70F21A , 0x0193017194E87376B0B6ABA3ACC2277E , 0x0193017194E87376B0B6ABA3ACD21DC2 , 0x0193017194E87376B0B6ABA3ADB8D297 , 0x0193017194E87376B0B6ABA3AE4927A8 , 0x0193017194E87376B0B6ABA3B07F64FF , 0x0193017194E87376B0B6ABA3B1611374 , 0x0193017194E87376B0B6ABA3B27B40C1 , 0x0193017194E87376B0B6ABA3B2BD58BD , 0x0193017194E87376B0B6ABA3B471828B , 0x0193017194E87376B0B6ABA3B51E916A , 0x0193017194E87376B0B6ABA3B5BA4700 , 0x0193017194E87376B0B6ABA3B624860B , 0x0193017194E87376B0B6ABA3B687858E , 0x0193017194E87376B0B6ABA3B6CFC06E , 0x0193017194E87376B0B6ABA3B7449AED , 0x0193017194E87376B0B6ABA3BA986D9A , 0x0193017194E87376B0B6ABA3BB968C1F , 0x0193017194E87376B0B6ABA3BCFB66DB , 0x0193017194E87376B0B6ABA3BE759C8C , 0x0193017194E87376B0B6ABA3BF6C49BF , 0x0193017194E87376B0B6ABA3C0DD5BE7 , 0x0193017194E87376B0B6ABA3C0E3DA04 , 0x0193017194E87376B0B6ABA3C292AE52 , 0x0193017194E87376B0B6ABA3C601025C , 0x0193017194E87376B0B6ABA3C6E84844 , 0x0193017194E87376B0B6ABA3C7D22C03 , 0x0193017194E87376B0B6ABA3C8D1229A , 0x0193017194E87376B0B6ABA3C9BA1051 , 0x0193017194E87376B0B6ABA3CBF083DD , 0x0193017194E87376B0B6ABA3CD484348 , 0x0193017194E87376B0B6ABA3CE596D3E , 0x0193017194E87376B0B6ABA3CEA4B995 , 0x0193017194E87376B0B6ABA3D018181B , 0x0193017194E87376B0B6ABA3D1789C8B , 0x0193017194E87376B0B6ABA3D2CF5EC5 , 0x0193017194E87376B0B6ABA3D39EDA39 , 0x01930171958C7141A064760AAA12360A , 0x01930171958C7141A064760AAE5BE60F , 0x01930171958C7141A064760AAE5D898B , 0x01930171958C7141A064760AB2C40074 , 0x01930171958C7141A064760AB682E3BD , 0x01930171958C7141A064760AB7225EE0 , 0x01930171958C7141A064760ABA3CD6AC , 0x01930171958C7141A064760ABCB9E4C0 , 0x01930171958D738EA0553E0F1E34AF5E , 0x01930171958D738EA0553E0F1F6AF7BF , 0x01930171958D738EA0553E0F1F9F36AE , 0x01930171958D738EA0553E0F1FCE6F97 , 0x01930171958D738EA0553E0F213FCDB5 , 0x01930171958D738EA0553E0F231F86A6 , 0x01930171958D738EA0553E0F244AF774 , 0x01930171958D738EA0553E0F27B37648 , 0x01930171958D738EA0553E0F285730F2 , 0x01930171958D738EA0553E0F29C65407 , 0x01930171958D738EA0553E0F2C356F79 , 0x01930171958D738EA0553E0F2E503CFA , 0x01930171958D738EA0553E0F3447CB6C , 0x01930171958D738EA0553E0F344B7B34 , 0x01930171958D738EA0553E0F34C0BFF9 , 0x01930171958D738EA0553E0F363E6943 , 0x01930171958D738EA0553E0F371C8296 , 0x01930171958D738EA0553E0F37415718 , 0x01930171958D738EA0553E0F3838D9EB , 0x01930171958D738EA0553E0F3AB5BF67 , 0x01930171958D738EA0553E0F3CFF1BF6 , 0x01930171958D738EA0553E0F3DFEF981 , 0x01930171958D738EA0553E0F408F715C , 0x01930171958D738EA0553E0F4094DFBC , 0x01930171958D738EA0553E0F40F23D35 , 0x01930171958D738EA0553E0F41118178 , 0x01930171958D738EA0553E0F445DFEA0 , 0x01930171958D738EA0553E0F453E971D , 0x01930171958D738EA0553E0F4638D5E6 , 0x01930171958D738EA0553E0F46FB4AC9 , 0x01930171958D738EA0553E0F487B3AB7 , 0x01930171958D738EA0553E0F4905410B , 0x01930171958D738EA0553E0F4EBBA084 , 0x01930171958D738EA0553E0F51919455 , 0x01930171958D738EA0553E0F59FC53D4 , 0x01930171958D738EA0553E0F5AE52882 , 0x01930171960A737CA80C869186F239AC , 0x01930171960A737CA80C869196A3DAEF , 0x01930171960A737CA80C8691A4C85D8C , 0x01930171960A737CA80C8691AB24F73B , 0x01930171960A737CA80C8691B2CF6736 , 0x01930171960A737CA80C8691BA1A1B1C , 0x01930171960A737CA80C8691D2E44573 , 0x01930171960A737CA80C8691D7541945 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
44
0.40 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
45
0.54 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
46
0.29 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
47
3.91 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
48
0.23 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
49
0.52 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.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 “\x01 q—\x18 r\x14 ¼¡ur–Ê“Ä "
b"\x01 “\x01 q—\x18 r\x14 ¼¡ur–âù\ "
b"\x01 “\x01 q—\x19 p€¨\x17 _Z¨‰6¿ "
b"\x01 “\x01 q—\x19 p€¨\x17 _Z©O$C "
]
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 (0x0193017197187214BCA1757296CA93C4 , 0x0193017197187214BCA1757296E2F95C , 0x0193017197197080A8175F5AA88936BF , 0x0193017197197080A8175F5AA94F2443 ));
Copy
50
6.92 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/0193017197197080a8175f5aa94f2443 "
"/navigation/0193017196fb7370afae169dc0f126ba "
"/navigation/0193017196fe731f9405ce8b7557eaeb "
"/navigation/019301719700737fa22324c62e956a0e "
"/navigation/01930171970473cbb8271ff5bdb1a6c0 "
"/navigation/01930171970a7131b60fe8271e422993 "
"/navigation/01930171970b73109464b47ceaf9608c "
"/navigation/01930171970c731ea5e0975f2c9d205d "
"/navigation/01930171970f7128b1bf4c149336a6db "
"/navigation/019301719717710bbe6cc2b2c16632f3 "
"/navigation/0193017197187214bca1757296ca93c4 "
"/navigation/0193017196fc72d5ae655ff973095f8b "
"/navigation/0193017196fc72d5ae655ff973c7c032 "
"/navigation/0193017196fc72d5ae655ff974ad7629 "
"/navigation/0193017196fd7153b30828fe766c19a3 "
"/navigation/0193017196fd7153b30828fe76ddf70d "
"/navigation/0193017196fd7153b30828fe7794fb0d "
"/navigation/0193017196fd7153b30828fe77bfa37a "
"/navigation/0193017196fd7153b30828fe77f9d6ba "
"/navigation/0193017196fd7153b30828fe785d88ab "
"/navigation/0193017196fd7153b30828fe790c054a "
"/navigation/0193017196fd7153b30828fe79552c61 "
"/navigation/0193017196fd7153b30828fe79606d5a "
"/navigation/0193017196fd7153b30828fe7964b0ca "
"/navigation/0193017196fd7153b30828fe7a322983 "
"/navigation/0193017196fd7153b30828fe7ab2127a "
"/navigation/0193017196fd7153b30828fe7b822b2d "
"/navigation/0193017196fd7153b30828fe7b832946 "
"/navigation/0193017196fd7153b30828fe7bde9c5b "
"/navigation/0193017196fd7153b30828fe7c09c8d5 "
"/navigation/0193017196fd7153b30828fe7ce73a04 "
"/navigation/0193017196fe731f9405ce8b74599863 "
"/navigation/0193017196fe731f9405ce8b76534d4b "
"/navigation/0193017196fe731f9405ce8b766353f1 "
"/navigation/0193017196fe731f9405ce8b791a3d82 "
"/navigation/0193017196fe731f9405ce8b7c0a891e "
"/navigation/0193017196ff71d7b75367f901e26037 "
"/navigation/0193017196ff71d7b75367f904bc17b6 "
"/navigation/0193017196ff71d7b75367f90510e137 "
"/navigation/0193017196ff71d7b75367f9089b0236 "
"/navigation/019301719700737fa22324c62f15cfdd "
"/navigation/019301719700737fa22324c62f4a234c "
"/navigation/019301719700737fa22324c6313b0e4b "
"/navigation/019301719700737fa22324c6322df83f "
"/navigation/019301719700737fa22324c63402fe61 "
"/navigation/019301719700737fa22324c6353bba0c "
"/navigation/019301719701718985d91466e32aad9b "
"/navigation/019301719701718985d91466e48cadb4 "
"/navigation/019301719701718985d91466e624878d "
"/navigation/019301719701718985d91466e80316b9 "
"/navigation/019301719701718985d91466eb86cabb "
"/navigation/0193017197027207917d89ec7bae79d1 "
"/navigation/0193017197027207917d89ec7e4807d2 "
"/navigation/0193017197027207917d89ec7ff6e3eb "
"/navigation/0193017197027207917d89ec80c25e33 "
"/navigation/0193017197027207917d89ec82397e79 "
"/navigation/0193017197027207917d89ec82a0d923 "
"/navigation/01930171970371f0994293463b59fac5 "
"/navigation/01930171970371f0994293463e121fec "
"/navigation/01930171970473cbb8271ff5be498924 "
"/navigation/01930171970473cbb8271ff5bec6dd8f "
"/navigation/01930171970473cbb8271ff5c2e17542 "
"/navigation/01930171970571b2a126450bab6c8f45 "
"/navigation/01930171970571b2a126450bac5d8ead "
"/navigation/01930171970671e39948ad9c355ed947 "
"/navigation/01930171970773459e4c9e1e25bcceb2 "
"/navigation/019301719708714f8974d84f40d5bff2 "
"/navigation/0193017197097072a257c3b22b0b45da "
"/navigation/01930171970a7131b60fe8271e8b8e66 "
"/navigation/01930171970a7131b60fe8271f14250a "
"/navigation/01930171970a7131b60fe8271ff6ac17 "
"/navigation/01930171970a7131b60fe827206375b9 "
"/navigation/01930171970a7131b60fe82720df1421 "
"/navigation/01930171970a7131b60fe82721516000 "
"/navigation/01930171970a7131b60fe82721c2b78f "
"/navigation/01930171970a7131b60fe827223a5d74 "
"/navigation/01930171970a7131b60fe82722ad3d56 "
"/navigation/01930171970a7131b60fe82722bbe6a8 "
"/navigation/01930171970b73109464b47ce7d59853 "
"/navigation/01930171970b73109464b47ce849fb05 "
"/navigation/01930171970b73109464b47ce8f583a4 "
"/navigation/01930171970b73109464b47ce9878a94 "
"/navigation/01930171970b73109464b47ce9b0126e "
"/navigation/01930171970b73109464b47cea3d693d "
"/navigation/01930171970b73109464b47cebb52f6e "
"/navigation/01930171970b73109464b47cec8335eb "
"/navigation/01930171970b73109464b47ced62ec6a "
"/navigation/01930171970b73109464b47cedea96dc "
"/navigation/01930171970b73109464b47cee2c8bf2 "
"/navigation/01930171970b73109464b47ceee0ea0a "
"/navigation/01930171970b73109464b47ceee3ed28 "
"/navigation/01930171970b73109464b47cef80ddc1 "
"/navigation/01930171970b73109464b47cefb436a5 "
"/navigation/01930171970c731ea5e0975f288d066b "
"/navigation/01930171970c731ea5e0975f29642ef4 "
"/navigation/01930171970c731ea5e0975f29cd3f29 "
"/navigation/01930171970c731ea5e0975f2a8c6e26 "
"/navigation/01930171970c731ea5e0975f2b12ec2a "
"/navigation/01930171970c731ea5e0975f2b522c7d "
"/navigation/01930171970c731ea5e0975f2b8e72f7 "
"/navigation/01930171970c731ea5e0975f2bb75758 "
"/navigation/01930171970c731ea5e0975f2cd67bd6 "
"/navigation/01930171970c731ea5e0975f2d5d2546 "
"/navigation/01930171970c731ea5e0975f30139548 "
"/navigation/01930171970d737e85dcd0a17ae8e6a5 "
"/navigation/01930171970d737e85dcd0a17cf95780 "
"/navigation/01930171970d737e85dcd0a17dd824b6 "
"/navigation/01930171970d737e85dcd0a17fc84953 "
"/navigation/01930171970d737e85dcd0a181da9948 "
"/navigation/01930171970e736798d6c74361ba6ac7 "
"/navigation/01930171970e736798d6c7436234652b "
"/navigation/01930171970e736798d6c7436580455c "
"/navigation/01930171970e736798d6c7436949a123 "
"/navigation/01930171970f7128b1bf4c14939c5a9a "
"/navigation/01930171970f7128b1bf4c1494013c83 "
"/navigation/019301719710713ca5648cfebdd152f9 "
"/navigation/0193017197117216ba403479ffd9814d "
"/navigation/01930171971270c7a833bb59e564f5f1 "
"/navigation/01930171971270c7a833bb59e5fad620 "
"/navigation/0193017197137095a63a75d44ca17310 "
"/navigation/019301719714730d8bd8cf64a4956ff3 "
"/navigation/01930171971671c5b9c69ef8b3d300e7 "
"/navigation/019301719717710bbe6cc2b2c1a94f6b "
"/navigation/019301719717710bbe6cc2b2c20d8649 "
"/navigation/019301719717710bbe6cc2b2c2170866 "
"/navigation/019301719717710bbe6cc2b2c2e50079 "
"/navigation/019301719717710bbe6cc2b2c3c1d0f2 "
"/navigation/019301719717710bbe6cc2b2c3d02719 "
"/navigation/019301719717710bbe6cc2b2c4a4d52d "
"/navigation/019301719717710bbe6cc2b2c4d8a9ad "
"/navigation/0193017197187214bca17572961ac6d8 "
"/navigation/0193017197187214bca175729664a1d1 "
"/navigation/0193017197187214bca1757296e2f95c "
"/navigation/0193017197187214bca17572972de9b7 "
"/navigation/0193017197187214bca175729857bfda "
"/navigation/0193017197197080a8175f5aa581eb1c "
"/navigation/0193017197197080a8175f5aa61887ce "
"/navigation/0193017197197080a8175f5aa88936bf "
"/navigation/0193017197197080a8175f5aaa027bd5 "
"/navigation/0193017197197080a8175f5aaa3b6a1c "
"/navigation/01930171971a70bdbd320e6f20ee648a "
"/navigation/01930171971a70bdbd320e6f22911111 "
"/navigation/01930171971a70bdbd320e6f24e9b81c "
"/navigation/01930171971b72edb7cf11a58f09bf78 "
"/navigation/01930171971b72edb7cf11a590e7f2af "
"/navigation/01930171971b72edb7cf11a5913cb733 "
"/navigation/01930171971b72edb7cf11a593823c0a "
"/navigation/01930171971b72edb7cf11a59492f0d1 "
"/navigation/01930171971c73ac9558f9c4de8142ca "
"/navigation/01930171971c73ac9558f9c4e080e219 "
"/navigation/01930171971c73ac9558f9c4e2b64a1a "
"/navigation/01930171971c73ac9558f9c4e35b1a06 "
"/navigation/01930171971c73ac9558f9c4e4a5f0c6 "
"/navigation/01930171971d721caf1414fc3cd07b7a "
"/navigation/01930171971d721caf1414fc3e26382a "
"/detail/01930173dda670c39b9de22845eed684 "
"/detail/019301736243739b922bc104653b1f95 "
"/detail/01930172d9d272a8a43b20b7ed2de326 "
"/detail/01930173dd89711a83695059bea4f944 "
"/detail/01930173dda273b1849eaa4de8ca40f5 "
"/detail/01930176addc7021baedeff2fbdfb583 "
"/detail/01930176ada97094a393b55082860a1a "
"/detail/01930173dd8170b7b138bcb51c9a4b26 "
"/detail/01930176add4731ca9695905dfc10692 "
"/detail/01930172d9fb71d0bde204559ccca677 "
"/detail/01930172d9d8702db6860417bfee4d7f "
"/detail/01930176215d72318243748cc2978f46 "
"/detail/01930176ad5b734b9180f76158a8863d "
"/detail/01930176ade4704ebccadccbc386b091 "
"/detail/01930173dd7972c3831b92e6a97e1b10 "
"/detail/01930176ad8171619c8b832a70c83cd4 "
"/detail/01930173623572ffaf0dff2fc0986485 "
"/detail/01930173dd487009822a484742e89de2 "
"/detail/01930173dd85713bbef7381315399807 "
"/detail/01930173dd4d737eb1c6793f9d21bd9f "
"/detail/019301762101705a9aa8b59b5a3a6ca2 "
"/detail/01930176ad7a729a84fc8c6af96dbba4 "
"/detail/01930176adc5728380c565ceca6c502e "
"/detail/01930173dd6f708db7c6b520342c629b "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “\x01 k\x1A â}¹£}û¬§M7ð "
]
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/0193017197197080a8175f5aa94f2443' , '/navigation/0193017196fb7370afae169dc0f126ba' , '/navigation/0193017196fe731f9405ce8b7557eaeb' , '/navigation/019301719700737fa22324c62e956a0e' , '/navigation/01930171970473cbb8271ff5bdb1a6c0' , '/navigation/01930171970a7131b60fe8271e422993' , '/navigation/01930171970b73109464b47ceaf9608c' , '/navigation/01930171970c731ea5e0975f2c9d205d' , '/navigation/01930171970f7128b1bf4c149336a6db' , '/navigation/019301719717710bbe6cc2b2c16632f3' , '/navigation/0193017197187214bca1757296ca93c4' , '/navigation/0193017196fc72d5ae655ff973095f8b' , '/navigation/0193017196fc72d5ae655ff973c7c032' , '/navigation/0193017196fc72d5ae655ff974ad7629' , '/navigation/0193017196fd7153b30828fe766c19a3' , '/navigation/0193017196fd7153b30828fe76ddf70d' , '/navigation/0193017196fd7153b30828fe7794fb0d' , '/navigation/0193017196fd7153b30828fe77bfa37a' , '/navigation/0193017196fd7153b30828fe77f9d6ba' , '/navigation/0193017196fd7153b30828fe785d88ab' , '/navigation/0193017196fd7153b30828fe790c054a' , '/navigation/0193017196fd7153b30828fe79552c61' , '/navigation/0193017196fd7153b30828fe79606d5a' , '/navigation/0193017196fd7153b30828fe7964b0ca' , '/navigation/0193017196fd7153b30828fe7a322983' , '/navigation/0193017196fd7153b30828fe7ab2127a' , '/navigation/0193017196fd7153b30828fe7b822b2d' , '/navigation/0193017196fd7153b30828fe7b832946' , '/navigation/0193017196fd7153b30828fe7bde9c5b' , '/navigation/0193017196fd7153b30828fe7c09c8d5' , '/navigation/0193017196fd7153b30828fe7ce73a04' , '/navigation/0193017196fe731f9405ce8b74599863' , '/navigation/0193017196fe731f9405ce8b76534d4b' , '/navigation/0193017196fe731f9405ce8b766353f1' , '/navigation/0193017196fe731f9405ce8b791a3d82' , '/navigation/0193017196fe731f9405ce8b7c0a891e' , '/navigation/0193017196ff71d7b75367f901e26037' , '/navigation/0193017196ff71d7b75367f904bc17b6' , '/navigation/0193017196ff71d7b75367f90510e137' , '/navigation/0193017196ff71d7b75367f9089b0236' , '/navigation/019301719700737fa22324c62f15cfdd' , '/navigation/019301719700737fa22324c62f4a234c' , '/navigation/019301719700737fa22324c6313b0e4b' , '/navigation/019301719700737fa22324c6322df83f' , '/navigation/019301719700737fa22324c63402fe61' , '/navigation/019301719700737fa22324c6353bba0c' , '/navigation/019301719701718985d91466e32aad9b' , '/navigation/019301719701718985d91466e48cadb4' , '/navigation/019301719701718985d91466e624878d' , '/navigation/019301719701718985d91466e80316b9' , '/navigation/019301719701718985d91466eb86cabb' , '/navigation/0193017197027207917d89ec7bae79d1' , '/navigation/0193017197027207917d89ec7e4807d2' , '/navigation/0193017197027207917d89ec7ff6e3eb' , '/navigation/0193017197027207917d89ec80c25e33' , '/navigation/0193017197027207917d89ec82397e79' , '/navigation/0193017197027207917d89ec82a0d923' , '/navigation/01930171970371f0994293463b59fac5' , '/navigation/01930171970371f0994293463e121fec' , '/navigation/01930171970473cbb8271ff5be498924' , '/navigation/01930171970473cbb8271ff5bec6dd8f' , '/navigation/01930171970473cbb8271ff5c2e17542' , '/navigation/01930171970571b2a126450bab6c8f45' , '/navigation/01930171970571b2a126450bac5d8ead' , '/navigation/01930171970671e39948ad9c355ed947' , '/navigation/01930171970773459e4c9e1e25bcceb2' , '/navigation/019301719708714f8974d84f40d5bff2' , '/navigation/0193017197097072a257c3b22b0b45da' , '/navigation/01930171970a7131b60fe8271e8b8e66' , '/navigation/01930171970a7131b60fe8271f14250a' , '/navigation/01930171970a7131b60fe8271ff6ac17' , '/navigation/01930171970a7131b60fe827206375b9' , '/navigation/01930171970a7131b60fe82720df1421' , '/navigation/01930171970a7131b60fe82721516000' , '/navigation/01930171970a7131b60fe82721c2b78f' , '/navigation/01930171970a7131b60fe827223a5d74' , '/navigation/01930171970a7131b60fe82722ad3d56' , '/navigation/01930171970a7131b60fe82722bbe6a8' , '/navigation/01930171970b73109464b47ce7d59853' , '/navigation/01930171970b73109464b47ce849fb05' , '/navigation/01930171970b73109464b47ce8f583a4' , '/navigation/01930171970b73109464b47ce9878a94' , '/navigation/01930171970b73109464b47ce9b0126e' , '/navigation/01930171970b73109464b47cea3d693d' , '/navigation/01930171970b73109464b47cebb52f6e' , '/navigation/01930171970b73109464b47cec8335eb' , '/navigation/01930171970b73109464b47ced62ec6a' , '/navigation/01930171970b73109464b47cedea96dc' , '/navigation/01930171970b73109464b47cee2c8bf2' , '/navigation/01930171970b73109464b47ceee0ea0a' , '/navigation/01930171970b73109464b47ceee3ed28' , '/navigation/01930171970b73109464b47cef80ddc1' , '/navigation/01930171970b73109464b47cefb436a5' , '/navigation/01930171970c731ea5e0975f288d066b' , '/navigation/01930171970c731ea5e0975f29642ef4' , '/navigation/01930171970c731ea5e0975f29cd3f29' , '/navigation/01930171970c731ea5e0975f2a8c6e26' , '/navigation/01930171970c731ea5e0975f2b12ec2a' , '/navigation/01930171970c731ea5e0975f2b522c7d' , '/navigation/01930171970c731ea5e0975f2b8e72f7' , '/navigation/01930171970c731ea5e0975f2bb75758' , '/navigation/01930171970c731ea5e0975f2cd67bd6' , '/navigation/01930171970c731ea5e0975f2d5d2546' , '/navigation/01930171970c731ea5e0975f30139548' , '/navigation/01930171970d737e85dcd0a17ae8e6a5' , '/navigation/01930171970d737e85dcd0a17cf95780' , '/navigation/01930171970d737e85dcd0a17dd824b6' , '/navigation/01930171970d737e85dcd0a17fc84953' , '/navigation/01930171970d737e85dcd0a181da9948' , '/navigation/01930171970e736798d6c74361ba6ac7' , '/navigation/01930171970e736798d6c7436234652b' , '/navigation/01930171970e736798d6c7436580455c' , '/navigation/01930171970e736798d6c7436949a123' , '/navigation/01930171970f7128b1bf4c14939c5a9a' , '/navigation/01930171970f7128b1bf4c1494013c83' , '/navigation/019301719710713ca5648cfebdd152f9' , '/navigation/0193017197117216ba403479ffd9814d' , '/navigation/01930171971270c7a833bb59e564f5f1' , '/navigation/01930171971270c7a833bb59e5fad620' , '/navigation/0193017197137095a63a75d44ca17310' , '/navigation/019301719714730d8bd8cf64a4956ff3' , '/navigation/01930171971671c5b9c69ef8b3d300e7' , '/navigation/019301719717710bbe6cc2b2c1a94f6b' , '/navigation/019301719717710bbe6cc2b2c20d8649' , '/navigation/019301719717710bbe6cc2b2c2170866' , '/navigation/019301719717710bbe6cc2b2c2e50079' , '/navigation/019301719717710bbe6cc2b2c3c1d0f2' , '/navigation/019301719717710bbe6cc2b2c3d02719' , '/navigation/019301719717710bbe6cc2b2c4a4d52d' , '/navigation/019301719717710bbe6cc2b2c4d8a9ad' , '/navigation/0193017197187214bca17572961ac6d8' , '/navigation/0193017197187214bca175729664a1d1' , '/navigation/0193017197187214bca1757296e2f95c' , '/navigation/0193017197187214bca17572972de9b7' , '/navigation/0193017197187214bca175729857bfda' , '/navigation/0193017197197080a8175f5aa581eb1c' , '/navigation/0193017197197080a8175f5aa61887ce' , '/navigation/0193017197197080a8175f5aa88936bf' , '/navigation/0193017197197080a8175f5aaa027bd5' , '/navigation/0193017197197080a8175f5aaa3b6a1c' , '/navigation/01930171971a70bdbd320e6f20ee648a' , '/navigation/01930171971a70bdbd320e6f22911111' , '/navigation/01930171971a70bdbd320e6f24e9b81c' , '/navigation/01930171971b72edb7cf11a58f09bf78' , '/navigation/01930171971b72edb7cf11a590e7f2af' , '/navigation/01930171971b72edb7cf11a5913cb733' , '/navigation/01930171971b72edb7cf11a593823c0a' , '/navigation/01930171971b72edb7cf11a59492f0d1' , '/navigation/01930171971c73ac9558f9c4de8142ca' , '/navigation/01930171971c73ac9558f9c4e080e219' , '/navigation/01930171971c73ac9558f9c4e2b64a1a' , '/navigation/01930171971c73ac9558f9c4e35b1a06' , '/navigation/01930171971c73ac9558f9c4e4a5f0c6' , '/navigation/01930171971d721caf1414fc3cd07b7a' , '/navigation/01930171971d721caf1414fc3e26382a' , '/detail/01930173dda670c39b9de22845eed684' , '/detail/019301736243739b922bc104653b1f95' , '/detail/01930172d9d272a8a43b20b7ed2de326' , '/detail/01930173dd89711a83695059bea4f944' , '/detail/01930173dda273b1849eaa4de8ca40f5' , '/detail/01930176addc7021baedeff2fbdfb583' , '/detail/01930176ada97094a393b55082860a1a' , '/detail/01930173dd8170b7b138bcb51c9a4b26' , '/detail/01930176add4731ca9695905dfc10692' , '/detail/01930172d9fb71d0bde204559ccca677' , '/detail/01930172d9d8702db6860417bfee4d7f' , '/detail/01930176215d72318243748cc2978f46' , '/detail/01930176ad5b734b9180f76158a8863d' , '/detail/01930176ade4704ebccadccbc386b091' , '/detail/01930173dd7972c3831b92e6a97e1b10' , '/detail/01930176ad8171619c8b832a70c83cd4' , '/detail/01930173623572ffaf0dff2fc0986485' , '/detail/01930173dd487009822a484742e89de2' , '/detail/01930173dd85713bbef7381315399807' , '/detail/01930173dd4d737eb1c6793f9d21bd9f' , '/detail/019301762101705a9aa8b59b5a3a6ca2' , '/detail/01930176ad7a729a84fc8c6af96dbba4' , '/detail/01930176adc5728380c565ceca6c502e' , '/detail/01930173dd6f708db7c6b520342c629b' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x0193016B1AE27DB9A37DFBACA74D37F0 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
51
6.13 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 “\x01 c1Ür¦¹q\t E\x0F Ó3¯ "
b"\x01 ô\x01 c2\f q\x15 ÉÜ┐║\x7F ┬\x14\x0F "
b"\x01 “\x01 cW#sQ ž\x1A ",Ža“ "
b"\x01 “\x01 c3'p_½í1\x08 ñÈv\v "
]
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 (0x0193016331DC72A6B97109450FD333AF , 0x01930163320C7115909ABFBA7FC2140F , 0x0193016357237351A09E1A222C8E6193 , 0x019301633327705FBDED3108F1C8760B );
Copy