1
0.24 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
2
0.15 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
3
0.24 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
4
0.16 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
5
0.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"\x01 “\x01 k\x1A â}¹£}û¬§M7ð "
"Tools-Music/Shoes-Automotive/Grocery-Games/Automotive-Toys "
"Tools-Music/Shoes-Automotive/Grocery-Games/Automotive-Toys/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x0193016B1AE27DB9A37DFBACA74D37F0 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'Tools-Music/Shoes-Automotive/Grocery-Games/Automotive-Toys' OR seo_path_info = 'Tools-Music/Shoes-Automotive/Grocery-Games/Automotive-Toys/' ));
Copy
6
0.23 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
7
0.30 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 “\x01 k\x1A â}¹£}û¬§M7ð "
"6yJRb1zmfxOKNZxH8wygyJRvNDUaUrAf "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0193016B1AE27DB9A37DFBACA74D37F0 ) AND (token = '6yJRb1zmfxOKNZxH8wygyJRvNDUaUrAf' ) LIMIT 1 ;
Copy
8
0.19 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"6yJRb1zmfxOKNZxH8wygyJRvNDUaUrAf "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '6yJRb1zmfxOKNZxH8wygyJRvNDUaUrAf' ;
Copy
9
0.17 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
10
0.83 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
11
0.24 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
12
2.41 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"\x01 “\x01 k\x1A â}¹£}û¬§M7ð "
b"\x01 “\x01 c,%sVœ“ù\x18 ¹¤\x19 ‚ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x0193016B1AE27DB9A37DFBACA74D37F0 AND `sales_channel_country` . `country_id` = 0x019301632C2573569C93F918B9A41982 );
Copy
13
1.66 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
14
0.37 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
15
0.21 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
16
0.42 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 “\x01 q—\x03 qð™B“F;ý\x12 Æ "
b"\x01 “\x01 q—\x03 qð™B“F;ý\x12 Æ "
b"\x01 ô\x01 c2Ap¼©I¡Ô#ü_¾ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x01930171970371F0994293463BFD12C6 OR `parent_id` = 0x01930171970371F0994293463BFD12C6 OR `id` = 0x01930163324170ACB849ADE223815FF3
;
Copy
17
9.31 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ô\x01 c2Ap¼©I¡Ô#ü_¾ "
b"\x01 “\x01 q—\x00 s\x7F ¢#$Æ.•j\x0E "
b"\x01 “\x01 q—\x02 r\x07 ‘}‰ì‚9~y "
b"\x01 “\x01 q—\x03 qð™B“F;YúÅ "
b"\x01 “\x01 q—\x03 qð™B“F;ý\x12 Æ "
]
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 (0x01930163324170ACB849ADE223815FF3 , 0x019301719700737FA22324C62E956A0E , 0x0193017197027207917D89EC82397E79 , 0x01930171970371F0994293463B59FAC5 , 0x01930171970371F0994293463BFD12C6 ));
Copy
18
0.34 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
19
0.40 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
20
0.22 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
21
0.18 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
22
0.26 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
23
16.53 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
24
1.71 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 q—\x03 qð™B“F;ý\x12 Æ "
]
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 (0x01930171970371F0994293463BFD12C6 ));
Copy
25
0.76 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 c5hrè±~׃ò‚ Ý "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x01930163356872E8B17ED783F28220DD ));
Copy
26
1.07 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 c5hrè±~׃ò‚ Ý "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x01930163356872E8B17ED783F28220DD )));
Copy
27
1.18 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 cAÖrÆ“óZưd?\x17 "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x0193016341D672C693F35AC6B0643F17 )));
Copy
28
0.89 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ô\x01 c5ms‗ª╗│øl#Øy "
b"\x01 “\x01 c5msò¦»³›m\r dM "
b"\x01 “\x01 cCèr3…mZ)½ÞTâ "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x01930163356D73F2A6BBB39B6C239D79 , 0x01930163356D73F2A6BBB39B6D0D644D , 0x0193016343E87233856D5A29BDDE54E2 )));
Copy
29
0.38 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ô\x01 ctÿsÐÉ<▀®Ì!\x15 ▄ "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x01930163749873D1903CDFA9DE2115DC );
Copy
30
0.17 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
31
12.76 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ô\x01 ctÿsÐÉ<▀®Ì!\x15 ▄ "
b"\x01 ô\x01 ctÿsÐÉ<▀®Ì5▀Á "
b"\x01 ô\x01 ctÿsÐÉ<▀®ÌÌ\x1D ı "
b"\x01 ô\x01 ctÿsÐÉ<▀®▀HT: "
b"\x01 ô\x01 ctÿsÐÉ<▀®▀ò6Á "
b"\x01 “\x01 c~cs\e \x05 ¨§æ‰§ò "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x01930163749873D1903CDFA9DE2115DC , 0x01930163749873D1903CDFA9DE35DFB5 , 0x01930163749873D1903CDFA9DEDE1DD5 , 0x01930163749873D1903CDFA9DF48543A , 0x01930163749873D1903CDFA9DF9536B5 , 0x019301637E63731BAD05A8A7E689A7F2 );
Copy
32
0.43 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 q—\x03 qð™B“F;ý\x12 Æ "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x01930171970371F0994293463BFD12C6 )) LIMIT 1 ;
Copy
33
0.18 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 q—\x03 qð™B“F;ý\x12 Æ "
]
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 (0x01930171970371F0994293463BFD12C6 ));
Copy
34
0.55 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 q¯Ts\x15 —¬T…ÔãÛy "
b"\x01 “\x01 q¯fs,©“H=$YYÖ "
b"\x01 “\x01 q¯fs,©“H=(›þú "
b"\x01 “\x01 q¯fs,©“H=*þÓ~ "
b"\x01 “\x01 q¯fs,©“H=+\t 2c "
b"\x01 “\x01 q¯fs,©“H=+ðÈ' "
b"\x01 “\x01 q¯fs,©“H=2öíÐ "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F :Û^┐ "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F ;\e Ñ "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F <╗¾▓ "
b"\x01 ô\x01 q»hqÀìj=─½¢Ìx "
b"\x01 ô\x01 q»hqÀìj=─¼X\x10\x01 "
b"\x01 ô\x01 q»hqÀìj=─¼Ë\x1E 5 "
b"\x01 “\x01 q¯Ts\x15 —¬T…ÎGÙ† "
b"\x01 “\x01 q¯Ts\x15 —¬T…Ñ3Àâ "
b"\x01 “\x01 q¯Ts\x15 —¬T…ÑÅŸ‡ "
b"\x01 “\x01 q¯Ts\x15 —¬T…ÕP — "
b"\x01 “\x01 q¯fs,©“H=%@°u "
b"\x01 “\x01 q¯fs,©“H='r\x19 ÿ "
b"\x01 “\x01 q¯fs,©“H=*¶z¿ "
b"\x01 “\x01 q¯fs,©“H=,š]\x19 "
b"\x01 “\x01 q¯fs,©“H=.\f ˜ž "
b"\x01 “\x01 q¯fs,©“H=0\x1A Œ; "
b"\x01 “\x01 q¯fs,©“H=0Ï\x0F – "
b"\x01 “\x01 q¯fs,©“H=1ˤ\x10 "
b"\x01 “\x01 q¯fs,©“H=2=ø^ "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F ;ßËk "
b"\x01 ô\x01 q»hqÀìj=─¡û╚\t "
]
SELECT
`product_manufacturer` . `id` as `product_manufacturer.id` ,
`product_manufacturer` . `version_id` as `product_manufacturer.versionId` ,
`product_manufacturer` . `media_id` as `product_manufacturer.mediaId` ,
`product_manufacturer` . `link` as `product_manufacturer.link` ,
`product_manufacturer` . `created_at` as `product_manufacturer.createdAt` ,
`product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` ,
`product_manufacturer.translation.name` ,
`product_manufacturer.translation.name` as `product_manufacturer.name` ,
`product_manufacturer.translation.description` ,
`product_manufacturer.translation.description` as `product_manufacturer.description` ,
`product_manufacturer.translation.customFields` ,
`product_manufacturer.translation.customFields` as `product_manufacturer.customFields`
FROM
`product_manufacturer`
LEFT JOIN (
SELECT
`product_manufacturer.translation` . `product_manufacturer_id` ,
`product_manufacturer.translation` . `product_manufacturer_version_id` ,
`product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` ,
`product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` ,
`product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
WHERE
`product_manufacturer.translation` . `language_id` = ?
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id`
AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id`
WHERE
(
`product_manufacturer` . `version_id` = ?
)
AND (
`product_manufacturer` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x01930171AF54731597AC5485D4E3DB79 , 0x01930171AF66732CA993483D245959D6 , 0x01930171AF66732CA993483D289BFEFA , 0x01930171AF66732CA993483D2AFED37E , 0x01930171AF66732CA993483D2B093263 , 0x01930171AF66732CA993483D2BF0C827 , 0x01930171AF66732CA993483D32F6EDD0 , 0x01930171AF6770EBB5178F1F3AEA5EBF , 0x01930171AF6770EBB5178F1F3B1BFFA5 , 0x01930171AF6770EBB5178F1F3CBBF3B2 , 0x01930171AF6871B78D6A3DC4ABBDDE78 , 0x01930171AF6871B78D6A3DC4AC581001 , 0x01930171AF6871B78D6A3DC4ACD31E35 , 0x01930171AF54731597AC5485CE47D986 , 0x01930171AF54731597AC5485D133C0E2 , 0x01930171AF54731597AC5485D1C59F87 , 0x01930171AF54731597AC5485D5502097 , 0x01930171AF66732CA993483D2540B075 , 0x01930171AF66732CA993483D277219FF , 0x01930171AF66732CA993483D2AB67ABF , 0x01930171AF66732CA993483D2C9A5D19 , 0x01930171AF66732CA993483D2E0C989E , 0x01930171AF66732CA993483D301A8C3B , 0x01930171AF66732CA993483D30CF0F96 , 0x01930171AF66732CA993483D31CBA410 , 0x01930171AF66732CA993483D323DF85E , 0x01930171AF6770EBB5178F1F3BE1D36B , 0x01930171AF6871B78D6A3DC4AD96C809 ));
Copy
35
1.27 ms
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = ?
AND child . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 që›rY°ãy¶Êf\x17 I "
b"\x01 “\x01 s¨}rX–´\x01 ¤ÑYØH "
b"\x01 “\x01 s¨€sO°ææO¹šÂÔ "
b"\x01 “\x01 s¨©p,·Ä#ì\x12 õ„ö "
b"\x01 “\x01 uëÝp:ƒ˜ÄŒÇ* Ë "
b"\x01 ô\x01 u#Ãs6É|\x17 ¥xûøþ "
b"\x01 “\x01 s¨žsõ§ï\x05 µµöÁV "
b"\x01 “\x01 s¨»pz©¶`F£5‘{ "
b"\x01 “\x01 që˜q{µˆX`ÄFè. "
b"\x01 “\x01 uëŒs܆'+ZÄÅÌy "
b"\x01 “\x01 uëôrf‡ÎÁ¯Á\x15 X“ "
b"""
\x01 “\x01 u#¤r\x12 µ\n
ù2\x15 tÉý
"""
b"\x01 “\x01 uëps\x1C ©ËÂ4oÕSu "
b"\x01 “\x01 uë¶p´Ž×ïâ;‡^\r "
b"\x01 “\x01 qëšrº»?ßyН'm "
b"\x01 ô\x01 u#ËqëèÖ0úØ#iÕ "
b"\x01 “\x01 u#žs¦¥\x15 µùU>| "
b"\x01 “\x01 s:`qmœ‡ç©ã;7ÿ "
b"\x01 “\x01 s¨„q;žm\x15 ÔTt\x10 h "
b"\x01 ô\x01 s¿┤pÁÉà▀/íЦ╝ "
b"\x01 “\x01 s:]pÈ•¨‡_g¼„\x11 "
b"\x01 “\x01 u#Øsõ€ø‹k§\x13 +^ "
b"\x01 “\x01 që”sÜ¢Z¯CW\t ®ä "
b"\x01 “\x01 uëíq\x16 ¾¿(\x00 ͘D "
]
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 (0x01930171EB9B7259B0E379B6CA661749 , 0x01930173A87D725896B401A4D159D848 , 0x01930173A880734FB0E6E64FB99AC2D4 , 0x01930173A8A9702CB7C423EC12F584F6 , 0x01930175EBDD703A8398C48CC72AA0CB , 0x0193017523C77336907C17BE78969BE7 , 0x01930173A89E73F5A7EF05B5B5F6C156 , 0x01930173A8BB707AA9B66046A335917B , 0x01930171EB98717BB5885860C446E82E , 0x01930175EB8C73DC86272B5AC4C5CC79 , 0x01930175EBF4726687CEC1AFC1155893 , 0x0193017523A47212B50AF9321574C9FD , 0x01930175EB70731CA9CBC2346FD55375 , 0x01930175EBB670B48ED7EFE23B875E0D , 0x01930171EB9A72BABB3FDF798AAF276D , 0x0193017523D371898A9930A39D2369E5 , 0x01930175239E73A6A51520B5F9553E7C , 0x019301733A60716D9C87E7A9E33B37FF , 0x01930173A884713B9E6D15D454741068 , 0x01930173A8B470B59085DF2FA1D1DDBC , 0x019301733A5D70C895A8875F67BC8411 , 0x0193017523D873F580F88B6BA7132B5E , 0x01930171EB9473DCA25AAF435709AEE4 , 0x01930175EBED7116BEBF2800ADCD9844 );
Copy
36
0.71 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"\x01 “\x01 k\x1A â}¹£}û¬§M7ð "
true
b"\x01 “\x01 që›rY°ãy¶Êf\x17 I "
b"\x01 “\x01 s¨}rX–´\x01 ¤ÑYØH "
b"\x01 “\x01 s¨€sO°ææO¹šÂÔ "
b"\x01 “\x01 s¨©p,·Ä#ì\x12 õ„ö "
b"\x01 “\x01 uëÝp:ƒ˜ÄŒÇ* Ë "
b"\x01 ô\x01 u#Ãs6É|\x17 ¥xûøþ "
b"\x01 “\x01 s¨žsõ§ï\x05 µµöÁV "
b"\x01 “\x01 s¨»pz©¶`F£5‘{ "
b"\x01 “\x01 që˜q{µˆX`ÄFè. "
b"\x01 “\x01 uëŒs܆'+ZÄÅÌy "
b"\x01 “\x01 uëôrf‡ÎÁ¯Á\x15 X“ "
b"""
\x01 “\x01 u#¤r\x12 µ\n
ù2\x15 tÉý
"""
b"\x01 “\x01 uëps\x1C ©ËÂ4oÕSu "
b"\x01 “\x01 uë¶p´Ž×ïâ;‡^\r "
b"\x01 “\x01 qëšrº»?ßyН'm "
b"\x01 ô\x01 u#ËqëèÖ0úØ#iÕ "
b"\x01 “\x01 u#žs¦¥\x15 µùU>| "
b"\x01 “\x01 s:`qmœ‡ç©ã;7ÿ "
b"\x01 “\x01 s¨„q;žm\x15 ÔTt\x10 h "
b"\x01 ô\x01 s¿┤pÁÉà▀/íЦ╝ "
b"\x01 “\x01 s:]pÈ•¨‡_g¼„\x11 "
b"\x01 “\x01 u#Øsõ€ø‹k§\x13 +^ "
b"\x01 “\x01 që”sÜ¢Z¯CW\t ®ä "
b"\x01 “\x01 uëíq\x16 ¾¿(\x00 ͘D "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x0193016B1AE27DB9A37DFBACA74D37F0 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x01930171EB9B7259B0E379B6CA661749 , 0x01930173A87D725896B401A4D159D848 , 0x01930173A880734FB0E6E64FB99AC2D4 , 0x01930173A8A9702CB7C423EC12F584F6 , 0x01930175EBDD703A8398C48CC72AA0CB , 0x0193017523C77336907C17BE78969BE7 , 0x01930173A89E73F5A7EF05B5B5F6C156 , 0x01930173A8BB707AA9B66046A335917B , 0x01930171EB98717BB5885860C446E82E , 0x01930175EB8C73DC86272B5AC4C5CC79 , 0x01930175EBF4726687CEC1AFC1155893 , 0x0193017523A47212B50AF9321574C9FD , 0x01930175EB70731CA9CBC2346FD55375 , 0x01930175EBB670B48ED7EFE23B875E0D , 0x01930171EB9A72BABB3FDF798AAF276D , 0x0193017523D371898A9930A39D2369E5 , 0x01930175239E73A6A51520B5F9553E7C , 0x019301733A60716D9C87E7A9E33B37FF , 0x01930173A884713B9E6D15D454741068 , 0x01930173A8B470B59085DF2FA1D1DDBC , 0x019301733A5D70C895A8875F67BC8411 , 0x0193017523D873F580F88B6BA7132B5E , 0x01930171EB9473DCA25AAF435709AEE4 , 0x01930175EBED7116BEBF2800ADCD9844 )) GROUP BY `product` . `id` ;
Copy
37
2.49 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 që›rY°ãy¶Êf\x17 I "
b"\x01 “\x01 s¨}rX–´\x01 ¤ÑYØH "
b"\x01 “\x01 s¨€sO°ææO¹šÂÔ "
b"\x01 “\x01 s¨©p,·Ä#ì\x12 õ„ö "
b"\x01 “\x01 uëÝp:ƒ˜ÄŒÇ* Ë "
b"\x01 ô\x01 u#Ãs6É|\x17 ¥xûøþ "
b"\x01 “\x01 s¨žsõ§ï\x05 µµöÁV "
b"\x01 “\x01 s¨»pz©¶`F£5‘{ "
b"\x01 “\x01 që˜q{µˆX`ÄFè. "
b"\x01 “\x01 uëŒs܆'+ZÄÅÌy "
b"\x01 “\x01 uëôrf‡ÎÁ¯Á\x15 X“ "
b"""
\x01 “\x01 u#¤r\x12 µ\n
ù2\x15 tÉý
"""
b"\x01 “\x01 uëps\x1C ©ËÂ4oÕSu "
b"\x01 “\x01 uë¶p´Ž×ïâ;‡^\r "
b"\x01 “\x01 qëšrº»?ßyН'm "
b"\x01 ô\x01 u#ËqëèÖ0úØ#iÕ "
b"\x01 “\x01 u#žs¦¥\x15 µùU>| "
b"\x01 “\x01 s:`qmœ‡ç©ã;7ÿ "
b"\x01 “\x01 s¨„q;žm\x15 ÔTt\x10 h "
b"\x01 ô\x01 s¿┤pÁÉà▀/íЦ╝ "
b"\x01 “\x01 s:]pÈ•¨‡_g¼„\x11 "
b"\x01 “\x01 u#Øsõ€ø‹k§\x13 +^ "
b"\x01 “\x01 që”sÜ¢Z¯CW\t ®ä "
b"\x01 “\x01 uëíq\x16 ¾¿(\x00 ͘D "
]
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 (0x01930171EB9B7259B0E379B6CA661749 , 0x01930173A87D725896B401A4D159D848 , 0x01930173A880734FB0E6E64FB99AC2D4 , 0x01930173A8A9702CB7C423EC12F584F6 , 0x01930175EBDD703A8398C48CC72AA0CB , 0x0193017523C77336907C17BE78969BE7 , 0x01930173A89E73F5A7EF05B5B5F6C156 , 0x01930173A8BB707AA9B66046A335917B , 0x01930171EB98717BB5885860C446E82E , 0x01930175EB8C73DC86272B5AC4C5CC79 , 0x01930175EBF4726687CEC1AFC1155893 , 0x0193017523A47212B50AF9321574C9FD , 0x01930175EB70731CA9CBC2346FD55375 , 0x01930175EBB670B48ED7EFE23B875E0D , 0x01930171EB9A72BABB3FDF798AAF276D , 0x0193017523D371898A9930A39D2369E5 , 0x01930175239E73A6A51520B5F9553E7C , 0x019301733A60716D9C87E7A9E33B37FF , 0x01930173A884713B9E6D15D454741068 , 0x01930173A8B470B59085DF2FA1D1DDBC , 0x019301733A5D70C895A8875F67BC8411 , 0x0193017523D873F580F88B6BA7132B5E , 0x01930171EB9473DCA25AAF435709AEE4 , 0x01930175EBED7116BEBF2800ADCD9844 ));
Copy
38
7.81 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 që”sÜ¢Z¯CW\t ®ä "
b"\x01 “\x01 që˜q{µˆX`ÄFè. "
b"\x01 “\x01 qëšrº»?ßyН'm "
b"\x01 “\x01 që›rY°ãy¶Êf\x17 I "
b"\x01 “\x01 s:]pÈ•¨‡_g¼„\x11 "
b"\x01 “\x01 s:`qmœ‡ç©ã;7ÿ "
b"\x01 “\x01 s¨}rX–´\x01 ¤ÑYØH "
b"\x01 “\x01 s¨€sO°ææO¹šÂÔ "
b"\x01 “\x01 s¨„q;žm\x15 ÔTt\x10 h "
b"\x01 “\x01 s¨žsõ§ï\x05 µµöÁV "
b"\x01 “\x01 s¨©p,·Ä#ì\x12 õ„ö "
b"\x01 ô\x01 s¿┤pÁÉà▀/íЦ╝ "
b"\x01 “\x01 s¨»pz©¶`F£5‘{ "
b"\x01 “\x01 u#žs¦¥\x15 µùU>| "
b"""
\x01 “\x01 u#¤r\x12 µ\n
ù2\x15 tÉý
"""
b"\x01 ô\x01 u#Ãs6É|\x17 ¥xûøþ "
b"\x01 ô\x01 u#ËqëèÖ0úØ#iÕ "
b"\x01 “\x01 u#Øsõ€ø‹k§\x13 +^ "
b"\x01 “\x01 uëps\x1C ©ËÂ4oÕSu "
b"\x01 “\x01 uëŒs܆'+ZÄÅÌy "
b"\x01 “\x01 uë¶p´Ž×ïâ;‡^\r "
b"\x01 “\x01 uëÝp:ƒ˜ÄŒÇ* Ë "
b"\x01 “\x01 uëíq\x16 ¾¿(\x00 ͘D "
b"\x01 “\x01 uëôrf‡ÎÁ¯Á\x15 X“ "
]
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 (0x01930171EB9473DCA25AAF435709AEE4 , 0x01930171EB98717BB5885860C446E82E , 0x01930171EB9A72BABB3FDF798AAF276D , 0x01930171EB9B7259B0E379B6CA661749 , 0x019301733A5D70C895A8875F67BC8411 , 0x019301733A60716D9C87E7A9E33B37FF , 0x01930173A87D725896B401A4D159D848 , 0x01930173A880734FB0E6E64FB99AC2D4 , 0x01930173A884713B9E6D15D454741068 , 0x01930173A89E73F5A7EF05B5B5F6C156 , 0x01930173A8A9702CB7C423EC12F584F6 , 0x01930173A8B470B59085DF2FA1D1DDBC , 0x01930173A8BB707AA9B66046A335917B , 0x01930175239E73A6A51520B5F9553E7C , 0x0193017523A47212B50AF9321574C9FD , 0x0193017523C77336907C17BE78969BE7 , 0x0193017523D371898A9930A39D2369E5 , 0x0193017523D873F580F88B6BA7132B5E , 0x01930175EB70731CA9CBC2346FD55375 , 0x01930175EB8C73DC86272B5AC4C5CC79 , 0x01930175EBB670B48ED7EFE23B875E0D , 0x01930175EBDD703A8398C48CC72AA0CB , 0x01930175EBED7116BEBF2800ADCD9844 , 0x01930175EBF4726687CEC1AFC1155893 )));
Copy
39
0.36 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
40
0.21 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
41
0.37 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
42
0.22 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
43
1.22 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍÇ|¶ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$,/,™ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈ‘û" "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2\x05\x15 0 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7ïvc "
b"\x01 ô\x01 qöëq\x15 Â╣|$RÅ+\x0F "
b"\x01 “\x01 q”èsv°¶«£¦\x03 “£ "
b"\x01 “\x01 q”èsv°¶«£ªŽ#_ "
b"\x01 “\x01 q”èsv°¶«£¯t6Ù "
b"\x01 “\x01 q”èsv°¶«£¼ûfÛ "
b"\x01 “\x01 q•ŒqA dv\n ²Ä\x00 t "
b"\x01 ô\x01 qòìsÄáU>\x0F WNâ· "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÅS˜ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌ¸¨× "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒáçN "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÕ\x07 z€ "
b"\x01 ô\x01 qöêqæó┘,ƒıÉôÍ "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿ×Ø¢Ý "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛÔ`‹ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸßÄØ] "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%¶·Ú "
b"\x01 “\x01 q”‰q\x15 ¶¹|$&4\x17 3 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$)$D\x18 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$+›,f "
b"\x01 “\x01 q”‰q\x15 ¶¹|$.\x15 +\x0F "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1µ‚b "
b"\x01 “\x01 q”‰q\x15 ¶¹|$5ƒ\x1D ð "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?\x14 ¡k "
b"\x01 “\x01 q”‰q\x15 ¶¹|$GÏ@\x03 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$I¿Y "
b"\x01 “\x01 q”‰q\x15 ¶¹|$J’6´ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$RCCâ "
b"\x01 “\x01 q”èsv°¶«£Šß\x06\x0F "
b"\x01 “\x01 q”èsv°¶«£”\x0F\x13 L "
b"\x01 “\x01 q”èsv°¶«£•¼[F "
b"\x01 “\x01 q”èsv°¶«£›\\x04 Ð "
b"\x01 ô\x01 qöÞsv░½úø║ü╚ "
b"\x01 “\x01 q”èsv°¶«£œ½S’ "
b"\x01 “\x01 q”èsv°¶«£ 7)M "
b"\x01 “\x01 q”èsv°¶«£¢\x7F\x03 — "
b"\x01 “\x01 q”èsv°¶«£§¿¦ú "
b"\x01 “\x01 q”èsv°¶«£«+«J "
b"\x01 “\x01 q”èsv°¶«£¬\x02 _ã "
b"\x01 “\x01 q”èsv°¶«£¹ž©l "
b"\x01 “\x01 q”èsv°¶«£º‚ä° "
b"\x01 “\x01 q”èsv°¶«£º¹=¬ "
b"\x01 “\x01 q”èsv°¶«£¼m\e Ð "
b"\x01 “\x01 q”èsv°¶«£Àgsæ "
b"\x01 “\x01 q”èsv°¶«£ÁÙžË "
b"\x01 “\x01 q”èsv°¶«£ÆèHD "
b"\x01 “\x01 q”èsv°¶«£Ê—s\x00 "
b"\x01 “\x01 q”èsv°¶«£ËQ\x15 þ "
b"\x01 “\x01 q”èsv°¶«£Ò?„6 "
b"\x01 ô\x01 qòìsÄáU>\x0F '└│º "
b"\x01 ô\x01 qòìsÄáU>\x0F (W0‗ "
b"\x01 ô\x01 qòìsÄáU>\x0F 4G╦l "
b"\x01 ô\x01 qòìsÄáU>\x0F >─Å\x05 "
b"\x01 ô\x01 qòìsÄáU>\x0F C>\x15 ╩ "
b"\x01 ô\x01 qòìsÄáU>\x0F F¹J╔ "
b"\x01 ô\x01 qòìsÄáU>\x0F P#\x1C ê "
b"\x01 ô\x01 qòìsÄáU>\x0F Zø%\x18 "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÄÚôÏ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÆà\x16 ( "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈ)IŠ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉºI "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉå9\x0E "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸËv'Ð "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌH†J "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÏ1ïj "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ94] "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ±h? "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒ‰?Ç "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÓ³ý© "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸØ’ña "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙtM„ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙÖÏn "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÚlÂ\v "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÜ©FÕ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝD\x11 ; "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞǦt "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿßò]ß "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿà„WØ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáÐV\x07 "
b"""
\x01 “\x01 q”ˆq‘¢Ù,Ÿáô\n
l
"""
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿã\x17 L\x19 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%šËý "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%îÙµ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$'f\x17 À "
b"\x01 “\x01 q”‰q\x15 ¶¹|$(^>¾ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$(qK\x05 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$)µ½] "
b"\x01 “\x01 q”‰q\x15 ¶¹|$-\x19 ß< "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/òϱ "
b"\x01 ô\x01 qöëq\x15 Â╣|$24Ų "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2Ož\x1E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2l÷Û "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\f /Û "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3ÔÞn "
b"\x01 ô\x01 qöëq\x15 Â╣|$4ÉÐ╔ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$4è\f Ó "
b"\x01 “\x01 q”‰q\x15 ¶¹|$6\x1C _’ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7\Ìo "
b"\x01 ô\x01 qöëq\x15 Â╣|$85ËÅ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9\x17 ¸˜ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$:‹\x7F È "
b"\x01 ô\x01 qöëq\x15 Â╣|$;ìØº "
b"\x01 “\x01 q”‰q\x15 ¶¹|$>,o\x0E "
b"\x01 ô\x01 qöëq\x15 Â╣|$@Øgß "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@÷Ì "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A®Q³ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A°»õ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B€wé "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B²Ž8 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$EfK‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$G\x05 ‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$H\x03 Ök "
b"\x01 “\x01 q”‰q\x15 ¶¹|$HfrE "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Hßmï "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Il´‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$O[¾‹ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÇ>\x1D "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÔºT "
b"\x01 “\x01 q”‰q\x15 ¶¹|$S A! "
b"\x01 “\x01 q”‰q\x15 ¶¹|$SÙ\x01 j "
b"\x01 “\x01 q”èsv°¶«£‚¸àˆ "
b"\x01 “\x01 q”èsv°¶«£„PìÐ "
b"\x01 “\x01 q”èsv°¶«£ˆ¨aL "
b"\x01 “\x01 q”èsv°¶«£‰ð06 "
b"\x01 “\x01 q”èsv°¶«£‹/Ÿ¸ "
b"\x01 “\x01 q”èsv°¶«£‹«ÌÏ "
b"\x01 “\x01 q”èsv°¶«£Ž8b$ "
b"\x01 ô\x01 qöÞsv░½úÅ5äY "
b"\x01 ô\x01 qöÞsv░½úÅÝå╔ "
b"\x01 “\x01 q”èsv°¶«£‘\x13 BŽ "
b"""
\x01 “\x01 q”èsv°¶«£“\n
cÀ
"""
b"\x01 “\x01 q”èsv°¶«£“G\e Ê "
b"\x01 “\x01 q”èsv°¶«£–ŸØ[ "
b"\x01 “\x01 q”èsv°¶«£—Qc< "
b"\x01 “\x01 q”èsv°¶«£˜~æ\x16 "
b"\x01 “\x01 q”èsv°¶«£švãd "
b"\x01 “\x01 q”èsv°¶«£š˜˜\ "
b"\x01 ô\x01 qöÞsv░½úØæ-ë "
b"\x01 “\x01 q”èsv°¶«£ž›\x1C ä "
b"\x01 “\x01 q”èsv°¶«£¡ž\x10 « "
b"\x01 “\x01 q”èsv°¶«£¢¸Û† "
b"\x01 “\x01 q”èsv°¶«££>GB "
b"\x01 “\x01 q”èsv°¶«£¤\x1E\x11 ë "
b"\x01 “\x01 q”èsv°¶«£¤óák "
b"\x01 “\x01 q”èsv°¶«£¥\x18 »Ñ "
b"\x01 “\x01 q”èsv°¶«£¥g$] "
b"\x01 “\x01 q”èsv°¶«£ª'^s "
b"\x01 “\x01 q”èsv°¶«£¬Ò\x1D  "
b"\x01 “\x01 q”èsv°¶«£¸Ò— "
b"\x01 “\x01 q”èsv°¶«£®‘ÓÈ "
b"\x01 “\x01 q”èsv°¶«£±a\x13 t "
b"\x01 “\x01 q”èsv°¶«£²YVÏ "
b"\x01 “\x01 q”èsv°¶«£²ŽW· "
b"\x01 ô\x01 qöÞsv░½ú│Éài "
b"\x01 “\x01 q”èsv°¶«£µºG\x00 "
b"\x01 “\x01 q”èsv°¶«£·Dší "
b"\x01 “\x01 q”èsv°¶«£»z®© "
b"\x01 “\x01 q”èsv°¶«£½ywÜ "
b"\x01 “\x01 q”èsv°¶«£¾uœŒ "
b"\x01 “\x01 q”èsv°¶«£À9Z8 "
b"\x01 “\x01 q”èsv°¶«£ÀÝ[ç "
b"\x01 “\x01 q”èsv°¶«£ÀãÚ\x04 "
b"\x01 “\x01 q”èsv°¶«£Á…Ü\x12 "
b"\x01 “\x01 q”èsv°¶«£ÅJ~µ "
b"\x01 “\x01 q”èsv°¶«£ÇÒ,\x03 "
b"\x01 “\x01 q”èsv°¶«£Ì¤ùu "
b"\x01 “\x01 q”èsv°¶«£ÌÕÑø "
b"\x01 “\x01 q”èsv°¶«£Í<¸9 "
b"\x01 “\x01 q”èsv°¶«£ÍHCH "
b"\x01 “\x01 q”èsv°¶«£ÎGc? "
b"\x01 “\x01 q”èsv°¶«£ÎYm> "
b"\x01 “\x01 q”èsv°¶«£Ïf‹• "
b"\x01 “\x01 q”èsv°¶«£Ñxœ‹ "
b"\x01 “\x01 q”èsv°¶«£Ò62} "
b"\x01 “\x01 q”èsv°¶«£Ó¢WŠ "
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x1D "Ô
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¬(Aº
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¬¸W\x1E
"""
b"""
\x01 “\x01 q•ŒqA dv\n
@«¬
"""
b"""
\x01 ô\x01 qòîqAádv\n
¡Ä)ü
"""
b"""
\x01 “\x01 q•ŒqA dv\n
°\¤5
"""
b"""
\x01 “\x01 q•ŒqA dv\n
³ñÆa
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¶‚ã½
"""
b"""
\x01 “\x01 q•ŒqA dv\n
·"^à
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¹¶£&
"""
b"""
\x01 “\x01 q•ŒqA dv\n
»‡îã
"""
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E Åð\r "
b"\x01 ô\x01 qòìsÄáU>\x0F !?═Á "
b"\x01 ô\x01 qòìsÄáU>\x0F '`ñ¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F (\f Ee "
b"\x01 ô\x01 qòìsÄáU>\x0F (³Zy "
b"\x01 ô\x01 qòìsÄáU>\x0F *\x18 cè "
b"\x01 ô\x01 qòìsÄáU>\x0F *cG¿ "
b"\x01 ô\x01 qòìsÄáU>\x0F ,5oy "
b"\x01 ô\x01 qòìsÄáU>\x0F .P<· "
b"\x01 ô\x01 qòìsÄáU>\x0F /a▄\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F 2\x14 µA "
b"\x01 ô\x01 qòìsÄáU>\x0F 7AW\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F 7 Bz "
b"\x01 ô\x01 qòìsÄáU>\x0F =§}, "
b"\x01 ô\x01 qòìsÄáU>\x0F @‗=5 "
b"\x01 ô\x01 qòìsÄáU>\x0F B\x00 ½┬ "
b"\x01 ô\x01 qòìsÄáU>\x0F B\i< "
b"\x01 ô\x01 qòìsÄáU>\x0F C\x7F pB "
b"\x01 ô\x01 qòìsÄáU>\x0F C▀[ò "
b"\x01 ô\x01 qòìsÄáU>\x0F E>ù\x1D "
b"\x01 ô\x01 qòìsÄáU>\x0F F\°[ "
b"\x01 ô\x01 qòìsÄáU>\x0F K:Z< "
b"\x01 ô\x01 qòìsÄáU>\x0F N╗áä "
b"\x01 ô\x01 qòìsÄáU>\x0F Or╝² "
b"\x01 ô\x01 qòìsÄáU>\x0F Q┘Õ` "
b"\x01 ô\x01 qòìsÄáU>\x0F T1\x02 { "
b"\x01 ô\x01 qòìsÄáU>\x0F TAlƒ "
b"\x01 ô\x01 qòìsÄáU>\x0F T¸Ú "
b"\x01 ô\x01 qòìsÄáU>\x0F X@×U "
b"\x01 ô\x01 qòìsÄáU>\x0F Y)Í■ "
b"""
\x01 “\x01 q–\n
s|¨\f †‘²Ïg6
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘´¼:z
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘º*î&
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘»~Wa
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Îob&
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Î{\x14 ó
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ØR\x06 }
"""
]
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 (0x0193017194887191A2D92C9FCDC77CB6 , 0x0193017194897115B6B97C242C2F2C99 , 0x0193017194887191A2D92C9FC891FB22 , 0x0193017194897115B6B97C2432051530 , 0x0193017194897115B6B97C2437EF7663 , 0x0193017194897115B6B97C24528F2B0F , 0x0193017194E87376B0B6ABA3A60393A3 , 0x0193017194E87376B0B6ABA3AA8E235F , 0x0193017194E87376B0B6ABA3AF7436D9 , 0x0193017194E87376B0B6ABA3BCFB66DB , 0x01930171958C7141A064760AB2C40074 , 0x01930171958D738EA0553E0F574E83FA , 0x0193017194887191A2D92C9FC55398AD , 0x0193017194887191A2D92C9FCCB8A8D7 , 0x0193017194887191A2D92C9FD2E1E74E , 0x0193017194887191A2D92C9FD5077A80 , 0x0193017194887191A2D92C9FD59093D6 , 0x0193017194887191A2D92C9FD7D8A2DD , 0x0193017194887191A2D92C9FDBD4608B , 0x0193017194887191A2D92C9FDFC4D85D , 0x0193017194897115B6B97C2425B6B7DA , 0x0193017194897115B6B97C2426341733 , 0x0193017194897115B6B97C2429244418 , 0x0193017194897115B6B97C242B9B2C66 , 0x0193017194897115B6B97C242E152B0F , 0x0193017194897115B6B97C2431B58262 , 0x0193017194897115B6B97C2435831DF0 , 0x0193017194897115B6B97C243F14A16B , 0x0193017194897115B6B97C2447CF4003 , 0x0193017194897115B6B97C2449BFAD59 , 0x0193017194897115B6B97C244A9236B4 , 0x0193017194897115B6B97C24524343E2 , 0x0193017194E87376B0B6ABA38ADF060F , 0x0193017194E87376B0B6ABA3940F134C , 0x0193017194E87376B0B6ABA395BC5B46 , 0x0193017194E87376B0B6ABA39B5C04D0 , 0x0193017194E87376B0B6ABA39BBA81C8 , 0x0193017194E87376B0B6ABA39CBD5392 , 0x0193017194E87376B0B6ABA3A037294D , 0x0193017194E87376B0B6ABA3A27F0397 , 0x0193017194E87376B0B6ABA3A7BFA6FA , 0x0193017194E87376B0B6ABA3AB2BAB4A , 0x0193017194E87376B0B6ABA3AC025FE3 , 0x0193017194E87376B0B6ABA3B99EA96C , 0x0193017194E87376B0B6ABA3BA82E4B0 , 0x0193017194E87376B0B6ABA3BAB93DAC , 0x0193017194E87376B0B6ABA3BC6D1BD0 , 0x0193017194E87376B0B6ABA3C06773E6 , 0x0193017194E87376B0B6ABA3C1D99ECB , 0x0193017194E87376B0B6ABA3C6E84844 , 0x0193017194E87376B0B6ABA3CA977300 , 0x0193017194E87376B0B6ABA3CB5115FE , 0x0193017194E87376B0B6ABA3D23F8436 , 0x01930171958D738EA0553E0F27C0B3A7 , 0x01930171958D738EA0553E0F285730F2 , 0x01930171958D738EA0553E0F3447CB6C , 0x01930171958D738EA0553E0F3EC48F05 , 0x01930171958D738EA0553E0F433E15CA , 0x01930171958D738EA0553E0F46FB4AC9 , 0x01930171958D738EA0553E0F50231C88 , 0x01930171958D738EA0553E0F5A9B2518 , 0x0193017194887191A2D92C9FC4DAF4CF , 0x0193017194887191A2D92C9FC6E01628 , 0x0193017194887191A2D92C9FC829498A , 0x0193017194887191A2D92C9FC9BA4920 , 0x0193017194887191A2D92C9FC9E5390E , 0x0193017194887191A2D92C9FCB7627D0 , 0x0193017194887191A2D92C9FCC48864A , 0x0193017194887191A2D92C9FCF31EF6A , 0x0193017194887191A2D92C9FD139345D , 0x0193017194887191A2D92C9FD1B1683F , 0x0193017194887191A2D92C9FD2893FC7 , 0x0193017194887191A2D92C9FD3B3FDA9 , 0x0193017194887191A2D92C9FD892F161 , 0x0193017194887191A2D92C9FD9744D84 , 0x0193017194887191A2D92C9FD9D6CF6E , 0x0193017194887191A2D92C9FDA6CC20B , 0x0193017194887191A2D92C9FDCA946D5 , 0x0193017194887191A2D92C9FDD44113B , 0x0193017194887191A2D92C9FDEC7A674 , 0x0193017194887191A2D92C9FDFF25DDF , 0x0193017194887191A2D92C9FE08457D8 , 0x0193017194887191A2D92C9FE1D05607 , 0x0193017194887191A2D92C9FE1F40A6C , 0x0193017194887191A2D92C9FE3174C19 , 0x0193017194897115B6B97C24259ACBFD , 0x0193017194897115B6B97C2425EED9B5 , 0x0193017194897115B6B97C24276617C0 , 0x0193017194897115B6B97C24285E3EBE , 0x0193017194897115B6B97C2428714B05 , 0x0193017194897115B6B97C2429B5BD5D , 0x0193017194897115B6B97C242D19DF3C , 0x0193017194897115B6B97C242FF2CFB1 , 0x0193017194897115B6B97C2432348FFD , 0x0193017194897115B6B97C24324F9E1E , 0x0193017194897115B6B97C24326CF7DB , 0x0193017194897115B6B97C24330C2FDB , 0x0193017194897115B6B97C2433D4DE6E , 0x0193017194897115B6B97C243490D1C9 , 0x0193017194897115B6B97C2434E80CD3 , 0x0193017194897115B6B97C24361C5F92 , 0x0193017194897115B6B97C24375CCC6F , 0x0193017194897115B6B97C243835D38F , 0x0193017194897115B6B97C243917B898 , 0x0193017194897115B6B97C243A8B7FC8 , 0x0193017194897115B6B97C243B8D9DA7 , 0x0193017194897115B6B97C243E2C6F0E , 0x0193017194897115B6B97C24409D67E1 , 0x0193017194897115B6B97C2440F7CC20 , 0x0193017194897115B6B97C2441AE51B3 , 0x0193017194897115B6B97C2441B0BBF5 , 0x0193017194897115B6B97C24428077E9 , 0x0193017194897115B6B97C2442B28E38 , 0x0193017194897115B6B97C2445664B87 , 0x0193017194897115B6B97C2447AD0587 , 0x0193017194897115B6B97C244803D66B , 0x0193017194897115B6B97C2448667245 , 0x0193017194897115B6B97C2448DF6DEF , 0x0193017194897115B6B97C24496CB487 , 0x0193017194897115B6B97C244F5BBE8B , 0x0193017194897115B6B97C2450C73E1D , 0x0193017194897115B6B97C2450D4BA54 , 0x0193017194897115B6B97C2453204121 , 0x0193017194897115B6B97C2453D9016A , 0x0193017194E87376B0B6ABA382B8E088 , 0x0193017194E87376B0B6ABA38450ECD0 , 0x0193017194E87376B0B6ABA388A8614C , 0x0193017194E87376B0B6ABA389F03036 , 0x0193017194E87376B0B6ABA38B2F9FB8 , 0x0193017194E87376B0B6ABA38BABCCCF , 0x0193017194E87376B0B6ABA38E386224 , 0x0193017194E87376B0B6ABA38F358459 , 0x0193017194E87376B0B6ABA38FED86C9 , 0x0193017194E87376B0B6ABA39113428E , 0x0193017194E87376B0B6ABA3930A63C0 , 0x0193017194E87376B0B6ABA393471BCA , 0x0193017194E87376B0B6ABA3969FD85B , 0x0193017194E87376B0B6ABA39751633C , 0x0193017194E87376B0B6ABA3987EE616 , 0x0193017194E87376B0B6ABA39A76E364 , 0x0193017194E87376B0B6ABA39A98985C , 0x0193017194E87376B0B6ABA39D912D89 , 0x0193017194E87376B0B6ABA39E9B1CE4 , 0x0193017194E87376B0B6ABA3A19E10AB , 0x0193017194E87376B0B6ABA3A2B8DB86 , 0x0193017194E87376B0B6ABA3A33E4742 , 0x0193017194E87376B0B6ABA3A41E11EB , 0x0193017194E87376B0B6ABA3A4F3E16B , 0x0193017194E87376B0B6ABA3A518BBD1 , 0x0193017194E87376B0B6ABA3A567245D , 0x0193017194E87376B0B6ABA3AA275E73 , 0x0193017194E87376B0B6ABA3ACD21DC2 , 0x0193017194E87376B0B6ABA3ADB8D297 , 0x0193017194E87376B0B6ABA3AE91D3C8 , 0x0193017194E87376B0B6ABA3B1611374 , 0x0193017194E87376B0B6ABA3B25956CF , 0x0193017194E87376B0B6ABA3B28E57B7 , 0x0193017194E87376B0B6ABA3B3908569 , 0x0193017194E87376B0B6ABA3B5BA4700 , 0x0193017194E87376B0B6ABA3B7449AED , 0x0193017194E87376B0B6ABA3BB7AAEA9 , 0x0193017194E87376B0B6ABA3BD7977DC , 0x0193017194E87376B0B6ABA3BE759C8C , 0x0193017194E87376B0B6ABA3C0395A38 , 0x0193017194E87376B0B6ABA3C0DD5BE7 , 0x0193017194E87376B0B6ABA3C0E3DA04 , 0x0193017194E87376B0B6ABA3C185DC12 , 0x0193017194E87376B0B6ABA3C54A7EB5 , 0x0193017194E87376B0B6ABA3C7D22C03 , 0x0193017194E87376B0B6ABA3CCA4F975 , 0x0193017194E87376B0B6ABA3CCD5D1F8 , 0x0193017194E87376B0B6ABA3CD3CB839 , 0x0193017194E87376B0B6ABA3CD484348 , 0x0193017194E87376B0B6ABA3CE47633F , 0x0193017194E87376B0B6ABA3CE596D3E , 0x0193017194E87376B0B6ABA3CF668B95 , 0x0193017194E87376B0B6ABA3D1789C8B , 0x0193017194E87376B0B6ABA3D236327D , 0x0193017194E87376B0B6ABA3D3A2578A , 0x01930171958C7141A064760AAA1D22D4 , 0x01930171958C7141A064760AAC2841BA , 0x01930171958C7141A064760AACB8571E , 0x01930171958C7141A064760AAD40ABAC , 0x01930171958C7141A064760AAD8E2981 , 0x01930171958C7141A064760AB05CA435 , 0x01930171958C7141A064760AB3F1C661 , 0x01930171958C7141A064760AB682E3BD , 0x01930171958C7141A064760AB7225EE0 , 0x01930171958C7141A064760AB9B6A326 , 0x01930171958C7141A064760ABB87EEE3 , 0x01930171958D738EA0553E0F1E8FD00D , 0x01930171958D738EA0553E0F213FCDB5 , 0x01930171958D738EA0553E0F2760A4EE , 0x01930171958D738EA0553E0F280C4565 , 0x01930171958D738EA0553E0F28FC5A79 , 0x01930171958D738EA0553E0F2A18638A , 0x01930171958D738EA0553E0F2A6347A8 , 0x01930171958D738EA0553E0F2C356F79 , 0x01930171958D738EA0553E0F2E503CFA , 0x01930171958D738EA0553E0F2F61DC18 , 0x01930171958D738EA0553E0F3214E641 , 0x01930171958D738EA0553E0F37415718 , 0x01930171958D738EA0553E0F37FF427A , 0x01930171958D738EA0553E0F3DF57D2C , 0x01930171958D738EA0553E0F40F23D35 , 0x01930171958D738EA0553E0F4200ABC2 , 0x01930171958D738EA0553E0F425C693C , 0x01930171958D738EA0553E0F437F7042 , 0x01930171958D738EA0553E0F43DF5B95 , 0x01930171958D738EA0553E0F453E971D , 0x01930171958D738EA0553E0F465CF85B , 0x01930171958D738EA0553E0F4B3A5A3C , 0x01930171958D738EA0553E0F4EBBA084 , 0x01930171958D738EA0553E0F4F72BCFD , 0x01930171958D738EA0553E0F51D9E560 , 0x01930171958D738EA0553E0F5431027B , 0x01930171958D738EA0553E0F54416C9F , 0x01930171958D738EA0553E0F54F7E9FF , 0x01930171958D738EA0553E0F58409E55 , 0x01930171958D738EA0553E0F5929D6FE , 0x01930171960A737CA80C8691B2CF6736 , 0x01930171960A737CA80C8691B4BC3A7A , 0x01930171960A737CA80C8691BA2AEE26 , 0x01930171960A737CA80C8691BB7E5761 , 0x01930171960A737CA80C8691CE6F6226 , 0x01930171960A737CA80C8691CE7B14F3 , 0x01930171960A737CA80C8691D852067D )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
44
1.96 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÄÚôÏ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÅS˜ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÆà\x16 ( "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈ)IŠ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈ‘û" "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉºI "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉå9\x0E "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸËv'Ð "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌH†J "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌ¸¨× "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍÇ|¶ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÏ1ïj "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ94] "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ±h? "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒ‰?Ç "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒáçN "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÓ³ý© "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÕ\x07 z€ "
b"\x01 ô\x01 qöêqæó┘,ƒıÉôÍ "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿ×Ø¢Ý "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸØ’ña "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙtM„ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙÖÏn "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÚlÂ\v "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛÔ`‹ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÜ©FÕ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝD\x11 ; "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞǦt "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸßÄØ] "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿßò]ß "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿà„WØ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáÐV\x07 "
b"""
\x01 “\x01 q”ˆq‘¢Ù,Ÿáô\n
l
"""
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿã\x17 L\x19 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%šËý "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%¶·Ú "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%îÙµ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$&4\x17 3 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$'f\x17 À "
b"\x01 “\x01 q”‰q\x15 ¶¹|$(^>¾ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$(qK\x05 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$)$D\x18 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$)µ½] "
b"\x01 “\x01 q”‰q\x15 ¶¹|$+›,f "
b"\x01 “\x01 q”‰q\x15 ¶¹|$,/,™ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$-\x19 ß< "
b"\x01 “\x01 q”‰q\x15 ¶¹|$.\x15 +\x0F "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/òϱ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1µ‚b "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2\x05\x15 0 "
b"\x01 ô\x01 qöëq\x15 Â╣|$24Ų "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2Ož\x1E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2l÷Û "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\f /Û "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3ÔÞn "
b"\x01 ô\x01 qöëq\x15 Â╣|$4ÉÐ╔ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$4è\f Ó "
b"\x01 “\x01 q”‰q\x15 ¶¹|$5ƒ\x1D ð "
b"\x01 “\x01 q”‰q\x15 ¶¹|$6\x1C _’ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7\Ìo "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7ïvc "
b"\x01 ô\x01 qöëq\x15 Â╣|$85ËÅ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9\x17 ¸˜ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$:‹\x7F È "
b"\x01 ô\x01 qöëq\x15 Â╣|$;ìØº "
b"\x01 “\x01 q”‰q\x15 ¶¹|$>,o\x0E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?\x14 ¡k "
b"\x01 ô\x01 qöëq\x15 Â╣|$@Øgß "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@÷Ì "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A®Q³ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A°»õ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B€wé "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B²Ž8 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$EfK‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$G\x05 ‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$GÏ@\x03 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$H\x03 Ök "
b"\x01 “\x01 q”‰q\x15 ¶¹|$HfrE "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Hßmï "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Il´‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$I¿Y "
b"\x01 “\x01 q”‰q\x15 ¶¹|$J’6´ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$O[¾‹ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÇ>\x1D "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÔºT "
b"\x01 “\x01 q”‰q\x15 ¶¹|$RCCâ "
b"\x01 ô\x01 qöëq\x15 Â╣|$RÅ+\x0F "
b"\x01 “\x01 q”‰q\x15 ¶¹|$S A! "
b"\x01 “\x01 q”‰q\x15 ¶¹|$SÙ\x01 j "
b"\x01 “\x01 q”èsv°¶«£‚¸àˆ "
b"\x01 “\x01 q”èsv°¶«£„PìÐ "
b"\x01 “\x01 q”èsv°¶«£ˆ¨aL "
b"\x01 “\x01 q”èsv°¶«£‰ð06 "
b"\x01 “\x01 q”èsv°¶«£Šß\x06\x0F "
b"\x01 “\x01 q”èsv°¶«£‹/Ÿ¸ "
b"\x01 “\x01 q”èsv°¶«£‹«ÌÏ "
b"\x01 “\x01 q”èsv°¶«£Ž8b$ "
b"\x01 ô\x01 qöÞsv░½úÅ5äY "
b"\x01 ô\x01 qöÞsv░½úÅÝå╔ "
b"\x01 “\x01 q”èsv°¶«£‘\x13 BŽ "
b"""
\x01 “\x01 q”èsv°¶«£“\n
cÀ
"""
b"\x01 “\x01 q”èsv°¶«£“G\e Ê "
b"\x01 “\x01 q”èsv°¶«£”\x0F\x13 L "
b"\x01 “\x01 q”èsv°¶«£•¼[F "
b"\x01 “\x01 q”èsv°¶«£–ŸØ[ "
b"\x01 “\x01 q”èsv°¶«£—Qc< "
b"\x01 “\x01 q”èsv°¶«£˜~æ\x16 "
b"\x01 “\x01 q”èsv°¶«£švãd "
b"\x01 “\x01 q”èsv°¶«£š˜˜\ "
b"\x01 “\x01 q”èsv°¶«£›\\x04 Ð "
b"\x01 ô\x01 qöÞsv░½úø║ü╚ "
b"\x01 “\x01 q”èsv°¶«£œ½S’ "
b"\x01 ô\x01 qöÞsv░½úØæ-ë "
b"\x01 “\x01 q”èsv°¶«£ž›\x1C ä "
b"\x01 “\x01 q”èsv°¶«£ 7)M "
b"\x01 “\x01 q”èsv°¶«£¡ž\x10 « "
b"\x01 “\x01 q”èsv°¶«£¢\x7F\x03 — "
b"\x01 “\x01 q”èsv°¶«£¢¸Û† "
b"\x01 “\x01 q”èsv°¶«££>GB "
b"\x01 “\x01 q”èsv°¶«£¤\x1E\x11 ë "
b"\x01 “\x01 q”èsv°¶«£¤óák "
b"\x01 “\x01 q”èsv°¶«£¥\x18 »Ñ "
b"\x01 “\x01 q”èsv°¶«£¥g$] "
b"\x01 “\x01 q”èsv°¶«£¦\x03 “£ "
b"\x01 “\x01 q”èsv°¶«£§¿¦ú "
b"\x01 “\x01 q”èsv°¶«£ª'^s "
b"\x01 “\x01 q”èsv°¶«£ªŽ#_ "
b"\x01 “\x01 q”èsv°¶«£«+«J "
b"\x01 “\x01 q”èsv°¶«£¬\x02 _ã "
b"\x01 “\x01 q”èsv°¶«£¬Ò\x1D  "
b"\x01 “\x01 q”èsv°¶«£¸Ò— "
b"\x01 “\x01 q”èsv°¶«£®‘ÓÈ "
b"\x01 “\x01 q”èsv°¶«£¯t6Ù "
b"\x01 “\x01 q”èsv°¶«£±a\x13 t "
b"\x01 “\x01 q”èsv°¶«£²YVÏ "
b"\x01 “\x01 q”èsv°¶«£²ŽW· "
b"\x01 ô\x01 qöÞsv░½ú│Éài "
b"\x01 “\x01 q”èsv°¶«£µºG\x00 "
b"\x01 “\x01 q”èsv°¶«£·Dší "
b"\x01 “\x01 q”èsv°¶«£¹ž©l "
b"\x01 “\x01 q”èsv°¶«£º‚ä° "
b"\x01 “\x01 q”èsv°¶«£º¹=¬ "
b"\x01 “\x01 q”èsv°¶«£»z®© "
b"\x01 “\x01 q”èsv°¶«£¼m\e Ð "
b"\x01 “\x01 q”èsv°¶«£¼ûfÛ "
b"\x01 “\x01 q”èsv°¶«£½ywÜ "
b"\x01 “\x01 q”èsv°¶«£¾uœŒ "
b"\x01 “\x01 q”èsv°¶«£À9Z8 "
b"\x01 “\x01 q”èsv°¶«£Àgsæ "
b"\x01 “\x01 q”èsv°¶«£ÀÝ[ç "
b"\x01 “\x01 q”èsv°¶«£ÀãÚ\x04 "
b"\x01 “\x01 q”èsv°¶«£Á…Ü\x12 "
b"\x01 “\x01 q”èsv°¶«£ÁÙžË "
b"\x01 “\x01 q”èsv°¶«£ÅJ~µ "
b"\x01 “\x01 q”èsv°¶«£ÆèHD "
b"\x01 “\x01 q”èsv°¶«£ÇÒ,\x03 "
b"\x01 “\x01 q”èsv°¶«£Ê—s\x00 "
b"\x01 “\x01 q”èsv°¶«£ËQ\x15 þ "
b"\x01 “\x01 q”èsv°¶«£Ì¤ùu "
b"\x01 “\x01 q”èsv°¶«£ÌÕÑø "
b"\x01 “\x01 q”èsv°¶«£Í<¸9 "
b"\x01 “\x01 q”èsv°¶«£ÍHCH "
b"\x01 “\x01 q”èsv°¶«£ÎGc? "
b"\x01 “\x01 q”èsv°¶«£ÎYm> "
b"\x01 “\x01 q”èsv°¶«£Ïf‹• "
b"\x01 “\x01 q”èsv°¶«£Ñxœ‹ "
b"\x01 “\x01 q”èsv°¶«£Ò62} "
b"\x01 “\x01 q”èsv°¶«£Ò?„6 "
b"\x01 “\x01 q”èsv°¶«£Ó¢WŠ "
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x1D "Ô
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¬(Aº
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¬¸W\x1E
"""
b"""
\x01 “\x01 q•ŒqA dv\n
@«¬
"""
b"""
\x01 ô\x01 qòîqAádv\n
¡Ä)ü
"""
b"""
\x01 “\x01 q•ŒqA dv\n
°\¤5
"""
b"\x01 “\x01 q•ŒqA dv\n ²Ä\x00 t "
b"""
\x01 “\x01 q•ŒqA dv\n
³ñÆa
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¶‚ã½
"""
b"""
\x01 “\x01 q•ŒqA dv\n
·"^à
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¹¶£&
"""
b"""
\x01 “\x01 q•ŒqA dv\n
»‡îã
"""
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E Åð\r "
b"\x01 ô\x01 qòìsÄáU>\x0F !?═Á "
b"\x01 ô\x01 qòìsÄáU>\x0F '`ñ¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F '└│º "
b"\x01 ô\x01 qòìsÄáU>\x0F (\f Ee "
b"\x01 ô\x01 qòìsÄáU>\x0F (W0‗ "
b"\x01 ô\x01 qòìsÄáU>\x0F (³Zy "
b"\x01 ô\x01 qòìsÄáU>\x0F *\x18 cè "
b"\x01 ô\x01 qòìsÄáU>\x0F *cG¿ "
b"\x01 ô\x01 qòìsÄáU>\x0F ,5oy "
b"\x01 ô\x01 qòìsÄáU>\x0F .P<· "
b"\x01 ô\x01 qòìsÄáU>\x0F /a▄\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F 2\x14 µA "
b"\x01 ô\x01 qòìsÄáU>\x0F 4G╦l "
b"\x01 ô\x01 qòìsÄáU>\x0F 7AW\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F 7 Bz "
b"\x01 ô\x01 qòìsÄáU>\x0F =§}, "
b"\x01 ô\x01 qòìsÄáU>\x0F >─Å\x05 "
b"\x01 ô\x01 qòìsÄáU>\x0F @‗=5 "
b"\x01 ô\x01 qòìsÄáU>\x0F B\x00 ½┬ "
b"\x01 ô\x01 qòìsÄáU>\x0F B\i< "
b"\x01 ô\x01 qòìsÄáU>\x0F C>\x15 ╩ "
b"\x01 ô\x01 qòìsÄáU>\x0F C\x7F pB "
b"\x01 ô\x01 qòìsÄáU>\x0F C▀[ò "
b"\x01 ô\x01 qòìsÄáU>\x0F E>ù\x1D "
b"\x01 ô\x01 qòìsÄáU>\x0F F\°[ "
b"\x01 ô\x01 qòìsÄáU>\x0F F¹J╔ "
b"\x01 ô\x01 qòìsÄáU>\x0F K:Z< "
b"\x01 ô\x01 qòìsÄáU>\x0F N╗áä "
b"\x01 ô\x01 qòìsÄáU>\x0F Or╝² "
b"\x01 ô\x01 qòìsÄáU>\x0F P#\x1C ê "
b"\x01 ô\x01 qòìsÄáU>\x0F Q┘Õ` "
b"\x01 ô\x01 qòìsÄáU>\x0F T1\x02 { "
b"\x01 ô\x01 qòìsÄáU>\x0F TAlƒ "
b"\x01 ô\x01 qòìsÄáU>\x0F T¸Ú "
b"\x01 ô\x01 qòìsÄáU>\x0F WNâ· "
b"\x01 ô\x01 qòìsÄáU>\x0F X@×U "
b"\x01 ô\x01 qòìsÄáU>\x0F Y)Í■ "
b"\x01 ô\x01 qòìsÄáU>\x0F Zø%\x18 "
b"""
\x01 “\x01 q–\n
s|¨\f †‘²Ïg6
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘´¼:z
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘º*î&
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘»~Wa
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Îob&
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Î{\x14 ó
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ØR\x06 }
"""
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (0x0193017194887191A2D92C9FC4DAF4CF , 0x0193017194887191A2D92C9FC55398AD , 0x0193017194887191A2D92C9FC6E01628 , 0x0193017194887191A2D92C9FC829498A , 0x0193017194887191A2D92C9FC891FB22 , 0x0193017194887191A2D92C9FC9BA4920 , 0x0193017194887191A2D92C9FC9E5390E , 0x0193017194887191A2D92C9FCB7627D0 , 0x0193017194887191A2D92C9FCC48864A , 0x0193017194887191A2D92C9FCCB8A8D7 , 0x0193017194887191A2D92C9FCDC77CB6 , 0x0193017194887191A2D92C9FCF31EF6A , 0x0193017194887191A2D92C9FD139345D , 0x0193017194887191A2D92C9FD1B1683F , 0x0193017194887191A2D92C9FD2893FC7 , 0x0193017194887191A2D92C9FD2E1E74E , 0x0193017194887191A2D92C9FD3B3FDA9 , 0x0193017194887191A2D92C9FD5077A80 , 0x0193017194887191A2D92C9FD59093D6 , 0x0193017194887191A2D92C9FD7D8A2DD , 0x0193017194887191A2D92C9FD892F161 , 0x0193017194887191A2D92C9FD9744D84 , 0x0193017194887191A2D92C9FD9D6CF6E , 0x0193017194887191A2D92C9FDA6CC20B , 0x0193017194887191A2D92C9FDBD4608B , 0x0193017194887191A2D92C9FDCA946D5 , 0x0193017194887191A2D92C9FDD44113B , 0x0193017194887191A2D92C9FDEC7A674 , 0x0193017194887191A2D92C9FDFC4D85D , 0x0193017194887191A2D92C9FDFF25DDF , 0x0193017194887191A2D92C9FE08457D8 , 0x0193017194887191A2D92C9FE1D05607 , 0x0193017194887191A2D92C9FE1F40A6C , 0x0193017194887191A2D92C9FE3174C19 , 0x0193017194897115B6B97C24259ACBFD , 0x0193017194897115B6B97C2425B6B7DA , 0x0193017194897115B6B97C2425EED9B5 , 0x0193017194897115B6B97C2426341733 , 0x0193017194897115B6B97C24276617C0 , 0x0193017194897115B6B97C24285E3EBE , 0x0193017194897115B6B97C2428714B05 , 0x0193017194897115B6B97C2429244418 , 0x0193017194897115B6B97C2429B5BD5D , 0x0193017194897115B6B97C242B9B2C66 , 0x0193017194897115B6B97C242C2F2C99 , 0x0193017194897115B6B97C242D19DF3C , 0x0193017194897115B6B97C242E152B0F , 0x0193017194897115B6B97C242FF2CFB1 , 0x0193017194897115B6B97C2431B58262 , 0x0193017194897115B6B97C2432051530 , 0x0193017194897115B6B97C2432348FFD , 0x0193017194897115B6B97C24324F9E1E , 0x0193017194897115B6B97C24326CF7DB , 0x0193017194897115B6B97C24330C2FDB , 0x0193017194897115B6B97C2433D4DE6E , 0x0193017194897115B6B97C243490D1C9 , 0x0193017194897115B6B97C2434E80CD3 , 0x0193017194897115B6B97C2435831DF0 , 0x0193017194897115B6B97C24361C5F92 , 0x0193017194897115B6B97C24375CCC6F , 0x0193017194897115B6B97C2437EF7663 , 0x0193017194897115B6B97C243835D38F , 0x0193017194897115B6B97C243917B898 , 0x0193017194897115B6B97C243A8B7FC8 , 0x0193017194897115B6B97C243B8D9DA7 , 0x0193017194897115B6B97C243E2C6F0E , 0x0193017194897115B6B97C243F14A16B , 0x0193017194897115B6B97C24409D67E1 , 0x0193017194897115B6B97C2440F7CC20 , 0x0193017194897115B6B97C2441AE51B3 , 0x0193017194897115B6B97C2441B0BBF5 , 0x0193017194897115B6B97C24428077E9 , 0x0193017194897115B6B97C2442B28E38 , 0x0193017194897115B6B97C2445664B87 , 0x0193017194897115B6B97C2447AD0587 , 0x0193017194897115B6B97C2447CF4003 , 0x0193017194897115B6B97C244803D66B , 0x0193017194897115B6B97C2448667245 , 0x0193017194897115B6B97C2448DF6DEF , 0x0193017194897115B6B97C24496CB487 , 0x0193017194897115B6B97C2449BFAD59 , 0x0193017194897115B6B97C244A9236B4 , 0x0193017194897115B6B97C244F5BBE8B , 0x0193017194897115B6B97C2450C73E1D , 0x0193017194897115B6B97C2450D4BA54 , 0x0193017194897115B6B97C24524343E2 , 0x0193017194897115B6B97C24528F2B0F , 0x0193017194897115B6B97C2453204121 , 0x0193017194897115B6B97C2453D9016A , 0x0193017194E87376B0B6ABA382B8E088 , 0x0193017194E87376B0B6ABA38450ECD0 , 0x0193017194E87376B0B6ABA388A8614C , 0x0193017194E87376B0B6ABA389F03036 , 0x0193017194E87376B0B6ABA38ADF060F , 0x0193017194E87376B0B6ABA38B2F9FB8 , 0x0193017194E87376B0B6ABA38BABCCCF , 0x0193017194E87376B0B6ABA38E386224 , 0x0193017194E87376B0B6ABA38F358459 , 0x0193017194E87376B0B6ABA38FED86C9 , 0x0193017194E87376B0B6ABA39113428E , 0x0193017194E87376B0B6ABA3930A63C0 , 0x0193017194E87376B0B6ABA393471BCA , 0x0193017194E87376B0B6ABA3940F134C , 0x0193017194E87376B0B6ABA395BC5B46 , 0x0193017194E87376B0B6ABA3969FD85B , 0x0193017194E87376B0B6ABA39751633C , 0x0193017194E87376B0B6ABA3987EE616 , 0x0193017194E87376B0B6ABA39A76E364 , 0x0193017194E87376B0B6ABA39A98985C , 0x0193017194E87376B0B6ABA39B5C04D0 , 0x0193017194E87376B0B6ABA39BBA81C8 , 0x0193017194E87376B0B6ABA39CBD5392 , 0x0193017194E87376B0B6ABA39D912D89 , 0x0193017194E87376B0B6ABA39E9B1CE4 , 0x0193017194E87376B0B6ABA3A037294D , 0x0193017194E87376B0B6ABA3A19E10AB , 0x0193017194E87376B0B6ABA3A27F0397 , 0x0193017194E87376B0B6ABA3A2B8DB86 , 0x0193017194E87376B0B6ABA3A33E4742 , 0x0193017194E87376B0B6ABA3A41E11EB , 0x0193017194E87376B0B6ABA3A4F3E16B , 0x0193017194E87376B0B6ABA3A518BBD1 , 0x0193017194E87376B0B6ABA3A567245D , 0x0193017194E87376B0B6ABA3A60393A3 , 0x0193017194E87376B0B6ABA3A7BFA6FA , 0x0193017194E87376B0B6ABA3AA275E73 , 0x0193017194E87376B0B6ABA3AA8E235F , 0x0193017194E87376B0B6ABA3AB2BAB4A , 0x0193017194E87376B0B6ABA3AC025FE3 , 0x0193017194E87376B0B6ABA3ACD21DC2 , 0x0193017194E87376B0B6ABA3ADB8D297 , 0x0193017194E87376B0B6ABA3AE91D3C8 , 0x0193017194E87376B0B6ABA3AF7436D9 , 0x0193017194E87376B0B6ABA3B1611374 , 0x0193017194E87376B0B6ABA3B25956CF , 0x0193017194E87376B0B6ABA3B28E57B7 , 0x0193017194E87376B0B6ABA3B3908569 , 0x0193017194E87376B0B6ABA3B5BA4700 , 0x0193017194E87376B0B6ABA3B7449AED , 0x0193017194E87376B0B6ABA3B99EA96C , 0x0193017194E87376B0B6ABA3BA82E4B0 , 0x0193017194E87376B0B6ABA3BAB93DAC , 0x0193017194E87376B0B6ABA3BB7AAEA9 , 0x0193017194E87376B0B6ABA3BC6D1BD0 , 0x0193017194E87376B0B6ABA3BCFB66DB , 0x0193017194E87376B0B6ABA3BD7977DC , 0x0193017194E87376B0B6ABA3BE759C8C , 0x0193017194E87376B0B6ABA3C0395A38 , 0x0193017194E87376B0B6ABA3C06773E6 , 0x0193017194E87376B0B6ABA3C0DD5BE7 , 0x0193017194E87376B0B6ABA3C0E3DA04 , 0x0193017194E87376B0B6ABA3C185DC12 , 0x0193017194E87376B0B6ABA3C1D99ECB , 0x0193017194E87376B0B6ABA3C54A7EB5 , 0x0193017194E87376B0B6ABA3C6E84844 , 0x0193017194E87376B0B6ABA3C7D22C03 , 0x0193017194E87376B0B6ABA3CA977300 , 0x0193017194E87376B0B6ABA3CB5115FE , 0x0193017194E87376B0B6ABA3CCA4F975 , 0x0193017194E87376B0B6ABA3CCD5D1F8 , 0x0193017194E87376B0B6ABA3CD3CB839 , 0x0193017194E87376B0B6ABA3CD484348 , 0x0193017194E87376B0B6ABA3CE47633F , 0x0193017194E87376B0B6ABA3CE596D3E , 0x0193017194E87376B0B6ABA3CF668B95 , 0x0193017194E87376B0B6ABA3D1789C8B , 0x0193017194E87376B0B6ABA3D236327D , 0x0193017194E87376B0B6ABA3D23F8436 , 0x0193017194E87376B0B6ABA3D3A2578A , 0x01930171958C7141A064760AAA1D22D4 , 0x01930171958C7141A064760AAC2841BA , 0x01930171958C7141A064760AACB8571E , 0x01930171958C7141A064760AAD40ABAC , 0x01930171958C7141A064760AAD8E2981 , 0x01930171958C7141A064760AB05CA435 , 0x01930171958C7141A064760AB2C40074 , 0x01930171958C7141A064760AB3F1C661 , 0x01930171958C7141A064760AB682E3BD , 0x01930171958C7141A064760AB7225EE0 , 0x01930171958C7141A064760AB9B6A326 , 0x01930171958C7141A064760ABB87EEE3 , 0x01930171958D738EA0553E0F1E8FD00D , 0x01930171958D738EA0553E0F213FCDB5 , 0x01930171958D738EA0553E0F2760A4EE , 0x01930171958D738EA0553E0F27C0B3A7 , 0x01930171958D738EA0553E0F280C4565 , 0x01930171958D738EA0553E0F285730F2 , 0x01930171958D738EA0553E0F28FC5A79 , 0x01930171958D738EA0553E0F2A18638A , 0x01930171958D738EA0553E0F2A6347A8 , 0x01930171958D738EA0553E0F2C356F79 , 0x01930171958D738EA0553E0F2E503CFA , 0x01930171958D738EA0553E0F2F61DC18 , 0x01930171958D738EA0553E0F3214E641 , 0x01930171958D738EA0553E0F3447CB6C , 0x01930171958D738EA0553E0F37415718 , 0x01930171958D738EA0553E0F37FF427A , 0x01930171958D738EA0553E0F3DF57D2C , 0x01930171958D738EA0553E0F3EC48F05 , 0x01930171958D738EA0553E0F40F23D35 , 0x01930171958D738EA0553E0F4200ABC2 , 0x01930171958D738EA0553E0F425C693C , 0x01930171958D738EA0553E0F433E15CA , 0x01930171958D738EA0553E0F437F7042 , 0x01930171958D738EA0553E0F43DF5B95 , 0x01930171958D738EA0553E0F453E971D , 0x01930171958D738EA0553E0F465CF85B , 0x01930171958D738EA0553E0F46FB4AC9 , 0x01930171958D738EA0553E0F4B3A5A3C , 0x01930171958D738EA0553E0F4EBBA084 , 0x01930171958D738EA0553E0F4F72BCFD , 0x01930171958D738EA0553E0F50231C88 , 0x01930171958D738EA0553E0F51D9E560 , 0x01930171958D738EA0553E0F5431027B , 0x01930171958D738EA0553E0F54416C9F , 0x01930171958D738EA0553E0F54F7E9FF , 0x01930171958D738EA0553E0F574E83FA , 0x01930171958D738EA0553E0F58409E55 , 0x01930171958D738EA0553E0F5929D6FE , 0x01930171958D738EA0553E0F5A9B2518 , 0x01930171960A737CA80C8691B2CF6736 , 0x01930171960A737CA80C8691B4BC3A7A , 0x01930171960A737CA80C8691BA2AEE26 , 0x01930171960A737CA80C8691BB7E5761 , 0x01930171960A737CA80C8691CE6F6226 , 0x01930171960A737CA80C8691CE7B14F3 , 0x01930171960A737CA80C8691D852067D );
Copy
45
1.05 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍÇ|¶ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$,/,™ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈ‘û" "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2\x05\x15 0 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7ïvc "
b"\x01 ô\x01 qöëq\x15 Â╣|$RÅ+\x0F "
b"\x01 “\x01 q”èsv°¶«£¦\x03 “£ "
b"\x01 “\x01 q”èsv°¶«£ªŽ#_ "
b"\x01 “\x01 q”èsv°¶«£¯t6Ù "
b"\x01 “\x01 q”èsv°¶«£¼ûfÛ "
b"\x01 “\x01 q•ŒqA dv\n ²Ä\x00 t "
b"\x01 ô\x01 qòìsÄáU>\x0F WNâ· "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÅS˜ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌ¸¨× "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒáçN "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÕ\x07 z€ "
b"\x01 ô\x01 qöêqæó┘,ƒıÉôÍ "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿ×Ø¢Ý "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛÔ`‹ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸßÄØ] "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%¶·Ú "
b"\x01 “\x01 q”‰q\x15 ¶¹|$&4\x17 3 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$)$D\x18 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$+›,f "
b"\x01 “\x01 q”‰q\x15 ¶¹|$.\x15 +\x0F "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1µ‚b "
b"\x01 “\x01 q”‰q\x15 ¶¹|$5ƒ\x1D ð "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?\x14 ¡k "
b"\x01 “\x01 q”‰q\x15 ¶¹|$GÏ@\x03 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$I¿Y "
b"\x01 “\x01 q”‰q\x15 ¶¹|$J’6´ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$RCCâ "
b"\x01 “\x01 q”èsv°¶«£Šß\x06\x0F "
b"\x01 “\x01 q”èsv°¶«£”\x0F\x13 L "
b"\x01 “\x01 q”èsv°¶«£•¼[F "
b"\x01 “\x01 q”èsv°¶«£›\\x04 Ð "
b"\x01 ô\x01 qöÞsv░½úø║ü╚ "
b"\x01 “\x01 q”èsv°¶«£œ½S’ "
b"\x01 “\x01 q”èsv°¶«£ 7)M "
b"\x01 “\x01 q”èsv°¶«£¢\x7F\x03 — "
b"\x01 “\x01 q”èsv°¶«£§¿¦ú "
b"\x01 “\x01 q”èsv°¶«£«+«J "
b"\x01 “\x01 q”èsv°¶«£¬\x02 _ã "
b"\x01 “\x01 q”èsv°¶«£¹ž©l "
b"\x01 “\x01 q”èsv°¶«£º‚ä° "
b"\x01 “\x01 q”èsv°¶«£º¹=¬ "
b"\x01 “\x01 q”èsv°¶«£¼m\e Ð "
b"\x01 “\x01 q”èsv°¶«£Àgsæ "
b"\x01 “\x01 q”èsv°¶«£ÁÙžË "
b"\x01 “\x01 q”èsv°¶«£ÆèHD "
b"\x01 “\x01 q”èsv°¶«£Ê—s\x00 "
b"\x01 “\x01 q”èsv°¶«£ËQ\x15 þ "
b"\x01 “\x01 q”èsv°¶«£Ò?„6 "
b"\x01 ô\x01 qòìsÄáU>\x0F '└│º "
b"\x01 ô\x01 qòìsÄáU>\x0F (W0‗ "
b"\x01 ô\x01 qòìsÄáU>\x0F 4G╦l "
b"\x01 ô\x01 qòìsÄáU>\x0F >─Å\x05 "
b"\x01 ô\x01 qòìsÄáU>\x0F C>\x15 ╩ "
b"\x01 ô\x01 qòìsÄáU>\x0F F¹J╔ "
b"\x01 ô\x01 qòìsÄáU>\x0F P#\x1C ê "
b"\x01 ô\x01 qòìsÄáU>\x0F Zø%\x18 "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÄÚôÏ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÆà\x16 ( "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈ)IŠ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉºI "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉå9\x0E "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸËv'Ð "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌH†J "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÏ1ïj "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ94] "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ±h? "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒ‰?Ç "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÓ³ý© "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸØ’ña "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙtM„ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙÖÏn "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÚlÂ\v "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÜ©FÕ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝD\x11 ; "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞǦt "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿßò]ß "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿà„WØ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáÐV\x07 "
b"""
\x01 “\x01 q”ˆq‘¢Ù,Ÿáô\n
l
"""
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿã\x17 L\x19 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%šËý "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%îÙµ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$'f\x17 À "
b"\x01 “\x01 q”‰q\x15 ¶¹|$(^>¾ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$(qK\x05 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$)µ½] "
b"\x01 “\x01 q”‰q\x15 ¶¹|$-\x19 ß< "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/òϱ "
b"\x01 ô\x01 qöëq\x15 Â╣|$24Ų "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2Ož\x1E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2l÷Û "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\f /Û "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3ÔÞn "
b"\x01 ô\x01 qöëq\x15 Â╣|$4ÉÐ╔ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$4è\f Ó "
b"\x01 “\x01 q”‰q\x15 ¶¹|$6\x1C _’ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7\Ìo "
b"\x01 ô\x01 qöëq\x15 Â╣|$85ËÅ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9\x17 ¸˜ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$:‹\x7F È "
b"\x01 ô\x01 qöëq\x15 Â╣|$;ìØº "
b"\x01 “\x01 q”‰q\x15 ¶¹|$>,o\x0E "
b"\x01 ô\x01 qöëq\x15 Â╣|$@Øgß "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@÷Ì "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A®Q³ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A°»õ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B€wé "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B²Ž8 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$EfK‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$G\x05 ‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$H\x03 Ök "
b"\x01 “\x01 q”‰q\x15 ¶¹|$HfrE "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Hßmï "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Il´‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$O[¾‹ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÇ>\x1D "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÔºT "
b"\x01 “\x01 q”‰q\x15 ¶¹|$S A! "
b"\x01 “\x01 q”‰q\x15 ¶¹|$SÙ\x01 j "
b"\x01 “\x01 q”èsv°¶«£‚¸àˆ "
b"\x01 “\x01 q”èsv°¶«£„PìÐ "
b"\x01 “\x01 q”èsv°¶«£ˆ¨aL "
b"\x01 “\x01 q”èsv°¶«£‰ð06 "
b"\x01 “\x01 q”èsv°¶«£‹/Ÿ¸ "
b"\x01 “\x01 q”èsv°¶«£‹«ÌÏ "
b"\x01 “\x01 q”èsv°¶«£Ž8b$ "
b"\x01 ô\x01 qöÞsv░½úÅ5äY "
b"\x01 ô\x01 qöÞsv░½úÅÝå╔ "
b"\x01 “\x01 q”èsv°¶«£‘\x13 BŽ "
b"""
\x01 “\x01 q”èsv°¶«£“\n
cÀ
"""
b"\x01 “\x01 q”èsv°¶«£“G\e Ê "
b"\x01 “\x01 q”èsv°¶«£–ŸØ[ "
b"\x01 “\x01 q”èsv°¶«£—Qc< "
b"\x01 “\x01 q”èsv°¶«£˜~æ\x16 "
b"\x01 “\x01 q”èsv°¶«£švãd "
b"\x01 “\x01 q”èsv°¶«£š˜˜\ "
b"\x01 ô\x01 qöÞsv░½úØæ-ë "
b"\x01 “\x01 q”èsv°¶«£ž›\x1C ä "
b"\x01 “\x01 q”èsv°¶«£¡ž\x10 « "
b"\x01 “\x01 q”èsv°¶«£¢¸Û† "
b"\x01 “\x01 q”èsv°¶«££>GB "
b"\x01 “\x01 q”èsv°¶«£¤\x1E\x11 ë "
b"\x01 “\x01 q”èsv°¶«£¤óák "
b"\x01 “\x01 q”èsv°¶«£¥\x18 »Ñ "
b"\x01 “\x01 q”èsv°¶«£¥g$] "
b"\x01 “\x01 q”èsv°¶«£ª'^s "
b"\x01 “\x01 q”èsv°¶«£¬Ò\x1D  "
b"\x01 “\x01 q”èsv°¶«£¸Ò— "
b"\x01 “\x01 q”èsv°¶«£®‘ÓÈ "
b"\x01 “\x01 q”èsv°¶«£±a\x13 t "
b"\x01 “\x01 q”èsv°¶«£²YVÏ "
b"\x01 “\x01 q”èsv°¶«£²ŽW· "
b"\x01 ô\x01 qöÞsv░½ú│Éài "
b"\x01 “\x01 q”èsv°¶«£µºG\x00 "
b"\x01 “\x01 q”èsv°¶«£·Dší "
b"\x01 “\x01 q”èsv°¶«£»z®© "
b"\x01 “\x01 q”èsv°¶«£½ywÜ "
b"\x01 “\x01 q”èsv°¶«£¾uœŒ "
b"\x01 “\x01 q”èsv°¶«£À9Z8 "
b"\x01 “\x01 q”èsv°¶«£ÀÝ[ç "
b"\x01 “\x01 q”èsv°¶«£ÀãÚ\x04 "
b"\x01 “\x01 q”èsv°¶«£Á…Ü\x12 "
b"\x01 “\x01 q”èsv°¶«£ÅJ~µ "
b"\x01 “\x01 q”èsv°¶«£ÇÒ,\x03 "
b"\x01 “\x01 q”èsv°¶«£Ì¤ùu "
b"\x01 “\x01 q”èsv°¶«£ÌÕÑø "
b"\x01 “\x01 q”èsv°¶«£Í<¸9 "
b"\x01 “\x01 q”èsv°¶«£ÍHCH "
b"\x01 “\x01 q”èsv°¶«£ÎGc? "
b"\x01 “\x01 q”èsv°¶«£ÎYm> "
b"\x01 “\x01 q”èsv°¶«£Ïf‹• "
b"\x01 “\x01 q”èsv°¶«£Ñxœ‹ "
b"\x01 “\x01 q”èsv°¶«£Ò62} "
b"\x01 “\x01 q”èsv°¶«£Ó¢WŠ "
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x1D "Ô
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¬(Aº
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¬¸W\x1E
"""
b"""
\x01 “\x01 q•ŒqA dv\n
@«¬
"""
b"""
\x01 ô\x01 qòîqAádv\n
¡Ä)ü
"""
b"""
\x01 “\x01 q•ŒqA dv\n
°\¤5
"""
b"""
\x01 “\x01 q•ŒqA dv\n
³ñÆa
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¶‚ã½
"""
b"""
\x01 “\x01 q•ŒqA dv\n
·"^à
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¹¶£&
"""
b"""
\x01 “\x01 q•ŒqA dv\n
»‡îã
"""
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E Åð\r "
b"\x01 ô\x01 qòìsÄáU>\x0F !?═Á "
b"\x01 ô\x01 qòìsÄáU>\x0F '`ñ¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F (\f Ee "
b"\x01 ô\x01 qòìsÄáU>\x0F (³Zy "
b"\x01 ô\x01 qòìsÄáU>\x0F *\x18 cè "
b"\x01 ô\x01 qòìsÄáU>\x0F *cG¿ "
b"\x01 ô\x01 qòìsÄáU>\x0F ,5oy "
b"\x01 ô\x01 qòìsÄáU>\x0F .P<· "
b"\x01 ô\x01 qòìsÄáU>\x0F /a▄\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F 2\x14 µA "
b"\x01 ô\x01 qòìsÄáU>\x0F 7AW\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F 7 Bz "
b"\x01 ô\x01 qòìsÄáU>\x0F =§}, "
b"\x01 ô\x01 qòìsÄáU>\x0F @‗=5 "
b"\x01 ô\x01 qòìsÄáU>\x0F B\x00 ½┬ "
b"\x01 ô\x01 qòìsÄáU>\x0F B\i< "
b"\x01 ô\x01 qòìsÄáU>\x0F C\x7F pB "
b"\x01 ô\x01 qòìsÄáU>\x0F C▀[ò "
b"\x01 ô\x01 qòìsÄáU>\x0F E>ù\x1D "
b"\x01 ô\x01 qòìsÄáU>\x0F F\°[ "
b"\x01 ô\x01 qòìsÄáU>\x0F K:Z< "
b"\x01 ô\x01 qòìsÄáU>\x0F N╗áä "
b"\x01 ô\x01 qòìsÄáU>\x0F Or╝² "
b"\x01 ô\x01 qòìsÄáU>\x0F Q┘Õ` "
b"\x01 ô\x01 qòìsÄáU>\x0F T1\x02 { "
b"\x01 ô\x01 qòìsÄáU>\x0F TAlƒ "
b"\x01 ô\x01 qòìsÄáU>\x0F T¸Ú "
b"\x01 ô\x01 qòìsÄáU>\x0F X@×U "
b"\x01 ô\x01 qòìsÄáU>\x0F Y)Í■ "
b"""
\x01 “\x01 q–\n
s|¨\f †‘²Ïg6
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘´¼:z
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘º*î&
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘»~Wa
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Îob&
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Î{\x14 ó
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ØR\x06 }
"""
]
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 (0x0193017194887191A2D92C9FCDC77CB6 , 0x0193017194897115B6B97C242C2F2C99 , 0x0193017194887191A2D92C9FC891FB22 , 0x0193017194897115B6B97C2432051530 , 0x0193017194897115B6B97C2437EF7663 , 0x0193017194897115B6B97C24528F2B0F , 0x0193017194E87376B0B6ABA3A60393A3 , 0x0193017194E87376B0B6ABA3AA8E235F , 0x0193017194E87376B0B6ABA3AF7436D9 , 0x0193017194E87376B0B6ABA3BCFB66DB , 0x01930171958C7141A064760AB2C40074 , 0x01930171958D738EA0553E0F574E83FA , 0x0193017194887191A2D92C9FC55398AD , 0x0193017194887191A2D92C9FCCB8A8D7 , 0x0193017194887191A2D92C9FD2E1E74E , 0x0193017194887191A2D92C9FD5077A80 , 0x0193017194887191A2D92C9FD59093D6 , 0x0193017194887191A2D92C9FD7D8A2DD , 0x0193017194887191A2D92C9FDBD4608B , 0x0193017194887191A2D92C9FDFC4D85D , 0x0193017194897115B6B97C2425B6B7DA , 0x0193017194897115B6B97C2426341733 , 0x0193017194897115B6B97C2429244418 , 0x0193017194897115B6B97C242B9B2C66 , 0x0193017194897115B6B97C242E152B0F , 0x0193017194897115B6B97C2431B58262 , 0x0193017194897115B6B97C2435831DF0 , 0x0193017194897115B6B97C243F14A16B , 0x0193017194897115B6B97C2447CF4003 , 0x0193017194897115B6B97C2449BFAD59 , 0x0193017194897115B6B97C244A9236B4 , 0x0193017194897115B6B97C24524343E2 , 0x0193017194E87376B0B6ABA38ADF060F , 0x0193017194E87376B0B6ABA3940F134C , 0x0193017194E87376B0B6ABA395BC5B46 , 0x0193017194E87376B0B6ABA39B5C04D0 , 0x0193017194E87376B0B6ABA39BBA81C8 , 0x0193017194E87376B0B6ABA39CBD5392 , 0x0193017194E87376B0B6ABA3A037294D , 0x0193017194E87376B0B6ABA3A27F0397 , 0x0193017194E87376B0B6ABA3A7BFA6FA , 0x0193017194E87376B0B6ABA3AB2BAB4A , 0x0193017194E87376B0B6ABA3AC025FE3 , 0x0193017194E87376B0B6ABA3B99EA96C , 0x0193017194E87376B0B6ABA3BA82E4B0 , 0x0193017194E87376B0B6ABA3BAB93DAC , 0x0193017194E87376B0B6ABA3BC6D1BD0 , 0x0193017194E87376B0B6ABA3C06773E6 , 0x0193017194E87376B0B6ABA3C1D99ECB , 0x0193017194E87376B0B6ABA3C6E84844 , 0x0193017194E87376B0B6ABA3CA977300 , 0x0193017194E87376B0B6ABA3CB5115FE , 0x0193017194E87376B0B6ABA3D23F8436 , 0x01930171958D738EA0553E0F27C0B3A7 , 0x01930171958D738EA0553E0F285730F2 , 0x01930171958D738EA0553E0F3447CB6C , 0x01930171958D738EA0553E0F3EC48F05 , 0x01930171958D738EA0553E0F433E15CA , 0x01930171958D738EA0553E0F46FB4AC9 , 0x01930171958D738EA0553E0F50231C88 , 0x01930171958D738EA0553E0F5A9B2518 , 0x0193017194887191A2D92C9FC4DAF4CF , 0x0193017194887191A2D92C9FC6E01628 , 0x0193017194887191A2D92C9FC829498A , 0x0193017194887191A2D92C9FC9BA4920 , 0x0193017194887191A2D92C9FC9E5390E , 0x0193017194887191A2D92C9FCB7627D0 , 0x0193017194887191A2D92C9FCC48864A , 0x0193017194887191A2D92C9FCF31EF6A , 0x0193017194887191A2D92C9FD139345D , 0x0193017194887191A2D92C9FD1B1683F , 0x0193017194887191A2D92C9FD2893FC7 , 0x0193017194887191A2D92C9FD3B3FDA9 , 0x0193017194887191A2D92C9FD892F161 , 0x0193017194887191A2D92C9FD9744D84 , 0x0193017194887191A2D92C9FD9D6CF6E , 0x0193017194887191A2D92C9FDA6CC20B , 0x0193017194887191A2D92C9FDCA946D5 , 0x0193017194887191A2D92C9FDD44113B , 0x0193017194887191A2D92C9FDEC7A674 , 0x0193017194887191A2D92C9FDFF25DDF , 0x0193017194887191A2D92C9FE08457D8 , 0x0193017194887191A2D92C9FE1D05607 , 0x0193017194887191A2D92C9FE1F40A6C , 0x0193017194887191A2D92C9FE3174C19 , 0x0193017194897115B6B97C24259ACBFD , 0x0193017194897115B6B97C2425EED9B5 , 0x0193017194897115B6B97C24276617C0 , 0x0193017194897115B6B97C24285E3EBE , 0x0193017194897115B6B97C2428714B05 , 0x0193017194897115B6B97C2429B5BD5D , 0x0193017194897115B6B97C242D19DF3C , 0x0193017194897115B6B97C242FF2CFB1 , 0x0193017194897115B6B97C2432348FFD , 0x0193017194897115B6B97C24324F9E1E , 0x0193017194897115B6B97C24326CF7DB , 0x0193017194897115B6B97C24330C2FDB , 0x0193017194897115B6B97C2433D4DE6E , 0x0193017194897115B6B97C243490D1C9 , 0x0193017194897115B6B97C2434E80CD3 , 0x0193017194897115B6B97C24361C5F92 , 0x0193017194897115B6B97C24375CCC6F , 0x0193017194897115B6B97C243835D38F , 0x0193017194897115B6B97C243917B898 , 0x0193017194897115B6B97C243A8B7FC8 , 0x0193017194897115B6B97C243B8D9DA7 , 0x0193017194897115B6B97C243E2C6F0E , 0x0193017194897115B6B97C24409D67E1 , 0x0193017194897115B6B97C2440F7CC20 , 0x0193017194897115B6B97C2441AE51B3 , 0x0193017194897115B6B97C2441B0BBF5 , 0x0193017194897115B6B97C24428077E9 , 0x0193017194897115B6B97C2442B28E38 , 0x0193017194897115B6B97C2445664B87 , 0x0193017194897115B6B97C2447AD0587 , 0x0193017194897115B6B97C244803D66B , 0x0193017194897115B6B97C2448667245 , 0x0193017194897115B6B97C2448DF6DEF , 0x0193017194897115B6B97C24496CB487 , 0x0193017194897115B6B97C244F5BBE8B , 0x0193017194897115B6B97C2450C73E1D , 0x0193017194897115B6B97C2450D4BA54 , 0x0193017194897115B6B97C2453204121 , 0x0193017194897115B6B97C2453D9016A , 0x0193017194E87376B0B6ABA382B8E088 , 0x0193017194E87376B0B6ABA38450ECD0 , 0x0193017194E87376B0B6ABA388A8614C , 0x0193017194E87376B0B6ABA389F03036 , 0x0193017194E87376B0B6ABA38B2F9FB8 , 0x0193017194E87376B0B6ABA38BABCCCF , 0x0193017194E87376B0B6ABA38E386224 , 0x0193017194E87376B0B6ABA38F358459 , 0x0193017194E87376B0B6ABA38FED86C9 , 0x0193017194E87376B0B6ABA39113428E , 0x0193017194E87376B0B6ABA3930A63C0 , 0x0193017194E87376B0B6ABA393471BCA , 0x0193017194E87376B0B6ABA3969FD85B , 0x0193017194E87376B0B6ABA39751633C , 0x0193017194E87376B0B6ABA3987EE616 , 0x0193017194E87376B0B6ABA39A76E364 , 0x0193017194E87376B0B6ABA39A98985C , 0x0193017194E87376B0B6ABA39D912D89 , 0x0193017194E87376B0B6ABA39E9B1CE4 , 0x0193017194E87376B0B6ABA3A19E10AB , 0x0193017194E87376B0B6ABA3A2B8DB86 , 0x0193017194E87376B0B6ABA3A33E4742 , 0x0193017194E87376B0B6ABA3A41E11EB , 0x0193017194E87376B0B6ABA3A4F3E16B , 0x0193017194E87376B0B6ABA3A518BBD1 , 0x0193017194E87376B0B6ABA3A567245D , 0x0193017194E87376B0B6ABA3AA275E73 , 0x0193017194E87376B0B6ABA3ACD21DC2 , 0x0193017194E87376B0B6ABA3ADB8D297 , 0x0193017194E87376B0B6ABA3AE91D3C8 , 0x0193017194E87376B0B6ABA3B1611374 , 0x0193017194E87376B0B6ABA3B25956CF , 0x0193017194E87376B0B6ABA3B28E57B7 , 0x0193017194E87376B0B6ABA3B3908569 , 0x0193017194E87376B0B6ABA3B5BA4700 , 0x0193017194E87376B0B6ABA3B7449AED , 0x0193017194E87376B0B6ABA3BB7AAEA9 , 0x0193017194E87376B0B6ABA3BD7977DC , 0x0193017194E87376B0B6ABA3BE759C8C , 0x0193017194E87376B0B6ABA3C0395A38 , 0x0193017194E87376B0B6ABA3C0DD5BE7 , 0x0193017194E87376B0B6ABA3C0E3DA04 , 0x0193017194E87376B0B6ABA3C185DC12 , 0x0193017194E87376B0B6ABA3C54A7EB5 , 0x0193017194E87376B0B6ABA3C7D22C03 , 0x0193017194E87376B0B6ABA3CCA4F975 , 0x0193017194E87376B0B6ABA3CCD5D1F8 , 0x0193017194E87376B0B6ABA3CD3CB839 , 0x0193017194E87376B0B6ABA3CD484348 , 0x0193017194E87376B0B6ABA3CE47633F , 0x0193017194E87376B0B6ABA3CE596D3E , 0x0193017194E87376B0B6ABA3CF668B95 , 0x0193017194E87376B0B6ABA3D1789C8B , 0x0193017194E87376B0B6ABA3D236327D , 0x0193017194E87376B0B6ABA3D3A2578A , 0x01930171958C7141A064760AAA1D22D4 , 0x01930171958C7141A064760AAC2841BA , 0x01930171958C7141A064760AACB8571E , 0x01930171958C7141A064760AAD40ABAC , 0x01930171958C7141A064760AAD8E2981 , 0x01930171958C7141A064760AB05CA435 , 0x01930171958C7141A064760AB3F1C661 , 0x01930171958C7141A064760AB682E3BD , 0x01930171958C7141A064760AB7225EE0 , 0x01930171958C7141A064760AB9B6A326 , 0x01930171958C7141A064760ABB87EEE3 , 0x01930171958D738EA0553E0F1E8FD00D , 0x01930171958D738EA0553E0F213FCDB5 , 0x01930171958D738EA0553E0F2760A4EE , 0x01930171958D738EA0553E0F280C4565 , 0x01930171958D738EA0553E0F28FC5A79 , 0x01930171958D738EA0553E0F2A18638A , 0x01930171958D738EA0553E0F2A6347A8 , 0x01930171958D738EA0553E0F2C356F79 , 0x01930171958D738EA0553E0F2E503CFA , 0x01930171958D738EA0553E0F2F61DC18 , 0x01930171958D738EA0553E0F3214E641 , 0x01930171958D738EA0553E0F37415718 , 0x01930171958D738EA0553E0F37FF427A , 0x01930171958D738EA0553E0F3DF57D2C , 0x01930171958D738EA0553E0F40F23D35 , 0x01930171958D738EA0553E0F4200ABC2 , 0x01930171958D738EA0553E0F425C693C , 0x01930171958D738EA0553E0F437F7042 , 0x01930171958D738EA0553E0F43DF5B95 , 0x01930171958D738EA0553E0F453E971D , 0x01930171958D738EA0553E0F465CF85B , 0x01930171958D738EA0553E0F4B3A5A3C , 0x01930171958D738EA0553E0F4EBBA084 , 0x01930171958D738EA0553E0F4F72BCFD , 0x01930171958D738EA0553E0F51D9E560 , 0x01930171958D738EA0553E0F5431027B , 0x01930171958D738EA0553E0F54416C9F , 0x01930171958D738EA0553E0F54F7E9FF , 0x01930171958D738EA0553E0F58409E55 , 0x01930171958D738EA0553E0F5929D6FE , 0x01930171960A737CA80C8691B2CF6736 , 0x01930171960A737CA80C8691B4BC3A7A , 0x01930171960A737CA80C8691BA2AEE26 , 0x01930171960A737CA80C8691BB7E5761 , 0x01930171960A737CA80C8691CE6F6226 , 0x01930171960A737CA80C8691CE7B14F3 , 0x01930171960A737CA80C8691D852067D )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
46
0.22 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
47
0.36 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
48
0.25 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
49
0.83 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
50
0.20 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
51
0.69 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 q—\x00 s\x7F ¢#$Æ.•j\x0E "
b"\x01 “\x01 q—\x02 r\x07 ‘}‰ì‚9~y "
b"\x01 “\x01 q—\x03 qð™B“F;YúÅ "
b"\x01 “\x01 q—\x03 qð™B“F;ý\x12 Æ "
]
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 (0x019301719700737FA22324C62E956A0E , 0x0193017197027207917D89EC82397E79 , 0x01930171970371F0994293463B59FAC5 , 0x01930171970371F0994293463BFD12C6 ));
Copy
52
7.87 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/01930171970371f0994293463bfd12c6 "
"/navigation/0193017196fb7370afae169dc0f126ba "
"/navigation/0193017196fe731f9405ce8b7557eaeb "
"/navigation/019301719700737fa22324c62e956a0e "
"/navigation/01930171970473cbb8271ff5bdb1a6c0 "
"/navigation/01930171970a7131b60fe8271e422993 "
"/navigation/01930171970b73109464b47ceaf9608c "
"/navigation/01930171970c731ea5e0975f2c9d205d "
"/navigation/01930171970f7128b1bf4c149336a6db "
"/navigation/019301719717710bbe6cc2b2c16632f3 "
"/navigation/0193017197187214bca1757296ca93c4 "
"/navigation/0193017196fc72d5ae655ff973095f8b "
"/navigation/0193017196fc72d5ae655ff973c7c032 "
"/navigation/0193017196fc72d5ae655ff974ad7629 "
"/navigation/0193017196fd7153b30828fe766c19a3 "
"/navigation/0193017196fd7153b30828fe76ddf70d "
"/navigation/0193017196fd7153b30828fe7794fb0d "
"/navigation/0193017196fd7153b30828fe77bfa37a "
"/navigation/0193017196fd7153b30828fe77f9d6ba "
"/navigation/0193017196fd7153b30828fe785d88ab "
"/navigation/0193017196fd7153b30828fe790c054a "
"/navigation/0193017196fd7153b30828fe79552c61 "
"/navigation/0193017196fd7153b30828fe79606d5a "
"/navigation/0193017196fd7153b30828fe7964b0ca "
"/navigation/0193017196fd7153b30828fe7a322983 "
"/navigation/0193017196fd7153b30828fe7ab2127a "
"/navigation/0193017196fd7153b30828fe7b822b2d "
"/navigation/0193017196fd7153b30828fe7b832946 "
"/navigation/0193017196fd7153b30828fe7bde9c5b "
"/navigation/0193017196fd7153b30828fe7c09c8d5 "
"/navigation/0193017196fd7153b30828fe7ce73a04 "
"/navigation/0193017196fe731f9405ce8b74599863 "
"/navigation/0193017196fe731f9405ce8b76534d4b "
"/navigation/0193017196fe731f9405ce8b766353f1 "
"/navigation/0193017196fe731f9405ce8b791a3d82 "
"/navigation/0193017196fe731f9405ce8b7c0a891e "
"/navigation/0193017196ff71d7b75367f901e26037 "
"/navigation/0193017196ff71d7b75367f904bc17b6 "
"/navigation/0193017196ff71d7b75367f90510e137 "
"/navigation/0193017196ff71d7b75367f9089b0236 "
"/navigation/019301719700737fa22324c62f15cfdd "
"/navigation/019301719700737fa22324c62f4a234c "
"/navigation/019301719700737fa22324c6313b0e4b "
"/navigation/019301719700737fa22324c6322df83f "
"/navigation/019301719700737fa22324c63402fe61 "
"/navigation/019301719700737fa22324c6353bba0c "
"/navigation/019301719701718985d91466e32aad9b "
"/navigation/019301719701718985d91466e48cadb4 "
"/navigation/019301719701718985d91466e624878d "
"/navigation/019301719701718985d91466e80316b9 "
"/navigation/019301719701718985d91466eb86cabb "
"/navigation/0193017197027207917d89ec7bae79d1 "
"/navigation/0193017197027207917d89ec7e4807d2 "
"/navigation/0193017197027207917d89ec7ff6e3eb "
"/navigation/0193017197027207917d89ec80c25e33 "
"/navigation/0193017197027207917d89ec82397e79 "
"/navigation/0193017197027207917d89ec82a0d923 "
"/navigation/01930171970371f0994293463b59fac5 "
"/navigation/01930171970371f0994293463e121fec "
"/navigation/01930171970473cbb8271ff5be498924 "
"/navigation/01930171970473cbb8271ff5bec6dd8f "
"/navigation/01930171970473cbb8271ff5c2e17542 "
"/navigation/01930171970571b2a126450bab6c8f45 "
"/navigation/01930171970571b2a126450bac5d8ead "
"/navigation/01930171970671e39948ad9c355ed947 "
"/navigation/01930171970773459e4c9e1e25bcceb2 "
"/navigation/019301719708714f8974d84f40d5bff2 "
"/navigation/0193017197097072a257c3b22b0b45da "
"/navigation/01930171970a7131b60fe8271e8b8e66 "
"/navigation/01930171970a7131b60fe8271f14250a "
"/navigation/01930171970a7131b60fe8271ff6ac17 "
"/navigation/01930171970a7131b60fe827206375b9 "
"/navigation/01930171970a7131b60fe82720df1421 "
"/navigation/01930171970a7131b60fe82721516000 "
"/navigation/01930171970a7131b60fe82721c2b78f "
"/navigation/01930171970a7131b60fe827223a5d74 "
"/navigation/01930171970a7131b60fe82722ad3d56 "
"/navigation/01930171970a7131b60fe82722bbe6a8 "
"/navigation/01930171970b73109464b47ce7d59853 "
"/navigation/01930171970b73109464b47ce849fb05 "
"/navigation/01930171970b73109464b47ce8f583a4 "
"/navigation/01930171970b73109464b47ce9878a94 "
"/navigation/01930171970b73109464b47ce9b0126e "
"/navigation/01930171970b73109464b47cea3d693d "
"/navigation/01930171970b73109464b47cebb52f6e "
"/navigation/01930171970b73109464b47cec8335eb "
"/navigation/01930171970b73109464b47ced62ec6a "
"/navigation/01930171970b73109464b47cedea96dc "
"/navigation/01930171970b73109464b47cee2c8bf2 "
"/navigation/01930171970b73109464b47ceee0ea0a "
"/navigation/01930171970b73109464b47ceee3ed28 "
"/navigation/01930171970b73109464b47cef80ddc1 "
"/navigation/01930171970b73109464b47cefb436a5 "
"/navigation/01930171970c731ea5e0975f288d066b "
"/navigation/01930171970c731ea5e0975f29642ef4 "
"/navigation/01930171970c731ea5e0975f29cd3f29 "
"/navigation/01930171970c731ea5e0975f2a8c6e26 "
"/navigation/01930171970c731ea5e0975f2b12ec2a "
"/navigation/01930171970c731ea5e0975f2b522c7d "
"/navigation/01930171970c731ea5e0975f2b8e72f7 "
"/navigation/01930171970c731ea5e0975f2bb75758 "
"/navigation/01930171970c731ea5e0975f2cd67bd6 "
"/navigation/01930171970c731ea5e0975f2d5d2546 "
"/navigation/01930171970c731ea5e0975f30139548 "
"/navigation/01930171970d737e85dcd0a17ae8e6a5 "
"/navigation/01930171970d737e85dcd0a17cf95780 "
"/navigation/01930171970d737e85dcd0a17dd824b6 "
"/navigation/01930171970d737e85dcd0a17fc84953 "
"/navigation/01930171970d737e85dcd0a181da9948 "
"/navigation/01930171970e736798d6c74361ba6ac7 "
"/navigation/01930171970e736798d6c7436234652b "
"/navigation/01930171970e736798d6c7436580455c "
"/navigation/01930171970e736798d6c7436949a123 "
"/navigation/01930171970f7128b1bf4c14939c5a9a "
"/navigation/01930171970f7128b1bf4c1494013c83 "
"/navigation/019301719710713ca5648cfebdd152f9 "
"/navigation/0193017197117216ba403479ffd9814d "
"/navigation/01930171971270c7a833bb59e564f5f1 "
"/navigation/01930171971270c7a833bb59e5fad620 "
"/navigation/0193017197137095a63a75d44ca17310 "
"/navigation/019301719714730d8bd8cf64a4956ff3 "
"/navigation/01930171971671c5b9c69ef8b3d300e7 "
"/navigation/019301719717710bbe6cc2b2c1a94f6b "
"/navigation/019301719717710bbe6cc2b2c20d8649 "
"/navigation/019301719717710bbe6cc2b2c2170866 "
"/navigation/019301719717710bbe6cc2b2c2e50079 "
"/navigation/019301719717710bbe6cc2b2c3c1d0f2 "
"/navigation/019301719717710bbe6cc2b2c3d02719 "
"/navigation/019301719717710bbe6cc2b2c4a4d52d "
"/navigation/019301719717710bbe6cc2b2c4d8a9ad "
"/navigation/0193017197187214bca17572961ac6d8 "
"/navigation/0193017197187214bca175729664a1d1 "
"/navigation/0193017197187214bca1757296e2f95c "
"/navigation/0193017197187214bca17572972de9b7 "
"/navigation/0193017197187214bca175729857bfda "
"/navigation/0193017197197080a8175f5aa581eb1c "
"/navigation/0193017197197080a8175f5aa61887ce "
"/navigation/0193017197197080a8175f5aa88936bf "
"/navigation/0193017197197080a8175f5aaa027bd5 "
"/navigation/0193017197197080a8175f5aaa3b6a1c "
"/navigation/01930171971a70bdbd320e6f20ee648a "
"/navigation/01930171971a70bdbd320e6f22911111 "
"/navigation/01930171971a70bdbd320e6f24e9b81c "
"/navigation/01930171971b72edb7cf11a58f09bf78 "
"/navigation/01930171971b72edb7cf11a590e7f2af "
"/navigation/01930171971b72edb7cf11a5913cb733 "
"/navigation/01930171971b72edb7cf11a593823c0a "
"/navigation/01930171971b72edb7cf11a59492f0d1 "
"/navigation/01930171971c73ac9558f9c4de8142ca "
"/navigation/01930171971c73ac9558f9c4e080e219 "
"/navigation/01930171971c73ac9558f9c4e2b64a1a "
"/navigation/01930171971c73ac9558f9c4e35b1a06 "
"/navigation/01930171971c73ac9558f9c4e4a5f0c6 "
"/navigation/01930171971d721caf1414fc3cd07b7a "
"/navigation/01930171971d721caf1414fc3e26382a "
"/detail/01930171eb9b7259b0e379b6ca661749 "
"/detail/01930173a87d725896b401a4d159d848 "
"/detail/01930173a880734fb0e6e64fb99ac2d4 "
"/detail/01930173a8a9702cb7c423ec12f584f6 "
"/detail/01930175ebdd703a8398c48cc72aa0cb "
"/detail/0193017523c77336907c17be78969be7 "
"/detail/01930173a89e73f5a7ef05b5b5f6c156 "
"/detail/01930173a8bb707aa9b66046a335917b "
"/detail/01930171eb98717bb5885860c446e82e "
"/detail/01930175eb8c73dc86272b5ac4c5cc79 "
"/detail/01930175ebf4726687cec1afc1155893 "
"/detail/0193017523a47212b50af9321574c9fd "
"/detail/01930175eb70731ca9cbc2346fd55375 "
"/detail/01930175ebb670b48ed7efe23b875e0d "
"/detail/01930171eb9a72babb3fdf798aaf276d "
"/detail/0193017523d371898a9930a39d2369e5 "
"/detail/01930175239e73a6a51520b5f9553e7c "
"/detail/019301733a60716d9c87e7a9e33b37ff "
"/detail/01930173a884713b9e6d15d454741068 "
"/detail/01930173a8b470b59085df2fa1d1ddbc "
"/detail/019301733a5d70c895a8875f67bc8411 "
"/detail/0193017523d873f580f88b6ba7132b5e "
"/detail/01930171eb9473dca25aaf435709aee4 "
"/detail/01930175ebed7116bebf2800adcd9844 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “\x01 k\x1A â}¹£}û¬§M7ð "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/navigation/01930171970371f0994293463bfd12c6' , '/navigation/0193017196fb7370afae169dc0f126ba' , '/navigation/0193017196fe731f9405ce8b7557eaeb' , '/navigation/019301719700737fa22324c62e956a0e' , '/navigation/01930171970473cbb8271ff5bdb1a6c0' , '/navigation/01930171970a7131b60fe8271e422993' , '/navigation/01930171970b73109464b47ceaf9608c' , '/navigation/01930171970c731ea5e0975f2c9d205d' , '/navigation/01930171970f7128b1bf4c149336a6db' , '/navigation/019301719717710bbe6cc2b2c16632f3' , '/navigation/0193017197187214bca1757296ca93c4' , '/navigation/0193017196fc72d5ae655ff973095f8b' , '/navigation/0193017196fc72d5ae655ff973c7c032' , '/navigation/0193017196fc72d5ae655ff974ad7629' , '/navigation/0193017196fd7153b30828fe766c19a3' , '/navigation/0193017196fd7153b30828fe76ddf70d' , '/navigation/0193017196fd7153b30828fe7794fb0d' , '/navigation/0193017196fd7153b30828fe77bfa37a' , '/navigation/0193017196fd7153b30828fe77f9d6ba' , '/navigation/0193017196fd7153b30828fe785d88ab' , '/navigation/0193017196fd7153b30828fe790c054a' , '/navigation/0193017196fd7153b30828fe79552c61' , '/navigation/0193017196fd7153b30828fe79606d5a' , '/navigation/0193017196fd7153b30828fe7964b0ca' , '/navigation/0193017196fd7153b30828fe7a322983' , '/navigation/0193017196fd7153b30828fe7ab2127a' , '/navigation/0193017196fd7153b30828fe7b822b2d' , '/navigation/0193017196fd7153b30828fe7b832946' , '/navigation/0193017196fd7153b30828fe7bde9c5b' , '/navigation/0193017196fd7153b30828fe7c09c8d5' , '/navigation/0193017196fd7153b30828fe7ce73a04' , '/navigation/0193017196fe731f9405ce8b74599863' , '/navigation/0193017196fe731f9405ce8b76534d4b' , '/navigation/0193017196fe731f9405ce8b766353f1' , '/navigation/0193017196fe731f9405ce8b791a3d82' , '/navigation/0193017196fe731f9405ce8b7c0a891e' , '/navigation/0193017196ff71d7b75367f901e26037' , '/navigation/0193017196ff71d7b75367f904bc17b6' , '/navigation/0193017196ff71d7b75367f90510e137' , '/navigation/0193017196ff71d7b75367f9089b0236' , '/navigation/019301719700737fa22324c62f15cfdd' , '/navigation/019301719700737fa22324c62f4a234c' , '/navigation/019301719700737fa22324c6313b0e4b' , '/navigation/019301719700737fa22324c6322df83f' , '/navigation/019301719700737fa22324c63402fe61' , '/navigation/019301719700737fa22324c6353bba0c' , '/navigation/019301719701718985d91466e32aad9b' , '/navigation/019301719701718985d91466e48cadb4' , '/navigation/019301719701718985d91466e624878d' , '/navigation/019301719701718985d91466e80316b9' , '/navigation/019301719701718985d91466eb86cabb' , '/navigation/0193017197027207917d89ec7bae79d1' , '/navigation/0193017197027207917d89ec7e4807d2' , '/navigation/0193017197027207917d89ec7ff6e3eb' , '/navigation/0193017197027207917d89ec80c25e33' , '/navigation/0193017197027207917d89ec82397e79' , '/navigation/0193017197027207917d89ec82a0d923' , '/navigation/01930171970371f0994293463b59fac5' , '/navigation/01930171970371f0994293463e121fec' , '/navigation/01930171970473cbb8271ff5be498924' , '/navigation/01930171970473cbb8271ff5bec6dd8f' , '/navigation/01930171970473cbb8271ff5c2e17542' , '/navigation/01930171970571b2a126450bab6c8f45' , '/navigation/01930171970571b2a126450bac5d8ead' , '/navigation/01930171970671e39948ad9c355ed947' , '/navigation/01930171970773459e4c9e1e25bcceb2' , '/navigation/019301719708714f8974d84f40d5bff2' , '/navigation/0193017197097072a257c3b22b0b45da' , '/navigation/01930171970a7131b60fe8271e8b8e66' , '/navigation/01930171970a7131b60fe8271f14250a' , '/navigation/01930171970a7131b60fe8271ff6ac17' , '/navigation/01930171970a7131b60fe827206375b9' , '/navigation/01930171970a7131b60fe82720df1421' , '/navigation/01930171970a7131b60fe82721516000' , '/navigation/01930171970a7131b60fe82721c2b78f' , '/navigation/01930171970a7131b60fe827223a5d74' , '/navigation/01930171970a7131b60fe82722ad3d56' , '/navigation/01930171970a7131b60fe82722bbe6a8' , '/navigation/01930171970b73109464b47ce7d59853' , '/navigation/01930171970b73109464b47ce849fb05' , '/navigation/01930171970b73109464b47ce8f583a4' , '/navigation/01930171970b73109464b47ce9878a94' , '/navigation/01930171970b73109464b47ce9b0126e' , '/navigation/01930171970b73109464b47cea3d693d' , '/navigation/01930171970b73109464b47cebb52f6e' , '/navigation/01930171970b73109464b47cec8335eb' , '/navigation/01930171970b73109464b47ced62ec6a' , '/navigation/01930171970b73109464b47cedea96dc' , '/navigation/01930171970b73109464b47cee2c8bf2' , '/navigation/01930171970b73109464b47ceee0ea0a' , '/navigation/01930171970b73109464b47ceee3ed28' , '/navigation/01930171970b73109464b47cef80ddc1' , '/navigation/01930171970b73109464b47cefb436a5' , '/navigation/01930171970c731ea5e0975f288d066b' , '/navigation/01930171970c731ea5e0975f29642ef4' , '/navigation/01930171970c731ea5e0975f29cd3f29' , '/navigation/01930171970c731ea5e0975f2a8c6e26' , '/navigation/01930171970c731ea5e0975f2b12ec2a' , '/navigation/01930171970c731ea5e0975f2b522c7d' , '/navigation/01930171970c731ea5e0975f2b8e72f7' , '/navigation/01930171970c731ea5e0975f2bb75758' , '/navigation/01930171970c731ea5e0975f2cd67bd6' , '/navigation/01930171970c731ea5e0975f2d5d2546' , '/navigation/01930171970c731ea5e0975f30139548' , '/navigation/01930171970d737e85dcd0a17ae8e6a5' , '/navigation/01930171970d737e85dcd0a17cf95780' , '/navigation/01930171970d737e85dcd0a17dd824b6' , '/navigation/01930171970d737e85dcd0a17fc84953' , '/navigation/01930171970d737e85dcd0a181da9948' , '/navigation/01930171970e736798d6c74361ba6ac7' , '/navigation/01930171970e736798d6c7436234652b' , '/navigation/01930171970e736798d6c7436580455c' , '/navigation/01930171970e736798d6c7436949a123' , '/navigation/01930171970f7128b1bf4c14939c5a9a' , '/navigation/01930171970f7128b1bf4c1494013c83' , '/navigation/019301719710713ca5648cfebdd152f9' , '/navigation/0193017197117216ba403479ffd9814d' , '/navigation/01930171971270c7a833bb59e564f5f1' , '/navigation/01930171971270c7a833bb59e5fad620' , '/navigation/0193017197137095a63a75d44ca17310' , '/navigation/019301719714730d8bd8cf64a4956ff3' , '/navigation/01930171971671c5b9c69ef8b3d300e7' , '/navigation/019301719717710bbe6cc2b2c1a94f6b' , '/navigation/019301719717710bbe6cc2b2c20d8649' , '/navigation/019301719717710bbe6cc2b2c2170866' , '/navigation/019301719717710bbe6cc2b2c2e50079' , '/navigation/019301719717710bbe6cc2b2c3c1d0f2' , '/navigation/019301719717710bbe6cc2b2c3d02719' , '/navigation/019301719717710bbe6cc2b2c4a4d52d' , '/navigation/019301719717710bbe6cc2b2c4d8a9ad' , '/navigation/0193017197187214bca17572961ac6d8' , '/navigation/0193017197187214bca175729664a1d1' , '/navigation/0193017197187214bca1757296e2f95c' , '/navigation/0193017197187214bca17572972de9b7' , '/navigation/0193017197187214bca175729857bfda' , '/navigation/0193017197197080a8175f5aa581eb1c' , '/navigation/0193017197197080a8175f5aa61887ce' , '/navigation/0193017197197080a8175f5aa88936bf' , '/navigation/0193017197197080a8175f5aaa027bd5' , '/navigation/0193017197197080a8175f5aaa3b6a1c' , '/navigation/01930171971a70bdbd320e6f20ee648a' , '/navigation/01930171971a70bdbd320e6f22911111' , '/navigation/01930171971a70bdbd320e6f24e9b81c' , '/navigation/01930171971b72edb7cf11a58f09bf78' , '/navigation/01930171971b72edb7cf11a590e7f2af' , '/navigation/01930171971b72edb7cf11a5913cb733' , '/navigation/01930171971b72edb7cf11a593823c0a' , '/navigation/01930171971b72edb7cf11a59492f0d1' , '/navigation/01930171971c73ac9558f9c4de8142ca' , '/navigation/01930171971c73ac9558f9c4e080e219' , '/navigation/01930171971c73ac9558f9c4e2b64a1a' , '/navigation/01930171971c73ac9558f9c4e35b1a06' , '/navigation/01930171971c73ac9558f9c4e4a5f0c6' , '/navigation/01930171971d721caf1414fc3cd07b7a' , '/navigation/01930171971d721caf1414fc3e26382a' , '/detail/01930171eb9b7259b0e379b6ca661749' , '/detail/01930173a87d725896b401a4d159d848' , '/detail/01930173a880734fb0e6e64fb99ac2d4' , '/detail/01930173a8a9702cb7c423ec12f584f6' , '/detail/01930175ebdd703a8398c48cc72aa0cb' , '/detail/0193017523c77336907c17be78969be7' , '/detail/01930173a89e73f5a7ef05b5b5f6c156' , '/detail/01930173a8bb707aa9b66046a335917b' , '/detail/01930171eb98717bb5885860c446e82e' , '/detail/01930175eb8c73dc86272b5ac4c5cc79' , '/detail/01930175ebf4726687cec1afc1155893' , '/detail/0193017523a47212b50af9321574c9fd' , '/detail/01930175eb70731ca9cbc2346fd55375' , '/detail/01930175ebb670b48ed7efe23b875e0d' , '/detail/01930171eb9a72babb3fdf798aaf276d' , '/detail/0193017523d371898a9930a39d2369e5' , '/detail/01930175239e73a6a51520b5f9553e7c' , '/detail/019301733a60716d9c87e7a9e33b37ff' , '/detail/01930173a884713b9e6d15d454741068' , '/detail/01930173a8b470b59085df2fa1d1ddbc' , '/detail/019301733a5d70c895a8875f67bc8411' , '/detail/0193017523d873f580f88b6ba7132b5e' , '/detail/01930171eb9473dca25aaf435709aee4' , '/detail/01930175ebed7116bebf2800adcd9844' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x0193016B1AE27DB9A37DFBACA74D37F0 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
53
0.26 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"\x01 “\x01 c1Ür¦¹q\t E\x0F Ó3¯ "
b"\x01 ô\x01 c2\f q\x15 ÉÜ┐║\x7F ┬\x14\x0F "
b"\x01 “\x01 cW#sQ ž\x1A ",Ža“ "
b"\x01 “\x01 c3'p_½í1\x08 ñÈv\v "
]
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x0193016331DC72A6B97109450FD333AF , 0x01930163320C7115909ABFBA7FC2140F , 0x0193016357237351A09E1A222C8E6193 , 0x019301633327705FBDED3108F1C8760B );
Copy