1
0.18 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.23 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
3
0.11 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
4
0.24 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
5
0.31 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
6
0.36 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"ä}!╠\t SO»ÑØ=└ò\x00\x7F ² "
"Kurzwaren "
"Kurzwaren/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x847D21CC09534FAFA59D3DC095007FFD OR sales_channel_id IS NULL )) AND ((seo_path_info = 'Kurzwaren' OR seo_path_info = 'Kurzwaren/' ));
Copy
7
0.24 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
8
0.23 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"ä}!╠\t SO»ÑØ=└ò\x00\x7F ² "
"441xPMMF8Qe2rYYH5XgSahh3mA4sssMC "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x847D21CC09534FAFA59D3DC095007FFD ) AND (token = '441xPMMF8Qe2rYYH5XgSahh3mA4sssMC' ) LIMIT 1 ;
Copy
9
0.16 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"441xPMMF8Qe2rYYH5XgSahh3mA4sssMC "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '441xPMMF8Qe2rYYH5XgSahh3mA4sssMC' ;
Copy
10
0.17 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"ä}!╠\t SO»ÑØ=└ò\x00\x7F ² "
b"Þ¨1M\x07 mKB 1ß$ÿ¸\x11 ï "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x847D21CC09534FAFA59D3DC095007FFD AND `sales_channel_country` . `country_id` = 0xDEA8314D076D4B42A031DF24FFB811EF );
Copy
11
0.65 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
12
0.17 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"1ýF—U’BK•[7\x08 =`Ÿ\x16 "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x31FD46975592424B955B37083D609F16 AND
pm . `active` = 1 ;
Copy
13
0.13 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
14
0.35 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
15
0.80 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"ÞU¬UÈtK;©\e @”>9ß< "
]
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 (0xDE55AC55C8744B3BA91B40943E39DF3C ));
Copy
16
0.30 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"9\x1E ‚ÕÒeMQ¢gŸ›e©GK "
]
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 (0x391E82D5D2654D51A2679F9B65A9474B ));
Copy
17
0.45 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"9\x1E ‚ÕÒeMQ¢gŸ›e©GK "
]
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 (0x391E82D5D2654D51A2679F9B65A9474B )));
Copy
18
0.50 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"tõÓ2s“Jø€¹<E5\x0E\x1F "
b"„\x16 >êT¹G‹“ÕRQ€œÙX "
b"ª²ó‹A\x11 Må…¿½èü±åc "
]
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 (0x74F5D33273934AC3B880B93C45350E1F , 0x84163EEA54B9478B93D55251809CD958 , 0xAAB2F38B41114DE585BFBDE8FCB1E563 )));
Copy
19
0.36 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"%r═ƒ²§O^╗\v >┤É9¹\x06 "
b"K‡\x7F ´(¯O\x15 £³¦˜–~å\x11 "
b"i%·è“þB\f ª\x1A ½ËQZÑ9 "
b"…ˆ(8\x18 ²N‹µðâDgbR\x1A "
b"┴ghg¥AG(ÿ\x1F |æVØDÔ "
]
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 (0x2572CD9FFDF54F5EBB0B3EB49039FB06 , 0x4B877FB428AF4F15A3B3A698967EE511 , 0x6925B7E893FE420CAA1ABDCB515AD139 , 0x8588283818B24E8BB5F0E2446762521A , 0xC1676867BE414728981F7C91569D44E2 )));
Copy
20
2.46 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"É\x1E iıXáJݨ|²M\x03 ÷% "
]
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 (0x901E69D558A04AEDB6F97CFD4D03F625 );
Copy
21
0.21 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
22
0.31 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 Å\x19 Uʺvù«-ÒÕ)ûuu "
b"É\x1E iıXáJݨ|²M\x03 ÷% "
b"Ûï\x14 §yïL·ºã´CÃY™I "
]
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 (0x018F1955D2A77697AE2DE3E529967575 , 0x901E69D558A04AEDB6F97CFD4D03F625 , 0xDBEF14A779EF4CB7BAE3B443C3599949 );
Copy
23
0.14 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"ÞU¬UÈtK;©\e @”>9ß< "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xDE55AC55C8744B3BA91B40943E39DF3C )) LIMIT 1 ;
Copy
24
0.21 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"ÞU¬UÈtK;©\e @”>9ß< "
]
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 (0xDE55AC55C8744B3BA91B40943E39DF3C ));
Copy
25
3.78 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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product` . `display_group` ORDER BY MAX (IFNULL (`product` . `release_date` , `product.parent` . `release_date` )) DESC , MIN (`product` . `id` ) ASC LIMIT 24
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ä}!╠\t SO»ÑØ=└ò\x00\x7F ² "
true
b"ÞU¬UÈtK;©\e @”>9ß< "
null
]
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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x847D21CC09534FAFA59D3DC095007FFD AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xDE55AC55C8744B3BA91B40943E39DF3C AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ORDER BY MAX (IFNULL (`product` . `release_date` , `product.parent` . `release_date` )) DESC , MIN (`product` . `id` ) ASC LIMIT 24 ;
Copy
26
3.16 ms
SELECT COUNT (* ) FROM (
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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product` . `display_group` ) total
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ä}!╠\t SO»ÑØ=└ò\x00\x7F ² "
true
b"ÞU¬UÈtK;©\e @”>9ß< "
null
]
SELECT COUNT (* ) FROM (
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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x847D21CC09534FAFA59D3DC095007FFD AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xDE55AC55C8744B3BA91B40943E39DF3C AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
27
2.84 ms
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ä}!╠\t SO»ÑØ=└ò\x00\x7F ² "
true
b"ÞU¬UÈtK;©\e @”>9ß< "
null
]
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x847D21CC09534FAFA59D3DC095007FFD AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xDE55AC55C8744B3BA91B40943E39DF3C AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
28
0.32 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 èê█K@uWÜ░K²ØË<\x01 "
]
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 (0x018A88DB4B4075579AB04BFD9DD33C01 ));
Copy
29
8.71 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4ab611254133431c860900c3106a0e04.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee49fe54a208d452a97b42206520aa2e5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleed6585e416414f26b0bb9cef3fc4787e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f0594e8bc743287dcbf9653ccf1d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f144d0aff7ad6b2f31a9974eadc47.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule16a1693417034410b3a8e02816c06812.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4ab611254133431c860900c3106a0e04.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee49fe54a208d452a97b42206520aa2e5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleed6585e416414f26b0bb9cef3fc4787e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f0594e8bc743287dcbf9653ccf1d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f144d0aff7ad6b2f31a9974eadc47.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule16a1693417034410b3a8e02816c06812.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4ab611254133431c860900c3106a0e04.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee49fe54a208d452a97b42206520aa2e5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleed6585e416414f26b0bb9cef3fc4787e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f0594e8bc743287dcbf9653ccf1d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f144d0aff7ad6b2f31a9974eadc47.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule16a1693417034410b3a8e02816c06812.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4ab611254133431c860900c3106a0e04.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee49fe54a208d452a97b42206520aa2e5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleed6585e416414f26b0bb9cef3fc4787e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f0594e8bc743287dcbf9653ccf1d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f144d0aff7ad6b2f31a9974eadc47.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule16a1693417034410b3a8e02816c06812.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ä}!╠\t SO»ÑØ=└ò\x00\x7F ² "
true
b"ÞU¬UÈtK;©\e @”>9ß< "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule4ab611254133431c860900c3106a0e04.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee49fe54a208d452a97b42206520aa2e5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleed6585e416414f26b0bb9cef3fc4787e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018f0594e8bc743287dcbf9653ccf1d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018f144d0aff7ad6b2f31a9974eadc47.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule16a1693417034410b3a8e02816c06812.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule4ab611254133431c860900c3106a0e04.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee49fe54a208d452a97b42206520aa2e5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleed6585e416414f26b0bb9cef3fc4787e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018f0594e8bc743287dcbf9653ccf1d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018f144d0aff7ad6b2f31a9974eadc47.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule16a1693417034410b3a8e02816c06812.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.min` ,
MAX (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule4ab611254133431c860900c3106a0e04.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee49fe54a208d452a97b42206520aa2e5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleed6585e416414f26b0bb9cef3fc4787e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018f0594e8bc743287dcbf9653ccf1d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018f144d0aff7ad6b2f31a9974eadc47.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule16a1693417034410b3a8e02816c06812.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule4ab611254133431c860900c3106a0e04.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee49fe54a208d452a97b42206520aa2e5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleed6585e416414f26b0bb9cef3fc4787e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018f0594e8bc743287dcbf9653ccf1d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018f144d0aff7ad6b2f31a9974eadc47.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule16a1693417034410b3a8e02816c06812.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.max`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id`
AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id`
LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id`
AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND `product.categoriesRo` . `id` = ?
AND NOT (`product` . `display_group` < = > ? )
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4ab611254133431c860900c3106a0e04.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee49fe54a208d452a97b42206520aa2e5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleed6585e416414f26b0bb9cef3fc4787e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f0594e8bc743287dcbf9653ccf1d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f144d0aff7ad6b2f31a9974eadc47.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule16a1693417034410b3a8e02816c06812.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4ab611254133431c860900c3106a0e04.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee49fe54a208d452a97b42206520aa2e5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleed6585e416414f26b0bb9cef3fc4787e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f0594e8bc743287dcbf9653ccf1d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f144d0aff7ad6b2f31a9974eadc47.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule16a1693417034410b3a8e02816c06812.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4ab611254133431c860900c3106a0e04.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee49fe54a208d452a97b42206520aa2e5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleed6585e416414f26b0bb9cef3fc4787e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f0594e8bc743287dcbf9653ccf1d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f144d0aff7ad6b2f31a9974eadc47.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule16a1693417034410b3a8e02816c06812.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4ab611254133431c860900c3106a0e04.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee49fe54a208d452a97b42206520aa2e5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleed6585e416414f26b0bb9cef3fc4787e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f0594e8bc743287dcbf9653ccf1d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f144d0aff7ad6b2f31a9974eadc47.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule16a1693417034410b3a8e02816c06812.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x847D21CC09534FAFA59D3DC095007FFD AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xDE55AC55C8744B3BA91B40943E39DF3C AND NOT (`product` . `display_group` < = > NULL )));
Copy
30
4.33 ms
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ä}!╠\t SO»ÑØ=└ò\x00\x7F ² "
true
b"ÞU¬UÈtK;©\e @”>9ß< "
null
0
]
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x847D21CC09534FAFA59D3DC095007FFD AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xDE55AC55C8744B3BA91B40943E39DF3C AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
31
4.17 ms
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ä}!╠\t SO»ÑØ=└ò\x00\x7F ² "
true
b"ÞU¬UÈtK;©\e @”>9ß< "
null
true
]
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x847D21CC09534FAFA59D3DC095007FFD AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xDE55AC55C8744B3BA91B40943E39DF3C AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
32
11.70 ms
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ä}!╠\t SO»ÑØ=└ò\x00\x7F ² "
true
b"ÞU¬UÈtK;©\e @”>9ß< "
null
]
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x847D21CC09534FAFA59D3DC095007FFD AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xDE55AC55C8744B3BA91B40943E39DF3C AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
33
6.71 ms
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ä}!╠\t SO»ÑØ=└ò\x00\x7F ² "
true
b"ÞU¬UÈtK;©\e @”>9ß< "
null
]
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x847D21CC09534FAFA59D3DC095007FFD AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xDE55AC55C8744B3BA91B40943E39DF3C AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
34
0.48 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 ÅÔ▄24r▀îP¼-┤«¯╩ "
b"\x01 Åb9<<r\v À\x07 #°ùý,w "
b"\x01 Åb9<;s¡»ý§÷i¦Yõ "
b"\x01 Åb9<<r\v À\x07 #°ÿ\x17\x1E\x17 "
b"\x01 Åb*\x10 :pmç╦╣×÷¼Ì\x1D "
b"\x01 Åb9<<r\v À\x07 #°û\x02 98 "
b"\x01 Åb9<;s¡»ý§÷iD\x12 ½ "
b"\x01 Åb9<<r\v À\x07 #°ÿ©å+ "
b"\x01 Åb9<<r\v À\x07 #°ûz<\x00 "
b"\x01 Åb9<<r\v À\x07 #°ö╦:\x18 "
b"\x01 Åb*\f fs®úÈ┌ÀÁ¶-$ "
b"\x01 Åb9<<r\v À\x07 #°òqOß "
b"\x01 Åb*\x0E ¬r9¬¦\x1E\x18 ░wðz "
b"\x01 Åb*\x0F kp┤ñ¥ÄkÈxw¼ "
b"\x01 Åb9<<r\v À\x07 #°ù6ZÍ "
b"\x01 Åb*\x08 åp█º³Ü\x0F │¨üó "
b"\x01 Åb*\x13\x10 s#üÒë²\x04\x0F Êù "
b"\x01 Åb*\x11 4sI£§┼Þg\x01 y\x12 "
b"\x01 Åb*\t #q\x0F ¥NÏWht\x19 * "
b"\x01 Åaê»ðp¸øo\x13 /\t Ù0\x03 "
b"\x01 Åaä½─p>Ø.╚q\x11\x05 rÈ "
b"\x01 ÅaéH╩q╬ÂÀ#wJR▀┌ "
b"\x01 ÅaÇæ\x02 p┘ëâ┐┴G¢QQ "
b"\x01 Åa}ÙLsÝâq$╔\"Ò, "
]
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 (0x018FE2DC323472DF8C50AC2DB4AEEECA , 0x018F62393C3C720BB70723F897EC2C77 , 0x018F62393C3B73ADAFECF5F669DD59E4 , 0x018F62393C3C720BB70723F898171E17 , 0x018F622A103A706D87CBB99EF6ACDE1D , 0x018F62393C3C720BB70723F896023938 , 0x018F62393C3B73ADAFECF5F6694412AB , 0x018F62393C3C720BB70723F898B8862B , 0x018F62393C3C720BB70723F8967A3C00 , 0x018F62393C3C720BB70723F894CB3A18 , 0x018F622A0C6673A9A3D4DAB7B5F42D24 , 0x018F62393C3C720BB70723F895714FE1 , 0x018F622A0EAA7239AADD1E18B077D07A , 0x018F622A0F6B70B4A4BE8E6BD47877AC , 0x018F62393C3C720BB70723F897365AD6 , 0x018F622A088670DBA7FC9A0FB3F981A2 , 0x018F622A1310732381E389FD040FD297 , 0x018F622A113473499CF5C5E867017912 , 0x018F622A0923710FBE4ED8576874192A , 0x018F6188AFD070F79B6F132F09EB3003 , 0x018F6184ABC4703E9D2EC871110572D4 , 0x018F618248CA71CEB6B723774A52DFDA , 0x018F6180910270D98983BFC147BD5151 , 0x018F617DEB4C73ED837124C95C22E32C );
Copy
35
0.78 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"ä}!╠\t SO»ÑØ=└ò\x00\x7F ² "
true
b"\x01 ÅÔ▄24r▀îP¼-┤«¯╩ "
b"\x01 Åb9<<r\v À\x07 #°ùý,w "
b"\x01 Åb9<;s¡»ý§÷i¦Yõ "
b"\x01 Åb9<<r\v À\x07 #°ÿ\x17\x1E\x17 "
b"\x01 Åb*\x10 :pmç╦╣×÷¼Ì\x1D "
b"\x01 Åb9<<r\v À\x07 #°û\x02 98 "
b"\x01 Åb9<;s¡»ý§÷iD\x12 ½ "
b"\x01 Åb9<<r\v À\x07 #°ÿ©å+ "
b"\x01 Åb9<<r\v À\x07 #°ûz<\x00 "
b"\x01 Åb9<<r\v À\x07 #°ö╦:\x18 "
b"\x01 Åb*\f fs®úÈ┌ÀÁ¶-$ "
b"\x01 Åb9<<r\v À\x07 #°òqOß "
b"\x01 Åb*\x0E ¬r9¬¦\x1E\x18 ░wðz "
b"\x01 Åb*\x0F kp┤ñ¥ÄkÈxw¼ "
b"\x01 Åb9<<r\v À\x07 #°ù6ZÍ "
b"\x01 Åb*\x08 åp█º³Ü\x0F │¨üó "
b"\x01 Åb*\x13\x10 s#üÒë²\x04\x0F Êù "
b"\x01 Åb*\x11 4sI£§┼Þg\x01 y\x12 "
b"\x01 Åb*\t #q\x0F ¥NÏWht\x19 * "
b"\x01 Åaê»ðp¸øo\x13 /\t Ù0\x03 "
b"\x01 Åaä½─p>Ø.╚q\x11\x05 rÈ "
b"\x01 ÅaéH╩q╬ÂÀ#wJR▀┌ "
b"\x01 ÅaÇæ\x02 p┘ëâ┐┴G¢QQ "
b"\x01 Åa}ÙLsÝâq$╔\"Ò, "
]
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` = 0x847D21CC09534FAFA59D3DC095007FFD AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x018FE2DC323472DF8C50AC2DB4AEEECA , 0x018F62393C3C720BB70723F897EC2C77 , 0x018F62393C3B73ADAFECF5F669DD59E4 , 0x018F62393C3C720BB70723F898171E17 , 0x018F622A103A706D87CBB99EF6ACDE1D , 0x018F62393C3C720BB70723F896023938 , 0x018F62393C3B73ADAFECF5F6694412AB , 0x018F62393C3C720BB70723F898B8862B , 0x018F62393C3C720BB70723F8967A3C00 , 0x018F62393C3C720BB70723F894CB3A18 , 0x018F622A0C6673A9A3D4DAB7B5F42D24 , 0x018F62393C3C720BB70723F895714FE1 , 0x018F622A0EAA7239AADD1E18B077D07A , 0x018F622A0F6B70B4A4BE8E6BD47877AC , 0x018F62393C3C720BB70723F897365AD6 , 0x018F622A088670DBA7FC9A0FB3F981A2 , 0x018F622A1310732381E389FD040FD297 , 0x018F622A113473499CF5C5E867017912 , 0x018F622A0923710FBE4ED8576874192A , 0x018F6188AFD070F79B6F132F09EB3003 , 0x018F6184ABC4703E9D2EC871110572D4 , 0x018F618248CA71CEB6B723774A52DFDA , 0x018F6180910270D98983BFC147BD5151 , 0x018F617DEB4C73ED837124C95C22E32C )) GROUP BY `product` . `id` ;
Copy
36
3.55 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 ÅÔ▄24r▀îP¼-┤«¯╩ "
b"\x01 Åb9<<r\v À\x07 #°ùý,w "
b"\x01 Åb9<;s¡»ý§÷i¦Yõ "
b"\x01 Åb9<<r\v À\x07 #°ÿ\x17\x1E\x17 "
b"\x01 Åb*\x10 :pmç╦╣×÷¼Ì\x1D "
b"\x01 Åb9<<r\v À\x07 #°û\x02 98 "
b"\x01 Åb9<;s¡»ý§÷iD\x12 ½ "
b"\x01 Åb9<<r\v À\x07 #°ÿ©å+ "
b"\x01 Åb9<<r\v À\x07 #°ûz<\x00 "
b"\x01 Åb9<<r\v À\x07 #°ö╦:\x18 "
b"\x01 Åb*\f fs®úÈ┌ÀÁ¶-$ "
b"\x01 Åb9<<r\v À\x07 #°òqOß "
b"\x01 Åb*\x0E ¬r9¬¦\x1E\x18 ░wðz "
b"\x01 Åb*\x0F kp┤ñ¥ÄkÈxw¼ "
b"\x01 Åb9<<r\v À\x07 #°ù6ZÍ "
b"\x01 Åb*\x08 åp█º³Ü\x0F │¨üó "
b"\x01 Åb*\x13\x10 s#üÒë²\x04\x0F Êù "
b"\x01 Åb*\x11 4sI£§┼Þg\x01 y\x12 "
b"\x01 Åb*\t #q\x0F ¥NÏWht\x19 * "
b"\x01 Åaê»ðp¸øo\x13 /\t Ù0\x03 "
b"\x01 Åaä½─p>Ø.╚q\x11\x05 rÈ "
b"\x01 ÅaéH╩q╬ÂÀ#wJR▀┌ "
b"\x01 ÅaÇæ\x02 p┘ëâ┐┴G¢QQ "
b"\x01 Åa}ÙLsÝâq$╔\"Ò, "
]
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 (0x018FE2DC323472DF8C50AC2DB4AEEECA , 0x018F62393C3C720BB70723F897EC2C77 , 0x018F62393C3B73ADAFECF5F669DD59E4 , 0x018F62393C3C720BB70723F898171E17 , 0x018F622A103A706D87CBB99EF6ACDE1D , 0x018F62393C3C720BB70723F896023938 , 0x018F62393C3B73ADAFECF5F6694412AB , 0x018F62393C3C720BB70723F898B8862B , 0x018F62393C3C720BB70723F8967A3C00 , 0x018F62393C3C720BB70723F894CB3A18 , 0x018F622A0C6673A9A3D4DAB7B5F42D24 , 0x018F62393C3C720BB70723F895714FE1 , 0x018F622A0EAA7239AADD1E18B077D07A , 0x018F622A0F6B70B4A4BE8E6BD47877AC , 0x018F62393C3C720BB70723F897365AD6 , 0x018F622A088670DBA7FC9A0FB3F981A2 , 0x018F622A1310732381E389FD040FD297 , 0x018F622A113473499CF5C5E867017912 , 0x018F622A0923710FBE4ED8576874192A , 0x018F6188AFD070F79B6F132F09EB3003 , 0x018F6184ABC4703E9D2EC871110572D4 , 0x018F618248CA71CEB6B723774A52DFDA , 0x018F6180910270D98983BFC147BD5151 , 0x018F617DEB4C73ED837124C95C22E32C ));
Copy
37
0.31 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
38
0.97 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.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 (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` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 #ªÇèÌE"†ôv\x11 ™\x1F éa "
b"%I))\r ■DÄÅxÂçÚ×ìz "
b"""
á\x7F \n
\x05 5^G’€gÊkP¾\x11 …
"""
b"_-¼\x1D OfCå½\x04 @åÆê9Š "
b"g”ßÉ ¯K9»Æ^À3¡¡\x0E "
b"Ù?¥åm¦EôŒµ×ê†lø\x08 "
b"«\x12 >\v ,åM%»2\x10 Ðã¬6± "
b"©*IÝ▒TMóÆ\x10\x07 üÂ═vN "
b"pCŒÕE0A4±Ñ›¬‘\x16 Ãè "
b"[/_\x16 ÀBI┘í¼É\x16 ¸~® "
b"\x14 s‡l\x7F jGÈ‘‚‡1ûyo "
b"t§lWxðAlŽ:¸VàÃI\f "
b"Øð«ó·€AU—ŠÌòÿCYË "
b"‚J{›´\x0E L\x05 €Ÿ\x07 eñË\r Ö "
b"VÏaõ\x0E\x1A A½¿êãè[OFt "
b"2´wÔéèFn┐wÖ█ߨÞ─ "
b"5¨\x12\x1D ’÷G]’}¡@\x13 4®þ "
b"\v +ú§ÝºF훼ÞLAÜ\f ô "
]
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.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 (
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`
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.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 (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` WHERE `property_group_option` . `id` IN (0x0123AAC7E8CC452286F47611991FE961 , 0x254929290DFE448E8F78B687E99E8D7A , 0xE17F0A05355E47928067CA6B50BE1185 , 0x5F2DBC1D4F6643E5BD0440E5C6EA398A , 0x6794DFC9A0AF4B39BBC65EC033A1A10E , 0xD93FA5E56DA645F48CB5D7EA866CF808 , 0xAB123E0B2CE54D25BB3210D0E3AC36B1 , 0xB82A49EDB1544DA292100781B6CD764E , 0x70438CD545304134B1D19BAC9116C3E8 , 0x5B2F5F16B74249D9A1AC90F016F77EA9 , 0x1473876C7F6A47C891828731FB796FA0 , 0x74A76C5778F0416C8E3AB856E0C3490C , 0xD8F0ABF3B7804155978ACCF2FF4359CB , 0x824A7B9BB40E4C05809F0765F1CB0DD6 , 0x56CF61F50E1A41BDBFEAE3E85B4F4674 , 0x32EF77E2828A466EBF7799DBE19DE8C4 , 0x35A8121D92F7475D927DA1401334AEFE , 0x0B2BFAA7DDBA46ED9BBCDE4C41DC0CF4 );
Copy
39
0.26 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 Åa}ÙLsÝâq$╔\"Ò, "
b"\x01 ÅaÇæ\x02 p┘ëâ┐┴G¢QQ "
b"\x01 ÅaéH╩q╬ÂÀ#wJR▀┌ "
b"\x01 Åaä½─p>Ø.╚q\x11\x05 rÈ "
b"\x01 Åaê»ðp¸øo\x13 /\t Ù0\x03 "
b"\x01 Åb*\x08 åp█º³Ü\x0F │¨üó "
b"\x01 Åb*\t #q\x0F ¥NÏWht\x19 * "
b"\x01 Åb*\f fs®úÈ┌ÀÁ¶-$ "
b"\x01 Åb*\x0E ¬r9¬¦\x1E\x18 ░wðz "
b"\x01 Åb*\x0F kp┤ñ¥ÄkÈxw¼ "
b"\x01 Åb*\x10 :pmç╦╣×÷¼Ì\x1D "
b"\x01 Åb*\x11 4sI£§┼Þg\x01 y\x12 "
b"\x01 Åb*\x13\x10 s#üÒë²\x04\x0F Êù "
b"\x01 Åb9<;s¡»ý§÷iD\x12 ½ "
b"\x01 Åb9<;s¡»ý§÷i¦Yõ "
b"\x01 Åb9<<r\v À\x07 #°ö╦:\x18 "
b"\x01 Åb9<<r\v À\x07 #°òqOß "
b"\x01 Åb9<<r\v À\x07 #°û\x02 98 "
b"\x01 Åb9<<r\v À\x07 #°ûz<\x00 "
b"\x01 Åb9<<r\v À\x07 #°ù6ZÍ "
b"\x01 Åb9<<r\v À\x07 #°ùý,w "
b"\x01 Åb9<<r\v À\x07 #°ÿ\x17\x1E\x17 "
b"\x01 Åb9<<r\v À\x07 #°ÿ©å+ "
b"\x01 ÅÔ▄24r▀îP¼-┤«¯╩ "
b"\x01 Åb*\x07 {s\x1E àM¶¢╝o\x13\x17 "
]
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 (0x018F617DEB4C73ED837124C95C22E32C , 0x018F6180910270D98983BFC147BD5151 , 0x018F618248CA71CEB6B723774A52DFDA , 0x018F6184ABC4703E9D2EC871110572D4 , 0x018F6188AFD070F79B6F132F09EB3003 , 0x018F622A088670DBA7FC9A0FB3F981A2 , 0x018F622A0923710FBE4ED8576874192A , 0x018F622A0C6673A9A3D4DAB7B5F42D24 , 0x018F622A0EAA7239AADD1E18B077D07A , 0x018F622A0F6B70B4A4BE8E6BD47877AC , 0x018F622A103A706D87CBB99EF6ACDE1D , 0x018F622A113473499CF5C5E867017912 , 0x018F622A1310732381E389FD040FD297 , 0x018F62393C3B73ADAFECF5F6694412AB , 0x018F62393C3B73ADAFECF5F669DD59E4 , 0x018F62393C3C720BB70723F894CB3A18 , 0x018F62393C3C720BB70723F895714FE1 , 0x018F62393C3C720BB70723F896023938 , 0x018F62393C3C720BB70723F8967A3C00 , 0x018F62393C3C720BB70723F897365AD6 , 0x018F62393C3C720BB70723F897EC2C77 , 0x018F62393C3C720BB70723F898171E17 , 0x018F62393C3C720BB70723F898B8862B , 0x018FE2DC323472DF8C50AC2DB4AEEECA , 0x018F622A077B731E854DF4BDBC6F1317 )));
Copy
40
0.29 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
41
0.96 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"\x00 ŸdY ³FÍŠY\x0E H\x18 .ÿ* "
b"\x01 #ªÇèÌE"†ôv\x11 ™\x1F éa "
b"\x01 ‰óWx<së½ûÄ\x05 u'‚Õ "
b"\x01 èK8Èÿ\x7F ±×Ø pÃüJ¾ "
b"\x05 ãVTþ5@/¿ÑžáP2]Y "
b"""
\x07 K\n
|'¯Kº±¸\x7F Pj\x7F (Œ
"""
b"\x07 Æ#¨\x08 XOÿ¯r·Z+$º² "
b"""
\n
\x10 6FÚÿH¡‚kåA)T\x17 €
"""
b"\v\x14 Ùò®Ü@,ºä\x04 A[Ýžô "
b"\v +ú§ÝºF훼ÞLAÜ\f ô "
b"\v o:\x08\x10 ©LÌØ;Ùeh┘r\x11 "
b"\x0E ú¼p‘®Iù²Õ»\x19 –K\x0E æ "
b"\x12 D\x19 øÑBJü’>Mv¬;ð\x12 "
b"\x13\x1C g*ÕÉA\x07 ƒßý┤:mž "
b"\x14 s‡l\x7F jGÈ‘‚‡1ûyo "
b"\x15 `$S‗bFƒ¥\x14 ¡Óx¬jØ "
b"\x19 tý¾\r %FÊúQ\e Ø░øÝK "
b"\x1C :L\x16\x02 '@±…\x02 ÔÝCŸ›< "
b"\x1D 3ˉHQFá‹Js`F%Þ± "
b"""
#¦\n
ËŒÚM\x02 ƒ¡JBÑ\x12 hª
"""
b"$§m=¶íE\x11 ÉRº¸hï\x16 ¨ "
b"%#»Ï\x01 tKìç+Mk\x0E │QÎ "
b"%I))\r ■DÄÅxÂçÚ×ìz "
b"'AB@Z~E„Úd\x17 ’=7Á "
b"(ù¹Up*LBé█UéÕÅ\v "
b"/\x0E ;\e dºAä¦\x16 !y=ù‹n "
b"1°\e LÞ\x11 H╬¼®(.─J\x07 É "
b"2´wÔéèFn┐wÖ█ߨÞ─ "
b"5¨\x12\x1D ’÷G]’}¡@\x13 4®þ "
b"6&»€UÎCbœê¼“(m>¶ "
b"6—\x03 Ùñ\x0E M£Žpë郜÷ƒ "
b"6¿w\\x16 +Eؽ<(Í╠¬\x1F ü "
b";¤─H6ëL╬úÉÁïl╗v\x0F "
b"<\«ž‡ŠBõ¿lC\x7F $-‡¯ "
b"Ay¤uë1C\x07 ¯‡\x7F ’•ž‰% "
b"C\r GÉÌÒGú¬ßQh`:ó† "
b"CYÁ•\f WDƒ¥\x05 îTå\x12 Ô\x1A "
b"C‚ ƒÞ³BÒ¾1K‚¹ušº "
b"E(È_\x1E\x1E KJ§Æ:Å¿æ„s "
b"FÒ–ÏË@I2 Üc`\x18 ô}Ð "
b"H\x0E ZÑw\x00 AÒ░\x16 Î\x03 Tŧö "
b"J©ž’ŒþHº¢€p Vë=Õ "
b"JìW‡t†A\x14 ¿¡’¦êPZÒ "
b"K»õ€ˆ|J€¿3ZÜ¡\x16\v Þ "
b"Ls¦b:\x1A @\x16 ˜Dü\x14 5g™§ "
b"NŒÎÍæHO@·\r ‹úm [Ž "
b"OÔ®-d"G¢¨›‘u -_V "
b"R\x13 ûm^0O™‘“x\x1E çÚ\x15 ÷ "
b"SdŠ\x17 U;LK¦(obš´Ye "
b"T.ÝnÐôH.”#5~\x04 Þ; "
b"VÏaõ\x0E\x1A A½¿êãè[OFt "
b"W§âšÛØK˘c„-\e ©ÿþ "
b"[/_\x16 ÀBI┘í¼É\x16 ¸~® "
b"]y\x7F\x06 )ˆCu°c2LÇåòµ "
b"]®D9*ËH´¨áødpÅ\x14 ) "
b"^`2\x17 S8G¬–r§MÎ\x12 w¥ "
b"_-¼\x1D OfCå½\x04 @åÆê9Š "
b"_AÅðW┬Núÿ4×ÛR>åÙ "
b"`¡\x1D ╚äØB7¿Ç\It*\x15\x03 "
b"a~³OD~HšªÈçÛ¼¹h( "
b"c\x19 ├\x19 ^┘E!ÅH£Þ¢ä\x1A ▀ "
b"c•’¶û‘F3„¡\x1E XZwÛü "
b"d\7{:dIlž¬›½ñT ù "
b"eÐä\rßC\x06 ¹¨›"pâlA "
b"""
g<\x03 ═/¾D~Éý┐┐¨1\n
Ä
"""
b"glMc*\t F!¸Ûe\x1F +¿'E "
b"g{¤×öÇH§ˆ\x06 Eg-´ › "
b"g”ßÉ ¯K9»Æ^À3¡¡\x0E "
b"l\x15 ÷©½\x0F C^‡õQæ+B¦ "
b"l·$Ü\x1F ÅEŽ¿\x00 1S$ÓÒí "
b"pCŒÕE0A4±Ñ›¬‘\x16 Ãè "
b"p[¼²±h@\x11 Å┬ÃÂ\x1C R²´ "
b"rIûÈ\\t Jý€ìÜÞN\x0F ùÏ "
b"t§lWxðAlŽ:¸VàÃI\f "
b"u\x01 œp\x11 ²H›ƒR—4ÿµ1Ó "
b"wK░\x1D ìÀFFïlúll\x1E ©î "
b"~ýx£†‡F¨©s6.løñ· "
b"\x7F ▄â\x15 |¼O°ÅÑ\x02 wCʸı "
b"€~†0±\x7F Oð±ÒÌt(†³Â "
b"ü¹Z«Ú½MË╗)═û\x13 <T░ "
b"‚J{›´\x0E L\x05 €Ÿ\x07 eñË\r Ö "
b"‚ÿåÿâDO4št8¶'N\f · "
b"„˜gk4ýJB½xS°Ø2ó‘ "
b"à^<è´\x16 Bbö┤g_ìñ╦b "
b"…ªJæˆ\x7F LT‰ŒÃD«äH~ "
b"‡EÍ«¢1Dͽ÷\x1D ôÕÝ$% "
b"ˆº\x17 =H\x00 Ik¤ˆðzcS}. "
b"ì-½³d¿FïùuÛ0q4┘\x00 "
b"ÅÞ\x18 ¿EîCYÀ¨ ±Ï\x00 vß "
b"–\x01 80ÌLMéµ\x0F Ër£\x08\x16 þ "
b"ÜʹجoIÌ¡=OûâÀ§\x1D "
b"›–±*mâLÄ¡\x13 "Úê\t Ð< "
b"œ’Ý¢\r dGÏ…¶"U\*gƒ "
b"ØT@]Å¢BT┤ç~╗k7¾Ã "
b"׿û[\x08\x1A Oùå┌ì¹─=\x1C 0 "
b"ƒÝƒO╝<J2É\x18 ÿ»Å\r V\x15 "
b"óÔÌaذ@▄ñã§÷±×<z "
b"¤9ÇéÃáOõŸPuEº\x08 ¥† "
b"Ñ#Ù²ú3C\x1E ÖVkC\x05 y½É "
b"§9<u1\I\f ‹\x0F î\x1C uL&‰ "
b"§>ª:èGB\x00 ™Á‰öè ¹| "
b"©dòÅ\x03 ZK»¿ü·Â_ðOÅ "
b"®┐$ñ±▀CUü═▄¦Þ?/\e "
b"ª÷ŠÿT\x05 A\x07 œ9âKi\x18 þÒ "
b"«\x12 >\v ,åM%»2\x10 Ðã¬6± "
b"½Ç2Å┘HII▓└¶ï\x01 F6▓ "
b"½ÑÍazÞGlüJh╚Æ$l "
b"¼Wp×\x04 XJüøK▄¡┴╝ýú "
b"\e #í.¾N£³\x1F ‡$?ÛWÆ "
b"{\x00 ž7OEc„Iånö@>ò "
b"±ÉÈ!:¼H‹½\x0E ÂŽ\x7F ««\v "
b"²TVàCZO\x19 ¸qú8!hÑ@ "
b"²æG•xƒNö®0ywzÕDZ "
b"¶åÞK¸#Nx‰:÷'[\v¦ "
b"À|@╔¿_H╗É┌▓~¸"r¢ "
b"©*IÝ▒TMóÆ\x10\x07 üÂ═vN "
b"º¶Tw#áO4²ÁÕå-†‡½ "
b"¾‚Å\x00 z?Dm¿Ž^ùûwÄ\x05 "
b"¿$ŸIDOCœŽÞÄY‘¹ÈË "
b"®òÐ\x18 ‰M§ªJÏ£~’cß "
b"""
¼\x0F ‹4\n
DÚ˜RLÚþ‰´:
"""
b"├\r ▓ЃÒG¢ªü[q░\t ░\x1D "
b"Ã\x7F\x14 ÌqôEE¾9wË~{¥Ä "
b"┼Öì\x0F /\x04 H¼┘PD0\x16 ª¨ "
b"Ų30ñýM\x0F º—¸\x10 ’\x17 þö "
b"ÇÜÿ&\x0F nIC©MÍ¥EõóL "
b"""
Ìb®\f Ê9Døµ\n
VÆ–‘ƒE
"""
b"Íl‚½ý’M†—”óàÔ\x1D @ "
b"σҨ۰OZ¿´¸‰2ú;Ö "
b"ðëƒÅ═^GØÄ\x1A ▄%ÂÚA[ "
b"Ê└0íôoE¥½(!└8ì]y "
b"ÓwÐ`ÿxBÕ¨ÏÙ“ŽlIþ "
b"Õ4|íàÜKE—J¯SȆÿ\x10 "
b"Öõí½ã\x12 L ¦‘Í¿89\x17 O "
b"Ööµ%¢NH[¦Îñ·BŒX\x07 "
b"Îm╬üt0N¿Äi6O\x19 w\x01 : "
b"׫\x13\x0F ©¦JC’\v ²\x01 WbBw "
b"Øà‹LØ0M^Š[|\x7F ë{t3 "
b"Ï®\x12 ADEMÄCèVÁÔ\x12 ü "
b"Øð«ó·€AU—ŠÌòÿCYË "
b"Ù?¥åm¦EôŒµ×ê†lø\x08 "
b"ßt8D\x06 çFë¦ø÷<ŸÄK, "
b"""
á\x7F \n
\x05 5^G’€gÊkP¾\x11 …
"""
b"ÒzÅËÿPA\x13 öÆ╔\x00 ╔<)e "
b"åü-\x1D >ÍH’»‰þü°äkJ "
b"çÜÄ`ä‡H³—ï0Uð^é¾ "
b"Ûm\x19 ùibE┘óü▓2\x04 åLÊ "
b"êu@rņC\x07 ¤aö‚07%§ "
b"Ûìlz\e :Olü\x18\t\x08 ]ViÁ "
b"ý\e üÂ.╚Hıák ð´®0© "
b"¯\e æ┴|óIøú\x00 ║¢bØEZ "
b"ðß\e >ø´Oè¹\x04 4\x1A ±8\x13 « "
b"òë„β\t Kì©…=E$ч "
b"¾ü0gÕ#A¹æóR«æ^u\r "
b"¶õî▄[ÖK$½Õ\x03\x01 ÉÖ│% "
b"þ|i°à«AÜ´"Rî(•õ\x19 "
b"\x01 ‰ßV\x03 Æup’7¹Ôc\x1D ¼> "
b"""
\x01 Š\x08 Ø.‰yº²;€\n
\x15 -\ä
"""
b"\x01 Š,\x05 ÜÍpw¨yÜ@y\Œå "
b"\x01 Šj*Ô¹u¤‡ã\r µ&G\x17 "
b"\x01 ŠˆêÂ\x13 r&£‹¨l×yÅ "
b"\x01 Šˆë§ãrw„~"'.ê\x0F Œ "
b"\x01 ЉI\x18 ð|hœ9[Êáé´\x01 "
b"\x01 èìY¸6\x7F !«\x0E ±ê\v G\x05 C "
b"\x01 èìjx\e z¦ÇÌèÚØvì\x12 "
b"\x01 èìk\x03 Üy¬×-\x16 "5äHì "
b"\x01 èì╗Vx}\x19 é├ËÝ~ëè╝ "
b"\x01 èì╗ªpyÖë`VfEi6µ "
b"""
\x01 ГE\n
‡z\x1A §Ç1D§r3Ç
"""
b"\x01 Š“vm¬{†Ž®‚QI³ð "
b"\x01 è╦├Àft¨ô╚ü╗9Psò "
b"\x01 è╦─à×~╗¼xL\x01\x12 eü+ "
b"\x01 è╦┼Ç┐u\x15 ║wïÉ┬╣P╩ "
b"\x01 è╠?É\x0F |sáóg╩IÁ\r ¶ "
b"\x01 ŠÌ@[øvѱK\x17\x1D }K¢D "
b"\x01 ŠÐ\x1C [}ry†gZ”¿:Ö\v "
b"\x01 ŠÐ=u2y'¹I?xY™I" "
b"\x01 ŠÐ@ÂÌv~™L™õ¨d³ü "
b"""
\x01 ŠÐN¿ìu$¬/\r ×Vk\n
¿
"""
b"\x01 Œ‹]ü–uŒ™r/"\x00 Êý\x05 "
b"\x01 Œ‹^\x13 F}*ˆª¸‡ë\x17 #ê "
b"""
\x01 î╔T`]\x7F qØw³KÄ\n
{\x15
"""
b"\x01 î╔뼡|Àäfì\v ë«╗\x08 "
b"\x01 î╬shØ|Dä\x01\x13 Á¤ÊãÖ "
b"\x01 ÅWYÖÎ~ÃúUwÇ\f\x08\x03 ¾ "
b"\x01 ÅWYı'tÉ╝ßÃÑH\x03 hp "
b"\x01 ÅWZB´r(┤`┴egj©{ "
b"\x01 ÅWZòDz£Ç-┴\x7F\x04\x01 \r Ñ "
b"\x01 ‘ŽNV#rrªÏÃ\x16 PáÖý "
b"\x05 »_░Ø\r A²¥\x05 ╦¤╠Dß "
b"\x08 ~^;zÑC^›äÐPJ¯¿Ê "
b"""
\n
ä7#Ñ–K:°ú–¶N–ÞÒ
"""
b"\x18 È3¢)lHÖ¼ù]\x06 \x1D Ò "
b"'MØ‚\x0F PEöºÖÔ@ó01V "
b"(Ö_‰ÊuOþ±O\¶¥ÕJT "
b"+H£`s-Br–“ÀÅ;È©p "
b".*9Ë┴ÐG¹É&Ù7ĸúå "
b"5´s”8.Hr²¹³¥Äu¬º "
b">¡«žö¾D¸™Æ5\x02 "/D\x10 "
b"CC\x1E .D©L]†2¹³¾ønï "
b"bï“Z'tDå¶Û[¨®5sÚ "
b"kft║îÅO┬æü%█Ý*╚Í "
b"kêF›ŠºC9¡|\x0E ÆZÄ\x03 % "
b"s9{>övJ¯°]XÂ\x04 õ¦× "
b"s—ÒÉóêB\x0F ¢AIC`8S) "
b"t{È\x14 Ø\e M\x10 ¼\x1C ×‗ä‗┬8 "
b"‡÷`¡¥Lô¨\x18 j\x00 „CÅ0 "
b"Šï{v\x10 #A\v µ˜òú¼\f ë\x0F "
b"“\e §\x12 ;íG±´¬â\x1A b\x7F >N "
b"û▀}5å©N=£\x11 Q"ñÙ\x04 ì "
b"?\x16 c‡RLN¡¼å¾¥™hN "
b"»ÉìUE╬D±üúV╠e^╗Ð "
b"""
Ñ\x16 ¬€…`Eº„\n
úix\x16 Ž
"""
b"ÏÖ▄º╩ÍONØs+B#»╝æ "
b"ß@~Iu.K\v ¸¿>\x08 ?0)m "
b"ã”\x00 8á\x16 IË—Ó}ó)U\x16 P "
b"äÄ\x1E ËO\x03 Gä–š´[åú,C "
b"ç ©Õ·ZHÑ€òhE’'í‚ "
]
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 (0x009F6459A0B346CD8A590E48182EFF2A , 0x0123AAC7E8CC452286F47611991FE961 , 0x0189F357783C73EBBDFBC405752782D5 , 0x018A4B38D4987FF19E9D2070C7814AF3 , 0x05E35654FE35402FBFD19EE150325D59 , 0x074B0A7C27AF4BBAB1B87F506A7F288C , 0x07C623A808584FFFAF72B75A2B24BAB2 , 0x0A103646DAFF48A1826BE54129541780 , 0x0B14D9F2AEDC402CBAE404415BDD9EF4 , 0x0B2BFAA7DDBA46ED9BBCDE4C41DC0CF4 , 0x0B6F3A0810B84CDE9D3BEB6568D97211 , 0x0EFABC7091AE49F9B2D5BB19964B0EE6 , 0x124419F8D1424AFC923E4D76AC3BF012 , 0x131C672AE59041079FE1ECB43A6D8FF3 , 0x1473876C7F6A47C891828731FB796FA0 , 0x15602453F262469FBE14ADE078AA6A9D , 0x1974ECF30D2546D2A3511B9DB09BED4B , 0x1C3A4C16022740B18502D4DD439F9B3C , 0x1D33CB89485146E18B4A73604625DEB1 , 0x23A60ACB8CDA4D0283A14A42D11268AA , 0x24F56D3DF4A145119052A7F7688B16F9 , 0x2523AFD801744B8D872B4D6B0EB351D7 , 0x254929290DFE448E8F78B687E99E8D7A , 0x274142405A7E45C284DA6417923D37C1 , 0x2897FB55702A4C4282DB55F082E58F0B , 0x2F0E3B1B64BA41E4A61621793DF98B6E , 0x31F81B4CE81148CEACA9282EC44A0790 , 0x32EF77E2828A466EBF7799DBE19DE8C4 , 0x35A8121D92F7475D927DA1401334AEFE , 0x3626BB8055CE43629CEABC93286D3EB6 , 0x369703D9F10E4DA38E70EBE9839CF783 , 0x36A8775C162B459DAB3C28D6CCAA1F81 , 0x3BCFC44836894CCEA390B58B6CBB760F , 0x3C5CAB9E878A42F5BF6C437F242D87AF , 0x4179A475EB314307AF877F92959E8925 , 0x430D47C9CCD247FAACDF5168603AF386 , 0x4359C1950C574483A505EE54E512D41A , 0x4382A083DEB342D2BE314B82B9759ABA , 0x4528C85F1E1E4B4AA7C63AC5BFE68473 , 0x46D296CFCB404932A0DC636018F47DD0 , 0x480E5AA5770041E3B016D703548FF594 , 0x4AA99E928CFE48BAA280702056EB3DD5 , 0x4AEC578774864114BFA192A6EA505AD2 , 0x4BBBF580887C4A80BF335ADCA1160BDE , 0x4C73A6623A1A40169844FC14356799A7 , 0x4E8CCECDE6484F40B70D8BFA6DA05B8E , 0x4FD4AE2D642247A2A89B9175A02D5F56 , 0x5213FB6D5E304F999193781EE7DA15F7 , 0x53648A17553B4C4BA6286F629AB45965 , 0x542EDD6ED0F4482E9423357E04DECDBE , 0x56CF61F50E1A41BDBFEAE3E85B4F4674 , 0x57A7E29ADBD84BCB9863842D1BA9FFFE , 0x5B2F5F16B74249D9A1AC90F016F77EA9 , 0x5D797F0629884375B063324CC7E5F2B5 , 0x5DAE44392ACB48B4A8E1F86470C51429 , 0x5E603217533847AC9672A74DCE1277A5 , 0x5F2DBC1D4F6643E5BD0440E5C6EA398A , 0x5F418FD057C24EA398349EEA523E86EB , 0x60AD1DC8849D4237A8805C49742A1503 , 0x617EB34F447E489AAAC8E7DBBCB96828 , 0x6319C3195ED945218F489CE8BD841ADF , 0x639592B6FB91463384A11E585A77DBFC , 0x645C377B3A64496C9EAC9BBDF154A0F9 , 0x65D0E45C72DF4306B9A89B2270E26C41 , 0x673C03CD2FF3447E90ECBFBFF9310A8E , 0x676C4D632A094621B8DB651F2BBF2745 , 0x677BA4D7F6C748A7880645672DB4A09B , 0x6794DFC9A0AF4B39BBC65EC033A1A10E , 0x6C15F7A9BD0F435EAD87F551E62B42A6 , 0x6CB724DC1FC5458EBF00315324D3D2ED , 0x70438CD545304134B1D19BAC9116C3E8 , 0x705BACFDF16840118FC2C7B61C52FDEF , 0x7249FBC85C094AFD80ECDCDE4E0FF9CF , 0x74A76C5778F0416C8E3AB856E0C3490C , 0x75019C7011B2489B83529734FFB531D3 , 0x774BB01D8DB746468B6CA36C6C1EB88C , 0x7EFD78A3868746A8A973362E6CF8F1B7 , 0x7FDC83157CAC4FF88FA5027743D2F7D5 , 0x807E8630B17F4FF0B1D2CC742886B3C2 , 0x81FB5AAEE9AB4DD3BB29CD96133C54B0 , 0x824A7B9BB40E4C05809F0765F1CB0DD6 , 0x82FFE5FFE2444F349A7438B6274E0CB7 , 0x8498676B34FD4A42BD7853B0D832F391 , 0x855E3C8AEF16426294B4675F8DA4CB62 , 0x85AA4AE6887F4C54898CC344ABE4487E , 0x8745CDABA23144CDBDF71DF4D5DD2425 , 0x88BA173D4800496BA488F07A63537D2E , 0x8D2DABFC64A8468B9775EA307134D900 , 0x8FE818A8458C4359B7F9FFF1D80076E1 , 0x96013830CC4C4DE9B50FCB72A30816FE , 0x9AD6EF9DAA6F49DEAD3D4F9683B7F51D , 0x9B96B12A6DE24CC4A11322DAEA09D03C , 0x9C92DDA20D6447CF85B622555C2A6783 , 0x9D54405D8FBD4254B4877EBB6B37F3C7 , 0x9EA8965B081A4F9786DA8DFBC43D1C30 , 0x9FED9F4FBC3C4A32901898AF8F0D5615 , 0xA2E2DE619DF840DCA4C6F5F6F19E3C7A , 0xA439C7E9C3E14FF59F507545BA08A586 , 0xA523EBFDA333431E99566B430579AB90 , 0xA7393C75315C490C8B0FEE1C754C2689 , 0xA73EAA3AE847420099C189F6E8A0B97C , 0xA964F2C5035A4BBBBFFCB7C25FF04FC5 , 0xA9BF24A4F1DF435581CDDCDDE83F2F1B , 0xAAF78AFF540541079C39E24B6918FED2 , 0xAB123E0B2CE54D25BB3210D0E3AC36B1 , 0xAB80328FD9484949B2C0F48B014636B2 , 0xABA5D6617AE8476C814A68C892246CB6 , 0xAC57709E04584A819B4BDCADC1BCECA3 , 0xAD1B23ED2EBE4EA3B31F87243FDB57C6 , 0xAD7B009E374F45638449E56EF6403EF2 , 0xB1C9C8213ABC488BBD0EC28E7FABAB0B , 0xB25456E0435A4F19B871FA382168D140 , 0xB2E6479578834EF6AE3079777AD5445A , 0xB6E5DE4BB8234E78893AF7275B5C76A6 , 0xB77C40C9A85F48BB90DAB27EF72272BD , 0xB82A49EDB1544DA292100781B6CD764E , 0xBAB6547723E14F34B2C1D5E52D8687BD , 0xBE82C5007A3F446DBF8E5EF9FB77C405 , 0xBF249F49444F439C8EDEC45991B9C8CB , 0xC2AEF2D018894DA7AA4ACFA37E9263DF , 0xC2BC0F8B340A44DA98524CDAFE89B43A , 0xC30DB2D19FE347BDA6815B71B009B01D , 0xC37F14CC71F44545BE3977CB7E7BA5C4 , 0xC5998D0F2F0448F0ACD950443016A6F9 , 0xC5B23330F1FD4D0FBA97B8109217FEF6 , 0xC7DCFF260F6E4943A94DCDA545F5F34C , 0xCC62AE0CCA3944F8B50A56C696918345 , 0xCD6C82BDFD924DC2869794F3E0D41D40 , 0xCF83D2A8DBB04F5ABFB4B88932FA3BD6 , 0xD0899F8FCD5E479D8E1ADC25B6E9415B , 0xD2C030A1936F45BEAB2821C0388D5D79 , 0xD377D060FF7842D5A8CFD9938E6C49FE , 0xD5347CEDE0DC4B45974AAF53C886FF10 , 0xD6F5EDBDE3124C20A691CDBF3839174F , 0xD6F6B525A24E485BA6CEF1B7428C5807 , 0xD76DCE8174304EA88E69364F1977013A , 0xD7AB130FA9A64A43920BB20157624277 , 0xD8E08B4CD8304D5E8A5B7C7FEB7B7433 , 0xD8F0A9124144454D8E438A56B5E21281 , 0xD8F0ABF3B7804155978ACCF2FF4359CB , 0xD93FA5E56DA645F48CB5D7EA866CF808 , 0xDF74384406E746EBA6F8F73C9FC44B2C , 0xE17F0A05355E47928067CA6B50BE1185 , 0xE37A8FD3985041139492C900C93C2965 , 0xE5FC2D1D3ECD4892BB89FEFCB0E46B4A , 0xE7DCC460E48748B397EF3055F05EE9BE , 0xEA6D1997696245D9A281B23204864CD2 , 0xEA754072C5864307A461F682303725A7 , 0xEA8D6C7A1B3A4F6C811809085D5669B5 , 0xEC1B81B62EC848D5A06B20D0EFA930B8 , 0xEE1B91C17CA2499BA300BABD629D455A , 0xF0DF1B3EF8B44FE8B904341AB13813AB , 0xF2EB84CEB2094BECA9853D4524D1C287 , 0xF3813067E52341FB91A252AE915E750D , 0xF4E48CDC5B994B24ABE503019099B325 , 0xFE7C69B0E0AB41DCB42252EE2895F519 , 0x0189DF5603C675709237B9D4631DBC3E , 0x018A08D82E8979BAB23B800A152D5CE4 , 0x018A2C05DCCD7077A879DC40795C8CE5 , 0x018A6A2AD4B975A487E30DB526471720 , 0x018A88EAC2137226A38BA86CADD779C5 , 0x018A88EBA7E37277847E22272EEA0F8C , 0x018A894918F07C689C395BCAE1E9B401 , 0x018A8D59F7367F21AE0EF1880B470543 , 0x018A8D6A781B7ADD80DE8AE99D768D12 , 0x018A8D6B039A79AA9E2D16223584488D , 0x018A8DBB56787D1982C3D3ED7E898ABC , 0x018A8DBBA670799989605666456936E6 , 0x018A93450A877A1AA7C73144A77233C7 , 0x018A93766DAC7B868EAE8251AD49B3F0 , 0x018ACBC3B76674F993C881BB39507395 , 0x018ACBC4859E7EBBAC784C011265812B , 0x018ACBC580BF7515BA778B90C2B950CA , 0x018ACC3F900F7C73A0A267CA49B50DF4 , 0x018ACC405BF876D1B14B171D7D4BA244 , 0x018AD01C5B7D727986675A94BF3AD60B , 0x018AD03D75327927B9493F7859994922 , 0x018AD040C2CC767E994C99F5A864B3FC , 0x018AD04EBFEC7524AC2F0DD7566B0ABF , 0x018C8B5DFC96758C99722F2200CAFD05 , 0x018C8B5E13467D2A88AAB887EB1723EA , 0x018CC954605D7F719D77FC4B8E0A7B15 , 0x018CC989ACAD7CB784668D0B89AEBB08 , 0x018CCE73689D7C44840113B5CFD2C699 , 0x018F575999D77EC7A35577800C0803F3 , 0x018F5759D5277490BCE1C7A548036870 , 0x018F575A42EF7228B460C165676AB87B , 0x018F575A95447A9C802DC17F04010DA5 , 0x01918E4E56237272AACFC31650E1D6FD , 0x05AF5FB09D0D41FDBE0520CBCFCC44E1 , 0x087E5E3B7AD1435E9BE4D0504AAFBFCA , 0x0AE43723D1964B3AB0FA96B64E96DED2 , 0x18C833A2296C48D6ADBCF95D06AD1DD2 , 0x274DD8820F5045F6BAD6D440F3303156 , 0x28D65F89CA754FFEB14F5CB6A5D54A54 , 0x2B48A360732D42729693C0C53BC8A970 , 0x2E2A39D3C1D147FB9026EB378EF7A386 , 0x35B47394382E4872B2B9B3A5C475ACBA , 0x3EA1AB9EF6BE44B899C63502222F4410 , 0x43431E2E44A94C5D8632B9B3BEF86EEF , 0x62EF935A277444E5B6DB5BA8AE3573DA , 0x6B6674BA8C8F4FC2918125DBED2AC8D6 , 0x6BEA469B8ABA4339A17C0EC65AC40325 , 0x73397B3EF6764AAFB05D58C204F5A6D7 , 0x7397D2C9F3EA420FA241494360385329 , 0x747BD4149D1B4D10AC1C9EF284F2C238 , 0x87F7AD60A1A54CF4A8186A008443C530 , 0x8AEF7B761023410BB598F2FABC0CEB0F , 0x931BA7123BED47B1B4ACE21A627F3E4E , 0x96DF7D3586B84E3D9C115122A4EB048D , 0xAD3F166387524C4EA1BCE5BEA599684E , 0xAF908D5545CE44F181A356CC655EBBD1 , 0xD116AC80856045BA840AFA6978AD168E , 0xD899DCA7CAD64F4E9D732B4223AFBC91 , 0xDF407E49752E4B0BB8BF3E083F30296D , 0xE3940038E11649CB97D37DF329551650 , 0xE4C41ECB4F0347E4969AB45BE5FA2C43 , 0xE7A0A9D5B75A48D180F268459227ED82 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
42
1.80 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"\x00 ŸdY ³FÍŠY\x0E H\x18 .ÿ* "
b"\x01 #ªÇèÌE"†ôv\x11 ™\x1F éa "
b"\x01 ‰ßV\x03 Æup’7¹Ôc\x1D ¼> "
b"\x01 ‰óWx<së½ûÄ\x05 u'‚Õ "
b"""
\x01 Š\x08 Ø.‰yº²;€\n
\x15 -\ä
"""
b"\x01 Š,\x05 ÜÍpw¨yÜ@y\Œå "
b"\x01 èK8Èÿ\x7F ±×Ø pÃüJ¾ "
b"\x01 Šj*Ô¹u¤‡ã\r µ&G\x17 "
b"\x01 ŠˆêÂ\x13 r&£‹¨l×yÅ "
b"\x01 Šˆë§ãrw„~"'.ê\x0F Œ "
b"\x01 ЉI\x18 ð|hœ9[Êáé´\x01 "
b"\x01 èìY¸6\x7F !«\x0E ±ê\v G\x05 C "
b"\x01 èìjx\e z¦ÇÌèÚØvì\x12 "
b"\x01 èìk\x03 Üy¬×-\x16 "5äHì "
b"\x01 èì╗Vx}\x19 é├ËÝ~ëè╝ "
b"\x01 èì╗ªpyÖë`VfEi6µ "
b"""
\x01 ГE\n
‡z\x1A §Ç1D§r3Ç
"""
b"\x01 Š“vm¬{†Ž®‚QI³ð "
b"\x01 è╦├Àft¨ô╚ü╗9Psò "
b"\x01 è╦─à×~╗¼xL\x01\x12 eü+ "
b"\x01 è╦┼Ç┐u\x15 ║wïÉ┬╣P╩ "
b"\x01 è╠?É\x0F |sáóg╩IÁ\r ¶ "
b"\x01 ŠÌ@[øvѱK\x17\x1D }K¢D "
b"\x01 ŠÐ\x1C [}ry†gZ”¿:Ö\v "
b"\x01 ŠÐ=u2y'¹I?xY™I" "
b"\x01 ŠÐ@ÂÌv~™L™õ¨d³ü "
b"""
\x01 ŠÐN¿ìu$¬/\r ×Vk\n
¿
"""
b"\x01 Œ‹]ü–uŒ™r/"\x00 Êý\x05 "
b"\x01 Œ‹^\x13 F}*ˆª¸‡ë\x17 #ê "
b"""
\x01 î╔T`]\x7F qØw³KÄ\n
{\x15
"""
b"\x01 î╔뼡|Àäfì\v ë«╗\x08 "
b"\x01 î╬shØ|Dä\x01\x13 Á¤ÊãÖ "
b"\x01 ÅWYÖÎ~ÃúUwÇ\f\x08\x03 ¾ "
b"\x01 ÅWYı'tÉ╝ßÃÑH\x03 hp "
b"\x01 ÅWZB´r(┤`┴egj©{ "
b"\x01 ÅWZòDz£Ç-┴\x7F\x04\x01 \r Ñ "
b"\x01 ‘ŽNV#rrªÏÃ\x16 PáÖý "
b"\x05 »_░Ø\r A²¥\x05 ╦¤╠Dß "
b"\x05 ãVTþ5@/¿ÑžáP2]Y "
b"""
\x07 K\n
|'¯Kº±¸\x7F Pj\x7F (Œ
"""
b"\x07 Æ#¨\x08 XOÿ¯r·Z+$º² "
b"\x08 ~^;zÑC^›äÐPJ¯¿Ê "
b"""
\n
\x10 6FÚÿH¡‚kåA)T\x17 €
"""
b"""
\n
ä7#Ñ–K:°ú–¶N–ÞÒ
"""
b"\v\x14 Ùò®Ü@,ºä\x04 A[Ýžô "
b"\v +ú§ÝºF훼ÞLAÜ\f ô "
b"\v o:\x08\x10 ©LÌØ;Ùeh┘r\x11 "
b"\x0E ú¼p‘®Iù²Õ»\x19 –K\x0E æ "
b"\x12 D\x19 øÑBJü’>Mv¬;ð\x12 "
b"\x13\x1C g*ÕÉA\x07 ƒßý┤:mž "
b"\x14 s‡l\x7F jGÈ‘‚‡1ûyo "
b"\x15 `$S‗bFƒ¥\x14 ¡Óx¬jØ "
b"\x18 È3¢)lHÖ¼ù]\x06 \x1D Ò "
b"\x19 tý¾\r %FÊúQ\e Ø░øÝK "
b"\x1C :L\x16\x02 '@±…\x02 ÔÝCŸ›< "
b"\x1D 3ˉHQFá‹Js`F%Þ± "
b"""
#¦\n
ËŒÚM\x02 ƒ¡JBÑ\x12 hª
"""
b"$§m=¶íE\x11 ÉRº¸hï\x16 ¨ "
b"%#»Ï\x01 tKìç+Mk\x0E │QÎ "
b"%I))\r ■DÄÅxÂçÚ×ìz "
b"'AB@Z~E„Úd\x17 ’=7Á "
b"'MØ‚\x0F PEöºÖÔ@ó01V "
b"(ù¹Up*LBé█UéÕÅ\v "
b"(Ö_‰ÊuOþ±O\¶¥ÕJT "
b"+H£`s-Br–“ÀÅ;È©p "
b".*9Ë┴ÐG¹É&Ù7ĸúå "
b"/\x0E ;\e dºAä¦\x16 !y=ù‹n "
b"1°\e LÞ\x11 H╬¼®(.─J\x07 É "
b"2´wÔéèFn┐wÖ█ߨÞ─ "
b"5¨\x12\x1D ’÷G]’}¡@\x13 4®þ "
b"5´s”8.Hr²¹³¥Äu¬º "
b"6&»€UÎCbœê¼“(m>¶ "
b"6—\x03 Ùñ\x0E M£Žpë郜÷ƒ "
b"6¿w\\x16 +Eؽ<(Í╠¬\x1F ü "
b";¤─H6ëL╬úÉÁïl╗v\x0F "
b"<\«ž‡ŠBõ¿lC\x7F $-‡¯ "
b">¡«žö¾D¸™Æ5\x02 "/D\x10 "
b"Ay¤uë1C\x07 ¯‡\x7F ’•ž‰% "
b"C\r GÉÌÒGú¬ßQh`:ó† "
b"CC\x1E .D©L]†2¹³¾ønï "
b"CYÁ•\f WDƒ¥\x05 îTå\x12 Ô\x1A "
b"C‚ ƒÞ³BÒ¾1K‚¹ušº "
b"E(È_\x1E\x1E KJ§Æ:Å¿æ„s "
b"FÒ–ÏË@I2 Üc`\x18 ô}Ð "
b"H\x0E ZÑw\x00 AÒ░\x16 Î\x03 Tŧö "
b"J©ž’ŒþHº¢€p Vë=Õ "
b"JìW‡t†A\x14 ¿¡’¦êPZÒ "
b"K»õ€ˆ|J€¿3ZÜ¡\x16\v Þ "
b"Ls¦b:\x1A @\x16 ˜Dü\x14 5g™§ "
b"NŒÎÍæHO@·\r ‹úm [Ž "
b"OÔ®-d"G¢¨›‘u -_V "
b"R\x13 ûm^0O™‘“x\x1E çÚ\x15 ÷ "
b"SdŠ\x17 U;LK¦(obš´Ye "
b"T.ÝnÐôH.”#5~\x04 Þ; "
b"VÏaõ\x0E\x1A A½¿êãè[OFt "
b"W§âšÛØK˘c„-\e ©ÿþ "
b"[/_\x16 ÀBI┘í¼É\x16 ¸~® "
b"]y\x7F\x06 )ˆCu°c2LÇåòµ "
b"]®D9*ËH´¨áødpÅ\x14 ) "
b"^`2\x17 S8G¬–r§MÎ\x12 w¥ "
b"_-¼\x1D OfCå½\x04 @åÆê9Š "
b"_AÅðW┬Núÿ4×ÛR>åÙ "
b"`¡\x1D ╚äØB7¿Ç\It*\x15\x03 "
b"a~³OD~HšªÈçÛ¼¹h( "
b"bï“Z'tDå¶Û[¨®5sÚ "
b"c\x19 ├\x19 ^┘E!ÅH£Þ¢ä\x1A ▀ "
b"c•’¶û‘F3„¡\x1E XZwÛü "
b"d\7{:dIlž¬›½ñT ù "
b"eÐä\rßC\x06 ¹¨›"pâlA "
b"""
g<\x03 ═/¾D~Éý┐┐¨1\n
Ä
"""
b"glMc*\t F!¸Ûe\x1F +¿'E "
b"g{¤×öÇH§ˆ\x06 Eg-´ › "
b"g”ßÉ ¯K9»Æ^À3¡¡\x0E "
b"kft║îÅO┬æü%█Ý*╚Í "
b"kêF›ŠºC9¡|\x0E ÆZÄ\x03 % "
b"l\x15 ÷©½\x0F C^‡õQæ+B¦ "
b"l·$Ü\x1F ÅEŽ¿\x00 1S$ÓÒí "
b"pCŒÕE0A4±Ñ›¬‘\x16 Ãè "
b"p[¼²±h@\x11 Å┬ÃÂ\x1C R²´ "
b"rIûÈ\\t Jý€ìÜÞN\x0F ùÏ "
b"s9{>övJ¯°]XÂ\x04 õ¦× "
b"s—ÒÉóêB\x0F ¢AIC`8S) "
b"t{È\x14 Ø\e M\x10 ¼\x1C ×‗ä‗┬8 "
b"t§lWxðAlŽ:¸VàÃI\f "
b"u\x01 œp\x11 ²H›ƒR—4ÿµ1Ó "
b"wK░\x1D ìÀFFïlúll\x1E ©î "
b"~ýx£†‡F¨©s6.løñ· "
b"\x7F ▄â\x15 |¼O°ÅÑ\x02 wCʸı "
b"€~†0±\x7F Oð±ÒÌt(†³Â "
b"ü¹Z«Ú½MË╗)═û\x13 <T░ "
b"‚J{›´\x0E L\x05 €Ÿ\x07 eñË\r Ö "
b"‚ÿåÿâDO4št8¶'N\f · "
b"„˜gk4ýJB½xS°Ø2ó‘ "
b"à^<è´\x16 Bbö┤g_ìñ╦b "
b"…ªJæˆ\x7F LT‰ŒÃD«äH~ "
b"‡EÍ«¢1Dͽ÷\x1D ôÕÝ$% "
b"‡÷`¡¥Lô¨\x18 j\x00 „CÅ0 "
b"ˆº\x17 =H\x00 Ik¤ˆðzcS}. "
b"Šï{v\x10 #A\v µ˜òú¼\f ë\x0F "
b"ì-½³d¿FïùuÛ0q4┘\x00 "
b"ÅÞ\x18 ¿EîCYÀ¨ ±Ï\x00 vß "
b"“\e §\x12 ;íG±´¬â\x1A b\x7F >N "
b"–\x01 80ÌLMéµ\x0F Ër£\x08\x16 þ "
b"û▀}5å©N=£\x11 Q"ñÙ\x04 ì "
b"ÜʹجoIÌ¡=OûâÀ§\x1D "
b"›–±*mâLÄ¡\x13 "Úê\t Ð< "
b"œ’Ý¢\r dGÏ…¶"U\*gƒ "
b"ØT@]Å¢BT┤ç~╗k7¾Ã "
b"׿û[\x08\x1A Oùå┌ì¹─=\x1C 0 "
b"ƒÝƒO╝<J2É\x18 ÿ»Å\r V\x15 "
b"óÔÌaذ@▄ñã§÷±×<z "
b"¤9ÇéÃáOõŸPuEº\x08 ¥† "
b"Ñ#Ù²ú3C\x1E ÖVkC\x05 y½É "
b"§9<u1\I\f ‹\x0F î\x1C uL&‰ "
b"§>ª:èGB\x00 ™Á‰öè ¹| "
b"©dòÅ\x03 ZK»¿ü·Â_ðOÅ "
b"®┐$ñ±▀CUü═▄¦Þ?/\e "
b"ª÷ŠÿT\x05 A\x07 œ9âKi\x18 þÒ "
b"«\x12 >\v ,åM%»2\x10 Ðã¬6± "
b"½Ç2Å┘HII▓└¶ï\x01 F6▓ "
b"½ÑÍazÞGlüJh╚Æ$l "
b"¼Wp×\x04 XJüøK▄¡┴╝ýú "
b"\e #í.¾N£³\x1F ‡$?ÛWÆ "
b"?\x16 c‡RLN¡¼å¾¥™hN "
b"{\x00 ž7OEc„Iånö@>ò "
b"»ÉìUE╬D±üúV╠e^╗Ð "
b"±ÉÈ!:¼H‹½\x0E ÂŽ\x7F ««\v "
b"²TVàCZO\x19 ¸qú8!hÑ@ "
b"²æG•xƒNö®0ywzÕDZ "
b"¶åÞK¸#Nx‰:÷'[\v¦ "
b"À|@╔¿_H╗É┌▓~¸"r¢ "
b"©*IÝ▒TMóÆ\x10\x07 üÂ═vN "
b"º¶Tw#áO4²ÁÕå-†‡½ "
b"¾‚Å\x00 z?Dm¿Ž^ùûwÄ\x05 "
b"¿$ŸIDOCœŽÞÄY‘¹ÈË "
b"®òÐ\x18 ‰M§ªJÏ£~’cß "
b"""
¼\x0F ‹4\n
DÚ˜RLÚþ‰´:
"""
b"├\r ▓ЃÒG¢ªü[q░\t ░\x1D "
b"Ã\x7F\x14 ÌqôEE¾9wË~{¥Ä "
b"┼Öì\x0F /\x04 H¼┘PD0\x16 ª¨ "
b"Ų30ñýM\x0F º—¸\x10 ’\x17 þö "
b"ÇÜÿ&\x0F nIC©MÍ¥EõóL "
b"""
Ìb®\f Ê9Døµ\n
VÆ–‘ƒE
"""
b"Íl‚½ý’M†—”óàÔ\x1D @ "
b"σҨ۰OZ¿´¸‰2ú;Ö "
b"ðëƒÅ═^GØÄ\x1A ▄%ÂÚA[ "
b"""
Ñ\x16 ¬€…`Eº„\n
úix\x16 Ž
"""
b"Ê└0íôoE¥½(!└8ì]y "
b"ÓwÐ`ÿxBÕ¨ÏÙ“ŽlIþ "
b"Õ4|íàÜKE—J¯SȆÿ\x10 "
b"Öõí½ã\x12 L ¦‘Í¿89\x17 O "
b"Ööµ%¢NH[¦Îñ·BŒX\x07 "
b"Îm╬üt0N¿Äi6O\x19 w\x01 : "
b"׫\x13\x0F ©¦JC’\v ²\x01 WbBw "
b"ÏÖ▄º╩ÍONØs+B#»╝æ "
b"Øà‹LØ0M^Š[|\x7F ë{t3 "
b"Ï®\x12 ADEMÄCèVÁÔ\x12 ü "
b"Øð«ó·€AU—ŠÌòÿCYË "
b"Ù?¥åm¦EôŒµ×ê†lø\x08 "
b"ß@~Iu.K\v ¸¿>\x08 ?0)m "
b"ßt8D\x06 çFë¦ø÷<ŸÄK, "
b"""
á\x7F \n
\x05 5^G’€gÊkP¾\x11 …
"""
b"ÒzÅËÿPA\x13 öÆ╔\x00 ╔<)e "
b"ã”\x00 8á\x16 IË—Ó}ó)U\x16 P "
b"äÄ\x1E ËO\x03 Gä–š´[åú,C "
b"åü-\x1D >ÍH’»‰þü°äkJ "
b"ç ©Õ·ZHÑ€òhE’'í‚ "
b"çÜÄ`ä‡H³—ï0Uð^é¾ "
b"Ûm\x19 ùibE┘óü▓2\x04 åLÊ "
b"êu@rņC\x07 ¤aö‚07%§ "
b"Ûìlz\e :Olü\x18\t\x08 ]ViÁ "
b"ý\e üÂ.╚Hıák ð´®0© "
b"¯\e æ┴|óIøú\x00 ║¢bØEZ "
b"ðß\e >ø´Oè¹\x04 4\x1A ±8\x13 « "
b"òë„β\t Kì©…=E$ч "
b"¾ü0gÕ#A¹æóR«æ^u\r "
b"¶õî▄[ÖK$½Õ\x03\x01 ÉÖ│% "
b"þ|i°à«AÜ´"Rî(•õ\x19 "
]
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 (0x009F6459A0B346CD8A590E48182EFF2A , 0x0123AAC7E8CC452286F47611991FE961 , 0x0189DF5603C675709237B9D4631DBC3E , 0x0189F357783C73EBBDFBC405752782D5 , 0x018A08D82E8979BAB23B800A152D5CE4 , 0x018A2C05DCCD7077A879DC40795C8CE5 , 0x018A4B38D4987FF19E9D2070C7814AF3 , 0x018A6A2AD4B975A487E30DB526471720 , 0x018A88EAC2137226A38BA86CADD779C5 , 0x018A88EBA7E37277847E22272EEA0F8C , 0x018A894918F07C689C395BCAE1E9B401 , 0x018A8D59F7367F21AE0EF1880B470543 , 0x018A8D6A781B7ADD80DE8AE99D768D12 , 0x018A8D6B039A79AA9E2D16223584488D , 0x018A8DBB56787D1982C3D3ED7E898ABC , 0x018A8DBBA670799989605666456936E6 , 0x018A93450A877A1AA7C73144A77233C7 , 0x018A93766DAC7B868EAE8251AD49B3F0 , 0x018ACBC3B76674F993C881BB39507395 , 0x018ACBC4859E7EBBAC784C011265812B , 0x018ACBC580BF7515BA778B90C2B950CA , 0x018ACC3F900F7C73A0A267CA49B50DF4 , 0x018ACC405BF876D1B14B171D7D4BA244 , 0x018AD01C5B7D727986675A94BF3AD60B , 0x018AD03D75327927B9493F7859994922 , 0x018AD040C2CC767E994C99F5A864B3FC , 0x018AD04EBFEC7524AC2F0DD7566B0ABF , 0x018C8B5DFC96758C99722F2200CAFD05 , 0x018C8B5E13467D2A88AAB887EB1723EA , 0x018CC954605D7F719D77FC4B8E0A7B15 , 0x018CC989ACAD7CB784668D0B89AEBB08 , 0x018CCE73689D7C44840113B5CFD2C699 , 0x018F575999D77EC7A35577800C0803F3 , 0x018F5759D5277490BCE1C7A548036870 , 0x018F575A42EF7228B460C165676AB87B , 0x018F575A95447A9C802DC17F04010DA5 , 0x01918E4E56237272AACFC31650E1D6FD , 0x05AF5FB09D0D41FDBE0520CBCFCC44E1 , 0x05E35654FE35402FBFD19EE150325D59 , 0x074B0A7C27AF4BBAB1B87F506A7F288C , 0x07C623A808584FFFAF72B75A2B24BAB2 , 0x087E5E3B7AD1435E9BE4D0504AAFBFCA , 0x0A103646DAFF48A1826BE54129541780 , 0x0AE43723D1964B3AB0FA96B64E96DED2 , 0x0B14D9F2AEDC402CBAE404415BDD9EF4 , 0x0B2BFAA7DDBA46ED9BBCDE4C41DC0CF4 , 0x0B6F3A0810B84CDE9D3BEB6568D97211 , 0x0EFABC7091AE49F9B2D5BB19964B0EE6 , 0x124419F8D1424AFC923E4D76AC3BF012 , 0x131C672AE59041079FE1ECB43A6D8FF3 , 0x1473876C7F6A47C891828731FB796FA0 , 0x15602453F262469FBE14ADE078AA6A9D , 0x18C833A2296C48D6ADBCF95D06AD1DD2 , 0x1974ECF30D2546D2A3511B9DB09BED4B , 0x1C3A4C16022740B18502D4DD439F9B3C , 0x1D33CB89485146E18B4A73604625DEB1 , 0x23A60ACB8CDA4D0283A14A42D11268AA , 0x24F56D3DF4A145119052A7F7688B16F9 , 0x2523AFD801744B8D872B4D6B0EB351D7 , 0x254929290DFE448E8F78B687E99E8D7A , 0x274142405A7E45C284DA6417923D37C1 , 0x274DD8820F5045F6BAD6D440F3303156 , 0x2897FB55702A4C4282DB55F082E58F0B , 0x28D65F89CA754FFEB14F5CB6A5D54A54 , 0x2B48A360732D42729693C0C53BC8A970 , 0x2E2A39D3C1D147FB9026EB378EF7A386 , 0x2F0E3B1B64BA41E4A61621793DF98B6E , 0x31F81B4CE81148CEACA9282EC44A0790 , 0x32EF77E2828A466EBF7799DBE19DE8C4 , 0x35A8121D92F7475D927DA1401334AEFE , 0x35B47394382E4872B2B9B3A5C475ACBA , 0x3626BB8055CE43629CEABC93286D3EB6 , 0x369703D9F10E4DA38E70EBE9839CF783 , 0x36A8775C162B459DAB3C28D6CCAA1F81 , 0x3BCFC44836894CCEA390B58B6CBB760F , 0x3C5CAB9E878A42F5BF6C437F242D87AF , 0x3EA1AB9EF6BE44B899C63502222F4410 , 0x4179A475EB314307AF877F92959E8925 , 0x430D47C9CCD247FAACDF5168603AF386 , 0x43431E2E44A94C5D8632B9B3BEF86EEF , 0x4359C1950C574483A505EE54E512D41A , 0x4382A083DEB342D2BE314B82B9759ABA , 0x4528C85F1E1E4B4AA7C63AC5BFE68473 , 0x46D296CFCB404932A0DC636018F47DD0 , 0x480E5AA5770041E3B016D703548FF594 , 0x4AA99E928CFE48BAA280702056EB3DD5 , 0x4AEC578774864114BFA192A6EA505AD2 , 0x4BBBF580887C4A80BF335ADCA1160BDE , 0x4C73A6623A1A40169844FC14356799A7 , 0x4E8CCECDE6484F40B70D8BFA6DA05B8E , 0x4FD4AE2D642247A2A89B9175A02D5F56 , 0x5213FB6D5E304F999193781EE7DA15F7 , 0x53648A17553B4C4BA6286F629AB45965 , 0x542EDD6ED0F4482E9423357E04DECDBE , 0x56CF61F50E1A41BDBFEAE3E85B4F4674 , 0x57A7E29ADBD84BCB9863842D1BA9FFFE , 0x5B2F5F16B74249D9A1AC90F016F77EA9 , 0x5D797F0629884375B063324CC7E5F2B5 , 0x5DAE44392ACB48B4A8E1F86470C51429 , 0x5E603217533847AC9672A74DCE1277A5 , 0x5F2DBC1D4F6643E5BD0440E5C6EA398A , 0x5F418FD057C24EA398349EEA523E86EB , 0x60AD1DC8849D4237A8805C49742A1503 , 0x617EB34F447E489AAAC8E7DBBCB96828 , 0x62EF935A277444E5B6DB5BA8AE3573DA , 0x6319C3195ED945218F489CE8BD841ADF , 0x639592B6FB91463384A11E585A77DBFC , 0x645C377B3A64496C9EAC9BBDF154A0F9 , 0x65D0E45C72DF4306B9A89B2270E26C41 , 0x673C03CD2FF3447E90ECBFBFF9310A8E , 0x676C4D632A094621B8DB651F2BBF2745 , 0x677BA4D7F6C748A7880645672DB4A09B , 0x6794DFC9A0AF4B39BBC65EC033A1A10E , 0x6B6674BA8C8F4FC2918125DBED2AC8D6 , 0x6BEA469B8ABA4339A17C0EC65AC40325 , 0x6C15F7A9BD0F435EAD87F551E62B42A6 , 0x6CB724DC1FC5458EBF00315324D3D2ED , 0x70438CD545304134B1D19BAC9116C3E8 , 0x705BACFDF16840118FC2C7B61C52FDEF , 0x7249FBC85C094AFD80ECDCDE4E0FF9CF , 0x73397B3EF6764AAFB05D58C204F5A6D7 , 0x7397D2C9F3EA420FA241494360385329 , 0x747BD4149D1B4D10AC1C9EF284F2C238 , 0x74A76C5778F0416C8E3AB856E0C3490C , 0x75019C7011B2489B83529734FFB531D3 , 0x774BB01D8DB746468B6CA36C6C1EB88C , 0x7EFD78A3868746A8A973362E6CF8F1B7 , 0x7FDC83157CAC4FF88FA5027743D2F7D5 , 0x807E8630B17F4FF0B1D2CC742886B3C2 , 0x81FB5AAEE9AB4DD3BB29CD96133C54B0 , 0x824A7B9BB40E4C05809F0765F1CB0DD6 , 0x82FFE5FFE2444F349A7438B6274E0CB7 , 0x8498676B34FD4A42BD7853B0D832F391 , 0x855E3C8AEF16426294B4675F8DA4CB62 , 0x85AA4AE6887F4C54898CC344ABE4487E , 0x8745CDABA23144CDBDF71DF4D5DD2425 , 0x87F7AD60A1A54CF4A8186A008443C530 , 0x88BA173D4800496BA488F07A63537D2E , 0x8AEF7B761023410BB598F2FABC0CEB0F , 0x8D2DABFC64A8468B9775EA307134D900 , 0x8FE818A8458C4359B7F9FFF1D80076E1 , 0x931BA7123BED47B1B4ACE21A627F3E4E , 0x96013830CC4C4DE9B50FCB72A30816FE , 0x96DF7D3586B84E3D9C115122A4EB048D , 0x9AD6EF9DAA6F49DEAD3D4F9683B7F51D , 0x9B96B12A6DE24CC4A11322DAEA09D03C , 0x9C92DDA20D6447CF85B622555C2A6783 , 0x9D54405D8FBD4254B4877EBB6B37F3C7 , 0x9EA8965B081A4F9786DA8DFBC43D1C30 , 0x9FED9F4FBC3C4A32901898AF8F0D5615 , 0xA2E2DE619DF840DCA4C6F5F6F19E3C7A , 0xA439C7E9C3E14FF59F507545BA08A586 , 0xA523EBFDA333431E99566B430579AB90 , 0xA7393C75315C490C8B0FEE1C754C2689 , 0xA73EAA3AE847420099C189F6E8A0B97C , 0xA964F2C5035A4BBBBFFCB7C25FF04FC5 , 0xA9BF24A4F1DF435581CDDCDDE83F2F1B , 0xAAF78AFF540541079C39E24B6918FED2 , 0xAB123E0B2CE54D25BB3210D0E3AC36B1 , 0xAB80328FD9484949B2C0F48B014636B2 , 0xABA5D6617AE8476C814A68C892246CB6 , 0xAC57709E04584A819B4BDCADC1BCECA3 , 0xAD1B23ED2EBE4EA3B31F87243FDB57C6 , 0xAD3F166387524C4EA1BCE5BEA599684E , 0xAD7B009E374F45638449E56EF6403EF2 , 0xAF908D5545CE44F181A356CC655EBBD1 , 0xB1C9C8213ABC488BBD0EC28E7FABAB0B , 0xB25456E0435A4F19B871FA382168D140 , 0xB2E6479578834EF6AE3079777AD5445A , 0xB6E5DE4BB8234E78893AF7275B5C76A6 , 0xB77C40C9A85F48BB90DAB27EF72272BD , 0xB82A49EDB1544DA292100781B6CD764E , 0xBAB6547723E14F34B2C1D5E52D8687BD , 0xBE82C5007A3F446DBF8E5EF9FB77C405 , 0xBF249F49444F439C8EDEC45991B9C8CB , 0xC2AEF2D018894DA7AA4ACFA37E9263DF , 0xC2BC0F8B340A44DA98524CDAFE89B43A , 0xC30DB2D19FE347BDA6815B71B009B01D , 0xC37F14CC71F44545BE3977CB7E7BA5C4 , 0xC5998D0F2F0448F0ACD950443016A6F9 , 0xC5B23330F1FD4D0FBA97B8109217FEF6 , 0xC7DCFF260F6E4943A94DCDA545F5F34C , 0xCC62AE0CCA3944F8B50A56C696918345 , 0xCD6C82BDFD924DC2869794F3E0D41D40 , 0xCF83D2A8DBB04F5ABFB4B88932FA3BD6 , 0xD0899F8FCD5E479D8E1ADC25B6E9415B , 0xD116AC80856045BA840AFA6978AD168E , 0xD2C030A1936F45BEAB2821C0388D5D79 , 0xD377D060FF7842D5A8CFD9938E6C49FE , 0xD5347CEDE0DC4B45974AAF53C886FF10 , 0xD6F5EDBDE3124C20A691CDBF3839174F , 0xD6F6B525A24E485BA6CEF1B7428C5807 , 0xD76DCE8174304EA88E69364F1977013A , 0xD7AB130FA9A64A43920BB20157624277 , 0xD899DCA7CAD64F4E9D732B4223AFBC91 , 0xD8E08B4CD8304D5E8A5B7C7FEB7B7433 , 0xD8F0A9124144454D8E438A56B5E21281 , 0xD8F0ABF3B7804155978ACCF2FF4359CB , 0xD93FA5E56DA645F48CB5D7EA866CF808 , 0xDF407E49752E4B0BB8BF3E083F30296D , 0xDF74384406E746EBA6F8F73C9FC44B2C , 0xE17F0A05355E47928067CA6B50BE1185 , 0xE37A8FD3985041139492C900C93C2965 , 0xE3940038E11649CB97D37DF329551650 , 0xE4C41ECB4F0347E4969AB45BE5FA2C43 , 0xE5FC2D1D3ECD4892BB89FEFCB0E46B4A , 0xE7A0A9D5B75A48D180F268459227ED82 , 0xE7DCC460E48748B397EF3055F05EE9BE , 0xEA6D1997696245D9A281B23204864CD2 , 0xEA754072C5864307A461F682303725A7 , 0xEA8D6C7A1B3A4F6C811809085D5669B5 , 0xEC1B81B62EC848D5A06B20D0EFA930B8 , 0xEE1B91C17CA2499BA300BABD629D455A , 0xF0DF1B3EF8B44FE8B904341AB13813AB , 0xF2EB84CEB2094BECA9853D4524D1C287 , 0xF3813067E52341FB91A252AE915E750D , 0xF4E48CDC5B994B24ABE503019099B325 , 0xFE7C69B0E0AB41DCB42252EE2895F519 );
Copy
43
0.92 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"\x00 ŸdY ³FÍŠY\x0E H\x18 .ÿ* "
b"\x01 #ªÇèÌE"†ôv\x11 ™\x1F éa "
b"\x01 ‰óWx<së½ûÄ\x05 u'‚Õ "
b"\x01 èK8Èÿ\x7F ±×Ø pÃüJ¾ "
b"\x05 ãVTþ5@/¿ÑžáP2]Y "
b"""
\x07 K\n
|'¯Kº±¸\x7F Pj\x7F (Œ
"""
b"\x07 Æ#¨\x08 XOÿ¯r·Z+$º² "
b"""
\n
\x10 6FÚÿH¡‚kåA)T\x17 €
"""
b"\v\x14 Ùò®Ü@,ºä\x04 A[Ýžô "
b"\v +ú§ÝºF훼ÞLAÜ\f ô "
b"\v o:\x08\x10 ©LÌØ;Ùeh┘r\x11 "
b"\x0E ú¼p‘®Iù²Õ»\x19 –K\x0E æ "
b"\x12 D\x19 øÑBJü’>Mv¬;ð\x12 "
b"\x13\x1C g*ÕÉA\x07 ƒßý┤:mž "
b"\x14 s‡l\x7F jGÈ‘‚‡1ûyo "
b"\x15 `$S‗bFƒ¥\x14 ¡Óx¬jØ "
b"\x19 tý¾\r %FÊúQ\e Ø░øÝK "
b"\x1C :L\x16\x02 '@±…\x02 ÔÝCŸ›< "
b"\x1D 3ˉHQFá‹Js`F%Þ± "
b"""
#¦\n
ËŒÚM\x02 ƒ¡JBÑ\x12 hª
"""
b"$§m=¶íE\x11 ÉRº¸hï\x16 ¨ "
b"%#»Ï\x01 tKìç+Mk\x0E │QÎ "
b"%I))\r ■DÄÅxÂçÚ×ìz "
b"'AB@Z~E„Úd\x17 ’=7Á "
b"(ù¹Up*LBé█UéÕÅ\v "
b"/\x0E ;\e dºAä¦\x16 !y=ù‹n "
b"1°\e LÞ\x11 H╬¼®(.─J\x07 É "
b"2´wÔéèFn┐wÖ█ߨÞ─ "
b"5¨\x12\x1D ’÷G]’}¡@\x13 4®þ "
b"6&»€UÎCbœê¼“(m>¶ "
b"6—\x03 Ùñ\x0E M£Žpë郜÷ƒ "
b"6¿w\\x16 +Eؽ<(Í╠¬\x1F ü "
b";¤─H6ëL╬úÉÁïl╗v\x0F "
b"<\«ž‡ŠBõ¿lC\x7F $-‡¯ "
b"Ay¤uë1C\x07 ¯‡\x7F ’•ž‰% "
b"C\r GÉÌÒGú¬ßQh`:ó† "
b"CYÁ•\f WDƒ¥\x05 îTå\x12 Ô\x1A "
b"C‚ ƒÞ³BÒ¾1K‚¹ušº "
b"E(È_\x1E\x1E KJ§Æ:Å¿æ„s "
b"FÒ–ÏË@I2 Üc`\x18 ô}Ð "
b"H\x0E ZÑw\x00 AÒ░\x16 Î\x03 Tŧö "
b"J©ž’ŒþHº¢€p Vë=Õ "
b"JìW‡t†A\x14 ¿¡’¦êPZÒ "
b"K»õ€ˆ|J€¿3ZÜ¡\x16\v Þ "
b"Ls¦b:\x1A @\x16 ˜Dü\x14 5g™§ "
b"NŒÎÍæHO@·\r ‹úm [Ž "
b"OÔ®-d"G¢¨›‘u -_V "
b"R\x13 ûm^0O™‘“x\x1E çÚ\x15 ÷ "
b"SdŠ\x17 U;LK¦(obš´Ye "
b"T.ÝnÐôH.”#5~\x04 Þ; "
b"VÏaõ\x0E\x1A A½¿êãè[OFt "
b"W§âšÛØK˘c„-\e ©ÿþ "
b"[/_\x16 ÀBI┘í¼É\x16 ¸~® "
b"]y\x7F\x06 )ˆCu°c2LÇåòµ "
b"]®D9*ËH´¨áødpÅ\x14 ) "
b"^`2\x17 S8G¬–r§MÎ\x12 w¥ "
b"_-¼\x1D OfCå½\x04 @åÆê9Š "
b"_AÅðW┬Núÿ4×ÛR>åÙ "
b"`¡\x1D ╚äØB7¿Ç\It*\x15\x03 "
b"a~³OD~HšªÈçÛ¼¹h( "
b"c\x19 ├\x19 ^┘E!ÅH£Þ¢ä\x1A ▀ "
b"c•’¶û‘F3„¡\x1E XZwÛü "
b"d\7{:dIlž¬›½ñT ù "
b"eÐä\rßC\x06 ¹¨›"pâlA "
b"""
g<\x03 ═/¾D~Éý┐┐¨1\n
Ä
"""
b"glMc*\t F!¸Ûe\x1F +¿'E "
b"g{¤×öÇH§ˆ\x06 Eg-´ › "
b"g”ßÉ ¯K9»Æ^À3¡¡\x0E "
b"l\x15 ÷©½\x0F C^‡õQæ+B¦ "
b"l·$Ü\x1F ÅEŽ¿\x00 1S$ÓÒí "
b"pCŒÕE0A4±Ñ›¬‘\x16 Ãè "
b"p[¼²±h@\x11 Å┬ÃÂ\x1C R²´ "
b"rIûÈ\\t Jý€ìÜÞN\x0F ùÏ "
b"t§lWxðAlŽ:¸VàÃI\f "
b"u\x01 œp\x11 ²H›ƒR—4ÿµ1Ó "
b"wK░\x1D ìÀFFïlúll\x1E ©î "
b"~ýx£†‡F¨©s6.løñ· "
b"\x7F ▄â\x15 |¼O°ÅÑ\x02 wCʸı "
b"€~†0±\x7F Oð±ÒÌt(†³Â "
b"ü¹Z«Ú½MË╗)═û\x13 <T░ "
b"‚J{›´\x0E L\x05 €Ÿ\x07 eñË\r Ö "
b"‚ÿåÿâDO4št8¶'N\f · "
b"„˜gk4ýJB½xS°Ø2ó‘ "
b"à^<è´\x16 Bbö┤g_ìñ╦b "
b"…ªJæˆ\x7F LT‰ŒÃD«äH~ "
b"‡EÍ«¢1Dͽ÷\x1D ôÕÝ$% "
b"ˆº\x17 =H\x00 Ik¤ˆðzcS}. "
b"ì-½³d¿FïùuÛ0q4┘\x00 "
b"ÅÞ\x18 ¿EîCYÀ¨ ±Ï\x00 vß "
b"–\x01 80ÌLMéµ\x0F Ër£\x08\x16 þ "
b"ÜʹجoIÌ¡=OûâÀ§\x1D "
b"›–±*mâLÄ¡\x13 "Úê\t Ð< "
b"œ’Ý¢\r dGÏ…¶"U\*gƒ "
b"ØT@]Å¢BT┤ç~╗k7¾Ã "
b"׿û[\x08\x1A Oùå┌ì¹─=\x1C 0 "
b"ƒÝƒO╝<J2É\x18 ÿ»Å\r V\x15 "
b"óÔÌaذ@▄ñã§÷±×<z "
b"¤9ÇéÃáOõŸPuEº\x08 ¥† "
b"Ñ#Ù²ú3C\x1E ÖVkC\x05 y½É "
b"§9<u1\I\f ‹\x0F î\x1C uL&‰ "
b"§>ª:èGB\x00 ™Á‰öè ¹| "
b"©dòÅ\x03 ZK»¿ü·Â_ðOÅ "
b"®┐$ñ±▀CUü═▄¦Þ?/\e "
b"ª÷ŠÿT\x05 A\x07 œ9âKi\x18 þÒ "
b"«\x12 >\v ,åM%»2\x10 Ðã¬6± "
b"½Ç2Å┘HII▓└¶ï\x01 F6▓ "
b"½ÑÍazÞGlüJh╚Æ$l "
b"¼Wp×\x04 XJüøK▄¡┴╝ýú "
b"\e #í.¾N£³\x1F ‡$?ÛWÆ "
b"{\x00 ž7OEc„Iånö@>ò "
b"±ÉÈ!:¼H‹½\x0E ÂŽ\x7F ««\v "
b"²TVàCZO\x19 ¸qú8!hÑ@ "
b"²æG•xƒNö®0ywzÕDZ "
b"¶åÞK¸#Nx‰:÷'[\v¦ "
b"À|@╔¿_H╗É┌▓~¸"r¢ "
b"©*IÝ▒TMóÆ\x10\x07 üÂ═vN "
b"º¶Tw#áO4²ÁÕå-†‡½ "
b"¾‚Å\x00 z?Dm¿Ž^ùûwÄ\x05 "
b"¿$ŸIDOCœŽÞÄY‘¹ÈË "
b"®òÐ\x18 ‰M§ªJÏ£~’cß "
b"""
¼\x0F ‹4\n
DÚ˜RLÚþ‰´:
"""
b"├\r ▓ЃÒG¢ªü[q░\t ░\x1D "
b"Ã\x7F\x14 ÌqôEE¾9wË~{¥Ä "
b"┼Öì\x0F /\x04 H¼┘PD0\x16 ª¨ "
b"Ų30ñýM\x0F º—¸\x10 ’\x17 þö "
b"ÇÜÿ&\x0F nIC©MÍ¥EõóL "
b"""
Ìb®\f Ê9Døµ\n
VÆ–‘ƒE
"""
b"Íl‚½ý’M†—”óàÔ\x1D @ "
b"σҨ۰OZ¿´¸‰2ú;Ö "
b"ðëƒÅ═^GØÄ\x1A ▄%ÂÚA[ "
b"Ê└0íôoE¥½(!└8ì]y "
b"ÓwÐ`ÿxBÕ¨ÏÙ“ŽlIþ "
b"Õ4|íàÜKE—J¯SȆÿ\x10 "
b"Öõí½ã\x12 L ¦‘Í¿89\x17 O "
b"Ööµ%¢NH[¦Îñ·BŒX\x07 "
b"Îm╬üt0N¿Äi6O\x19 w\x01 : "
b"׫\x13\x0F ©¦JC’\v ²\x01 WbBw "
b"Øà‹LØ0M^Š[|\x7F ë{t3 "
b"Ï®\x12 ADEMÄCèVÁÔ\x12 ü "
b"Øð«ó·€AU—ŠÌòÿCYË "
b"Ù?¥åm¦EôŒµ×ê†lø\x08 "
b"ßt8D\x06 çFë¦ø÷<ŸÄK, "
b"""
á\x7F \n
\x05 5^G’€gÊkP¾\x11 …
"""
b"ÒzÅËÿPA\x13 öÆ╔\x00 ╔<)e "
b"åü-\x1D >ÍH’»‰þü°äkJ "
b"çÜÄ`ä‡H³—ï0Uð^é¾ "
b"Ûm\x19 ùibE┘óü▓2\x04 åLÊ "
b"êu@rņC\x07 ¤aö‚07%§ "
b"Ûìlz\e :Olü\x18\t\x08 ]ViÁ "
b"ý\e üÂ.╚Hıák ð´®0© "
b"¯\e æ┴|óIøú\x00 ║¢bØEZ "
b"ðß\e >ø´Oè¹\x04 4\x1A ±8\x13 « "
b"òë„β\t Kì©…=E$ч "
b"¾ü0gÕ#A¹æóR«æ^u\r "
b"¶õî▄[ÖK$½Õ\x03\x01 ÉÖ│% "
b"þ|i°à«AÜ´"Rî(•õ\x19 "
b"\x01 ‰ßV\x03 Æup’7¹Ôc\x1D ¼> "
b"""
\x01 Š\x08 Ø.‰yº²;€\n
\x15 -\ä
"""
b"\x01 Š,\x05 ÜÍpw¨yÜ@y\Œå "
b"\x01 Šj*Ô¹u¤‡ã\r µ&G\x17 "
b"\x01 ŠˆêÂ\x13 r&£‹¨l×yÅ "
b"\x01 Šˆë§ãrw„~"'.ê\x0F Œ "
b"\x01 ЉI\x18 ð|hœ9[Êáé´\x01 "
b"\x01 èìY¸6\x7F !«\x0E ±ê\v G\x05 C "
b"\x01 èìjx\e z¦ÇÌèÚØvì\x12 "
b"\x01 èìk\x03 Üy¬×-\x16 "5äHì "
b"\x01 èì╗Vx}\x19 é├ËÝ~ëè╝ "
b"\x01 èì╗ªpyÖë`VfEi6µ "
b"""
\x01 ГE\n
‡z\x1A §Ç1D§r3Ç
"""
b"\x01 Š“vm¬{†Ž®‚QI³ð "
b"\x01 è╦├Àft¨ô╚ü╗9Psò "
b"\x01 è╦─à×~╗¼xL\x01\x12 eü+ "
b"\x01 è╦┼Ç┐u\x15 ║wïÉ┬╣P╩ "
b"\x01 è╠?É\x0F |sáóg╩IÁ\r ¶ "
b"\x01 ŠÌ@[øvѱK\x17\x1D }K¢D "
b"\x01 ŠÐ\x1C [}ry†gZ”¿:Ö\v "
b"\x01 ŠÐ=u2y'¹I?xY™I" "
b"\x01 ŠÐ@ÂÌv~™L™õ¨d³ü "
b"""
\x01 ŠÐN¿ìu$¬/\r ×Vk\n
¿
"""
b"\x01 Œ‹]ü–uŒ™r/"\x00 Êý\x05 "
b"\x01 Œ‹^\x13 F}*ˆª¸‡ë\x17 #ê "
b"""
\x01 î╔T`]\x7F qØw³KÄ\n
{\x15
"""
b"\x01 î╔뼡|Àäfì\v ë«╗\x08 "
b"\x01 î╬shØ|Dä\x01\x13 Á¤ÊãÖ "
b"\x01 ÅWYÖÎ~ÃúUwÇ\f\x08\x03 ¾ "
b"\x01 ÅWYı'tÉ╝ßÃÑH\x03 hp "
b"\x01 ÅWZB´r(┤`┴egj©{ "
b"\x01 ÅWZòDz£Ç-┴\x7F\x04\x01 \r Ñ "
b"\x01 ‘ŽNV#rrªÏÃ\x16 PáÖý "
b"\x05 »_░Ø\r A²¥\x05 ╦¤╠Dß "
b"\x08 ~^;zÑC^›äÐPJ¯¿Ê "
b"""
\n
ä7#Ñ–K:°ú–¶N–ÞÒ
"""
b"\x18 È3¢)lHÖ¼ù]\x06 \x1D Ò "
b"'MØ‚\x0F PEöºÖÔ@ó01V "
b"(Ö_‰ÊuOþ±O\¶¥ÕJT "
b"+H£`s-Br–“ÀÅ;È©p "
b".*9Ë┴ÐG¹É&Ù7ĸúå "
b"5´s”8.Hr²¹³¥Äu¬º "
b">¡«žö¾D¸™Æ5\x02 "/D\x10 "
b"CC\x1E .D©L]†2¹³¾ønï "
b"bï“Z'tDå¶Û[¨®5sÚ "
b"kft║îÅO┬æü%█Ý*╚Í "
b"kêF›ŠºC9¡|\x0E ÆZÄ\x03 % "
b"s9{>övJ¯°]XÂ\x04 õ¦× "
b"s—ÒÉóêB\x0F ¢AIC`8S) "
b"t{È\x14 Ø\e M\x10 ¼\x1C ×‗ä‗┬8 "
b"‡÷`¡¥Lô¨\x18 j\x00 „CÅ0 "
b"Šï{v\x10 #A\v µ˜òú¼\f ë\x0F "
b"“\e §\x12 ;íG±´¬â\x1A b\x7F >N "
b"û▀}5å©N=£\x11 Q"ñÙ\x04 ì "
b"?\x16 c‡RLN¡¼å¾¥™hN "
b"»ÉìUE╬D±üúV╠e^╗Ð "
b"""
Ñ\x16 ¬€…`Eº„\n
úix\x16 Ž
"""
b"ÏÖ▄º╩ÍONØs+B#»╝æ "
b"ß@~Iu.K\v ¸¿>\x08 ?0)m "
b"ã”\x00 8á\x16 IË—Ó}ó)U\x16 P "
b"äÄ\x1E ËO\x03 Gä–š´[åú,C "
b"ç ©Õ·ZHÑ€òhE’'í‚ "
]
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 (0x009F6459A0B346CD8A590E48182EFF2A , 0x0123AAC7E8CC452286F47611991FE961 , 0x0189F357783C73EBBDFBC405752782D5 , 0x018A4B38D4987FF19E9D2070C7814AF3 , 0x05E35654FE35402FBFD19EE150325D59 , 0x074B0A7C27AF4BBAB1B87F506A7F288C , 0x07C623A808584FFFAF72B75A2B24BAB2 , 0x0A103646DAFF48A1826BE54129541780 , 0x0B14D9F2AEDC402CBAE404415BDD9EF4 , 0x0B2BFAA7DDBA46ED9BBCDE4C41DC0CF4 , 0x0B6F3A0810B84CDE9D3BEB6568D97211 , 0x0EFABC7091AE49F9B2D5BB19964B0EE6 , 0x124419F8D1424AFC923E4D76AC3BF012 , 0x131C672AE59041079FE1ECB43A6D8FF3 , 0x1473876C7F6A47C891828731FB796FA0 , 0x15602453F262469FBE14ADE078AA6A9D , 0x1974ECF30D2546D2A3511B9DB09BED4B , 0x1C3A4C16022740B18502D4DD439F9B3C , 0x1D33CB89485146E18B4A73604625DEB1 , 0x23A60ACB8CDA4D0283A14A42D11268AA , 0x24F56D3DF4A145119052A7F7688B16F9 , 0x2523AFD801744B8D872B4D6B0EB351D7 , 0x254929290DFE448E8F78B687E99E8D7A , 0x274142405A7E45C284DA6417923D37C1 , 0x2897FB55702A4C4282DB55F082E58F0B , 0x2F0E3B1B64BA41E4A61621793DF98B6E , 0x31F81B4CE81148CEACA9282EC44A0790 , 0x32EF77E2828A466EBF7799DBE19DE8C4 , 0x35A8121D92F7475D927DA1401334AEFE , 0x3626BB8055CE43629CEABC93286D3EB6 , 0x369703D9F10E4DA38E70EBE9839CF783 , 0x36A8775C162B459DAB3C28D6CCAA1F81 , 0x3BCFC44836894CCEA390B58B6CBB760F , 0x3C5CAB9E878A42F5BF6C437F242D87AF , 0x4179A475EB314307AF877F92959E8925 , 0x430D47C9CCD247FAACDF5168603AF386 , 0x4359C1950C574483A505EE54E512D41A , 0x4382A083DEB342D2BE314B82B9759ABA , 0x4528C85F1E1E4B4AA7C63AC5BFE68473 , 0x46D296CFCB404932A0DC636018F47DD0 , 0x480E5AA5770041E3B016D703548FF594 , 0x4AA99E928CFE48BAA280702056EB3DD5 , 0x4AEC578774864114BFA192A6EA505AD2 , 0x4BBBF580887C4A80BF335ADCA1160BDE , 0x4C73A6623A1A40169844FC14356799A7 , 0x4E8CCECDE6484F40B70D8BFA6DA05B8E , 0x4FD4AE2D642247A2A89B9175A02D5F56 , 0x5213FB6D5E304F999193781EE7DA15F7 , 0x53648A17553B4C4BA6286F629AB45965 , 0x542EDD6ED0F4482E9423357E04DECDBE , 0x56CF61F50E1A41BDBFEAE3E85B4F4674 , 0x57A7E29ADBD84BCB9863842D1BA9FFFE , 0x5B2F5F16B74249D9A1AC90F016F77EA9 , 0x5D797F0629884375B063324CC7E5F2B5 , 0x5DAE44392ACB48B4A8E1F86470C51429 , 0x5E603217533847AC9672A74DCE1277A5 , 0x5F2DBC1D4F6643E5BD0440E5C6EA398A , 0x5F418FD057C24EA398349EEA523E86EB , 0x60AD1DC8849D4237A8805C49742A1503 , 0x617EB34F447E489AAAC8E7DBBCB96828 , 0x6319C3195ED945218F489CE8BD841ADF , 0x639592B6FB91463384A11E585A77DBFC , 0x645C377B3A64496C9EAC9BBDF154A0F9 , 0x65D0E45C72DF4306B9A89B2270E26C41 , 0x673C03CD2FF3447E90ECBFBFF9310A8E , 0x676C4D632A094621B8DB651F2BBF2745 , 0x677BA4D7F6C748A7880645672DB4A09B , 0x6794DFC9A0AF4B39BBC65EC033A1A10E , 0x6C15F7A9BD0F435EAD87F551E62B42A6 , 0x6CB724DC1FC5458EBF00315324D3D2ED , 0x70438CD545304134B1D19BAC9116C3E8 , 0x705BACFDF16840118FC2C7B61C52FDEF , 0x7249FBC85C094AFD80ECDCDE4E0FF9CF , 0x74A76C5778F0416C8E3AB856E0C3490C , 0x75019C7011B2489B83529734FFB531D3 , 0x774BB01D8DB746468B6CA36C6C1EB88C , 0x7EFD78A3868746A8A973362E6CF8F1B7 , 0x7FDC83157CAC4FF88FA5027743D2F7D5 , 0x807E8630B17F4FF0B1D2CC742886B3C2 , 0x81FB5AAEE9AB4DD3BB29CD96133C54B0 , 0x824A7B9BB40E4C05809F0765F1CB0DD6 , 0x82FFE5FFE2444F349A7438B6274E0CB7 , 0x8498676B34FD4A42BD7853B0D832F391 , 0x855E3C8AEF16426294B4675F8DA4CB62 , 0x85AA4AE6887F4C54898CC344ABE4487E , 0x8745CDABA23144CDBDF71DF4D5DD2425 , 0x88BA173D4800496BA488F07A63537D2E , 0x8D2DABFC64A8468B9775EA307134D900 , 0x8FE818A8458C4359B7F9FFF1D80076E1 , 0x96013830CC4C4DE9B50FCB72A30816FE , 0x9AD6EF9DAA6F49DEAD3D4F9683B7F51D , 0x9B96B12A6DE24CC4A11322DAEA09D03C , 0x9C92DDA20D6447CF85B622555C2A6783 , 0x9D54405D8FBD4254B4877EBB6B37F3C7 , 0x9EA8965B081A4F9786DA8DFBC43D1C30 , 0x9FED9F4FBC3C4A32901898AF8F0D5615 , 0xA2E2DE619DF840DCA4C6F5F6F19E3C7A , 0xA439C7E9C3E14FF59F507545BA08A586 , 0xA523EBFDA333431E99566B430579AB90 , 0xA7393C75315C490C8B0FEE1C754C2689 , 0xA73EAA3AE847420099C189F6E8A0B97C , 0xA964F2C5035A4BBBBFFCB7C25FF04FC5 , 0xA9BF24A4F1DF435581CDDCDDE83F2F1B , 0xAAF78AFF540541079C39E24B6918FED2 , 0xAB123E0B2CE54D25BB3210D0E3AC36B1 , 0xAB80328FD9484949B2C0F48B014636B2 , 0xABA5D6617AE8476C814A68C892246CB6 , 0xAC57709E04584A819B4BDCADC1BCECA3 , 0xAD1B23ED2EBE4EA3B31F87243FDB57C6 , 0xAD7B009E374F45638449E56EF6403EF2 , 0xB1C9C8213ABC488BBD0EC28E7FABAB0B , 0xB25456E0435A4F19B871FA382168D140 , 0xB2E6479578834EF6AE3079777AD5445A , 0xB6E5DE4BB8234E78893AF7275B5C76A6 , 0xB77C40C9A85F48BB90DAB27EF72272BD , 0xB82A49EDB1544DA292100781B6CD764E , 0xBAB6547723E14F34B2C1D5E52D8687BD , 0xBE82C5007A3F446DBF8E5EF9FB77C405 , 0xBF249F49444F439C8EDEC45991B9C8CB , 0xC2AEF2D018894DA7AA4ACFA37E9263DF , 0xC2BC0F8B340A44DA98524CDAFE89B43A , 0xC30DB2D19FE347BDA6815B71B009B01D , 0xC37F14CC71F44545BE3977CB7E7BA5C4 , 0xC5998D0F2F0448F0ACD950443016A6F9 , 0xC5B23330F1FD4D0FBA97B8109217FEF6 , 0xC7DCFF260F6E4943A94DCDA545F5F34C , 0xCC62AE0CCA3944F8B50A56C696918345 , 0xCD6C82BDFD924DC2869794F3E0D41D40 , 0xCF83D2A8DBB04F5ABFB4B88932FA3BD6 , 0xD0899F8FCD5E479D8E1ADC25B6E9415B , 0xD2C030A1936F45BEAB2821C0388D5D79 , 0xD377D060FF7842D5A8CFD9938E6C49FE , 0xD5347CEDE0DC4B45974AAF53C886FF10 , 0xD6F5EDBDE3124C20A691CDBF3839174F , 0xD6F6B525A24E485BA6CEF1B7428C5807 , 0xD76DCE8174304EA88E69364F1977013A , 0xD7AB130FA9A64A43920BB20157624277 , 0xD8E08B4CD8304D5E8A5B7C7FEB7B7433 , 0xD8F0A9124144454D8E438A56B5E21281 , 0xD8F0ABF3B7804155978ACCF2FF4359CB , 0xD93FA5E56DA645F48CB5D7EA866CF808 , 0xDF74384406E746EBA6F8F73C9FC44B2C , 0xE17F0A05355E47928067CA6B50BE1185 , 0xE37A8FD3985041139492C900C93C2965 , 0xE5FC2D1D3ECD4892BB89FEFCB0E46B4A , 0xE7DCC460E48748B397EF3055F05EE9BE , 0xEA6D1997696245D9A281B23204864CD2 , 0xEA754072C5864307A461F682303725A7 , 0xEA8D6C7A1B3A4F6C811809085D5669B5 , 0xEC1B81B62EC848D5A06B20D0EFA930B8 , 0xEE1B91C17CA2499BA300BABD629D455A , 0xF0DF1B3EF8B44FE8B904341AB13813AB , 0xF2EB84CEB2094BECA9853D4524D1C287 , 0xF3813067E52341FB91A252AE915E750D , 0xF4E48CDC5B994B24ABE503019099B325 , 0xFE7C69B0E0AB41DCB42252EE2895F519 , 0x0189DF5603C675709237B9D4631DBC3E , 0x018A08D82E8979BAB23B800A152D5CE4 , 0x018A2C05DCCD7077A879DC40795C8CE5 , 0x018A6A2AD4B975A487E30DB526471720 , 0x018A88EAC2137226A38BA86CADD779C5 , 0x018A88EBA7E37277847E22272EEA0F8C , 0x018A894918F07C689C395BCAE1E9B401 , 0x018A8D59F7367F21AE0EF1880B470543 , 0x018A8D6A781B7ADD80DE8AE99D768D12 , 0x018A8D6B039A79AA9E2D16223584488D , 0x018A8DBB56787D1982C3D3ED7E898ABC , 0x018A8DBBA670799989605666456936E6 , 0x018A93450A877A1AA7C73144A77233C7 , 0x018A93766DAC7B868EAE8251AD49B3F0 , 0x018ACBC3B76674F993C881BB39507395 , 0x018ACBC4859E7EBBAC784C011265812B , 0x018ACBC580BF7515BA778B90C2B950CA , 0x018ACC3F900F7C73A0A267CA49B50DF4 , 0x018ACC405BF876D1B14B171D7D4BA244 , 0x018AD01C5B7D727986675A94BF3AD60B , 0x018AD03D75327927B9493F7859994922 , 0x018AD040C2CC767E994C99F5A864B3FC , 0x018AD04EBFEC7524AC2F0DD7566B0ABF , 0x018C8B5DFC96758C99722F2200CAFD05 , 0x018C8B5E13467D2A88AAB887EB1723EA , 0x018CC954605D7F719D77FC4B8E0A7B15 , 0x018CC989ACAD7CB784668D0B89AEBB08 , 0x018CCE73689D7C44840113B5CFD2C699 , 0x018F575999D77EC7A35577800C0803F3 , 0x018F5759D5277490BCE1C7A548036870 , 0x018F575A42EF7228B460C165676AB87B , 0x018F575A95447A9C802DC17F04010DA5 , 0x01918E4E56237272AACFC31650E1D6FD , 0x05AF5FB09D0D41FDBE0520CBCFCC44E1 , 0x087E5E3B7AD1435E9BE4D0504AAFBFCA , 0x0AE43723D1964B3AB0FA96B64E96DED2 , 0x18C833A2296C48D6ADBCF95D06AD1DD2 , 0x274DD8820F5045F6BAD6D440F3303156 , 0x28D65F89CA754FFEB14F5CB6A5D54A54 , 0x2B48A360732D42729693C0C53BC8A970 , 0x2E2A39D3C1D147FB9026EB378EF7A386 , 0x35B47394382E4872B2B9B3A5C475ACBA , 0x3EA1AB9EF6BE44B899C63502222F4410 , 0x43431E2E44A94C5D8632B9B3BEF86EEF , 0x62EF935A277444E5B6DB5BA8AE3573DA , 0x6B6674BA8C8F4FC2918125DBED2AC8D6 , 0x6BEA469B8ABA4339A17C0EC65AC40325 , 0x73397B3EF6764AAFB05D58C204F5A6D7 , 0x7397D2C9F3EA420FA241494360385329 , 0x747BD4149D1B4D10AC1C9EF284F2C238 , 0x87F7AD60A1A54CF4A8186A008443C530 , 0x8AEF7B761023410BB598F2FABC0CEB0F , 0x931BA7123BED47B1B4ACE21A627F3E4E , 0x96DF7D3586B84E3D9C115122A4EB048D , 0xAD3F166387524C4EA1BCE5BEA599684E , 0xAF908D5545CE44F181A356CC655EBBD1 , 0xD116AC80856045BA840AFA6978AD168E , 0xD899DCA7CAD64F4E9D732B4223AFBC91 , 0xDF407E49752E4B0BB8BF3E083F30296D , 0xE3940038E11649CB97D37DF329551650 , 0xE4C41ECB4F0347E4969AB45BE5FA2C43 , 0xE7A0A9D5B75A48D180F268459227ED82 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
44
0.26 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"\x01 ‹\x1D ëþe{?¦vš.Á\x13 ± "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0x018B1DEBFE657B3FA6769A2EC113B120 );
Copy
45
0.25 ms
SELECT `pickware_shipping_sales_channel_api_context` . `sales_channel_context_token` as `pickware_shipping_sales_channel_api_context.salesChannelContextToken` , `pickware_shipping_sales_channel_api_context` . `payload` as `pickware_shipping_sales_channel_api_context.payload` , `pickware_shipping_sales_channel_api_context` . `created_at` as `pickware_shipping_sales_channel_api_context.createdAt` , `pickware_shipping_sales_channel_api_context` . `updated_at` as `pickware_shipping_sales_channel_api_context.updatedAt` FROM `pickware_shipping_sales_channel_api_context` WHERE `pickware_shipping_sales_channel_api_context` . `sales_channel_context_token` IN (? )
Parameters :
[
"441xPMMF8Qe2rYYH5XgSahh3mA4sssMC "
]
SELECT `pickware_shipping_sales_channel_api_context` . `sales_channel_context_token` as `pickware_shipping_sales_channel_api_context.salesChannelContextToken` , `pickware_shipping_sales_channel_api_context` . `payload` as `pickware_shipping_sales_channel_api_context.payload` , `pickware_shipping_sales_channel_api_context` . `created_at` as `pickware_shipping_sales_channel_api_context.createdAt` , `pickware_shipping_sales_channel_api_context` . `updated_at` as `pickware_shipping_sales_channel_api_context.updatedAt` FROM `pickware_shipping_sales_channel_api_context` WHERE `pickware_shipping_sales_channel_api_context` . `sales_channel_context_token` IN ('441xPMMF8Qe2rYYH5XgSahh3mA4sssMC' );
Copy
46
0.29 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
47
0.16 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"ÞU¬UÈtK;©\e @”>9ß< "
]
SELECT path FROM category WHERE id = 0xDE55AC55C8744B3BA91B40943E39DF3C ;
Copy
48
0.16 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
49
0.20 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
50
0.49 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"ÞU¬UÈtK;©\e @”>9ß< "
]
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 (0xDE55AC55C8744B3BA91B40943E39DF3C ));
Copy
51
0.36 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"ÞU¬UÈtK;©\e @”>9ß< "
]
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 (0xDE55AC55C8744B3BA91B40943E39DF3C ));
Copy
52
0.48 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"ÞU¬UÈtK;©\e @”>9ß< "
]
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 (0xDE55AC55C8744B3BA91B40943E39DF3C ));
Copy
53
3.30 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/de55ac55c8744b3ba91b40943e39df3c "
"/navigation/018a8e05871277b3a98578efc759b2ae "
"/navigation/018b0514daa07661a240c4784f1607fb "
"/navigation/7a87c3a0613e473aa36bc385ecc48ba5 "
"/navigation/4d22bc54ff254743b336c146b3123ccc "
"/navigation/018bfb93368a704e8af377e7aee49656 "
"/navigation/018eeb03f4c578b99eb910e577d32e50 "
"/navigation/00e4c01624c947fc844677be6041823b "
"/navigation/0c5b4ddfaf954f009425d95b676966c4 "
"/navigation/f97a7bd4acb04faeba5a712260189f31 "
"/navigation/b402cab0b2c14e149544f53befcfed9f "
"/navigation/2321866ea02f445f8fe99ab86154ab39 "
"/navigation/523e1fc48edb4fa49f4646cbdfc363f3 "
"/navigation/480c057d500b42bb93f2637f023ab85e "
"/navigation/54e6efb5b26f4b7a9820940f4ec66b23 "
"/navigation/9f2d5ccf1e1b4e5a936541e0075c042b "
"/navigation/018a466213977684a147cad54481e914 "
"/navigation/018b27df7b6b779b945a4d9f32a586ed "
"/navigation/018bb31e02ff7f75813589fcc073faab "
"/navigation/018c5d3a0dd37a90ae96d8f612981f17 "
"/navigation/018de54cf1e37130a702d8f14411136f "
"/navigation/018fa009510f7950bc30514f13f17150 "
"/navigation/01900b15d11376e0975bf5b0c59759e2 "
"/navigation/1be10bc161df4d8fb4b2d7d794d7d70b "
"/navigation/0192c3a069f579aa843a9cf369328e13 "
"/navigation/8aac33a98cd2432e8e5bc815ea190b8c "
"/navigation/1de51695f23c4c4cb18945804a6be7c9 "
"/navigation/dc894dac99af4299814040fdf7f8f8de "
"/navigation/5b93b0d06b634346af8bbd4a86478f0f "
"/navigation/b819de59af684d9c97629478c63c43f0 "
"/navigation/018c19eefe757082a2b5543639d38b94 "
"/navigation/b9c63eb740be4bc4806693973a0417a5 "
"/navigation/99ec5149ab9e4588bdd9b8c93f7757f7 "
"/navigation/cf56d9e7a1d740569f14aa63a194d160 "
"/navigation/93f676700eed4a489d7ed42dc728f2e0 "
"/navigation/018b03e09e4871b29a575f75dbc07380 "
"/navigation/b3e8b65b967f4cd5a876a323039ebf6d "
"/navigation/294ff0a0d4684cdb8a7afb02bf601d5d "
"/navigation/47a458bf51fb4c21a9b0e361ee2fccad "
"/navigation/b689a161eb1841c28b82f64d1acf2322 "
"/navigation/f479edb2a8754436893e6f9495ad5eae "
"/navigation/018bc7ae2c9a7209b27a5ce880f4e621 "
"/navigation/f1243af5c0ae4a548d85a8e9944de228 "
"/navigation/0cf9d7e6a92343feaf2143d68e4fa2f3 "
"/navigation/018b23b3be28720881be1be7d85aaf22 "
"/navigation/018c90807d7a7ee4a491f8e0922bfd68 "
"/navigation/018dc68486f974c0823096bcc9863fc1 "
"/navigation/018de54c816376b194f2233fc6dfce7e "
"/navigation/59209182e0c94b91b420c670c4662d14 "
"/navigation/5c3bc1e7533b47ca93637a785d855444 "
"/navigation/b2a3dd3856c348a099065eae1aaf3bca "
"/navigation/4c41b51b942c4844998aee954bbeae8b "
"/navigation/f34bfee8839e418abc3529e5f5153312 "
"/navigation/898edb7ebeae4ad8ad662ae3c33f7864 "
"/navigation/0504d971c57f4831b805453304d92dba "
"/navigation/3b5cc999670243b29c2803580a42b805 "
"/navigation/018e13080490792fb97c0872296cc5a5 "
"/navigation/018f5742b7be786da8ed9d1c12ab3254 "
"/navigation/018f61629cbb70d0aa40be7a29061ca9 "
"/navigation/4f8cbc189ffc451b83501f047cd03b87 "
"/navigation/e11deed955854b88bb433f3960039144 "
"/navigation/a40362dba93a4cf08738785207dc712e "
"/navigation/383ac47a208b4902995ac1d8501a6508 "
"/navigation/804520db365f4281ad819ab97670a467 "
"/navigation/f8198bf6f56542208e1e5d633f176bf8 "
"/navigation/018bfb951ffb74ee887375f65eeab002 "
"/navigation/018bfb9538e871bd86a4533b16a9642e "
"/detail/018fe2dc323472df8c50ac2db4aeeeca "
"/detail/018f62393c3c720bb70723f897ec2c77 "
"/detail/018f62393c3b73adafecf5f669dd59e4 "
"/detail/018f62393c3c720bb70723f898171e17 "
"/detail/018f622a103a706d87cbb99ef6acde1d "
"/detail/018f62393c3c720bb70723f896023938 "
"/detail/018f62393c3b73adafecf5f6694412ab "
"/detail/018f62393c3c720bb70723f898b8862b "
"/detail/018f62393c3c720bb70723f8967a3c00 "
"/detail/018f62393c3c720bb70723f894cb3a18 "
"/detail/018f622a0c6673a9a3d4dab7b5f42d24 "
"/detail/018f62393c3c720bb70723f895714fe1 "
"/detail/018f622a0eaa7239aadd1e18b077d07a "
"/detail/018f622a0f6b70b4a4be8e6bd47877ac "
"/detail/018f62393c3c720bb70723f897365ad6 "
"/detail/018f622a088670dba7fc9a0fb3f981a2 "
"/detail/018f622a1310732381e389fd040fd297 "
"/detail/018f622a113473499cf5c5e867017912 "
"/detail/018f622a0923710fbe4ed8576874192a "
"/detail/018f6188afd070f79b6f132f09eb3003 "
"/detail/018f6184abc4703e9d2ec871110572d4 "
"/detail/018f618248ca71ceb6b723774a52dfda "
"/detail/018f6180910270d98983bfc147bd5151 "
"/detail/018f617deb4c73ed837124c95c22e32c "
"/navigation/44d0c741f1c04c008728f1d3ab7ec5bf "
"/navigation/591c1da6b3dd4940bf3872ac851abd04 "
"/navigation/484a749a1a2345f396c30b6078e4bbb2 "
"/navigation/805f99bd458c4176ae973f800e3c6f48 "
"/navigation/a89173a67c3341f998a1efb8b101547d "
"/navigation/74c703ceae8c4d1e91ea8edfd9c7b233 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ä}!╠\t SO»ÑØ=└ò\x00\x7F ² "
]
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/de55ac55c8744b3ba91b40943e39df3c' , '/navigation/018a8e05871277b3a98578efc759b2ae' , '/navigation/018b0514daa07661a240c4784f1607fb' , '/navigation/7a87c3a0613e473aa36bc385ecc48ba5' , '/navigation/4d22bc54ff254743b336c146b3123ccc' , '/navigation/018bfb93368a704e8af377e7aee49656' , '/navigation/018eeb03f4c578b99eb910e577d32e50' , '/navigation/00e4c01624c947fc844677be6041823b' , '/navigation/0c5b4ddfaf954f009425d95b676966c4' , '/navigation/f97a7bd4acb04faeba5a712260189f31' , '/navigation/b402cab0b2c14e149544f53befcfed9f' , '/navigation/2321866ea02f445f8fe99ab86154ab39' , '/navigation/523e1fc48edb4fa49f4646cbdfc363f3' , '/navigation/480c057d500b42bb93f2637f023ab85e' , '/navigation/54e6efb5b26f4b7a9820940f4ec66b23' , '/navigation/9f2d5ccf1e1b4e5a936541e0075c042b' , '/navigation/018a466213977684a147cad54481e914' , '/navigation/018b27df7b6b779b945a4d9f32a586ed' , '/navigation/018bb31e02ff7f75813589fcc073faab' , '/navigation/018c5d3a0dd37a90ae96d8f612981f17' , '/navigation/018de54cf1e37130a702d8f14411136f' , '/navigation/018fa009510f7950bc30514f13f17150' , '/navigation/01900b15d11376e0975bf5b0c59759e2' , '/navigation/1be10bc161df4d8fb4b2d7d794d7d70b' , '/navigation/0192c3a069f579aa843a9cf369328e13' , '/navigation/8aac33a98cd2432e8e5bc815ea190b8c' , '/navigation/1de51695f23c4c4cb18945804a6be7c9' , '/navigation/dc894dac99af4299814040fdf7f8f8de' , '/navigation/5b93b0d06b634346af8bbd4a86478f0f' , '/navigation/b819de59af684d9c97629478c63c43f0' , '/navigation/018c19eefe757082a2b5543639d38b94' , '/navigation/b9c63eb740be4bc4806693973a0417a5' , '/navigation/99ec5149ab9e4588bdd9b8c93f7757f7' , '/navigation/cf56d9e7a1d740569f14aa63a194d160' , '/navigation/93f676700eed4a489d7ed42dc728f2e0' , '/navigation/018b03e09e4871b29a575f75dbc07380' , '/navigation/b3e8b65b967f4cd5a876a323039ebf6d' , '/navigation/294ff0a0d4684cdb8a7afb02bf601d5d' , '/navigation/47a458bf51fb4c21a9b0e361ee2fccad' , '/navigation/b689a161eb1841c28b82f64d1acf2322' , '/navigation/f479edb2a8754436893e6f9495ad5eae' , '/navigation/018bc7ae2c9a7209b27a5ce880f4e621' , '/navigation/f1243af5c0ae4a548d85a8e9944de228' , '/navigation/0cf9d7e6a92343feaf2143d68e4fa2f3' , '/navigation/018b23b3be28720881be1be7d85aaf22' , '/navigation/018c90807d7a7ee4a491f8e0922bfd68' , '/navigation/018dc68486f974c0823096bcc9863fc1' , '/navigation/018de54c816376b194f2233fc6dfce7e' , '/navigation/59209182e0c94b91b420c670c4662d14' , '/navigation/5c3bc1e7533b47ca93637a785d855444' , '/navigation/b2a3dd3856c348a099065eae1aaf3bca' , '/navigation/4c41b51b942c4844998aee954bbeae8b' , '/navigation/f34bfee8839e418abc3529e5f5153312' , '/navigation/898edb7ebeae4ad8ad662ae3c33f7864' , '/navigation/0504d971c57f4831b805453304d92dba' , '/navigation/3b5cc999670243b29c2803580a42b805' , '/navigation/018e13080490792fb97c0872296cc5a5' , '/navigation/018f5742b7be786da8ed9d1c12ab3254' , '/navigation/018f61629cbb70d0aa40be7a29061ca9' , '/navigation/4f8cbc189ffc451b83501f047cd03b87' , '/navigation/e11deed955854b88bb433f3960039144' , '/navigation/a40362dba93a4cf08738785207dc712e' , '/navigation/383ac47a208b4902995ac1d8501a6508' , '/navigation/804520db365f4281ad819ab97670a467' , '/navigation/f8198bf6f56542208e1e5d633f176bf8' , '/navigation/018bfb951ffb74ee887375f65eeab002' , '/navigation/018bfb9538e871bd86a4533b16a9642e' , '/detail/018fe2dc323472df8c50ac2db4aeeeca' , '/detail/018f62393c3c720bb70723f897ec2c77' , '/detail/018f62393c3b73adafecf5f669dd59e4' , '/detail/018f62393c3c720bb70723f898171e17' , '/detail/018f622a103a706d87cbb99ef6acde1d' , '/detail/018f62393c3c720bb70723f896023938' , '/detail/018f62393c3b73adafecf5f6694412ab' , '/detail/018f62393c3c720bb70723f898b8862b' , '/detail/018f62393c3c720bb70723f8967a3c00' , '/detail/018f62393c3c720bb70723f894cb3a18' , '/detail/018f622a0c6673a9a3d4dab7b5f42d24' , '/detail/018f62393c3c720bb70723f895714fe1' , '/detail/018f622a0eaa7239aadd1e18b077d07a' , '/detail/018f622a0f6b70b4a4be8e6bd47877ac' , '/detail/018f62393c3c720bb70723f897365ad6' , '/detail/018f622a088670dba7fc9a0fb3f981a2' , '/detail/018f622a1310732381e389fd040fd297' , '/detail/018f622a113473499cf5c5e867017912' , '/detail/018f622a0923710fbe4ed8576874192a' , '/detail/018f6188afd070f79b6f132f09eb3003' , '/detail/018f6184abc4703e9d2ec871110572d4' , '/detail/018f618248ca71ceb6b723774a52dfda' , '/detail/018f6180910270d98983bfc147bd5151' , '/detail/018f617deb4c73ed837124c95c22e32c' , '/navigation/44d0c741f1c04c008728f1d3ab7ec5bf' , '/navigation/591c1da6b3dd4940bf3872ac851abd04' , '/navigation/484a749a1a2345f396c30b6078e4bbb2' , '/navigation/805f99bd458c4176ae973f800e3c6f48' , '/navigation/a89173a67c3341f998a1efb8b101547d' , '/navigation/74c703ceae8c4d1e91ea8edfd9c7b233' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x847D21CC09534FAFA59D3DC095007FFD OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
54
0.37 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"J¶\x11 %A3C\x1C †\t\x00 Ã\x10 j\x0E\x04 "
b"""
õƒÕJ ìE*ù┤"\x06 R\n
óÕ
"""
b"íe…ä\x16 AO&°»œï?Äx~ "
b"\x01 Å\x05 öÞ╝t2ç▄┐ûS╠±È "
b"""
\x01 Å\x14 M\n
zÍ▓¾\x1A ÖtÛ▄G
"""
b"\x16 ¡i4\x17\x03 D\x10 ³¨à(\x16 Àh\x12 "
]
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 (0x4AB611254133431C860900C3106A0E04 , 0xE49FE54A208D452A97B42206520AA2E5 , 0xED6585E416414F26B0BB9CEF3FC4787E , 0x018F0594E8BC743287DCBF9653CCF1D4 , 0x018F144D0AFF7AD6B2F31A9974EADC47 , 0x16A1693417034410B3A8E02816C06812 );
Copy