1
0.21 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.13 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
3
0.17 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.14 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.38 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/Music-Sports "
"Tools-Music/Music-Sports/ "
]
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/Music-Sports' OR seo_path_info = 'Tools-Music/Music-Sports/' ));
Copy
6
0.14 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
7
0.22 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 “\x01 k\x1A â}¹£}û¬§M7ð "
"C2tKPHg1ywhdJ11w5qyw9Dfk7cso7fci "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0193016B1AE27DB9A37DFBACA74D37F0 ) AND (token = 'C2tKPHg1ywhdJ11w5qyw9Dfk7cso7fci' ) LIMIT 1 ;
Copy
8
0.15 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"C2tKPHg1ywhdJ11w5qyw9Dfk7cso7fci "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'C2tKPHg1ywhdJ11w5qyw9Dfk7cso7fci' ;
Copy
9
0.15 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
10
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
11
0.20 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
12
0.15 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"\x01 “\x01 k\x1A â}¹£}û¬§M7ð "
b"\x01 “\x01 c,%sVœ“ù\x18 ¹¤\x19 ‚ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x0193016B1AE27DB9A37DFBACA74D37F0 AND `sales_channel_country` . `country_id` = 0x019301632C2573569C93F918B9A41982 );
Copy
13
0.13 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
14
0.27 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.18 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.18 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
17
0.30 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
18
0.18 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
19
0.13 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
20
0.24 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
21
0.18 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
22
0.52 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `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—\x00 s\x7F ¢#$Æ5;º\f "
]
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 (0x019301719700737FA22324C6353BBA0C ));
Copy
23
0.26 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 c5hrè±~׃ò‚ Ý "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x01930163356872E8B17ED783F28220DD ));
Copy
24
0.33 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 c5hrè±~׃ò‚ Ý "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x01930163356872E8B17ED783F28220DD )));
Copy
25
0.31 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “\x01 cAÖrÆ“óZưd?\x17 "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x0193016341D672C693F35AC6B0643F17 )));
Copy
26
0.33 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ô\x01 c5ms‗ª╗│øl#Øy "
b"\x01 “\x01 c5msò¦»³›m\r dM "
b"\x01 “\x01 cCèr3…mZ)½ÞTâ "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x01930163356D73F2A6BBB39B6C239D79 , 0x01930163356D73F2A6BBB39B6D0D644D , 0x0193016343E87233856D5A29BDDE54E2 )));
Copy
27
0.23 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ô\x01 ctÿsÐÉ<▀®Ì!\x15 ▄ "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x01930163749873D1903CDFA9DE2115DC );
Copy
28
6.00 ms
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = ? ) ORDER BY `product_sorting` . `priority` DESC
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = 1 ) ORDER BY `product_sorting` . `priority` DESC ;
Copy
29
0.31 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ô\x01 ctÿsÐÉ<▀®Ì!\x15 ▄ "
b"\x01 ô\x01 ctÿsÐÉ<▀®Ì5▀Á "
b"\x01 ô\x01 ctÿsÐÉ<▀®ÌÌ\x1D ı "
b"\x01 ô\x01 ctÿsÐÉ<▀®▀HT: "
b"\x01 ô\x01 ctÿsÐÉ<▀®▀ò6Á "
b"\x01 “\x01 c~cs\e \x05 ¨§æ‰§ò "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x01930163749873D1903CDFA9DE2115DC , 0x01930163749873D1903CDFA9DE35DFB5 , 0x01930163749873D1903CDFA9DEDE1DD5 , 0x01930163749873D1903CDFA9DF48543A , 0x01930163749873D1903CDFA9DF9536B5 , 0x019301637E63731BAD05A8A7E689A7F2 );
Copy
30
0.15 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—\x00 s\x7F ¢#$Æ5;º\f "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x019301719700737FA22324C6353BBA0C )) LIMIT 1 ;
Copy
31
0.10 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—\x00 s\x7F ¢#$Æ5;º\f "
]
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 (0x019301719700737FA22324C6353BBA0C ));
Copy
32
0.75 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¯Sq»Š\x1F\x10 ƒ™©…` "
b"\x01 “\x01 q¯fs,©“H=/µ3É "
b"\x01 “\x01 q¯Sq»Š\x1F\x10 ƒš\x04 ¾t "
b"\x01 ô\x01 q»hqÀìj=─¡û╚\t "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F 9¤\f 8 "
b"\x01 “\x01 q¯Ts\x15 —¬T…Ô\x05 •Æ "
b"\x01 “\x01 q¯fs,©“H=3;C¾ "
b"\x01 “\x01 q¯fs,©“H=1ˤ\x10 "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F :Û^┐ "
b"\x01 “\x01 q¯Ts\x15 —¬T…Òm\x07 9 "
b"\x01 “\x01 q¯Ts\x15 —¬T…Ï=¥ð "
b"\x01 “\x01 q¯fs,©“H=%@°u "
b"\x01 “\x01 q¯fs,©“H=0Ï\x0F – "
b"\x01 “\x01 q¯fs,©“H=*þÓ~ "
b"\x01 “\x01 q¯fs,©“H=2=ø^ "
b"\x01 ô\x01 q»Ts\x15 ù¼TàË]ì´ "
b"\x01 “\x01 q¯Ts\x15 —¬T…ÔãÛy "
b"\x01 “\x01 q¯fs,©“H=& ®Š "
b"\x01 “\x01 q¯fs,©“H=(›þú "
b"\x01 “\x01 q¯fs,©“H=*¶z¿ "
b"\x01 “\x01 q¯fs,©“H=%æè0 "
b"\x01 “\x01 q¯fs,©“H=)E\x01 * "
b"\x01 “\x01 q¯fs,©“H=+ubÍ "
b"\x01 “\x01 q¯fs,©“H=, ÊÞ "
b"\x01 “\x01 q¯fs,©“H=,ý[¸ "
b"\x01 “\x01 q¯fs,©“H=-\x0E |M "
b"\x01 “\x01 q¯fs,©“H=.Ë\x0F G "
b"\x01 “\x01 c2ës1©Îå%\x03 ª‘C "
b"\x01 “\x01 q¯Ts\x15 —¬T…ÎGÙ† "
b"\x01 “\x01 q¯fs,©“H=%s\x02 k "
b"\x01 “\x01 q¯fs,©“H=&Ïuÿ "
b"\x01 “\x01 q¯fs,©“H=*Îp "
b"\x01 “\x01 q¯fs,©“H=+\t 2c "
b"\x01 “\x01 q¯fs,©“H=3>°> "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F 9░Ç\n "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F ;\e Ñ "
b"\x01 “\x01 q¯fs,©“H=$YYÖ "
b"\x01 “\x01 q¯fs,©“H=)¿ý\x17 "
b"\x01 “\x01 q¯fs,©“H=,š]\x19 "
b"\x01 “\x01 q¯fs,©“H=0\x1A Œ; "
b"\x01 ô\x01 q»hqÀìj=─½¢Ìx "
b"\x01 ô\x01 q»hqÀìj=─¼Ë\x1E 5 "
b"\x01 “\x01 q¯Ts\x15 —¬T…Ñ3Àâ "
b"\x01 “\x01 q¯Ts\x15 —¬T…Ò„~\x19 "
b"\x01 “\x01 q¯fs,©“H=+ðÈ' "
b"\x01 “\x01 q¯fs,©“H=.\f ˜ž "
b"\x01 “\x01 q¯fs,©“H=2öíÐ "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F 9E;█ "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F :^tµ "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F <gÿü "
b"\x01 “\x01 q¯Sq»Š\x1F\x10 ƒ˜U\x12 "
b"\x01 “\x01 q¯Ts\x15 —¬T…ÕP — "
b"\x01 “\x01 q¯fs,©“H='°ÓÞ "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F ;ßËk "
b"\x01 “\x01 q¯Ts\x15 —¬T…ÐsÆá "
b"\x01 “\x01 q¯Ts\x15 —¬T…ÑÅŸ‡ "
b"\x01 “\x01 q¯fs,©“H='r\x19 ÿ "
b"\x01 ô\x01 q»gpÙÁ\x17 Å\x1F <╗¾▓ "
b"\x01 ô\x01 q»hqÀìj=─¼X\x10\x01 "
b"\x01 “\x01 q¯Ts\x15 —¬T…ϺLZ "
b"\x01 “\x01 q¯Ts\x15 —¬T…ÓV0× "
]
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 (0x01930171AF5371BB8A1F108399A98560 , 0x01930171AF66732CA993483D2FB533C9 , 0x01930171AF5371BB8A1F10839A04BE74 , 0x01930171AF6871B78D6A3DC4AD96C809 , 0x01930171AF6770EBB5178F1F39CF0C38 , 0x01930171AF54731597AC5485D40595C6 , 0x01930171AF66732CA993483D333B43BE , 0x01930171AF66732CA993483D31CBA410 , 0x01930171AF6770EBB5178F1F3AEA5EBF , 0x01930171AF54731597AC5485D26D0739 , 0x01930171AF54731597AC5485CF3DA5F0 , 0x01930171AF66732CA993483D2540B075 , 0x01930171AF66732CA993483D30CF0F96 , 0x01930171AF66732CA993483D2AFED37E , 0x01930171AF66732CA993483D323DF85E , 0x01930171AF54731597AC5485D35D8DEF , 0x01930171AF54731597AC5485D4E3DB79 , 0x01930171AF66732CA993483D2620AE8A , 0x01930171AF66732CA993483D289BFEFA , 0x01930171AF66732CA993483D2AB67ABF , 0x01930171AF66732CA993483D25E6E830 , 0x01930171AF66732CA993483D2945012A , 0x01930171AF66732CA993483D2B7562CD , 0x01930171AF66732CA993483D2C20CADE , 0x01930171AF66732CA993483D2CFD5BB8 , 0x01930171AF66732CA993483D2D0E7C4D , 0x01930171AF66732CA993483D2ECB0F47 , 0x0193016332EB7331A9CEE52503AA9143 , 0x01930171AF54731597AC5485CE47D986 , 0x01930171AF66732CA993483D2573026B , 0x01930171AF66732CA993483D26CF75FF , 0x01930171AF66732CA993483D2ACEAD70 , 0x01930171AF66732CA993483D2B093263 , 0x01930171AF66732CA993483D333EB03E , 0x01930171AF6770EBB5178F1F39B0800A , 0x01930171AF6770EBB5178F1F3B1BFFA5 , 0x01930171AF66732CA993483D245959D6 , 0x01930171AF66732CA993483D29BFFD17 , 0x01930171AF66732CA993483D2C9A5D19 , 0x01930171AF66732CA993483D301A8C3B , 0x01930171AF6871B78D6A3DC4ABBDDE78 , 0x01930171AF6871B78D6A3DC4ACD31E35 , 0x01930171AF54731597AC5485D133C0E2 , 0x01930171AF54731597AC5485D2847E19 , 0x01930171AF66732CA993483D2BF0C827 , 0x01930171AF66732CA993483D2E0C989E , 0x01930171AF66732CA993483D32F6EDD0 , 0x01930171AF6770EBB5178F1F39453BDB , 0x01930171AF6770EBB5178F1F3A5E74E6 , 0x01930171AF6770EBB5178F1F3C679881 , 0x01930171AF5371BB8A1F108398AD5512 , 0x01930171AF54731597AC5485D5502097 , 0x01930171AF66732CA993483D27B0D3DE , 0x01930171AF6770EBB5178F1F3BE1D36B , 0x01930171AF54731597AC5485D073C6E1 , 0x01930171AF54731597AC5485D1C59F87 , 0x01930171AF66732CA993483D277219FF , 0x01930171AF6770EBB5178F1F3CBBF3B2 , 0x01930171AF6871B78D6A3DC4AC581001 , 0x01930171AF54731597AC5485CFBA4C5A , 0x01930171AF54731597AC5485D35630D7 ));
Copy
33
0.60 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 vn…qo•RKOy혓 "
b"\x01 “\x01 vˆÚr¥”)Já(®Ç5 "
b"\x01 “\x01 vnorΡ\x06 š-äÚ\x02\t "
b"\x01 “\x01 stßp\x15 ®+‡_ŽcÞU "
b"\x01 ô\x01 vn.sê©\x1C Û│ì\t 7| "
b"\x01 ô\x01 stñr"üÍ\x1D -\x07 ü\x01 õ "
b"\x01 “\x01 u4Dr˜£'Î\x11 ¥aÍ` "
b"\x01 “\x01 u#¶sþƒ·ºc#\x05 ëÇ "
b"\x01 “\x01 stæs›·\x12 YîÃ\x17 ~( "
b"\x01 “\x01 tæ\x17 p3´î÷ÉîÉvI "
b"\x01 “\x01 tåúrA«e{b:½w¶ "
b"\x01 ô\x01 v\v ÌqöÁ\x17 a¼?\¥ü "
b"\x01 ô\x01 ufÅqMø\x04 Á¥º1i╔ "
b"\x01 “\x01 qÖ\x1A p\x00 ¢°‚\x16 ¡òëŠ "
b"\x01 “\x01 u4'qiž\x19 ã%\e\x07 õó "
b"\x01 “\x01 tP\x19 s\x02 µm=\r ¡ÚþÄ "
b"\x01 “\x01 qÚ*p—©rdZXX\x14 3 "
b"\x01 ô\x01 q▀¥rk¿{ÇØçÐ\x19 ¥ "
b"\x01 “\x01 tNJq¡¬!ýB#"¯V "
b"\x01 ô\x01 v\v íriæõº\x1A |ØÐâ "
b"\x01 “\x01 s:Yq|›\x08 µ5\t ¨2¼ "
b"\x01 ô\x01 s\x0E Èp4ì ¾·¿║¸< "
b"\x01 “\x01 uKŸsæžBêáÒc\x01 Å "
b"\x01 “\x01 qØŒs\x08 ¡8-%ÆnG¤ "
]
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 (0x019301766E85716F95524B4F79ED9893 , 0x0193017688DA72A594294AE128AEC735 , 0x019301766E6F72CEA1069A2DE4DA0209 , 0x0193017374DF7015AE2B875F8E63DE55 , 0x019301766E2E7388B81CEAB38D09377C , 0x0193017374A4722281D61D2D078101E4 , 0x0193017534447298A327CE11A561CD60 , 0x0193017523B673FE83B7BA632305EBC7 , 0x0193017374E6739BB71259EEC3177E28 , 0x01930174E6177033B4EEF7C9EEC97649 , 0x01930174E5FA7241AB657B623ABD77B6 , 0x019301760BDE7194B51761AC3F5CBE81 , 0x01930175668F714D9B04B5BEA73169C9 , 0x01930171D61A7000A2B08216A1F2EB8A , 0x01930175342771699E19E3251B07F5F3 , 0x0193017450197302B56D3D0DA1DAFEC4 , 0x01930171DA2A7097A972645A58581433 , 0x01930171DFBE726BA87B809D87D119BE , 0x019301744E4A71A1AC21FD422322AF56 , 0x019301760BA1726991E4A71A7C9DD183 , 0x019301733A59717C9B08B53509A832BC , 0x019301730ED470348DFFF3FAA8BAF73C , 0x019301754B9F73E69E42EAE1D26301C5 , 0x01930171D88C7308A1382D25C66E47A4 );
Copy
34
0.81 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 vn…qo•RKOy혓 "
b"\x01 “\x01 vˆÚr¥”)Já(®Ç5 "
b"\x01 “\x01 vnorΡ\x06 š-äÚ\x02\t "
b"\x01 “\x01 stßp\x15 ®+‡_ŽcÞU "
b"\x01 ô\x01 vn.sê©\x1C Û│ì\t 7| "
b"\x01 ô\x01 stñr"üÍ\x1D -\x07 ü\x01 õ "
b"\x01 “\x01 u4Dr˜£'Î\x11 ¥aÍ` "
b"\x01 “\x01 u#¶sþƒ·ºc#\x05 ëÇ "
b"\x01 “\x01 stæs›·\x12 YîÃ\x17 ~( "
b"\x01 “\x01 tæ\x17 p3´î÷ÉîÉvI "
b"\x01 “\x01 tåúrA«e{b:½w¶ "
b"\x01 ô\x01 v\v ÌqöÁ\x17 a¼?\¥ü "
b"\x01 ô\x01 ufÅqMø\x04 Á¥º1i╔ "
b"\x01 “\x01 qÖ\x1A p\x00 ¢°‚\x16 ¡òëŠ "
b"\x01 “\x01 u4'qiž\x19 ã%\e\x07 õó "
b"\x01 “\x01 tP\x19 s\x02 µm=\r ¡ÚþÄ "
b"\x01 “\x01 qÚ*p—©rdZXX\x14 3 "
b"\x01 ô\x01 q▀¥rk¿{ÇØçÐ\x19 ¥ "
b"\x01 “\x01 tNJq¡¬!ýB#"¯V "
b"\x01 ô\x01 v\v íriæõº\x1A |ØÐâ "
b"\x01 “\x01 s:Yq|›\x08 µ5\t ¨2¼ "
b"\x01 ô\x01 s\x0E Èp4ì ¾·¿║¸< "
b"\x01 “\x01 uKŸsæžBêáÒc\x01 Å "
b"\x01 “\x01 qØŒs\x08 ¡8-%ÆnG¤ "
]
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 (0x019301766E85716F95524B4F79ED9893 , 0x0193017688DA72A594294AE128AEC735 , 0x019301766E6F72CEA1069A2DE4DA0209 , 0x0193017374DF7015AE2B875F8E63DE55 , 0x019301766E2E7388B81CEAB38D09377C , 0x0193017374A4722281D61D2D078101E4 , 0x0193017534447298A327CE11A561CD60 , 0x0193017523B673FE83B7BA632305EBC7 , 0x0193017374E6739BB71259EEC3177E28 , 0x01930174E6177033B4EEF7C9EEC97649 , 0x01930174E5FA7241AB657B623ABD77B6 , 0x019301760BDE7194B51761AC3F5CBE81 , 0x01930175668F714D9B04B5BEA73169C9 , 0x01930171D61A7000A2B08216A1F2EB8A , 0x01930175342771699E19E3251B07F5F3 , 0x0193017450197302B56D3D0DA1DAFEC4 , 0x01930171DA2A7097A972645A58581433 , 0x01930171DFBE726BA87B809D87D119BE , 0x019301744E4A71A1AC21FD422322AF56 , 0x019301760BA1726991E4A71A7C9DD183 , 0x019301733A59717C9B08B53509A832BC , 0x019301730ED470348DFFF3FAA8BAF73C , 0x019301754B9F73E69E42EAE1D26301C5 , 0x01930171D88C7308A1382D25C66E47A4 )) GROUP BY `product` . `id` ;
Copy
35
2.58 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 vn…qo•RKOy혓 "
b"\x01 “\x01 vˆÚr¥”)Já(®Ç5 "
b"\x01 “\x01 vnorΡ\x06 š-äÚ\x02\t "
b"\x01 “\x01 stßp\x15 ®+‡_ŽcÞU "
b"\x01 ô\x01 vn.sê©\x1C Û│ì\t 7| "
b"\x01 ô\x01 stñr"üÍ\x1D -\x07 ü\x01 õ "
b"\x01 “\x01 u4Dr˜£'Î\x11 ¥aÍ` "
b"\x01 “\x01 u#¶sþƒ·ºc#\x05 ëÇ "
b"\x01 “\x01 stæs›·\x12 YîÃ\x17 ~( "
b"\x01 “\x01 tæ\x17 p3´î÷ÉîÉvI "
b"\x01 “\x01 tåúrA«e{b:½w¶ "
b"\x01 ô\x01 v\v ÌqöÁ\x17 a¼?\¥ü "
b"\x01 ô\x01 ufÅqMø\x04 Á¥º1i╔ "
b"\x01 “\x01 qÖ\x1A p\x00 ¢°‚\x16 ¡òëŠ "
b"\x01 “\x01 u4'qiž\x19 ã%\e\x07 õó "
b"\x01 “\x01 tP\x19 s\x02 µm=\r ¡ÚþÄ "
b"\x01 “\x01 qÚ*p—©rdZXX\x14 3 "
b"\x01 ô\x01 q▀¥rk¿{ÇØçÐ\x19 ¥ "
b"\x01 “\x01 tNJq¡¬!ýB#"¯V "
b"\x01 ô\x01 v\v íriæõº\x1A |ØÐâ "
b"\x01 “\x01 s:Yq|›\x08 µ5\t ¨2¼ "
b"\x01 ô\x01 s\x0E Èp4ì ¾·¿║¸< "
b"\x01 “\x01 uKŸsæžBêáÒc\x01 Å "
b"\x01 “\x01 qØŒs\x08 ¡8-%ÆnG¤ "
]
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 (0x019301766E85716F95524B4F79ED9893 , 0x0193017688DA72A594294AE128AEC735 , 0x019301766E6F72CEA1069A2DE4DA0209 , 0x0193017374DF7015AE2B875F8E63DE55 , 0x019301766E2E7388B81CEAB38D09377C , 0x0193017374A4722281D61D2D078101E4 , 0x0193017534447298A327CE11A561CD60 , 0x0193017523B673FE83B7BA632305EBC7 , 0x0193017374E6739BB71259EEC3177E28 , 0x01930174E6177033B4EEF7C9EEC97649 , 0x01930174E5FA7241AB657B623ABD77B6 , 0x019301760BDE7194B51761AC3F5CBE81 , 0x01930175668F714D9B04B5BEA73169C9 , 0x01930171D61A7000A2B08216A1F2EB8A , 0x01930175342771699E19E3251B07F5F3 , 0x0193017450197302B56D3D0DA1DAFEC4 , 0x01930171DA2A7097A972645A58581433 , 0x01930171DFBE726BA87B809D87D119BE , 0x019301744E4A71A1AC21FD422322AF56 , 0x019301760BA1726991E4A71A7C9DD183 , 0x019301733A59717C9B08B53509A832BC , 0x019301730ED470348DFFF3FAA8BAF73C , 0x019301754B9F73E69E42EAE1D26301C5 , 0x01930171D88C7308A1382D25C66E47A4 ));
Copy
36
0.44 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
\x01 “\x01 q–\n
s|¨\f †‘‡8˜u
"""
b"\x01 “\x01 q–dq4¹½O\x1A\x14 ÁF' "
b"\x01 “\x01 q–zqíƒ\x01 T{ò@íF "
b"\x01 “\x01 q–áq櫬Ÿ:VŒUP "
]
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (0x01930171960A737CA80C869187389875 , 0x0193017196647134B9BD4F1A14C14627 , 0x01930171967A71ED8301547BF240ED46 , 0x0193017196E171E6ABAC9F3A568C5550 );
Copy
37
0.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Ö\x1A p\x00 ¢°‚\x16 ¡òëŠ "
b"\x01 “\x01 qØŒs\x08 ¡8-%ÆnG¤ "
b"\x01 “\x01 qÚ*p—©rdZXX\x14 3 "
b"\x01 ô\x01 q▀¥rk¿{ÇØçÐ\x19 ¥ "
b"\x01 ô\x01 s\x0E Èp4ì ¾·¿║¸< "
b"\x01 “\x01 s:Yq|›\x08 µ5\t ¨2¼ "
b"\x01 ô\x01 stñr"üÍ\x1D -\x07 ü\x01 õ "
b"\x01 “\x01 stßp\x15 ®+‡_ŽcÞU "
b"\x01 “\x01 stæs›·\x12 YîÃ\x17 ~( "
b"\x01 “\x01 tNJq¡¬!ýB#"¯V "
b"\x01 “\x01 tP\x19 s\x02 µm=\r ¡ÚþÄ "
b"\x01 “\x01 tåúrA«e{b:½w¶ "
b"\x01 “\x01 tæ\x17 p3´î÷ÉîÉvI "
b"\x01 “\x01 u#¶sþƒ·ºc#\x05 ëÇ "
b"\x01 “\x01 u4'qiž\x19 ã%\e\x07 õó "
b"\x01 “\x01 u4Dr˜£'Î\x11 ¥aÍ` "
b"\x01 “\x01 uKŸsæžBêáÒc\x01 Å "
b"\x01 ô\x01 ufÅqMø\x04 Á¥º1i╔ "
b"\x01 ô\x01 v\v íriæõº\x1A |ØÐâ "
b"\x01 ô\x01 v\v ÌqöÁ\x17 a¼?\¥ü "
b"\x01 ô\x01 vn.sê©\x1C Û│ì\t 7| "
b"\x01 “\x01 vnorΡ\x06 š-äÚ\x02\t "
b"\x01 “\x01 vn…qo•RKOy혓 "
b"\x01 “\x01 vˆÚr¥”)Já(®Ç5 "
b"\x01 “\x01 tåôr\x15 Š~ö~Û\e îq "
]
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 (0x01930171D61A7000A2B08216A1F2EB8A , 0x01930171D88C7308A1382D25C66E47A4 , 0x01930171DA2A7097A972645A58581433 , 0x01930171DFBE726BA87B809D87D119BE , 0x019301730ED470348DFFF3FAA8BAF73C , 0x019301733A59717C9B08B53509A832BC , 0x0193017374A4722281D61D2D078101E4 , 0x0193017374DF7015AE2B875F8E63DE55 , 0x0193017374E6739BB71259EEC3177E28 , 0x019301744E4A71A1AC21FD422322AF56 , 0x0193017450197302B56D3D0DA1DAFEC4 , 0x01930174E5FA7241AB657B623ABD77B6 , 0x01930174E6177033B4EEF7C9EEC97649 , 0x0193017523B673FE83B7BA632305EBC7 , 0x01930175342771699E19E3251B07F5F3 , 0x0193017534447298A327CE11A561CD60 , 0x019301754B9F73E69E42EAE1D26301C5 , 0x01930175668F714D9B04B5BEA73169C9 , 0x019301760BA1726991E4A71A7C9DD183 , 0x019301760BDE7194B51761AC3F5CBE81 , 0x019301766E2E7388B81CEAB38D09377C , 0x019301766E6F72CEA1069A2DE4DA0209 , 0x019301766E85716F95524B4F79ED9893 , 0x0193017688DA72A594294AE128AEC735 , 0x01930174E5F472158A7EF67EDB1BEE71 )));
Copy
38
0.32 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
39
0.14 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
40
0.28 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
41
0.15 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
42
2.10 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–zqíƒ\x01 T{îÝ\v\x10 "
b"\x01 “\x01 q–zqíƒ\x01 T{ò@íF "
b"\x01 “\x01 q”èsv°¶«£–ŸØ[ "
b"\x01 “\x01 q”èsv°¶«£²YVÏ "
b"\x01 “\x01 q–zqíƒ\x01 T{îOÑÑ "
b"\x01 “\x01 q–“s-®D\x07 ã\x10 ‡În "
b"""
\x01 “\x01 q–\n
s|¨\f †‘‡8˜u
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¨\x07 n\r
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘®;[\x06
"""
b"\x01 “\x01 q–áq櫬Ÿ:Oü\x1C â "
b"\x01 “\x01 q–Šr"¯F™ÆƒùgW "
b"\x01 “\x01 q–Šr"¯F™Æ…‹@\x13 "
b"\x01 “\x01 q–“s-®D\x07 ã\x11 4á+ "
b"\x01 “\x01 q–Šr"¯F™ÆƒÃ„f "
b"\x01 “\x01 q–dq4¹½O\x1A\x0E ¬\x05 Ì "
b"\x01 “\x01 q–dq4¹½O\x1A\x0F >ßË "
b"\x01 “\x01 q–dq4¹½O\x1A\x14 ÁF' "
b"\x01 “\x01 q–dq4¹½O\x1A\x15 5íù "
b"\x01 “\x01 q–Šr"¯F™Æ„ø²^ "
b"\x01 “\x01 q–“s-®D\x07 ã\x10 Sׯ "
b"\x01 “\x01 q–“s-®D\x07 ã\e ó@° "
b"\x01 “\x01 q–áq櫬Ÿ:PéñŠ "
b"\x01 “\x01 q–áq櫬Ÿ:SØiÒ "
b"\x01 “\x01 q–áq櫬Ÿ:VŒUP "
b"\x01 “\x01 q–áq櫬Ÿ:M5s\v "
b"\x01 “\x01 q–áq櫬Ÿ:WÅ\x14 ~ "
b"\x01 ô\x01 qöÞsv░½úÅÝå╔ "
b"\x01 “\x01 q”èsv°¶«£±a\x13 t "
b"\x01 “\x01 q–dq4¹½O\x1A\x11\x06 Mª "
b"\x01 “\x01 q–dq4¹½O\x1A\x13 ÑLð "
b"\x01 “\x01 q–“s-®D\x07 ã\x17 ñ»¦ "
b"\x01 ô\x01 qûÑqÃî<\t\x05 äüÎ\e "
b"\x01 “\x01 q–¥qÇŒ<\t\x05 †‹s¯ "
b"\x01 “\x01 q–¥qÇŒ<\t\x05 ‡É·¶ "
b"\x01 ô\x01 qûÑqÃî<\t\x05 ëàMì "
b"\x01 “\x01 q–Äq榨H×£…œñ "
b"\x01 “\x01 q–Äq榨H×£ût: "
b"\x01 “\x01 q–Äq榨Hצ/h\e "
b"\x01 “\x01 q–Äq榨H×±ßÍå "
b"\x01 “\x01 q–áq櫬Ÿ:RàN¨ "
b"\x01 “\x01 q–zqíƒ\x01 T{óóš% "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÄÚôÏ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÆ\x17\x13 K "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÐ\x14 öx "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÐg8à "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙYáÉ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$<ñ\x04 ½ "
b"""
\x01 “\x01 q–\n
s|¨\f †‘—\A\x07
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘£ŒHÉ
"""
b"\x01 ô\x01 qûñsBØÉn┬─w╦½ "
b"\x01 ô\x01 qûñsBØÉn┬ãÚ)ð "
b"\x01 ô\x01 qûÑqÃî<\t\x05 äØ\x10 z "
b"\x01 “\x01 q–¥qÇŒ<\t\x05 …b™Ë "
b"\x01 “\x01 q–¥qÇŒ<\t\x05 ˆ\e '‚ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÜ©FÕ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C‰„ý "
b"\x01 “\x01 q”‰q\x15 ¶¹|$D\x01 ¿¹ "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F ƒ6« "
b"\x01 ô\x01 qòìsÄáU>\x0F -ù®Ã "
b"\x01 ô\x01 qòìsÄáU>\x0F =■¨ü "
b"""
\x01 “\x01 q–\n
s|¨\f †‘’S‹%
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘š¹Ô×
"""
b"""
\x01 ô\x01 qû\n
s|¿\f 忨Iç3
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÆÂ¿‡
"""
b"\x01 “\x01 q–Šr"¯F™Æ„9Va "
b"\x01 ô\x01 qûôs-«D\x07 Ò\x16\x11 Øì "
b"\x01 ô\x01 qûôs-«D\x07 Ò\x1C ìf▓ "
b"\x01 “\x01 q–áq櫬Ÿ:L>ði "
b"\x01 “\x01 q–áq櫬Ÿ:O\f rq "
b"\x01 “\x01 q–áq櫬Ÿ:WB¸\x08 "
b"\x01 “\x01 q•ŒqA dv\n ²Ä\x00 t "
b"""
\x01 “\x01 q•ŒqA dv\n
¶‚ã½
"""
b"\x01 ô\x01 qòìsÄáU>\x0F M&,Ä "
b"\x01 ô\x01 qòìsÄáU>\x0F Zø%\x18 "
b"\x01 ô\x01 qû─qµª¿HÎñÄ\x02 ü "
b"\x01 “\x01 q–Äq榨H×¥C½• "
b"\x01 “\x01 q–áq櫬Ÿ:V(|« "
b"\x01 “\x01 q–áq櫬Ÿ:W‹ã¶ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙtM„ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$L]æø "
b"\x01 “\x01 q”‰q\x15 ¶¹|$MAϨ "
b"\x01 “\x01 q–zqíƒ\x01 T{õ¢ø\x00 "
b"\x01 “\x01 q–zqíƒ\x01 T{ö@‹\x16 "
b"\x01 ô\x01 qöÞsv░½úü4Õ┴ "
b"\x01 “\x01 q”èsv°¶«£¬Â'~ "
b"\x01 “\x01 q”èsv°¶«£½ywÜ "
b"\x01 “\x01 q–áq櫬Ÿ:QÑÂv "
b"\x01 “\x01 q–áq櫬Ÿ:XOÂP "
b"\x01 ô\x01 qûßqµ½¼ƒ:XÅ«§ "
b"\x01 “\x01 q”èsv°¶«£¤óák "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛQ”Ø "
b"\x01 ô\x01 qöëq\x15 Â╣|$*É8O "
b"\x01 “\x01 q”‰q\x15 ¶¹|$J’6´ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?Ë\x02 Ò "
b"\x01 “\x01 q”‰q\x15 ¶¹|$+›,f "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B€wé "
b"\x01 “\x01 q”èsv°¶«£À9Z8 "
b"\x01 “\x01 q”èsv°¶«£ÓžÚ9 "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÏ1ïj "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝD\x11 ; "
b"\x01 “\x01 q”èsv°¶«£´q‚‹ "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿà„WØ "
b"\x01 “\x01 q”èsv°¶«£š f\x01 "
b"\x01 ô\x01 qöÞsv░½úáÈü÷ "
b"\x01 “\x01 q”èsv°¶«£¶$†\v "
b"\x01 “\x01 q”èsv°¶«£ÁÙžË "
b"\x01 ô\x01 qòìsÄáU>\x0F "è\x00\x01 "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈ‘û" "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÇ>\x1D "
b"\x01 “\x01 q”èsv°¶«£…Ù§K "
b"""
\x01 “\x01 q•ŒqA dv\n
¬(Aº
"""
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÚlÂ\v "
b"\x01 “\x01 q”èsv°¶«£‡Æ\x07 Ç "
b"""
\x01 “\x01 q•ŒqA dv\n
¸\x15 ¿m
"""
b"\x01 ô\x01 qòìsÄáU>\x0F Y)Í■ "
b"\x01 ô\x01 qòìsÄáU>\x0F '│vH "
b"\x01 ô\x01 qòìsÄáU>\x0F >─Å\x05 "
b"""
\x01 “\x01 q–\n
s|¨\f †‘¦2–*
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÒäEs
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$&|ß\x01 "
b"\x01 “\x01 q”èsv°¶«£Á…Ü\x12 "
b"\x01 “\x01 q”èsv°¶«£ˆ¨aL "
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x1D "Ô
"""
b"\x01 ô\x01 qöÞsv░½úØæ-ë "
b"""
\x01 “\x01 q•ŒqA dv\n
¯ˆg|
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$1½ÎX "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉþ,I "
b"\x01 “\x01 q”èsv°¶«£¼ûfÛ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9_æ) "
b"\x01 “\x01 q”èsv°¶«£Éº\x10 Q "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖ«\x0E Ä "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%¶·Ú "
b"\x01 “\x01 q”èsv°¶«£¥\x18 »Ñ "
b"\x01 “\x01 q”èsv°¶«£§¿¦ú "
b"\x01 “\x01 q”èsv°¶«£¬Ò\x1D  "
b"""
\x01 “\x01 q•ŒqA dv\n
®[æ\x0F
"""
b"\x01 ô\x01 qòìsÄáU>\x0F WNâ· "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝ¯4€ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Q¼ŸÆ "
b"""
\x01 “\x01 q•ŒqA dv\n
µ¥@i
"""
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ¹Þ "
b"\x01 ô\x01 qöëq\x15 Â╣|$;ìØº "
b"\x01 “\x01 q”èsv°¶«£Àgsæ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$6—æ: "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C´(/ "
b"\x01 “\x01 q”èsv°¶«£Ñxœ‹ "
b"\x01 ô\x01 qòìsÄáU>\x0F 5º\f j "
b"\x01 “\x01 q”èsv°¶«£¶‡…Ž "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞǦt "
b"\x01 “\x01 q”èsv°¶«£»–Œ\x1F "
b"\x01 “\x01 q”èsv°¶«£ËðƒÝ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛÔ`‹ "
b"\x01 ô\x01 qòìsÄáU>\x0F .±Xc "
b"\x01 “\x01 q”èsv°¶«£¢¸Û† "
b"\x01 “\x01 q”èsv°¶«£ÒÏ^Å "
b"\x01 ô\x01 qòìsÄáU>\x0F +]▀à "
b"\x01 “\x01 q”‰q\x15 ¶¹|$F>\x17 K "
b"\x01 “\x01 q”‰q\x15 ¶¹|$G\x05 ‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7ïvc "
b"\x01 “\x01 q”èsv°¶«£¬\x02 _ã "
b"\x01 ô\x01 qöÞsv░½úò\x07 ÅÑ "
b"\x01 “\x01 q”èsv°¶«£Ì¤ùu "
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ñ:f\x19
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$>,o\x0E "
b"\x01 “\x01 q”èsv°¶«£«+«J "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍÇ|¶ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\f /Û "
b"\x01 “\x01 q”èsv°¶«£ž›\x1C ä "
b"\x01 “\x01 q”èsv°¶«£µ£zë "
b"\x01 ô\x01 qòìsÄáU>\x0F 6ÈhJ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÅS˜ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉºI "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒáçN "
b"\x01 “\x01 q”‰q\x15 ¶¹|$'f\x17 À "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9\x17 ¸˜ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$P8!è "
b"\x01 “\x01 q”èsv°¶«£ŒæUF "
b"\x01 “\x01 q”èsv°¶«£›\\x04 Ð "
b"\x01 “\x01 q”èsv°¶«£¤¤e\x1A "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E 4»^ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍsš¬ "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿßò]ß "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáB\x1E A "
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 ¶¹|$:‹\x7F È "
b"\x01 “\x01 q”‰q\x15 ¶¹|$:œòy "
b"\x01 ô\x01 qöëq\x15 Â╣|$@Øgß "
b"\x01 “\x01 q”‰q\x15 ¶¹|$GÏ@\x03 "
b"\x01 “\x01 q”èsv°¶«£²{@Á "
b"\x01 “\x01 q”èsv°¶«£²½X½ "
b"\x01 ô\x01 qöÞsv░½ú¢ì╦Ñ "
b"\x01 “\x01 q”èsv°¶«£Ãâe° "
b"\x01 “\x01 q”èsv°¶«£Ð\x18\x18\e "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÆà\x16 ( "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉå9\x0E "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸËv'Ð "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖ,gÁ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞ Ûü "
b"\x01 “\x01 q”‰q\x15 ¶¹|$.\x15 +\x0F "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2\x05\x15 0 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$5ƒ\x1D ð "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@÷Ì "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A°»õ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$EfK‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Il´‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$RCCâ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$S A! "
b"\x01 “\x01 q”èsv°¶«£˜~æ\x16 "
b"\x01 “\x01 q”èsv°¶«£µ\x1E ‘j "
b"\x01 “\x01 q”èsv°¶«£Â*d\x1D "
b"\x01 “\x01 q”èsv°¶«£ÌÕÑø "
b"\x01 “\x01 q”èsv°¶«£Ò62} "
b"\x01 ô\x01 qòìsÄáU>\x0F (\f Ee "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒ‰?Ç "
b"\x01 “\x01 q”‰q\x15 ¶¹|$.žI\e "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1;ÿÙ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1µ‚b "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\x06\x13 ± "
b"\x01 ô\x01 qöëq\x15 Â╣|$7xÉ\e "
b"\x01 “\x01 q”‰q\x15 ¶¹|$=VÀŒ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A¸kõ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$G$[A "
b"\x01 “\x01 q”‰q\x15 ¶¹|$INQØ "
b"\x01 ô\x01 qöëq\x15 Â╣|$N\x05 °ü "
b"\x01 “\x01 q”‰q\x15 ¶¹|$N:I; "
b"\x01 ô\x01 qöÞsv░½úÅ5äY "
b"\x01 “\x01 q”èsv°¶«£‘EY¾ "
b"\x01 “\x01 q”èsv°¶«£™t\x19\x0F "
b"\x01 “\x01 q”èsv°¶«£švãd "
b"\x01 “\x01 q”èsv°¶«£žÑ“< "
b"\x01 “\x01 q”èsv°¶«£¡êüZ "
b"\x01 “\x01 q”èsv°¶«£¥g$] "
b"\x01 “\x01 q”èsv°¶«£©‹Çb "
b"\x01 “\x01 q”èsv°¶«£ªŽ#_ "
b"\x01 “\x01 q”èsv°¶«£¸+\x0F R "
b"\x01 “\x01 q”èsv°¶«£¹ž©l "
b"\x01 “\x01 q”èsv°¶«£º‚ä° "
b"\x01 “\x01 q”èsv°¶«£¾uœŒ "
b"\x01 “\x01 q”èsv°¶«£¿lI¿ "
b"\x01 “\x01 q”èsv°¶«£Ïf%l "
b"\x01 “\x01 q”èsv°¶«£Ïf‹• "
b"\x01 “\x01 q”èsv°¶«£Ò?„6 "
b"\x01 ô\x01 qòìsÄáU>\x0F Q┘Õ` "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÅx3ö "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÎIÜŠ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ94] "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÕ\x07 z€ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖãæÍ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸØ’ña "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáÐV\x07 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$({ï: "
b"\x01 “\x01 q”‰q\x15 ¶¹|$+9x® "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/òϱ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$<cKG "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B²Ž8 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Dœce "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Hßmï "
b"\x01 “\x01 q”èsv°¶«£ŒY?; "
b"\x01 “\x01 q”èsv°¶«£ŒíÖ "
b"\x01 ô\x01 qöÞsv░½úìØ\x11 ╔ "
b"\x01 “\x01 q”èsv°¶«£‘\x13 BŽ "
b"""
\x01 “\x01 q”èsv°¶«£“\n
cÀ
"""
b"\x01 “\x01 q”èsv°¶«£¦\x03 “£ "
b"\x01 “\x01 q”èsv°¶«£¨½y– "
b"\x01 “\x01 q”èsv°¶«£³)k: "
b"\x01 “\x01 q”èsv°¶«£¶ÏÀn "
b"\x01 “\x01 q”èsv°¶«£¼m\e Ð "
b"\x01 “\x01 q”èsv°¶«£Æ\x01\x02 \ "
b"\x01 “\x01 q”èsv°¶«£Ê—s\x00 "
b"\x01 “\x01 q”èsv°¶«£ÎGc? "
b"\x01 ô\x01 qòìsÄáU>\x0F 3ƒÝ¶ "
b"\x01 ô\x01 qòìsÄáU>\x0F B\x00 ½┬ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÇ³Gˆ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈ)IŠ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈÚzr "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÓ³ý© "
b"\x01 ô\x01 qöêqæó┘,ƒıÉôÍ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙÖÏn "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞ\x16 R} "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸßÄØ] "
b"\x01 “\x01 q”‰q\x15 ¶¹|$)$D\x18 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/†ë5 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2l÷Û "
b"\x01 “\x01 q”‰q\x15 ¶¹|$4è\f Ó "
b"\x01 ô\x01 qöëq\x15 Â╣|$5?ìÆ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9¦bo "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?\x14 ¡k "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C‹Äö "
b"\x01 “\x01 q”‰q\x15 ¶¹|$JãѸ "
b"\x01 ô\x01 qöëq\x15 Â╣|$Kûì├ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÔºT "
b"\x01 “\x01 q”èsv°¶«£Šß\x06\x0F "
b"\x01 “\x01 q”èsv°¶«£‹«ÌÏ "
b"\x01 ô\x01 qöÞsv░½úø║ü╚ "
b"\x01 “\x01 q”èsv°¶«£žµdÏ "
b"\x01 “\x01 q”èsv°¶«£¢\x7F\x03 — "
b"\x01 “\x01 q”èsv°¶«£¬pò\x1A "
b"\x01 “\x01 q”èsv°¶«£¬Âuš "
b"\x01 “\x01 q”èsv°¶«£¸Ò— "
b"\x01 “\x01 q”èsv°¶«£°\x7F dÿ "
b"\x01 “\x01 q”èsv°¶«£·Dší "
b"\x01 ô\x01 qöÞsv░½ú┬ ÔØ "
b"\x01 “\x01 q”èsv°¶«£ÅJ~µ "
b"\x01 “\x01 q”èsv°¶«£Êm)® "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F ╬où "
b"\x01 ô\x01 qòìsÄáU>\x0F "Fµ] "
b"\x01 ô\x01 qòìsÄáU>\x0F 9~2~ "
b"\x01 ô\x01 qòìsÄáU>\x0F F8ıµ "
b"\x01 ô\x01 qòìsÄáU>\x0F K:Z< "
b"\x01 ô\x01 qòìsÄáU>\x0F U└Ø] "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉ˜úë "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌH†J "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌ¸¨× "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ±h? "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿß‹¡½ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%îÙµ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$(^>¾ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3ÔÞn "
b"\x01 ô\x01 qöëq\x15 Â╣|$4ÉÐ╔ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A®Q³ "
b"\x01 ô\x01 qöëq\x15 Â╣|$RÅ+\x0F "
b"\x01 “\x01 q”èsv°¶«£ƒZtê "
b"\x01 “\x01 q”èsv°¶«£‹/Ÿ¸ "
b"\x01 “\x01 q”èsv°¶«£“G\e Ê "
b"\x01 “\x01 q”èsv°¶«£”\x0F\x13 L "
b"\x01 “\x01 q”èsv°¶«£–•¦½ "
b"\x01 “\x01 q”èsv°¶«£˜I¸á "
b"\x01 “\x01 q”èsv°¶«£š˜˜\ "
b"\x01 “\x01 q”èsv°¶«£žƒ D "
b"\x01 “\x01 q”èsv°¶«£¡ž\x10 « "
b"\x01 “\x01 q”èsv°¶«£¨+¥# "
b"\x01 “\x01 q”èsv°¶«£«\x0E lØ "
b"\x01 “\x01 q”èsv°¶«£«/Q± "
b"\x01 “\x01 q”èsv°¶«£¹\v šH "
b"\x01 “\x01 q”èsv°¶«£Ä£½Ô "
b"\x01 “\x01 q”èsv°¶«£ÆèHD "
b"\x01 “\x01 q”èsv°¶«£ËQ\x15 þ "
b"\x01 “\x01 q”èsv°¶«£ÎYm> "
b"\x01 “\x01 q”èsv°¶«£Ó¢WŠ "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F j¸┐ "
b"\x01 ô\x01 qòìsÄáU>\x0F '└│º "
b"\x01 ô\x01 qòìsÄáU>\x0F (W0‗ "
b"\x01 ô\x01 qòìsÄáU>\x0F ,Äü\x00 "
b"\x01 ô\x01 qòìsÄáU>\x0F .P<· "
b"\x01 ô\x01 qòìsÄáU>\x0F 7AW\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F C\x7F pB "
b"\x01 ô\x01 qòìsÄáU>\x0F E>ù\x1D "
b"\x01 ô\x01 qòìsÄáU>\x0F X5ú╦ "
b"\x01 ô\x01 qöêqæó┘,ƒ╩ü\x08\x08 "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿ×Ø¢Ý "
b"""
\x01 “\x01 q”ˆq‘¢Ù,Ÿáô\n
l
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$&4\x17 3 "
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 ¶¹|$0’¥3 "
b"\x01 ô\x01 qöëq\x15 Â╣|$24Ų "
b"\x01 ô\x01 qöëq\x15 Â╣|$85ËÅ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Bù:E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$I¿Y "
b"\x01 “\x01 q”‰q\x15 ¶¹|$O[¾‹ "
b"\x01 “\x01 q”èsv°¶«£„ÞÜ\x01 "
b"\x01 “\x01 q”èsv°¶«£†ÌO( "
b"\x01 “\x01 q”èsv°¶«£‰3\ê "
b"\x01 “\x01 q”èsv°¶«£Ž8b$ "
b"\x01 “\x01 q”èsv°¶«£œ(tž "
b"\x01 “\x01 q”èsv°¶«£œ½S’ "
b"\x01 “\x01 q”èsv°¶«£ÀÝ[ç "
b"\x01 “\x01 q”èsv°¶«£ÀãÚ\x04 "
b"\x01 “\x01 q”èsv°¶«£Â’®R "
b"\x01 “\x01 q”èsv°¶«£ÇÒ,\x03 "
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x12 6\n
"""
b"""
\x01 “\x01 q•ŒqA dv\n
°\¤5
"""
b"""
\x01 “\x01 q•ŒqA dv\n
º<Ö¬
"""
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E\x15 ^û "
b"\x01 ô\x01 qòìsÄáU>\x0F *cG¿ "
b"\x01 ô\x01 qòìsÄáU>\x0F /a▄\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F A\x11 üx "
b"\x01 ô\x01 qòìsÄáU>\x0F F\°[ "
b"\x01 ô\x01 qòìsÄáU>\x0F GÕU\x02 "
b"\x01 ô\x01 qòìsÄáU>\x0F I╣ÆÂ "
b"\x01 ô\x01 qòìsÄáU>\x0F LQ÷ø "
b"\x01 ô\x01 qòìsÄáU>\x0F QæöU "
b"\x01 ô\x01 qòìsÄáU>\x0F Vl\x17 î "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÔ_³¿ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÔ¤¡Ø "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿâ¬Q¯ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$-\x19 ß< "
b"\x01 “\x01 q”‰q\x15 ¶¹|$6\x1C _’ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7\Ìo "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@¿?p "
b"\x01 “\x01 q”‰q\x15 ¶¹|$H\x03 Ök "
b"\x01 “\x01 q”‰q\x15 ¶¹|$HfrE "
b"\x01 ô\x01 qöÞsv░½úüÐÐ█ "
b"\x01 “\x01 q”èsv°¶«£‚¸àˆ "
b"\x01 “\x01 q”èsv°¶«£„PìÐ "
b"\x01 ô\x01 qöÞsv░½úÉ?\x00 è "
b"\x01 “\x01 q”èsv°¶«£—Qc< "
b"\x01 “\x01 q”èsv°¶«£®‘ÓÈ "
b"\x01 “\x01 q”èsv°¶«£¯t6Ù "
b"\x01 “\x01 q”èsv°¶«£¯µoe "
b"\x01 “\x01 q”èsv°¶«£²ŽW· "
b"\x01 “\x01 q”èsv°¶«£»z®© "
b"\x01 “\x01 q”èsv°¶«£Â*/z "
b"\x01 “\x01 q”èsv°¶«£ÉÁën "
b"\x01 “\x01 q”èsv°¶«£ÍHCH "
b"\x01 “\x01 q”èsv°¶«£Î¤¹• "
b"\x01 “\x01 q”èsv°¶«£Ñ\x03 ¦ˆ "
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
¸íÔ\n
"""
b"\x01 ô\x01 qòìsÄáU>\x0F ":|ü "
b"\x01 ô\x01 qòìsÄáU>\x0F #¢<\x1D "
b"\x01 ô\x01 qòìsÄáU>\x0F 0ª.╬ "
b"\x01 ô\x01 qòìsÄáU>\x0F 2\x14 µA "
b"\x01 ô\x01 qòìsÄáU>\x0F 2¥67 "
b"\x01 ô\x01 qòìsÄáU>\x0F 4K{4 "
b"\x01 ô\x01 qòìsÄáU>\x0F 7 Bz "
b"\x01 ô\x01 qòìsÄáU>\x0F <\x02 àk "
b"\x01 ô\x01 qòìsÄáU>\x0F @ö▀╝ "
b"\x01 ô\x01 qòìsÄáU>\x0F Ak┴Z "
b"\x01 ô\x01 qòìsÄáU>\x0F C>\x15 ╩ "
b"\x01 ô\x01 qòìsÄáU>\x0F L\x10 {¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F Or╝² "
b"\x01 ô\x01 qòìsÄáU>\x0F P#\x1C ê "
b"\x01 ô\x01 qòìsÄáU>\x0F TAlƒ "
b"\x01 ô\x01 qòìsÄáU>\x0F Y³SÈ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$BÐ\y "
b"\x01 “\x01 q”‰q\x15 ¶¹|$N™O "
b"\x01 ô\x01 qöÞsv░½úìrÔ\x01 "
b"\x01 “\x01 q”èsv°¶«£•¼[F "
b"\x01 “\x01 q”èsv°¶«£ 7)M "
b"\x01 “\x01 q”èsv°¶«££>GB "
b"\x01 “\x01 q”èsv°¶«£¦ÛÜb "
b"\x01 “\x01 q”èsv°¶«£®I'¨ "
b"\x01 “\x01 q”èsv°¶«£°F\x1D – "
b"\x01 “\x01 q”èsv°¶«£µºG\x00 "
b"\x01 “\x01 q”èsv°¶«£º˜mš "
b"\x01 “\x01 q”èsv°¶«£º¹=¬ "
b"""
\x01 “\x01 q•ŒqA dv\n
³•µv
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¸\x18 >j
"""
b"""
\x01 “\x01 q•ŒqA dv\n
»,jï
"""
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E Åð\r "
b"\x01 ô\x01 qòìsÄáU>\x0F Ç\x17 ¬ "
b"\x01 ô\x01 qòìsÄáU>\x0F %╠\x19 9 "
b"\x01 ô\x01 qòìsÄáU>\x0F (³Zy "
b"\x01 ô\x01 qòìsÄáU>\x0F *\x18 cè "
b"\x01 ô\x01 qòìsÄáU>\x0F ,ÌU[ "
b"\x01 ô\x01 qòìsÄáU>\x0F 1\x7F ðË "
b"\x01 ô\x01 qòìsÄáU>\x0F 4└┐¨ "
b"\x01 ô\x01 qòìsÄáU>\x0F 8PA┐ "
b"\x01 ô\x01 qòìsÄáU>\x0F 98hé "
b"\x01 ô\x01 qòìsÄáU>\x0F 9þ±┬ "
b"\x01 ô\x01 qòìsÄáU>\x0F :Á┐g "
b"\x01 ô\x01 qòìsÄáU>\x0F =§}, "
b"\x01 ô\x01 qòìsÄáU>\x0F @y{ö "
b"\x01 ô\x01 qòìsÄáU>\x0F B\i< "
b"\x01 ô\x01 qòìsÄáU>\x0F Jç7n "
b"\x01 ô\x01 qòìsÄáU>\x0F SFMó "
b"\x01 ô\x01 qòìsÄáU>\x0F T¸Ú "
b"\x01 ô\x01 qòìsÄáU>\x0F X@×U "
b"\x01 ô\x01 qòìsÄáU>\x0F Zðû\x13 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2Ož\x1E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$4`β "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?ŽO” "
b"\x01 “\x01 q”èsv°¶«£‹\x07 ‚ø "
b"\x01 “\x01 q”èsv°¶«£’\x1F ˜\x1D "
b"\x01 “\x01 q”èsv°¶«£Ÿ\x7F M» "
b"\x01 “\x01 q”èsv°¶«££ Ç\v "
b"\x01 “\x01 q”èsv°¶«£¤\x1E\x11 ë "
b"\x01 “\x01 q”èsv°¶«£ª'^s "
b"\x01 ô\x01 qöÞsv░½ú│Éài "
b"\x01 “\x01 q”èsv°¶«£ÈÑ"š "
b"\x01 “\x01 q”èsv°¶«£Í<¸9 "
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x0E óò
"""
b"""
\x01 “\x01 q•ŒqA dv\n
«³c
"""
b"""
\x01 “\x01 q•ŒqA dv\n
®]‰‹
"""
b"""
\x01 “\x01 q•ŒqA dv\n
±$\x07 Ê
"""
b"""
\x01 “\x01 q•ŒqA dv\n
±ÎñJ
"""
b"""
\x01 “\x01 q•ŒqA dv\n
³"Ö”
"""
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òìsÄáU>\x0F\x1E ]┌╠ "
b"\x01 ô\x01 qòìsÄáU>\x0F $J¸t "
b"\x01 ô\x01 qòìsÄáU>\x0F %\x06 ªM "
b"\x01 ô\x01 qòìsÄáU>\x0F +784 "
b"\x01 ô\x01 qòìsÄáU>\x0F 7\x1C éû "
b"\x01 ô\x01 qòìsÄáU>\x0F 8.[ú "
b"\x01 ô\x01 qòìsÄáU>\x0F ;▒0` "
b"\x01 ô\x01 qòìsÄáU>\x0F ;ÊÀ¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F <ðçI "
b"\x01 ô\x01 qòìsÄáU>\x0F @Åq\ "
b"\x01 ô\x01 qòìsÄáU>\x0F @‗=5 "
b"\x01 ô\x01 qòìsÄáU>\x0F C▀[ò "
b"\x01 ô\x01 qòìsÄáU>\x0F F¹J╔ "
b"\x01 ô\x01 qòìsÄáU>\x0F H{:À "
b"\x01 ô\x01 qòìsÄáU>\x0F I\x05 A\v "
b"\x01 ô\x01 qòìsÄáU>\x0F J┤Qð "
b"\x01 ô\x01 qòìsÄáU>\x0F N╗áä "
b"\x01 ô\x01 qòìsÄáU>\x0F Oä\r ┼ "
b"\x01 ô\x01 qòìsÄáU>\x0F ZÕ(é "
b"""
\x01 “\x01 q–\n
s|¨\f †‘“~²J
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘”\t Z»
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘›"îd
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Âô1\x02
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$SÙ\x01 j "
b"\x01 “\x01 q”èsv°¶«£‡6úB "
b"\x01 “\x01 q”èsv°¶«£‰ð06 "
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•ŒqA dv\n
»ºÏÜ
"""
b"\x01 ô\x01 qòìsÄáU>\x0F !?═Á "
b"\x01 ô\x01 qòìsÄáU>\x0F "5ì¡ "
b"\x01 ô\x01 qòìsÄáU>\x0F #\x1F åª "
b"\x01 ô\x01 qòìsÄáU>\x0F &¡ýÆ "
b"\x01 ô\x01 qòìsÄáU>\x0F )øB( "
b"\x01 ô\x01 qòìsÄáU>\x0F )ãT\x07 "
b"\x01 ô\x01 qòìsÄáU>\x0F 4G╦l "
b"\x01 ô\x01 qòìsÄáU>\x0F 88┘Ù "
b"\x01 ô\x01 qòìsÄáU>\x0F ?ç\x11\x0F "
b"\x01 ô\x01 qòìsÄáU>\x0F K\f ó: "
b"\x01 ô\x01 qòìsÄáU>\x0F Q\x18 ;w "
b"\x01 ô\x01 qòìsÄáU>\x0F T1\x02 { "
b"""
\x01 “\x01 q–\n
s|¨\f †‘“\x1E ã\x06
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘–£Úï
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘š²…Ú
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘§hŠí
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘½Ù©\x1E
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ù7âp
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¬¸W\x1E
"""
b"\x01 ô\x01 qòìsÄáU>\x0F '`ñ¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F 0W¹L "
b"\x01 ô\x01 qòìsÄáU>\x0F 4\x1F õK "
b"\x01 ô\x01 qòìsÄáU>\x0F 6>iC "
b"\x01 ô\x01 qòìsÄáU>\x0F < \e ÷ "
b"\x01 ô\x01 qòìsÄáU>\x0F D]■á "
b"\x01 ô\x01 qòìsÄáU>\x0F F\x7F MC "
b"\x01 ô\x01 qòìsÄáU>\x0F Nl0» "
b"\x01 ô\x01 qòìsÄáU>\x0F RIº╩ "
b"\x01 ô\x01 qòìsÄáU>\x0F UÌË┐ "
b"""
\x01 “\x01 q–\n
s|¨\f †‘ˆú»–
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘‰jϵ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘‹³†Ä
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘‹ËI¯
"""
b"""
\x01 ô\x01 qû\n
s|¿\f åæìùÆ└
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘”ÚÅ“
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘•\e Ñu
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘•ËÌU
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘–ú‹°
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘™)z\x1E
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘™¨t\x01
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¢;LŽ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¤d6E
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ª¦nï
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘«þ²Í
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¬æªÔ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘±S_u
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘²Ïg6
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘´\x1D Û‹
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘´¼:z
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘µFD›
"""
b"""
\x01 ô\x01 qû\n
s|¿\f åæÁʹØ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¸%a
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¼Ãoi
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘½vóç
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘½ý.B
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘À-‹ò
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÀÊQd
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Á·yB
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÄŸÎæ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Å©óv
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Èaêë
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÈiPº
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ê?\v ®
"""
b"""
\x01 ô\x01 qû\n
s|¿\f åæ═Ø╬À
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÍѰŸ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Îob&
"""
b"""
\x01 ô\x01 qû\n
s|¿\f 忤#ëì
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ñ\x16 ”Î
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ó(°\x16
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Óü˜ê
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Õ!']
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Õòuù
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘צQŠ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ØR\x06 }
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ù\x06 9Ï
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Û‡UÔ
"""
]
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 (0x01930171967A71ED8301547BEEDD0B10 , 0x01930171967A71ED8301547BF240ED46 , 0x0193017194E87376B0B6ABA3969FD85B , 0x0193017194E87376B0B6ABA3B25956CF , 0x01930171967A71ED8301547BEE4FD1D1 , 0x019301719693732DAE4407E31087CE6E , 0x01930171960A737CA80C869187389875 , 0x01930171960A737CA80C8691A8076E0D , 0x01930171960A737CA80C8691AE3B5B06 , 0x0193017196E171E6ABAC9F3A4FFC1CE2 , 0x01930171968A7222AF4699C683F96757 , 0x01930171968A7222AF4699C6858B4013 , 0x019301719693732DAE4407E31134E12B , 0x01930171968A7222AF4699C683C38466 , 0x0193017196647134B9BD4F1A0EAC05CC , 0x0193017196647134B9BD4F1A0F3EDFCB , 0x0193017196647134B9BD4F1A14C14627 , 0x0193017196647134B9BD4F1A1535EDF9 , 0x01930171968A7222AF4699C684F8B25E , 0x019301719693732DAE4407E31053D7C6 , 0x019301719693732DAE4407E31BF340B0 , 0x0193017196E171E6ABAC9F3A50E9F18A , 0x0193017196E171E6ABAC9F3A53D869D2 , 0x0193017196E171E6ABAC9F3A568C5550 , 0x0193017196E171E6ABAC9F3A4D35730B , 0x0193017196E171E6ABAC9F3A57C5147E , 0x0193017194E87376B0B6ABA38FED86C9 , 0x0193017194E87376B0B6ABA3B1611374 , 0x0193017196647134B9BD4F1A11064DAA , 0x0193017196647134B9BD4F1A13D14CF0 , 0x019301719693732DAE4407E317F1BBA6 , 0x0193017196A571C78C3C09058481D71B , 0x0193017196A571C78C3C0905868B73AF , 0x0193017196A571C78C3C090587C9B7B6 , 0x0193017196A571C78C3C090589854D8D , 0x0193017196C471E6A6A848D7A3859CF1 , 0x0193017196C471E6A6A848D7A3FB743A , 0x0193017196C471E6A6A848D7A62F681B , 0x0193017196C471E6A6A848D7B1DFCDE5 , 0x0193017196E171E6ABAC9F3A52E04EA8 , 0x01930171967A71ED8301547BF3F39A25 , 0x0193017194887191A2D92C9FC4DAF4CF , 0x0193017194887191A2D92C9FC617134B , 0x0193017194887191A2D92C9FD014F678 , 0x0193017194887191A2D92C9FD06738E0 , 0x0193017194887191A2D92C9FD959E1C9 , 0x0193017194897115B6B97C243CF104BD , 0x01930171960A737CA80C8691975C4107 , 0x01930171960A737CA80C8691A38C48C9 , 0x0193017196A473429D906EC2C477CBAB , 0x0193017196A473429D906EC2C6E929D0 , 0x0193017196A571C78C3C0905849D107A , 0x0193017196A571C78C3C0905856299CB , 0x0193017196A571C78C3C0905881B2782 , 0x0193017194887191A2D92C9FDCA946D5 , 0x0193017194897115B6B97C24438984FD , 0x0193017194897115B6B97C244401BFB9 , 0x01930171958D738EA0553E0F1F9F36AE , 0x01930171958D738EA0553E0F2D97A9C7 , 0x01930171958D738EA0553E0F3DFEF981 , 0x01930171960A737CA80C869192538B25 , 0x01930171960A737CA80C86919AB9D4D7 , 0x01930171960A737CA80C86919D498733 , 0x01930171960A737CA80C8691C6C2BF87 , 0x01930171968A7222AF4699C684395661 , 0x019301719693732DAE4407E316119D8D , 0x019301719693732DAE4407E31C8D66B2 , 0x0193017196E171E6ABAC9F3A4C3EF069 , 0x0193017196E171E6ABAC9F3A4F0C7271 , 0x0193017196E171E6ABAC9F3A5742B808 , 0x01930171958C7141A064760AB2C40074 , 0x01930171958C7141A064760AB682E3BD , 0x01930171958D738EA0553E0F4D262C8E , 0x01930171958D738EA0553E0F5A9B2518 , 0x0193017196C471E6A6A848D7A48E0281 , 0x0193017196C471E6A6A848D7A543BD95 , 0x0193017196E171E6ABAC9F3A56287CAB , 0x0193017196E171E6ABAC9F3A578BE3B6 , 0x0193017194887191A2D92C9FD9744D84 , 0x0193017194897115B6B97C244C5DE6F8 , 0x0193017194897115B6B97C244D41CFA8 , 0x01930171967A71ED8301547BF5A2F800 , 0x01930171967A71ED8301547BF6408B16 , 0x0193017194E87376B0B6ABA38134E5C1 , 0x0193017194E87376B0B6ABA3ACC2277E , 0x0193017194E87376B0B6ABA3BD7977DC , 0x0193017196E171E6ABAC9F3A51D1C276 , 0x0193017196E171E6ABAC9F3A584FC250 , 0x0193017196E171E6ABAC9F3A588FAEF5 , 0x0193017194E87376B0B6ABA3A4F3E16B , 0x0193017194887191A2D92C9FDB5194D8 , 0x0193017194897115B6B97C242A90384F , 0x0193017194897115B6B97C244A9236B4 , 0x0193017194897115B6B97C243FCB02D2 , 0x0193017194897115B6B97C242B9B2C66 , 0x0193017194897115B6B97C24428077E9 , 0x0193017194E87376B0B6ABA3C0395A38 , 0x0193017194E87376B0B6ABA3D39EDA39 , 0x0193017194887191A2D92C9FCF31EF6A , 0x0193017194887191A2D92C9FDD44113B , 0x0193017194E87376B0B6ABA3B471828B , 0x0193017194887191A2D92C9FE08457D8 , 0x0193017194E87376B0B6ABA39A206601 , 0x0193017194E87376B0B6ABA3A0D481F6 , 0x0193017194E87376B0B6ABA3B624860B , 0x0193017194E87376B0B6ABA3C1D99ECB , 0x01930171958D738EA0553E0F228A0001 , 0x0193017194887191A2D92C9FC891FB22 , 0x0193017194897115B6B97C2450C73E1D , 0x0193017194E87376B0B6ABA385D9A74B , 0x01930171958C7141A064760AAC2841BA , 0x0193017194887191A2D92C9FDA6CC20B , 0x0193017194E87376B0B6ABA387C607C7 , 0x01930171958C7141A064760AB815BF6D , 0x01930171958D738EA0553E0F5929D6FE , 0x01930171958D738EA0553E0F27B37648 , 0x01930171958D738EA0553E0F3EC48F05 , 0x01930171960A737CA80C8691A632962A , 0x01930171960A737CA80C8691D2E44573 , 0x0193017194897115B6B97C24267CDF01 , 0x0193017194E87376B0B6ABA3C185DC12 , 0x0193017194E87376B0B6ABA388A8614C , 0x01930171958C7141A064760AAA1D22D4 , 0x0193017194E87376B0B6ABA39D912D89 , 0x01930171958C7141A064760AAF88677C , 0x0193017194897115B6B97C2431BDCE58 , 0x0193017194887191A2D92C9FC9FE2C49 , 0x0193017194E87376B0B6ABA3BCFB66DB , 0x0193017194897115B6B97C24395FE629 , 0x0193017194E87376B0B6ABA3C9BA1051 , 0x0193017194887191A2D92C9FD6AB0EC4 , 0x0193017194897115B6B97C2425B6B7DA , 0x0193017194E87376B0B6ABA3A518BBD1 , 0x0193017194E87376B0B6ABA3A7BFA6FA , 0x0193017194E87376B0B6ABA3ACD21DC2 , 0x01930171958C7141A064760AAE5BE60F , 0x01930171958D738EA0553E0F574E83FA , 0x0193017194887191A2D92C9FDDAF3480 , 0x0193017194897115B6B97C2451BC9FC6 , 0x01930171958C7141A064760AB5A54069 , 0x0193017194887191A2D92C9FD1ADB9DE , 0x0193017194897115B6B97C243B8D9DA7 , 0x0193017194E87376B0B6ABA3C06773E6 , 0x0193017194897115B6B97C243697E63A , 0x0193017194897115B6B97C2443B4282F , 0x0193017194E87376B0B6ABA3D1789C8B , 0x01930171958D738EA0553E0F35A70C6A , 0x0193017194E87376B0B6ABA3B687858E , 0x0193017194887191A2D92C9FDEC7A674 , 0x0193017194E87376B0B6ABA3BB968C1F , 0x0193017194E87376B0B6ABA3CBF083DD , 0x0193017194887191A2D92C9FDBD4608B , 0x01930171958D738EA0553E0F2EF15863 , 0x0193017194E87376B0B6ABA3A2B8DB86 , 0x0193017194E87376B0B6ABA3D2CF5EC5 , 0x01930171958D738EA0553E0F2B5DDFC7 , 0x0193017194897115B6B97C24463E174B , 0x0193017194897115B6B97C2447AD0587 , 0x0193017194897115B6B97C2437EF7663 , 0x0193017194E87376B0B6ABA3AC025FE3 , 0x0193017194E87376B0B6ABA395078FA5 , 0x0193017194E87376B0B6ABA3CCA4F975 , 0x01930171960A737CA80C8691D13A6619 , 0x0193017194897115B6B97C243E2C6F0E , 0x0193017194E87376B0B6ABA3AB2BAB4A , 0x0193017194887191A2D92C9FCDC77CB6 , 0x0193017194897115B6B97C24330C2FDB , 0x0193017194E87376B0B6ABA39E9B1CE4 , 0x0193017194E87376B0B6ABA3B5A37AEB , 0x01930171958D738EA0553E0F36D4684A , 0x0193017194887191A2D92C9FC55398AD , 0x0193017194887191A2D92C9FC9BA4920 , 0x0193017194887191A2D92C9FD2E1E74E , 0x0193017194897115B6B97C24276617C0 , 0x0193017194897115B6B97C243917B898 , 0x0193017194897115B6B97C24503821E8 , 0x0193017194E87376B0B6ABA38CE65546 , 0x0193017194E87376B0B6ABA39B5C04D0 , 0x0193017194E87376B0B6ABA3A4A4651A , 0x01930171958D738EA0553E0F1E34AF5E , 0x0193017194887191A2D92C9FCD739AAC , 0x0193017194887191A2D92C9FDFF25DDF , 0x0193017194887191A2D92C9FE1421E41 , 0x0193017194887191A2D92C9FE3174C19 , 0x0193017194897115B6B97C24259ACBFD , 0x0193017194897115B6B97C242C2F2C99 , 0x0193017194897115B6B97C243A8B7FC8 , 0x0193017194897115B6B97C243A9CF279 , 0x0193017194897115B6B97C24409D67E1 , 0x0193017194897115B6B97C2447CF4003 , 0x0193017194E87376B0B6ABA3B27B40C1 , 0x0193017194E87376B0B6ABA3B2BD58BD , 0x0193017194E87376B0B6ABA3BD8DCBA5 , 0x0193017194E87376B0B6ABA3C3E265B0 , 0x0193017194E87376B0B6ABA3D018181B , 0x0193017194887191A2D92C9FC6E01628 , 0x0193017194887191A2D92C9FC9E5390E , 0x0193017194887191A2D92C9FCB7627D0 , 0x0193017194887191A2D92C9FD62C67C1 , 0x0193017194887191A2D92C9FDEA0DBFC , 0x0193017194897115B6B97C242E152B0F , 0x0193017194897115B6B97C2432051530 , 0x0193017194897115B6B97C2435831DF0 , 0x0193017194897115B6B97C2440F7CC20 , 0x0193017194897115B6B97C2441B0BBF5 , 0x0193017194897115B6B97C2445664B87 , 0x0193017194897115B6B97C24496CB487 , 0x0193017194897115B6B97C24524343E2 , 0x0193017194897115B6B97C2453204121 , 0x0193017194E87376B0B6ABA3987EE616 , 0x0193017194E87376B0B6ABA3B51E916A , 0x0193017194E87376B0B6ABA3C22A641D , 0x0193017194E87376B0B6ABA3CCD5D1F8 , 0x0193017194E87376B0B6ABA3D236327D , 0x01930171958D738EA0553E0F280C4565 , 0x0193017194887191A2D92C9FD2893FC7 , 0x0193017194897115B6B97C242E9E491B , 0x0193017194897115B6B97C24313BFFD9 , 0x0193017194897115B6B97C2431B58262 , 0x0193017194897115B6B97C24330613B1 , 0x0193017194897115B6B97C243778901B , 0x0193017194897115B6B97C243D56C08C , 0x0193017194897115B6B97C2441B86BF5 , 0x0193017194897115B6B97C2447245B41 , 0x0193017194897115B6B97C24494E51D8 , 0x0193017194897115B6B97C244E05F881 , 0x0193017194897115B6B97C244E3A493B , 0x0193017194E87376B0B6ABA38F358459 , 0x0193017194E87376B0B6ABA3914559BE , 0x0193017194E87376B0B6ABA39974190F , 0x0193017194E87376B0B6ABA39A76E364 , 0x0193017194E87376B0B6ABA39ED1933C , 0x0193017194E87376B0B6ABA3A1EAFC5A , 0x0193017194E87376B0B6ABA3A567245D , 0x0193017194E87376B0B6ABA3A98BC762 , 0x0193017194E87376B0B6ABA3AA8E235F , 0x0193017194E87376B0B6ABA3B82B0F52 , 0x0193017194E87376B0B6ABA3B99EA96C , 0x0193017194E87376B0B6ABA3BA82E4B0 , 0x0193017194E87376B0B6ABA3BE759C8C , 0x0193017194E87376B0B6ABA3BF6C49BF , 0x0193017194E87376B0B6ABA3CF66256C , 0x0193017194E87376B0B6ABA3CF668B95 , 0x0193017194E87376B0B6ABA3D23F8436 , 0x01930171958D738EA0553E0F51D9E560 , 0x0193017194887191A2D92C9FC57833F6 , 0x0193017194887191A2D92C9FCE49DC8A , 0x0193017194887191A2D92C9FD139345D , 0x0193017194887191A2D92C9FD5077A80 , 0x0193017194887191A2D92C9FD6E3E6CD , 0x0193017194887191A2D92C9FD892F161 , 0x0193017194887191A2D92C9FE1D05607 , 0x0193017194897115B6B97C24287BEF3A , 0x0193017194897115B6B97C242B3978AE , 0x0193017194897115B6B97C242FF2CFB1 , 0x0193017194897115B6B97C243C634B47 , 0x0193017194897115B6B97C2442B28E38 , 0x0193017194897115B6B97C24449C6365 , 0x0193017194897115B6B97C2448DF6DEF , 0x0193017194E87376B0B6ABA38C593F3B , 0x0193017194E87376B0B6ABA38CEDADD6 , 0x0193017194E87376B0B6ABA38D9D11C9 , 0x0193017194E87376B0B6ABA39113428E , 0x0193017194E87376B0B6ABA3930A63C0 , 0x0193017194E87376B0B6ABA3A60393A3 , 0x0193017194E87376B0B6ABA3A8BD7996 , 0x0193017194E87376B0B6ABA3B3296B3A , 0x0193017194E87376B0B6ABA3B6CFC06E , 0x0193017194E87376B0B6ABA3BC6D1BD0 , 0x0193017194E87376B0B6ABA3C601025C , 0x0193017194E87376B0B6ABA3CA977300 , 0x0193017194E87376B0B6ABA3CE47633F , 0x01930171958D738EA0553E0F339FEDF4 , 0x01930171958D738EA0553E0F4200ABC2 , 0x0193017194887191A2D92C9FC7B34788 , 0x0193017194887191A2D92C9FC829498A , 0x0193017194887191A2D92C9FC8DA7A72 , 0x0193017194887191A2D92C9FD3B3FDA9 , 0x0193017194887191A2D92C9FD59093D6 , 0x0193017194887191A2D92C9FD9D6CF6E , 0x0193017194887191A2D92C9FDE16527D , 0x0193017194887191A2D92C9FDFC4D85D , 0x0193017194897115B6B97C2429244418 , 0x0193017194897115B6B97C242F86EB35 , 0x0193017194897115B6B97C24326CF7DB , 0x0193017194897115B6B97C2434E80CD3 , 0x0193017194897115B6B97C24353F8D92 , 0x0193017194897115B6B97C2439A6626F , 0x0193017194897115B6B97C243F14A16B , 0x0193017194897115B6B97C24438BC4F6 , 0x0193017194897115B6B97C244AE3D1B8 , 0x0193017194897115B6B97C244B968DC3 , 0x0193017194897115B6B97C2450D4BA54 , 0x0193017194E87376B0B6ABA38ADF060F , 0x0193017194E87376B0B6ABA38BABCCCF , 0x0193017194E87376B0B6ABA39BBA81C8 , 0x0193017194E87376B0B6ABA39EB564CF , 0x0193017194E87376B0B6ABA3A27F0397 , 0x0193017194E87376B0B6ABA3AC70F21A , 0x0193017194E87376B0B6ABA3ACC2759A , 0x0193017194E87376B0B6ABA3ADB8D297 , 0x0193017194E87376B0B6ABA3B07F64FF , 0x0193017194E87376B0B6ABA3B7449AED , 0x0193017194E87376B0B6ABA3C2FFE29D , 0x0193017194E87376B0B6ABA3C54A7EB5 , 0x0193017194E87376B0B6ABA3CA6D29AE , 0x01930171958D738EA0553E0F1FCE6F97 , 0x01930171958D738EA0553E0F2246E65D , 0x01930171958D738EA0553E0F397E327E , 0x01930171958D738EA0553E0F4638D5E6 , 0x01930171958D738EA0553E0F4B3A5A3C , 0x01930171958D738EA0553E0F55C09D5D , 0x0193017194887191A2D92C9FC998FAEB , 0x0193017194887191A2D92C9FCC48864A , 0x0193017194887191A2D92C9FCCB8A8D7 , 0x0193017194887191A2D92C9FD1B1683F , 0x0193017194887191A2D92C9FDF8BA1BD , 0x0193017194897115B6B97C2425EED9B5 , 0x0193017194897115B6B97C24285E3EBE , 0x0193017194897115B6B97C2433D4DE6E , 0x0193017194897115B6B97C243490D1C9 , 0x0193017194897115B6B97C2441AE51B3 , 0x0193017194897115B6B97C24528F2B0F , 0x0193017194E87376B0B6ABA3835A74EA , 0x0193017194E87376B0B6ABA38B2F9FB8 , 0x0193017194E87376B0B6ABA393471BCA , 0x0193017194E87376B0B6ABA3940F134C , 0x0193017194E87376B0B6ABA39695A6BD , 0x0193017194E87376B0B6ABA39849B8E1 , 0x0193017194E87376B0B6ABA39A98985C , 0x0193017194E87376B0B6ABA39E832044 , 0x0193017194E87376B0B6ABA3A19E10AB , 0x0193017194E87376B0B6ABA3A82BA523 , 0x0193017194E87376B0B6ABA3AB0E6CD8 , 0x0193017194E87376B0B6ABA3AB2F51B1 , 0x0193017194E87376B0B6ABA3B90B9A48 , 0x0193017194E87376B0B6ABA3C4A3BDD4 , 0x0193017194E87376B0B6ABA3C6E84844 , 0x0193017194E87376B0B6ABA3CB5115FE , 0x0193017194E87376B0B6ABA3CE596D3E , 0x0193017194E87376B0B6ABA3D3A2578A , 0x01930171958D738EA0553E0F1F6AF7BF , 0x01930171958D738EA0553E0F27C0B3A7 , 0x01930171958D738EA0553E0F285730F2 , 0x01930171958D738EA0553E0F2C8E8100 , 0x01930171958D738EA0553E0F2E503CFA , 0x01930171958D738EA0553E0F37415718 , 0x01930171958D738EA0553E0F437F7042 , 0x01930171958D738EA0553E0F453E971D , 0x01930171958D738EA0553E0F5835A3CB , 0x0193017194887191A2D92C9FCA810808 , 0x0193017194887191A2D92C9FD7D8A2DD , 0x0193017194887191A2D92C9FE1F40A6C , 0x0193017194897115B6B97C2426341733 , 0x0193017194897115B6B97C2426CDABF0 , 0x0193017194897115B6B97C2428714B05 , 0x0193017194897115B6B97C2429B5BD5D , 0x0193017194897115B6B97C243092A533 , 0x0193017194897115B6B97C2432348FFD , 0x0193017194897115B6B97C243835D38F , 0x0193017194897115B6B97C2442F93A45 , 0x0193017194897115B6B97C2449BFAD59 , 0x0193017194897115B6B97C244F5BBE8B , 0x0193017194E87376B0B6ABA384DEDC01 , 0x0193017194E87376B0B6ABA386CC4F28 , 0x0193017194E87376B0B6ABA389335CEA , 0x0193017194E87376B0B6ABA38E386224 , 0x0193017194E87376B0B6ABA39C28749E , 0x0193017194E87376B0B6ABA39CBD5392 , 0x0193017194E87376B0B6ABA3C0DD5BE7 , 0x0193017194E87376B0B6ABA3C0E3DA04 , 0x0193017194E87376B0B6ABA3C292AE52 , 0x0193017194E87376B0B6ABA3C7D22C03 , 0x01930171958C7141A064760AAA12360A , 0x01930171958C7141A064760AB05CA435 , 0x01930171958C7141A064760ABA3CD6AC , 0x01930171958D738EA0553E0F1E155E96 , 0x01930171958D738EA0553E0F2A6347A8 , 0x01930171958D738EA0553E0F2F61DC18 , 0x01930171958D738EA0553E0F41118178 , 0x01930171958D738EA0553E0F465CF85B , 0x01930171958D738EA0553E0F47E55502 , 0x01930171958D738EA0553E0F49B992B6 , 0x01930171958D738EA0553E0F4C51F69B , 0x01930171958D738EA0553E0F51919455 , 0x01930171958D738EA0553E0F566C178C , 0x0193017194887191A2D92C9FD45FB3BF , 0x0193017194887191A2D92C9FD4A4A1D8 , 0x0193017194887191A2D92C9FE2AC51AF , 0x0193017194897115B6B97C242D19DF3C , 0x0193017194897115B6B97C24361C5F92 , 0x0193017194897115B6B97C24375CCC6F , 0x0193017194897115B6B97C2440BF3F70 , 0x0193017194897115B6B97C244803D66B , 0x0193017194897115B6B97C2448667245 , 0x0193017194E87376B0B6ABA381D1D1DB , 0x0193017194E87376B0B6ABA382B8E088 , 0x0193017194E87376B0B6ABA38450ECD0 , 0x0193017194E87376B0B6ABA3903F008A , 0x0193017194E87376B0B6ABA39751633C , 0x0193017194E87376B0B6ABA3AE91D3C8 , 0x0193017194E87376B0B6ABA3AF7436D9 , 0x0193017194E87376B0B6ABA3AFB56F65 , 0x0193017194E87376B0B6ABA3B28E57B7 , 0x0193017194E87376B0B6ABA3BB7AAEA9 , 0x0193017194E87376B0B6ABA3C22A2F7A , 0x0193017194E87376B0B6ABA3C9C1EB6E , 0x0193017194E87376B0B6ABA3CD484348 , 0x0193017194E87376B0B6ABA3CEA4B995 , 0x0193017194E87376B0B6ABA3D103A688 , 0x01930171958C7141A064760AAD8E2981 , 0x01930171958C7141A064760AAEDD25C2 , 0x01930171958C7141A064760AB7225EE0 , 0x01930171958C7141A064760AB8EDD40A , 0x01930171958D738EA0553E0F223A7C81 , 0x01930171958D738EA0553E0F23BD3C1D , 0x01930171958D738EA0553E0F30A62ECE , 0x01930171958D738EA0553E0F3214E641 , 0x01930171958D738EA0553E0F32BE3637 , 0x01930171958D738EA0553E0F344B7B34 , 0x01930171958D738EA0553E0F37FF427A , 0x01930171958D738EA0553E0F3C02856B , 0x01930171958D738EA0553E0F4094DFBC , 0x01930171958D738EA0553E0F416BC15A , 0x01930171958D738EA0553E0F433E15CA , 0x01930171958D738EA0553E0F4C107BEE , 0x01930171958D738EA0553E0F4F72BCFD , 0x01930171958D738EA0553E0F50231C88 , 0x01930171958D738EA0553E0F54416C9F , 0x01930171958D738EA0553E0F59FC53D4 , 0x0193017194897115B6B97C2442D05C79 , 0x0193017194897115B6B97C244EC2994F , 0x0193017194E87376B0B6ABA38D72E201 , 0x0193017194E87376B0B6ABA395BC5B46 , 0x0193017194E87376B0B6ABA3A037294D , 0x0193017194E87376B0B6ABA3A33E4742 , 0x0193017194E87376B0B6ABA3A6DBDC62 , 0x0193017194E87376B0B6ABA3AE4927A8 , 0x0193017194E87376B0B6ABA3B0461D96 , 0x0193017194E87376B0B6ABA3B5BA4700 , 0x0193017194E87376B0B6ABA3BA986D9A , 0x0193017194E87376B0B6ABA3BAB93DAC , 0x01930171958C7141A064760AB395B576 , 0x01930171958C7141A064760AB8183E6A , 0x01930171958C7141A064760ABB2C6AEF , 0x01930171958D738EA0553E0F1E8FD00D , 0x01930171958D738EA0553E0F208017AA , 0x01930171958D738EA0553E0F25CC1939 , 0x01930171958D738EA0553E0F28FC5A79 , 0x01930171958D738EA0553E0F2A18638A , 0x01930171958D738EA0553E0F2CDE555B , 0x01930171958D738EA0553E0F317FD0D3 , 0x01930171958D738EA0553E0F34C0BFF9 , 0x01930171958D738EA0553E0F385041BF , 0x01930171958D738EA0553E0F39386882 , 0x01930171958D738EA0553E0F39E7F1C2 , 0x01930171958D738EA0553E0F3AB5BF67 , 0x01930171958D738EA0553E0F3DF57D2C , 0x01930171958D738EA0553E0F40797B94 , 0x01930171958D738EA0553E0F425C693C , 0x01930171958D738EA0553E0F4A87376E , 0x01930171958D738EA0553E0F53464DA2 , 0x01930171958D738EA0553E0F54F7E9FF , 0x01930171958D738EA0553E0F58409E55 , 0x01930171958D738EA0553E0F5AD09613 , 0x0193017194897115B6B97C24324F9E1E , 0x0193017194897115B6B97C243460CEB2 , 0x0193017194897115B6B97C243F8E4F94 , 0x0193017194E87376B0B6ABA38B0782F8 , 0x0193017194E87376B0B6ABA3921F981D , 0x0193017194E87376B0B6ABA39F7F4DBB , 0x0193017194E87376B0B6ABA3A3A0C70B , 0x0193017194E87376B0B6ABA3A41E11EB , 0x0193017194E87376B0B6ABA3AA275E73 , 0x0193017194E87376B0B6ABA3B3908569 , 0x0193017194E87376B0B6ABA3C8D1229A , 0x0193017194E87376B0B6ABA3CD3CB839 , 0x01930171958C7141A064760AAA0EF3F2 , 0x01930171958C7141A064760AABB36320 , 0x01930171958C7141A064760AAE5D898B , 0x01930171958C7141A064760AB12407CA , 0x01930171958C7141A064760AB1CEF14A , 0x01930171958C7141A064760AB322D694 , 0x01930171958C7141A064760AB3F1C661 , 0x01930171958C7141A064760AB4C7A026 , 0x01930171958C7141A064760ABCB9E4C0 , 0x01930171958D738EA0553E0F1E5DDACC , 0x01930171958D738EA0553E0F244AF774 , 0x01930171958D738EA0553E0F2506A64D , 0x01930171958D738EA0553E0F2B373834 , 0x01930171958D738EA0553E0F371C8296 , 0x01930171958D738EA0553E0F382E5BA3 , 0x01930171958D738EA0553E0F3BB13060 , 0x01930171958D738EA0553E0F3BD2B7EE , 0x01930171958D738EA0553E0F3CD08749 , 0x01930171958D738EA0553E0F408F715C , 0x01930171958D738EA0553E0F40F23D35 , 0x01930171958D738EA0553E0F43DF5B95 , 0x01930171958D738EA0553E0F46FB4AC9 , 0x01930171958D738EA0553E0F487B3AB7 , 0x01930171958D738EA0553E0F4905410B , 0x01930171958D738EA0553E0F4AB451D0 , 0x01930171958D738EA0553E0F4EBBA084 , 0x01930171958D738EA0553E0F4F840DC5 , 0x01930171958D738EA0553E0F5AE52882 , 0x01930171960A737CA80C8691937EB24A , 0x01930171960A737CA80C869194095ABB , 0x01930171960A737CA80C86919B22EE64 , 0x01930171960A737CA80C8691C2F43102 , 0x0193017194897115B6B97C2453D9016A , 0x0193017194E87376B0B6ABA38736FA42 , 0x0193017194E87376B0B6ABA389F03036 , 0x01930171958C7141A064760AACDBA2D7 , 0x01930171958C7141A064760AAD40ABAC , 0x01930171958C7141A064760AB9B6A326 , 0x01930171958C7141A064760ABB87EEE3 , 0x01930171958C7141A064760ABBBACFDC , 0x01930171958D738EA0553E0F213FCDB5 , 0x01930171958D738EA0553E0F22358DAD , 0x01930171958D738EA0553E0F231F86A6 , 0x01930171958D738EA0553E0F26ADEC92 , 0x01930171958D738EA0553E0F299B4228 , 0x01930171958D738EA0553E0F29C65407 , 0x01930171958D738EA0553E0F3447CB6C , 0x01930171958D738EA0553E0F3838D9EB , 0x01930171958D738EA0553E0F3F87110F , 0x01930171958D738EA0553E0F4B0CA23A , 0x01930171958D738EA0553E0F51183B77 , 0x01930171958D738EA0553E0F5431027B , 0x01930171960A737CA80C8691931EE306 , 0x01930171960A737CA80C869196A3DAEF , 0x01930171960A737CA80C86919AB285DA , 0x01930171960A737CA80C8691A7688AED , 0x01930171960A737CA80C8691BDD9A91E , 0x01930171960A737CA80C8691D937E270 , 0x01930171958C7141A064760AACB8571E , 0x01930171958D738EA0553E0F2760A4EE , 0x01930171958D738EA0553E0F3057FB4C , 0x01930171958D738EA0553E0F341FE44B , 0x01930171958D738EA0553E0F363E6943 , 0x01930171958D738EA0553E0F3CFF1BF6 , 0x01930171958D738EA0553E0F445DFEA0 , 0x01930171958D738EA0553E0F467F4D43 , 0x01930171958D738EA0553E0F4E6C30AF , 0x01930171958D738EA0553E0F5249A7CA , 0x01930171958D738EA0553E0F55DED3BF , 0x01930171960A737CA80C869188FABB96 , 0x01930171960A737CA80C8691896ACFB5 , 0x01930171960A737CA80C86918BB386C4 , 0x01930171960A737CA80C86918BCB49AF , 0x01930171960A737CA80C86918D9792C0 , 0x01930171960A737CA80C869194DAC593 , 0x01930171960A737CA80C8691951BD175 , 0x01930171960A737CA80C869195CBCC55 , 0x01930171960A737CA80C869196FA8BB0 , 0x01930171960A737CA80C869199297A1E , 0x01930171960A737CA80C869199A87401 , 0x01930171960A737CA80C8691A23B4C8E , 0x01930171960A737CA80C8691A4643645 , 0x01930171960A737CA80C8691AAA66EEF , 0x01930171960A737CA80C8691ABFEB2CD , 0x01930171960A737CA80C8691ACE6AAD4 , 0x01930171960A737CA80C8691B1535F75 , 0x01930171960A737CA80C8691B2CF6736 , 0x01930171960A737CA80C8691B41DDB8B , 0x01930171960A737CA80C8691B4BC3A7A , 0x01930171960A737CA80C8691B546449B , 0x01930171960A737CA80C8691B5D2FB9D , 0x01930171960A737CA80C8691B82561A0 , 0x01930171960A737CA80C8691BCC36F69 , 0x01930171960A737CA80C8691BD76F3E7 , 0x01930171960A737CA80C8691BDFD2E42 , 0x01930171960A737CA80C8691C02D8BF2 , 0x01930171960A737CA80C8691C0CA5164 , 0x01930171960A737CA80C8691C1B77942 , 0x01930171960A737CA80C8691C49FCEE6 , 0x01930171960A737CA80C8691C5A9F376 , 0x01930171960A737CA80C8691C861EAEB , 0x01930171960A737CA80C8691C86950BA , 0x01930171960A737CA80C8691CA3F0BAE , 0x01930171960A737CA80C8691CD9DCEB7 , 0x01930171960A737CA80C8691CDD1B09F , 0x01930171960A737CA80C8691CE6F6226 , 0x01930171960A737CA80C8691CF23898D , 0x01930171960A737CA80C8691D11694CE , 0x01930171960A737CA80C8691D328B016 , 0x01930171960A737CA80C8691D3FC98EA , 0x01930171960A737CA80C8691D521275D , 0x01930171960A737CA80C8691D5F275F9 , 0x01930171960A737CA80C8691D7A6518A , 0x01930171960A737CA80C8691D852067D , 0x01930171960A737CA80C8691D90639CF , 0x01930171960A737CA80C8691DB8755D4 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
43
3.38 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‘¢Ù,ŸÅx3ö "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÆ\x17\x13 K "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÆà\x16 ( "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÇ³Gˆ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈ)IŠ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈ‘û" "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈÚzr "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉ˜úë "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉºI "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉå9\x0E "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉþ,I "
b"\x01 ô\x01 qöêqæó┘,ƒ╩ü\x08\x08 "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸËv'Ð "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌH†J "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌ¸¨× "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍsš¬ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍÇ|¶ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÎIÜŠ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÏ1ïj "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÐ\x14 öx "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÐg8à "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ94] "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ¹Þ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ±h? "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒ‰?Ç "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒáçN "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÓ³ý© "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÔ_³¿ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÔ¤¡Ø "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÕ\x07 z€ "
b"\x01 ô\x01 qöêqæó┘,ƒıÉôÍ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖ,gÁ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖ«\x0E Ä "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖãæÍ "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿ×Ø¢Ý "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸØ’ña "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙYáÉ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙtM„ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙÖÏn "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÚlÂ\v "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛQ”Ø "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛÔ`‹ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÜ©FÕ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝD\x11 ; "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝ¯4€ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞ\x16 R} "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞ Ûü "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞǦt "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿß‹¡½ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸßÄØ] "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿßò]ß "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿà„WØ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáB\x1E A "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáÐV\x07 "
b"""
\x01 “\x01 q”ˆq‘¢Ù,Ÿáô\n
l
"""
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿâ¬Q¯ "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿã\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 ¶¹|$&|ß\x01 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$&Í«ð "
b"\x01 “\x01 q”‰q\x15 ¶¹|$'f\x17 À "
b"\x01 “\x01 q”‰q\x15 ¶¹|$(^>¾ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$(qK\x05 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$({ï: "
b"\x01 “\x01 q”‰q\x15 ¶¹|$)$D\x18 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$)µ½] "
b"\x01 ô\x01 qöëq\x15 Â╣|$*É8O "
b"\x01 “\x01 q”‰q\x15 ¶¹|$+9x® "
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 ¶¹|$.žI\e "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/†ë5 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/òϱ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$0’¥3 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1;ÿÙ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1µ‚b "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1½ÎX "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2\x05\x15 0 "
b"\x01 ô\x01 qöëq\x15 Â╣|$24Ų "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2Ož\x1E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2l÷Û "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\x06\x13 ± "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\f /Û "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3ÔÞn "
b"\x01 “\x01 q”‰q\x15 ¶¹|$4`β "
b"\x01 ô\x01 qöëq\x15 Â╣|$4ÉÐ╔ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$4è\f Ó "
b"\x01 ô\x01 qöëq\x15 Â╣|$5?ìÆ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$5ƒ\x1D ð "
b"\x01 “\x01 q”‰q\x15 ¶¹|$6\x1C _’ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$6—æ: "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7\Ìo "
b"\x01 ô\x01 qöëq\x15 Â╣|$7xÉ\e "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7ïvc "
b"\x01 ô\x01 qöëq\x15 Â╣|$85ËÅ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9\x17 ¸˜ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9_æ) "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9¦bo "
b"\x01 “\x01 q”‰q\x15 ¶¹|$:‹\x7F È "
b"\x01 “\x01 q”‰q\x15 ¶¹|$:œòy "
b"\x01 ô\x01 qöëq\x15 Â╣|$;ìØº "
b"\x01 “\x01 q”‰q\x15 ¶¹|$<cKG "
b"\x01 “\x01 q”‰q\x15 ¶¹|$<ñ\x04 ½ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$=VÀŒ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$>,o\x0E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?\x14 ¡k "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?ŽO” "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?Ë\x02 Ò "
b"\x01 ô\x01 qöëq\x15 Â╣|$@Øgß "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@¿?p "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@÷Ì "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A®Q³ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A°»õ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A¸kõ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B€wé "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B²Ž8 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$BÐ\y "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Bù:E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C‰„ý "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C‹Äö "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C´(/ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$D\x01 ¿¹ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Dœce "
b"\x01 “\x01 q”‰q\x15 ¶¹|$EfK‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$F>\x17 K "
b"\x01 “\x01 q”‰q\x15 ¶¹|$G$[A "
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 ¶¹|$INQØ "
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 ¶¹|$JãѸ "
b"\x01 ô\x01 qöëq\x15 Â╣|$Kûì├ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$L]æø "
b"\x01 “\x01 q”‰q\x15 ¶¹|$MAϨ "
b"\x01 ô\x01 qöëq\x15 Â╣|$N\x05 °ü "
b"\x01 “\x01 q”‰q\x15 ¶¹|$N:I; "
b"\x01 “\x01 q”‰q\x15 ¶¹|$N™O "
b"\x01 “\x01 q”‰q\x15 ¶¹|$O[¾‹ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$P8!è "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÇ>\x1D "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÔºT "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Q¼ŸÆ "
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░½úü4Õ┴ "
b"\x01 ô\x01 qöÞsv░½úüÐÐ█ "
b"\x01 “\x01 q”èsv°¶«£‚¸àˆ "
b"\x01 “\x01 q”èsv°¶«£ƒZtê "
b"\x01 “\x01 q”èsv°¶«£„PìÐ "
b"\x01 “\x01 q”èsv°¶«£„ÞÜ\x01 "
b"\x01 “\x01 q”èsv°¶«£…Ù§K "
b"\x01 “\x01 q”èsv°¶«£†ÌO( "
b"\x01 “\x01 q”èsv°¶«£‡6úB "
b"\x01 “\x01 q”èsv°¶«£‡Æ\x07 Ç "
b"\x01 “\x01 q”èsv°¶«£ˆ¨aL "
b"\x01 “\x01 q”èsv°¶«£‰3\ê "
b"\x01 “\x01 q”èsv°¶«£‰ð06 "
b"\x01 “\x01 q”èsv°¶«£Šß\x06\x0F "
b"\x01 “\x01 q”èsv°¶«£‹\x07 ‚ø "
b"\x01 “\x01 q”èsv°¶«£‹/Ÿ¸ "
b"\x01 “\x01 q”èsv°¶«£‹«ÌÏ "
b"\x01 “\x01 q”èsv°¶«£ŒY?; "
b"\x01 “\x01 q”èsv°¶«£ŒæUF "
b"\x01 “\x01 q”èsv°¶«£ŒíÖ "
b"\x01 ô\x01 qöÞsv░½úìrÔ\x01 "
b"\x01 ô\x01 qöÞsv░½úìØ\x11 ╔ "
b"\x01 “\x01 q”èsv°¶«£Ž8b$ "
b"\x01 ô\x01 qöÞsv░½úÅ5äY "
b"\x01 ô\x01 qöÞsv░½úÅÝå╔ "
b"\x01 ô\x01 qöÞsv░½úÉ?\x00 è "
b"\x01 “\x01 q”èsv°¶«£‘\x13 BŽ "
b"\x01 “\x01 q”èsv°¶«£‘EY¾ "
b"\x01 “\x01 q”èsv°¶«£’\x1F ˜\x1D "
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░½úò\x07 ÅÑ "
b"\x01 “\x01 q”èsv°¶«£•¼[F "
b"\x01 “\x01 q”èsv°¶«£–•¦½ "
b"\x01 “\x01 q”èsv°¶«£–ŸØ[ "
b"\x01 “\x01 q”èsv°¶«£—Qc< "
b"\x01 “\x01 q”èsv°¶«£˜I¸á "
b"\x01 “\x01 q”èsv°¶«£˜~æ\x16 "
b"\x01 “\x01 q”èsv°¶«£™t\x19\x0F "
b"\x01 “\x01 q”èsv°¶«£š f\x01 "
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°¶«£œ(tž "
b"\x01 “\x01 q”èsv°¶«£œ½S’ "
b"\x01 ô\x01 qöÞsv░½úØæ-ë "
b"\x01 “\x01 q”èsv°¶«£žƒ D "
b"\x01 “\x01 q”èsv°¶«£ž›\x1C ä "
b"\x01 “\x01 q”èsv°¶«£žµdÏ "
b"\x01 “\x01 q”èsv°¶«£žÑ“< "
b"\x01 “\x01 q”èsv°¶«£Ÿ\x7F M» "
b"\x01 “\x01 q”èsv°¶«£ 7)M "
b"\x01 ô\x01 qöÞsv░½úáÈü÷ "
b"\x01 “\x01 q”èsv°¶«£¡ž\x10 « "
b"\x01 “\x01 q”èsv°¶«£¡êüZ "
b"\x01 “\x01 q”èsv°¶«£¢\x7F\x03 — "
b"\x01 “\x01 q”èsv°¶«£¢¸Û† "
b"\x01 “\x01 q”èsv°¶«££>GB "
b"\x01 “\x01 q”èsv°¶«££ Ç\v "
b"\x01 “\x01 q”èsv°¶«£¤\x1E\x11 ë "
b"\x01 “\x01 q”èsv°¶«£¤¤e\x1A "
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 "
b"\x01 “\x01 q”èsv°¶«£§¿¦ú "
b"\x01 “\x01 q”èsv°¶«£¨+¥# "
b"\x01 “\x01 q”èsv°¶«£¨½y– "
b"\x01 “\x01 q”èsv°¶«£©‹Çb "
b"\x01 “\x01 q”èsv°¶«£ª'^s "
b"\x01 “\x01 q”èsv°¶«£ªŽ#_ "
b"\x01 “\x01 q”èsv°¶«£«\x0E lØ "
b"\x01 “\x01 q”èsv°¶«£«+«J "
b"\x01 “\x01 q”èsv°¶«£«/Q± "
b"\x01 “\x01 q”èsv°¶«£¬\x02 _ã "
b"\x01 “\x01 q”èsv°¶«£¬pò\x1A "
b"\x01 “\x01 q”èsv°¶«£¬Â'~ "
b"\x01 “\x01 q”èsv°¶«£¬Âuš "
b"\x01 “\x01 q”èsv°¶«£¬Ò\x1D  "
b"\x01 “\x01 q”èsv°¶«£¸Ò— "
b"\x01 “\x01 q”èsv°¶«£®I'¨ "
b"\x01 “\x01 q”èsv°¶«£®‘ÓÈ "
b"\x01 “\x01 q”èsv°¶«£¯t6Ù "
b"\x01 “\x01 q”èsv°¶«£¯µoe "
b"\x01 “\x01 q”èsv°¶«£°F\x1D – "
b"\x01 “\x01 q”èsv°¶«£°\x7F dÿ "
b"\x01 “\x01 q”èsv°¶«£±a\x13 t "
b"\x01 “\x01 q”èsv°¶«£²YVÏ "
b"\x01 “\x01 q”èsv°¶«£²{@Á "
b"\x01 “\x01 q”èsv°¶«£²ŽW· "
b"\x01 “\x01 q”èsv°¶«£²½X½ "
b"\x01 “\x01 q”èsv°¶«£³)k: "
b"\x01 ô\x01 qöÞsv░½ú│Éài "
b"\x01 “\x01 q”èsv°¶«£´q‚‹ "
b"\x01 “\x01 q”èsv°¶«£µ\x1E ‘j "
b"\x01 “\x01 q”èsv°¶«£µ£zë "
b"\x01 “\x01 q”èsv°¶«£µºG\x00 "
b"\x01 “\x01 q”èsv°¶«£¶$†\v "
b"\x01 “\x01 q”èsv°¶«£¶‡…Ž "
b"\x01 “\x01 q”èsv°¶«£¶ÏÀn "
b"\x01 “\x01 q”èsv°¶«£·Dší "
b"\x01 “\x01 q”èsv°¶«£¸+\x0F R "
b"\x01 “\x01 q”èsv°¶«£¹\v šH "
b"\x01 “\x01 q”èsv°¶«£¹ž©l "
b"\x01 “\x01 q”èsv°¶«£º‚ä° "
b"\x01 “\x01 q”èsv°¶«£º˜mš "
b"\x01 “\x01 q”èsv°¶«£º¹=¬ "
b"\x01 “\x01 q”èsv°¶«£»z®© "
b"\x01 “\x01 q”èsv°¶«£»–Œ\x1F "
b"\x01 “\x01 q”èsv°¶«£¼m\e Ð "
b"\x01 “\x01 q”èsv°¶«£¼ûfÛ "
b"\x01 “\x01 q”èsv°¶«£½ywÜ "
b"\x01 ô\x01 qöÞsv░½ú¢ì╦Ñ "
b"\x01 “\x01 q”èsv°¶«£¾uœŒ "
b"\x01 “\x01 q”èsv°¶«£¿lI¿ "
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°¶«£Â*/z "
b"\x01 “\x01 q”èsv°¶«£Â*d\x1D "
b"\x01 “\x01 q”èsv°¶«£Â’®R "
b"\x01 ô\x01 qöÞsv░½ú┬ ÔØ "
b"\x01 “\x01 q”èsv°¶«£Ãâe° "
b"\x01 “\x01 q”èsv°¶«£Ä£½Ô "
b"\x01 “\x01 q”èsv°¶«£ÅJ~µ "
b"\x01 “\x01 q”èsv°¶«£Æ\x01\x02 \ "
b"\x01 “\x01 q”èsv°¶«£ÆèHD "
b"\x01 “\x01 q”èsv°¶«£ÇÒ,\x03 "
b"\x01 “\x01 q”èsv°¶«£ÈÑ"š "
b"\x01 “\x01 q”èsv°¶«£Éº\x10 Q "
b"\x01 “\x01 q”èsv°¶«£ÉÁën "
b"\x01 “\x01 q”èsv°¶«£Êm)® "
b"\x01 “\x01 q”èsv°¶«£Ê—s\x00 "
b"\x01 “\x01 q”èsv°¶«£ËQ\x15 þ "
b"\x01 “\x01 q”èsv°¶«£ËðƒÝ "
b"\x01 “\x01 q”èsv°¶«£Ì¤ùu "
b"\x01 “\x01 q”èsv°¶«£ÌÕÑø "
b"\x01 “\x01 q”èsv°¶«£Í<¸9 "
b"\x01 “\x01 q”èsv°¶«£ÍHCH "
b"\x01 “\x01 q”èsv°¶«£ÎGc? "
b"\x01 “\x01 q”èsv°¶«£ÎYm> "
b"\x01 “\x01 q”èsv°¶«£Î¤¹• "
b"\x01 “\x01 q”èsv°¶«£Ïf%l "
b"\x01 “\x01 q”èsv°¶«£Ïf‹• "
b"\x01 “\x01 q”èsv°¶«£Ð\x18\x18\e "
b"\x01 “\x01 q”èsv°¶«£Ñ\x03 ¦ˆ "
b"\x01 “\x01 q”èsv°¶«£Ñxœ‹ "
b"\x01 “\x01 q”èsv°¶«£Ò62} "
b"\x01 “\x01 q”èsv°¶«£Ò?„6 "
b"\x01 “\x01 q”èsv°¶«£ÒÏ^Å "
b"\x01 “\x01 q”èsv°¶«£ÓžÚ9 "
b"\x01 “\x01 q”èsv°¶«£Ó¢WŠ "
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x0E óò
"""
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x12 6\n
"""
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x1D "Ô
"""
b"""
\x01 “\x01 q•ŒqA dv\n
«³c
"""
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
¡Ä)ü
"""
b"""
\x01 “\x01 q•ŒqA dv\n
®[æ\x0F
"""
b"""
\x01 “\x01 q•ŒqA dv\n
®]‰‹
"""
b"""
\x01 “\x01 q•ŒqA dv\n
®Ý%Â
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¯ˆg|
"""
b"""
\x01 “\x01 q•ŒqA dv\n
°\¤5
"""
b"""
\x01 “\x01 q•ŒqA dv\n
±$\x07 Ê
"""
b"""
\x01 “\x01 q•ŒqA dv\n
±ÎñJ
"""
b"\x01 “\x01 q•ŒqA dv\n ²Ä\x00 t "
b"""
\x01 “\x01 q•ŒqA dv\n
³"Ö”
"""
b"""
\x01 “\x01 q•ŒqA dv\n
³•µv
"""
b"""
\x01 “\x01 q•ŒqA dv\n
³ñÆa
"""
b"""
\x01 “\x01 q•ŒqA dv\n
´Ç &
"""
b"""
\x01 “\x01 q•ŒqA dv\n
µ¥@i
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¶‚ã½
"""
b"""
\x01 “\x01 q•ŒqA dv\n
·"^à
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¸\x15 ¿m
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¸\x18 >j
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¸íÔ\n
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¹¶£&
"""
b"""
\x01 “\x01 q•ŒqA dv\n
º<Ö¬
"""
b"""
\x01 “\x01 q•ŒqA dv\n
»,jï
"""
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\x15 ^û "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E 4»^ "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E ]┌╠ "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E Åð\r "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F j¸┐ "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F ƒ6« "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F ╬où "
b"\x01 ô\x01 qòìsÄáU>\x0F Ç\x17 ¬ "
b"\x01 ô\x01 qòìsÄáU>\x0F !?═Á "
b"\x01 ô\x01 qòìsÄáU>\x0F "5ì¡ "
b"\x01 ô\x01 qòìsÄáU>\x0F ":|ü "
b"\x01 ô\x01 qòìsÄáU>\x0F "Fµ] "
b"\x01 ô\x01 qòìsÄáU>\x0F "è\x00\x01 "
b"\x01 ô\x01 qòìsÄáU>\x0F #\x1F åª "
b"\x01 ô\x01 qòìsÄáU>\x0F #¢<\x1D "
b"\x01 ô\x01 qòìsÄáU>\x0F $J¸t "
b"\x01 ô\x01 qòìsÄáU>\x0F %\x06 ªM "
b"\x01 ô\x01 qòìsÄáU>\x0F %╠\x19 9 "
b"\x01 ô\x01 qòìsÄáU>\x0F &¡ýÆ "
b"\x01 ô\x01 qòìsÄáU>\x0F '`ñ¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F '│vH "
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 )øB( "
b"\x01 ô\x01 qòìsÄáU>\x0F )ãT\x07 "
b"\x01 ô\x01 qòìsÄáU>\x0F *\x18 cè "
b"\x01 ô\x01 qòìsÄáU>\x0F *cG¿ "
b"\x01 ô\x01 qòìsÄáU>\x0F +784 "
b"\x01 ô\x01 qòìsÄáU>\x0F +]▀à "
b"\x01 ô\x01 qòìsÄáU>\x0F ,Äü\x00 "
b"\x01 ô\x01 qòìsÄáU>\x0F ,ÌU[ "
b"\x01 ô\x01 qòìsÄáU>\x0F -ù®Ã "
b"\x01 ô\x01 qòìsÄáU>\x0F .P<· "
b"\x01 ô\x01 qòìsÄáU>\x0F .±Xc "
b"\x01 ô\x01 qòìsÄáU>\x0F /a▄\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F 0W¹L "
b"\x01 ô\x01 qòìsÄáU>\x0F 0ª.╬ "
b"\x01 ô\x01 qòìsÄáU>\x0F 1\x7F ðË "
b"\x01 ô\x01 qòìsÄáU>\x0F 2\x14 µA "
b"\x01 ô\x01 qòìsÄáU>\x0F 2¥67 "
b"\x01 ô\x01 qòìsÄáU>\x0F 3ƒÝ¶ "
b"\x01 ô\x01 qòìsÄáU>\x0F 4\x1F õK "
b"\x01 ô\x01 qòìsÄáU>\x0F 4G╦l "
b"\x01 ô\x01 qòìsÄáU>\x0F 4K{4 "
b"\x01 ô\x01 qòìsÄáU>\x0F 4└┐¨ "
b"\x01 ô\x01 qòìsÄáU>\x0F 5º\f j "
b"\x01 ô\x01 qòìsÄáU>\x0F 6>iC "
b"\x01 ô\x01 qòìsÄáU>\x0F 6ÈhJ "
b"\x01 ô\x01 qòìsÄáU>\x0F 7\x1C éû "
b"\x01 ô\x01 qòìsÄáU>\x0F 7AW\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F 7 Bz "
b"\x01 ô\x01 qòìsÄáU>\x0F 8.[ú "
b"\x01 ô\x01 qòìsÄáU>\x0F 88┘Ù "
b"\x01 ô\x01 qòìsÄáU>\x0F 8PA┐ "
b"\x01 ô\x01 qòìsÄáU>\x0F 98hé "
b"\x01 ô\x01 qòìsÄáU>\x0F 9~2~ "
b"\x01 ô\x01 qòìsÄáU>\x0F 9þ±┬ "
b"\x01 ô\x01 qòìsÄáU>\x0F :Á┐g "
b"\x01 ô\x01 qòìsÄáU>\x0F ;▒0` "
b"\x01 ô\x01 qòìsÄáU>\x0F ;ÊÀ¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F <\x02 àk "
b"\x01 ô\x01 qòìsÄáU>\x0F <ðçI "
b"\x01 ô\x01 qòìsÄáU>\x0F < \e ÷ "
b"\x01 ô\x01 qòìsÄáU>\x0F =§}, "
b"\x01 ô\x01 qòìsÄáU>\x0F =■¨ü "
b"\x01 ô\x01 qòìsÄáU>\x0F >─Å\x05 "
b"\x01 ô\x01 qòìsÄáU>\x0F ?ç\x11\x0F "
b"\x01 ô\x01 qòìsÄáU>\x0F @y{ö "
b"\x01 ô\x01 qòìsÄáU>\x0F @Åq\ "
b"\x01 ô\x01 qòìsÄáU>\x0F @ö▀╝ "
b"\x01 ô\x01 qòìsÄáU>\x0F @‗=5 "
b"\x01 ô\x01 qòìsÄáU>\x0F A\x11 üx "
b"\x01 ô\x01 qòìsÄáU>\x0F Ak┴Z "
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 D]■á "
b"\x01 ô\x01 qòìsÄáU>\x0F E>ù\x1D "
b"\x01 ô\x01 qòìsÄáU>\x0F F8ıµ "
b"\x01 ô\x01 qòìsÄáU>\x0F F\°[ "
b"\x01 ô\x01 qòìsÄáU>\x0F F\x7F MC "
b"\x01 ô\x01 qòìsÄáU>\x0F F¹J╔ "
b"\x01 ô\x01 qòìsÄáU>\x0F GÕU\x02 "
b"\x01 ô\x01 qòìsÄáU>\x0F H{:À "
b"\x01 ô\x01 qòìsÄáU>\x0F I\x05 A\v "
b"\x01 ô\x01 qòìsÄáU>\x0F I╣ÆÂ "
b"\x01 ô\x01 qòìsÄáU>\x0F Jç7n "
b"\x01 ô\x01 qòìsÄáU>\x0F J┤Qð "
b"\x01 ô\x01 qòìsÄáU>\x0F K\f ó: "
b"\x01 ô\x01 qòìsÄáU>\x0F K:Z< "
b"\x01 ô\x01 qòìsÄáU>\x0F L\x10 {¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F LQ÷ø "
b"\x01 ô\x01 qòìsÄáU>\x0F M&,Ä "
b"\x01 ô\x01 qòìsÄáU>\x0F Nl0» "
b"\x01 ô\x01 qòìsÄáU>\x0F N╗áä "
b"\x01 ô\x01 qòìsÄáU>\x0F Or╝² "
b"\x01 ô\x01 qòìsÄáU>\x0F Oä\r ┼ "
b"\x01 ô\x01 qòìsÄáU>\x0F P#\x1C ê "
b"\x01 ô\x01 qòìsÄáU>\x0F Q\x18 ;w "
b"\x01 ô\x01 qòìsÄáU>\x0F QæöU "
b"\x01 ô\x01 qòìsÄáU>\x0F Q┘Õ` "
b"\x01 ô\x01 qòìsÄáU>\x0F RIº╩ "
b"\x01 ô\x01 qòìsÄáU>\x0F SFMó "
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 U└Ø] "
b"\x01 ô\x01 qòìsÄáU>\x0F UÌË┐ "
b"\x01 ô\x01 qòìsÄáU>\x0F Vl\x17 î "
b"\x01 ô\x01 qòìsÄáU>\x0F WNâ· "
b"\x01 ô\x01 qòìsÄáU>\x0F X5ú╦ "
b"\x01 ô\x01 qòìsÄáU>\x0F X@×U "
b"\x01 ô\x01 qòìsÄáU>\x0F Y)Í■ "
b"\x01 ô\x01 qòìsÄáU>\x0F Y³SÈ "
b"\x01 ô\x01 qòìsÄáU>\x0F Zø%\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F Zðû\x13 "
b"\x01 ô\x01 qòìsÄáU>\x0F ZÕ(é "
b"""
\x01 “\x01 q–\n
s|¨\f †‘‡8˜u
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ˆú»–
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘‰jϵ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘‹³†Ä
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘‹ËI¯
"""
b"""
\x01 ô\x01 qû\n
s|¿\f åæìùÆ└
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘’S‹%
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘“\x1E ã\x06
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘“~²J
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘”\t Z»
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘”ÚÅ“
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘•\e Ñu
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘•ËÌU
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘–£Úï
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘–ú‹°
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘—\A\x07
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘™)z\x1E
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘™¨t\x01
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘š²…Ú
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘š¹Ô×
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘›"îd
"""
b"""
\x01 ô\x01 qû\n
s|¿\f 忨Iç3
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¢;LŽ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘£ŒHÉ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¤d6E
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¦2–*
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘§hŠí
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¨\x07 n\r
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ª¦nï
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘«þ²Í
"""
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.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 , 0x0193017194887191A2D92C9FC57833F6 , 0x0193017194887191A2D92C9FC617134B , 0x0193017194887191A2D92C9FC6E01628 , 0x0193017194887191A2D92C9FC7B34788 , 0x0193017194887191A2D92C9FC829498A , 0x0193017194887191A2D92C9FC891FB22 , 0x0193017194887191A2D92C9FC8DA7A72 , 0x0193017194887191A2D92C9FC998FAEB , 0x0193017194887191A2D92C9FC9BA4920 , 0x0193017194887191A2D92C9FC9E5390E , 0x0193017194887191A2D92C9FC9FE2C49 , 0x0193017194887191A2D92C9FCA810808 , 0x0193017194887191A2D92C9FCB7627D0 , 0x0193017194887191A2D92C9FCC48864A , 0x0193017194887191A2D92C9FCCB8A8D7 , 0x0193017194887191A2D92C9FCD739AAC , 0x0193017194887191A2D92C9FCDC77CB6 , 0x0193017194887191A2D92C9FCE49DC8A , 0x0193017194887191A2D92C9FCF31EF6A , 0x0193017194887191A2D92C9FD014F678 , 0x0193017194887191A2D92C9FD06738E0 , 0x0193017194887191A2D92C9FD139345D , 0x0193017194887191A2D92C9FD1ADB9DE , 0x0193017194887191A2D92C9FD1B1683F , 0x0193017194887191A2D92C9FD2893FC7 , 0x0193017194887191A2D92C9FD2E1E74E , 0x0193017194887191A2D92C9FD3B3FDA9 , 0x0193017194887191A2D92C9FD45FB3BF , 0x0193017194887191A2D92C9FD4A4A1D8 , 0x0193017194887191A2D92C9FD5077A80 , 0x0193017194887191A2D92C9FD59093D6 , 0x0193017194887191A2D92C9FD62C67C1 , 0x0193017194887191A2D92C9FD6AB0EC4 , 0x0193017194887191A2D92C9FD6E3E6CD , 0x0193017194887191A2D92C9FD7D8A2DD , 0x0193017194887191A2D92C9FD892F161 , 0x0193017194887191A2D92C9FD959E1C9 , 0x0193017194887191A2D92C9FD9744D84 , 0x0193017194887191A2D92C9FD9D6CF6E , 0x0193017194887191A2D92C9FDA6CC20B , 0x0193017194887191A2D92C9FDB5194D8 , 0x0193017194887191A2D92C9FDBD4608B , 0x0193017194887191A2D92C9FDCA946D5 , 0x0193017194887191A2D92C9FDD44113B , 0x0193017194887191A2D92C9FDDAF3480 , 0x0193017194887191A2D92C9FDE16527D , 0x0193017194887191A2D92C9FDEA0DBFC , 0x0193017194887191A2D92C9FDEC7A674 , 0x0193017194887191A2D92C9FDF8BA1BD , 0x0193017194887191A2D92C9FDFC4D85D , 0x0193017194887191A2D92C9FDFF25DDF , 0x0193017194887191A2D92C9FE08457D8 , 0x0193017194887191A2D92C9FE1421E41 , 0x0193017194887191A2D92C9FE1D05607 , 0x0193017194887191A2D92C9FE1F40A6C , 0x0193017194887191A2D92C9FE2AC51AF , 0x0193017194887191A2D92C9FE3174C19 , 0x0193017194897115B6B97C24259ACBFD , 0x0193017194897115B6B97C2425B6B7DA , 0x0193017194897115B6B97C2425EED9B5 , 0x0193017194897115B6B97C2426341733 , 0x0193017194897115B6B97C24267CDF01 , 0x0193017194897115B6B97C2426CDABF0 , 0x0193017194897115B6B97C24276617C0 , 0x0193017194897115B6B97C24285E3EBE , 0x0193017194897115B6B97C2428714B05 , 0x0193017194897115B6B97C24287BEF3A , 0x0193017194897115B6B97C2429244418 , 0x0193017194897115B6B97C2429B5BD5D , 0x0193017194897115B6B97C242A90384F , 0x0193017194897115B6B97C242B3978AE , 0x0193017194897115B6B97C242B9B2C66 , 0x0193017194897115B6B97C242C2F2C99 , 0x0193017194897115B6B97C242D19DF3C , 0x0193017194897115B6B97C242E152B0F , 0x0193017194897115B6B97C242E9E491B , 0x0193017194897115B6B97C242F86EB35 , 0x0193017194897115B6B97C242FF2CFB1 , 0x0193017194897115B6B97C243092A533 , 0x0193017194897115B6B97C24313BFFD9 , 0x0193017194897115B6B97C2431B58262 , 0x0193017194897115B6B97C2431BDCE58 , 0x0193017194897115B6B97C2432051530 , 0x0193017194897115B6B97C2432348FFD , 0x0193017194897115B6B97C24324F9E1E , 0x0193017194897115B6B97C24326CF7DB , 0x0193017194897115B6B97C24330613B1 , 0x0193017194897115B6B97C24330C2FDB , 0x0193017194897115B6B97C2433D4DE6E , 0x0193017194897115B6B97C243460CEB2 , 0x0193017194897115B6B97C243490D1C9 , 0x0193017194897115B6B97C2434E80CD3 , 0x0193017194897115B6B97C24353F8D92 , 0x0193017194897115B6B97C2435831DF0 , 0x0193017194897115B6B97C24361C5F92 , 0x0193017194897115B6B97C243697E63A , 0x0193017194897115B6B97C24375CCC6F , 0x0193017194897115B6B97C243778901B , 0x0193017194897115B6B97C2437EF7663 , 0x0193017194897115B6B97C243835D38F , 0x0193017194897115B6B97C243917B898 , 0x0193017194897115B6B97C24395FE629 , 0x0193017194897115B6B97C2439A6626F , 0x0193017194897115B6B97C243A8B7FC8 , 0x0193017194897115B6B97C243A9CF279 , 0x0193017194897115B6B97C243B8D9DA7 , 0x0193017194897115B6B97C243C634B47 , 0x0193017194897115B6B97C243CF104BD , 0x0193017194897115B6B97C243D56C08C , 0x0193017194897115B6B97C243E2C6F0E , 0x0193017194897115B6B97C243F14A16B , 0x0193017194897115B6B97C243F8E4F94 , 0x0193017194897115B6B97C243FCB02D2 , 0x0193017194897115B6B97C24409D67E1 , 0x0193017194897115B6B97C2440BF3F70 , 0x0193017194897115B6B97C2440F7CC20 , 0x0193017194897115B6B97C2441AE51B3 , 0x0193017194897115B6B97C2441B0BBF5 , 0x0193017194897115B6B97C2441B86BF5 , 0x0193017194897115B6B97C24428077E9 , 0x0193017194897115B6B97C2442B28E38 , 0x0193017194897115B6B97C2442D05C79 , 0x0193017194897115B6B97C2442F93A45 , 0x0193017194897115B6B97C24438984FD , 0x0193017194897115B6B97C24438BC4F6 , 0x0193017194897115B6B97C2443B4282F , 0x0193017194897115B6B97C244401BFB9 , 0x0193017194897115B6B97C24449C6365 , 0x0193017194897115B6B97C2445664B87 , 0x0193017194897115B6B97C24463E174B , 0x0193017194897115B6B97C2447245B41 , 0x0193017194897115B6B97C2447AD0587 , 0x0193017194897115B6B97C2447CF4003 , 0x0193017194897115B6B97C244803D66B , 0x0193017194897115B6B97C2448667245 , 0x0193017194897115B6B97C2448DF6DEF , 0x0193017194897115B6B97C24494E51D8 , 0x0193017194897115B6B97C24496CB487 , 0x0193017194897115B6B97C2449BFAD59 , 0x0193017194897115B6B97C244A9236B4 , 0x0193017194897115B6B97C244AE3D1B8 , 0x0193017194897115B6B97C244B968DC3 , 0x0193017194897115B6B97C244C5DE6F8 , 0x0193017194897115B6B97C244D41CFA8 , 0x0193017194897115B6B97C244E05F881 , 0x0193017194897115B6B97C244E3A493B , 0x0193017194897115B6B97C244EC2994F , 0x0193017194897115B6B97C244F5BBE8B , 0x0193017194897115B6B97C24503821E8 , 0x0193017194897115B6B97C2450C73E1D , 0x0193017194897115B6B97C2450D4BA54 , 0x0193017194897115B6B97C2451BC9FC6 , 0x0193017194897115B6B97C24524343E2 , 0x0193017194897115B6B97C24528F2B0F , 0x0193017194897115B6B97C2453204121 , 0x0193017194897115B6B97C2453D9016A , 0x0193017194E87376B0B6ABA38134E5C1 , 0x0193017194E87376B0B6ABA381D1D1DB , 0x0193017194E87376B0B6ABA382B8E088 , 0x0193017194E87376B0B6ABA3835A74EA , 0x0193017194E87376B0B6ABA38450ECD0 , 0x0193017194E87376B0B6ABA384DEDC01 , 0x0193017194E87376B0B6ABA385D9A74B , 0x0193017194E87376B0B6ABA386CC4F28 , 0x0193017194E87376B0B6ABA38736FA42 , 0x0193017194E87376B0B6ABA387C607C7 , 0x0193017194E87376B0B6ABA388A8614C , 0x0193017194E87376B0B6ABA389335CEA , 0x0193017194E87376B0B6ABA389F03036 , 0x0193017194E87376B0B6ABA38ADF060F , 0x0193017194E87376B0B6ABA38B0782F8 , 0x0193017194E87376B0B6ABA38B2F9FB8 , 0x0193017194E87376B0B6ABA38BABCCCF , 0x0193017194E87376B0B6ABA38C593F3B , 0x0193017194E87376B0B6ABA38CE65546 , 0x0193017194E87376B0B6ABA38CEDADD6 , 0x0193017194E87376B0B6ABA38D72E201 , 0x0193017194E87376B0B6ABA38D9D11C9 , 0x0193017194E87376B0B6ABA38E386224 , 0x0193017194E87376B0B6ABA38F358459 , 0x0193017194E87376B0B6ABA38FED86C9 , 0x0193017194E87376B0B6ABA3903F008A , 0x0193017194E87376B0B6ABA39113428E , 0x0193017194E87376B0B6ABA3914559BE , 0x0193017194E87376B0B6ABA3921F981D , 0x0193017194E87376B0B6ABA3930A63C0 , 0x0193017194E87376B0B6ABA393471BCA , 0x0193017194E87376B0B6ABA3940F134C , 0x0193017194E87376B0B6ABA395078FA5 , 0x0193017194E87376B0B6ABA395BC5B46 , 0x0193017194E87376B0B6ABA39695A6BD , 0x0193017194E87376B0B6ABA3969FD85B , 0x0193017194E87376B0B6ABA39751633C , 0x0193017194E87376B0B6ABA39849B8E1 , 0x0193017194E87376B0B6ABA3987EE616 , 0x0193017194E87376B0B6ABA39974190F , 0x0193017194E87376B0B6ABA39A206601 , 0x0193017194E87376B0B6ABA39A76E364 , 0x0193017194E87376B0B6ABA39A98985C , 0x0193017194E87376B0B6ABA39B5C04D0 , 0x0193017194E87376B0B6ABA39BBA81C8 , 0x0193017194E87376B0B6ABA39C28749E , 0x0193017194E87376B0B6ABA39CBD5392 , 0x0193017194E87376B0B6ABA39D912D89 , 0x0193017194E87376B0B6ABA39E832044 , 0x0193017194E87376B0B6ABA39E9B1CE4 , 0x0193017194E87376B0B6ABA39EB564CF , 0x0193017194E87376B0B6ABA39ED1933C , 0x0193017194E87376B0B6ABA39F7F4DBB , 0x0193017194E87376B0B6ABA3A037294D , 0x0193017194E87376B0B6ABA3A0D481F6 , 0x0193017194E87376B0B6ABA3A19E10AB , 0x0193017194E87376B0B6ABA3A1EAFC5A , 0x0193017194E87376B0B6ABA3A27F0397 , 0x0193017194E87376B0B6ABA3A2B8DB86 , 0x0193017194E87376B0B6ABA3A33E4742 , 0x0193017194E87376B0B6ABA3A3A0C70B , 0x0193017194E87376B0B6ABA3A41E11EB , 0x0193017194E87376B0B6ABA3A4A4651A , 0x0193017194E87376B0B6ABA3A4F3E16B , 0x0193017194E87376B0B6ABA3A518BBD1 , 0x0193017194E87376B0B6ABA3A567245D , 0x0193017194E87376B0B6ABA3A60393A3 , 0x0193017194E87376B0B6ABA3A6DBDC62 , 0x0193017194E87376B0B6ABA3A7BFA6FA , 0x0193017194E87376B0B6ABA3A82BA523 , 0x0193017194E87376B0B6ABA3A8BD7996 , 0x0193017194E87376B0B6ABA3A98BC762 , 0x0193017194E87376B0B6ABA3AA275E73 , 0x0193017194E87376B0B6ABA3AA8E235F , 0x0193017194E87376B0B6ABA3AB0E6CD8 , 0x0193017194E87376B0B6ABA3AB2BAB4A , 0x0193017194E87376B0B6ABA3AB2F51B1 , 0x0193017194E87376B0B6ABA3AC025FE3 , 0x0193017194E87376B0B6ABA3AC70F21A , 0x0193017194E87376B0B6ABA3ACC2277E , 0x0193017194E87376B0B6ABA3ACC2759A , 0x0193017194E87376B0B6ABA3ACD21DC2 , 0x0193017194E87376B0B6ABA3ADB8D297 , 0x0193017194E87376B0B6ABA3AE4927A8 , 0x0193017194E87376B0B6ABA3AE91D3C8 , 0x0193017194E87376B0B6ABA3AF7436D9 , 0x0193017194E87376B0B6ABA3AFB56F65 , 0x0193017194E87376B0B6ABA3B0461D96 , 0x0193017194E87376B0B6ABA3B07F64FF , 0x0193017194E87376B0B6ABA3B1611374 , 0x0193017194E87376B0B6ABA3B25956CF , 0x0193017194E87376B0B6ABA3B27B40C1 , 0x0193017194E87376B0B6ABA3B28E57B7 , 0x0193017194E87376B0B6ABA3B2BD58BD , 0x0193017194E87376B0B6ABA3B3296B3A , 0x0193017194E87376B0B6ABA3B3908569 , 0x0193017194E87376B0B6ABA3B471828B , 0x0193017194E87376B0B6ABA3B51E916A , 0x0193017194E87376B0B6ABA3B5A37AEB , 0x0193017194E87376B0B6ABA3B5BA4700 , 0x0193017194E87376B0B6ABA3B624860B , 0x0193017194E87376B0B6ABA3B687858E , 0x0193017194E87376B0B6ABA3B6CFC06E , 0x0193017194E87376B0B6ABA3B7449AED , 0x0193017194E87376B0B6ABA3B82B0F52 , 0x0193017194E87376B0B6ABA3B90B9A48 , 0x0193017194E87376B0B6ABA3B99EA96C , 0x0193017194E87376B0B6ABA3BA82E4B0 , 0x0193017194E87376B0B6ABA3BA986D9A , 0x0193017194E87376B0B6ABA3BAB93DAC , 0x0193017194E87376B0B6ABA3BB7AAEA9 , 0x0193017194E87376B0B6ABA3BB968C1F , 0x0193017194E87376B0B6ABA3BC6D1BD0 , 0x0193017194E87376B0B6ABA3BCFB66DB , 0x0193017194E87376B0B6ABA3BD7977DC , 0x0193017194E87376B0B6ABA3BD8DCBA5 , 0x0193017194E87376B0B6ABA3BE759C8C , 0x0193017194E87376B0B6ABA3BF6C49BF , 0x0193017194E87376B0B6ABA3C0395A38 , 0x0193017194E87376B0B6ABA3C06773E6 , 0x0193017194E87376B0B6ABA3C0DD5BE7 , 0x0193017194E87376B0B6ABA3C0E3DA04 , 0x0193017194E87376B0B6ABA3C185DC12 , 0x0193017194E87376B0B6ABA3C1D99ECB , 0x0193017194E87376B0B6ABA3C22A2F7A , 0x0193017194E87376B0B6ABA3C22A641D , 0x0193017194E87376B0B6ABA3C292AE52 , 0x0193017194E87376B0B6ABA3C2FFE29D , 0x0193017194E87376B0B6ABA3C3E265B0 , 0x0193017194E87376B0B6ABA3C4A3BDD4 , 0x0193017194E87376B0B6ABA3C54A7EB5 , 0x0193017194E87376B0B6ABA3C601025C , 0x0193017194E87376B0B6ABA3C6E84844 , 0x0193017194E87376B0B6ABA3C7D22C03 , 0x0193017194E87376B0B6ABA3C8D1229A , 0x0193017194E87376B0B6ABA3C9BA1051 , 0x0193017194E87376B0B6ABA3C9C1EB6E , 0x0193017194E87376B0B6ABA3CA6D29AE , 0x0193017194E87376B0B6ABA3CA977300 , 0x0193017194E87376B0B6ABA3CB5115FE , 0x0193017194E87376B0B6ABA3CBF083DD , 0x0193017194E87376B0B6ABA3CCA4F975 , 0x0193017194E87376B0B6ABA3CCD5D1F8 , 0x0193017194E87376B0B6ABA3CD3CB839 , 0x0193017194E87376B0B6ABA3CD484348 , 0x0193017194E87376B0B6ABA3CE47633F , 0x0193017194E87376B0B6ABA3CE596D3E , 0x0193017194E87376B0B6ABA3CEA4B995 , 0x0193017194E87376B0B6ABA3CF66256C , 0x0193017194E87376B0B6ABA3CF668B95 , 0x0193017194E87376B0B6ABA3D018181B , 0x0193017194E87376B0B6ABA3D103A688 , 0x0193017194E87376B0B6ABA3D1789C8B , 0x0193017194E87376B0B6ABA3D236327D , 0x0193017194E87376B0B6ABA3D23F8436 , 0x0193017194E87376B0B6ABA3D2CF5EC5 , 0x0193017194E87376B0B6ABA3D39EDA39 , 0x0193017194E87376B0B6ABA3D3A2578A , 0x01930171958C7141A064760AAA0EF3F2 , 0x01930171958C7141A064760AAA12360A , 0x01930171958C7141A064760AAA1D22D4 , 0x01930171958C7141A064760AABB36320 , 0x01930171958C7141A064760AAC2841BA , 0x01930171958C7141A064760AACB8571E , 0x01930171958C7141A064760AACDBA2D7 , 0x01930171958C7141A064760AAD40ABAC , 0x01930171958C7141A064760AAD8E2981 , 0x01930171958C7141A064760AAE5BE60F , 0x01930171958C7141A064760AAE5D898B , 0x01930171958C7141A064760AAEDD25C2 , 0x01930171958C7141A064760AAF88677C , 0x01930171958C7141A064760AB05CA435 , 0x01930171958C7141A064760AB12407CA , 0x01930171958C7141A064760AB1CEF14A , 0x01930171958C7141A064760AB2C40074 , 0x01930171958C7141A064760AB322D694 , 0x01930171958C7141A064760AB395B576 , 0x01930171958C7141A064760AB3F1C661 , 0x01930171958C7141A064760AB4C7A026 , 0x01930171958C7141A064760AB5A54069 , 0x01930171958C7141A064760AB682E3BD , 0x01930171958C7141A064760AB7225EE0 , 0x01930171958C7141A064760AB815BF6D , 0x01930171958C7141A064760AB8183E6A , 0x01930171958C7141A064760AB8EDD40A , 0x01930171958C7141A064760AB9B6A326 , 0x01930171958C7141A064760ABA3CD6AC , 0x01930171958C7141A064760ABB2C6AEF , 0x01930171958C7141A064760ABB87EEE3 , 0x01930171958C7141A064760ABBBACFDC , 0x01930171958C7141A064760ABCB9E4C0 , 0x01930171958D738EA0553E0F1E155E96 , 0x01930171958D738EA0553E0F1E34AF5E , 0x01930171958D738EA0553E0F1E5DDACC , 0x01930171958D738EA0553E0F1E8FD00D , 0x01930171958D738EA0553E0F1F6AF7BF , 0x01930171958D738EA0553E0F1F9F36AE , 0x01930171958D738EA0553E0F1FCE6F97 , 0x01930171958D738EA0553E0F208017AA , 0x01930171958D738EA0553E0F213FCDB5 , 0x01930171958D738EA0553E0F22358DAD , 0x01930171958D738EA0553E0F223A7C81 , 0x01930171958D738EA0553E0F2246E65D , 0x01930171958D738EA0553E0F228A0001 , 0x01930171958D738EA0553E0F231F86A6 , 0x01930171958D738EA0553E0F23BD3C1D , 0x01930171958D738EA0553E0F244AF774 , 0x01930171958D738EA0553E0F2506A64D , 0x01930171958D738EA0553E0F25CC1939 , 0x01930171958D738EA0553E0F26ADEC92 , 0x01930171958D738EA0553E0F2760A4EE , 0x01930171958D738EA0553E0F27B37648 , 0x01930171958D738EA0553E0F27C0B3A7 , 0x01930171958D738EA0553E0F280C4565 , 0x01930171958D738EA0553E0F285730F2 , 0x01930171958D738EA0553E0F28FC5A79 , 0x01930171958D738EA0553E0F299B4228 , 0x01930171958D738EA0553E0F29C65407 , 0x01930171958D738EA0553E0F2A18638A , 0x01930171958D738EA0553E0F2A6347A8 , 0x01930171958D738EA0553E0F2B373834 , 0x01930171958D738EA0553E0F2B5DDFC7 , 0x01930171958D738EA0553E0F2C8E8100 , 0x01930171958D738EA0553E0F2CDE555B , 0x01930171958D738EA0553E0F2D97A9C7 , 0x01930171958D738EA0553E0F2E503CFA , 0x01930171958D738EA0553E0F2EF15863 , 0x01930171958D738EA0553E0F2F61DC18 , 0x01930171958D738EA0553E0F3057FB4C , 0x01930171958D738EA0553E0F30A62ECE , 0x01930171958D738EA0553E0F317FD0D3 , 0x01930171958D738EA0553E0F3214E641 , 0x01930171958D738EA0553E0F32BE3637 , 0x01930171958D738EA0553E0F339FEDF4 , 0x01930171958D738EA0553E0F341FE44B , 0x01930171958D738EA0553E0F3447CB6C , 0x01930171958D738EA0553E0F344B7B34 , 0x01930171958D738EA0553E0F34C0BFF9 , 0x01930171958D738EA0553E0F35A70C6A , 0x01930171958D738EA0553E0F363E6943 , 0x01930171958D738EA0553E0F36D4684A , 0x01930171958D738EA0553E0F371C8296 , 0x01930171958D738EA0553E0F37415718 , 0x01930171958D738EA0553E0F37FF427A , 0x01930171958D738EA0553E0F382E5BA3 , 0x01930171958D738EA0553E0F3838D9EB , 0x01930171958D738EA0553E0F385041BF , 0x01930171958D738EA0553E0F39386882 , 0x01930171958D738EA0553E0F397E327E , 0x01930171958D738EA0553E0F39E7F1C2 , 0x01930171958D738EA0553E0F3AB5BF67 , 0x01930171958D738EA0553E0F3BB13060 , 0x01930171958D738EA0553E0F3BD2B7EE , 0x01930171958D738EA0553E0F3C02856B , 0x01930171958D738EA0553E0F3CD08749 , 0x01930171958D738EA0553E0F3CFF1BF6 , 0x01930171958D738EA0553E0F3DF57D2C , 0x01930171958D738EA0553E0F3DFEF981 , 0x01930171958D738EA0553E0F3EC48F05 , 0x01930171958D738EA0553E0F3F87110F , 0x01930171958D738EA0553E0F40797B94 , 0x01930171958D738EA0553E0F408F715C , 0x01930171958D738EA0553E0F4094DFBC , 0x01930171958D738EA0553E0F40F23D35 , 0x01930171958D738EA0553E0F41118178 , 0x01930171958D738EA0553E0F416BC15A , 0x01930171958D738EA0553E0F4200ABC2 , 0x01930171958D738EA0553E0F425C693C , 0x01930171958D738EA0553E0F433E15CA , 0x01930171958D738EA0553E0F437F7042 , 0x01930171958D738EA0553E0F43DF5B95 , 0x01930171958D738EA0553E0F445DFEA0 , 0x01930171958D738EA0553E0F453E971D , 0x01930171958D738EA0553E0F4638D5E6 , 0x01930171958D738EA0553E0F465CF85B , 0x01930171958D738EA0553E0F467F4D43 , 0x01930171958D738EA0553E0F46FB4AC9 , 0x01930171958D738EA0553E0F47E55502 , 0x01930171958D738EA0553E0F487B3AB7 , 0x01930171958D738EA0553E0F4905410B , 0x01930171958D738EA0553E0F49B992B6 , 0x01930171958D738EA0553E0F4A87376E , 0x01930171958D738EA0553E0F4AB451D0 , 0x01930171958D738EA0553E0F4B0CA23A , 0x01930171958D738EA0553E0F4B3A5A3C , 0x01930171958D738EA0553E0F4C107BEE , 0x01930171958D738EA0553E0F4C51F69B , 0x01930171958D738EA0553E0F4D262C8E , 0x01930171958D738EA0553E0F4E6C30AF , 0x01930171958D738EA0553E0F4EBBA084 , 0x01930171958D738EA0553E0F4F72BCFD , 0x01930171958D738EA0553E0F4F840DC5 , 0x01930171958D738EA0553E0F50231C88 , 0x01930171958D738EA0553E0F51183B77 , 0x01930171958D738EA0553E0F51919455 , 0x01930171958D738EA0553E0F51D9E560 , 0x01930171958D738EA0553E0F5249A7CA , 0x01930171958D738EA0553E0F53464DA2 , 0x01930171958D738EA0553E0F5431027B , 0x01930171958D738EA0553E0F54416C9F , 0x01930171958D738EA0553E0F54F7E9FF , 0x01930171958D738EA0553E0F55C09D5D , 0x01930171958D738EA0553E0F55DED3BF , 0x01930171958D738EA0553E0F566C178C , 0x01930171958D738EA0553E0F574E83FA , 0x01930171958D738EA0553E0F5835A3CB , 0x01930171958D738EA0553E0F58409E55 , 0x01930171958D738EA0553E0F5929D6FE , 0x01930171958D738EA0553E0F59FC53D4 , 0x01930171958D738EA0553E0F5A9B2518 , 0x01930171958D738EA0553E0F5AD09613 , 0x01930171958D738EA0553E0F5AE52882 , 0x01930171960A737CA80C869187389875 , 0x01930171960A737CA80C869188FABB96 , 0x01930171960A737CA80C8691896ACFB5 , 0x01930171960A737CA80C86918BB386C4 , 0x01930171960A737CA80C86918BCB49AF , 0x01930171960A737CA80C86918D9792C0 , 0x01930171960A737CA80C869192538B25 , 0x01930171960A737CA80C8691931EE306 , 0x01930171960A737CA80C8691937EB24A , 0x01930171960A737CA80C869194095ABB , 0x01930171960A737CA80C869194DAC593 , 0x01930171960A737CA80C8691951BD175 , 0x01930171960A737CA80C869195CBCC55 , 0x01930171960A737CA80C869196A3DAEF , 0x01930171960A737CA80C869196FA8BB0 , 0x01930171960A737CA80C8691975C4107 , 0x01930171960A737CA80C869199297A1E , 0x01930171960A737CA80C869199A87401 , 0x01930171960A737CA80C86919AB285DA , 0x01930171960A737CA80C86919AB9D4D7 , 0x01930171960A737CA80C86919B22EE64 , 0x01930171960A737CA80C86919D498733 , 0x01930171960A737CA80C8691A23B4C8E , 0x01930171960A737CA80C8691A38C48C9 , 0x01930171960A737CA80C8691A4643645 , 0x01930171960A737CA80C8691A632962A , 0x01930171960A737CA80C8691A7688AED , 0x01930171960A737CA80C8691A8076E0D , 0x01930171960A737CA80C8691AAA66EEF , 0x01930171960A737CA80C8691ABFEB2CD );
Copy
44
2.07 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–zqíƒ\x01 T{îÝ\v\x10 "
b"\x01 “\x01 q–zqíƒ\x01 T{ò@íF "
b"\x01 “\x01 q”èsv°¶«£–ŸØ[ "
b"\x01 “\x01 q”èsv°¶«£²YVÏ "
b"\x01 “\x01 q–zqíƒ\x01 T{îOÑÑ "
b"\x01 “\x01 q–“s-®D\x07 ã\x10 ‡În "
b"""
\x01 “\x01 q–\n
s|¨\f †‘‡8˜u
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¨\x07 n\r
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘®;[\x06
"""
b"\x01 “\x01 q–áq櫬Ÿ:Oü\x1C â "
b"\x01 “\x01 q–Šr"¯F™ÆƒùgW "
b"\x01 “\x01 q–Šr"¯F™Æ…‹@\x13 "
b"\x01 “\x01 q–“s-®D\x07 ã\x11 4á+ "
b"\x01 “\x01 q–Šr"¯F™ÆƒÃ„f "
b"\x01 “\x01 q–dq4¹½O\x1A\x0E ¬\x05 Ì "
b"\x01 “\x01 q–dq4¹½O\x1A\x0F >ßË "
b"\x01 “\x01 q–dq4¹½O\x1A\x14 ÁF' "
b"\x01 “\x01 q–dq4¹½O\x1A\x15 5íù "
b"\x01 “\x01 q–Šr"¯F™Æ„ø²^ "
b"\x01 “\x01 q–“s-®D\x07 ã\x10 Sׯ "
b"\x01 “\x01 q–“s-®D\x07 ã\e ó@° "
b"\x01 “\x01 q–áq櫬Ÿ:PéñŠ "
b"\x01 “\x01 q–áq櫬Ÿ:SØiÒ "
b"\x01 “\x01 q–áq櫬Ÿ:VŒUP "
b"\x01 “\x01 q–áq櫬Ÿ:M5s\v "
b"\x01 “\x01 q–áq櫬Ÿ:WÅ\x14 ~ "
b"\x01 ô\x01 qöÞsv░½úÅÝå╔ "
b"\x01 “\x01 q”èsv°¶«£±a\x13 t "
b"\x01 “\x01 q–dq4¹½O\x1A\x11\x06 Mª "
b"\x01 “\x01 q–dq4¹½O\x1A\x13 ÑLð "
b"\x01 “\x01 q–“s-®D\x07 ã\x17 ñ»¦ "
b"\x01 ô\x01 qûÑqÃî<\t\x05 äüÎ\e "
b"\x01 “\x01 q–¥qÇŒ<\t\x05 †‹s¯ "
b"\x01 “\x01 q–¥qÇŒ<\t\x05 ‡É·¶ "
b"\x01 ô\x01 qûÑqÃî<\t\x05 ëàMì "
b"\x01 “\x01 q–Äq榨H×£…œñ "
b"\x01 “\x01 q–Äq榨H×£ût: "
b"\x01 “\x01 q–Äq榨Hצ/h\e "
b"\x01 “\x01 q–Äq榨H×±ßÍå "
b"\x01 “\x01 q–áq櫬Ÿ:RàN¨ "
b"\x01 “\x01 q–zqíƒ\x01 T{óóš% "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÄÚôÏ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÆ\x17\x13 K "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÐ\x14 öx "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÐg8à "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙYáÉ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$<ñ\x04 ½ "
b"""
\x01 “\x01 q–\n
s|¨\f †‘—\A\x07
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘£ŒHÉ
"""
b"\x01 ô\x01 qûñsBØÉn┬─w╦½ "
b"\x01 ô\x01 qûñsBØÉn┬ãÚ)ð "
b"\x01 ô\x01 qûÑqÃî<\t\x05 äØ\x10 z "
b"\x01 “\x01 q–¥qÇŒ<\t\x05 …b™Ë "
b"\x01 “\x01 q–¥qÇŒ<\t\x05 ˆ\e '‚ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÜ©FÕ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C‰„ý "
b"\x01 “\x01 q”‰q\x15 ¶¹|$D\x01 ¿¹ "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F ƒ6« "
b"\x01 ô\x01 qòìsÄáU>\x0F -ù®Ã "
b"\x01 ô\x01 qòìsÄáU>\x0F =■¨ü "
b"""
\x01 “\x01 q–\n
s|¨\f †‘’S‹%
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘š¹Ô×
"""
b"""
\x01 ô\x01 qû\n
s|¿\f 忨Iç3
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÆÂ¿‡
"""
b"\x01 “\x01 q–Šr"¯F™Æ„9Va "
b"\x01 ô\x01 qûôs-«D\x07 Ò\x16\x11 Øì "
b"\x01 ô\x01 qûôs-«D\x07 Ò\x1C ìf▓ "
b"\x01 “\x01 q–áq櫬Ÿ:L>ði "
b"\x01 “\x01 q–áq櫬Ÿ:O\f rq "
b"\x01 “\x01 q–áq櫬Ÿ:WB¸\x08 "
b"\x01 “\x01 q•ŒqA dv\n ²Ä\x00 t "
b"""
\x01 “\x01 q•ŒqA dv\n
¶‚ã½
"""
b"\x01 ô\x01 qòìsÄáU>\x0F M&,Ä "
b"\x01 ô\x01 qòìsÄáU>\x0F Zø%\x18 "
b"\x01 ô\x01 qû─qµª¿HÎñÄ\x02 ü "
b"\x01 “\x01 q–Äq榨H×¥C½• "
b"\x01 “\x01 q–áq櫬Ÿ:V(|« "
b"\x01 “\x01 q–áq櫬Ÿ:W‹ã¶ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙtM„ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$L]æø "
b"\x01 “\x01 q”‰q\x15 ¶¹|$MAϨ "
b"\x01 “\x01 q–zqíƒ\x01 T{õ¢ø\x00 "
b"\x01 “\x01 q–zqíƒ\x01 T{ö@‹\x16 "
b"\x01 ô\x01 qöÞsv░½úü4Õ┴ "
b"\x01 “\x01 q”èsv°¶«£¬Â'~ "
b"\x01 “\x01 q”èsv°¶«£½ywÜ "
b"\x01 “\x01 q–áq櫬Ÿ:QÑÂv "
b"\x01 “\x01 q–áq櫬Ÿ:XOÂP "
b"\x01 ô\x01 qûßqµ½¼ƒ:XÅ«§ "
b"\x01 “\x01 q”èsv°¶«£¤óák "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛQ”Ø "
b"\x01 ô\x01 qöëq\x15 Â╣|$*É8O "
b"\x01 “\x01 q”‰q\x15 ¶¹|$J’6´ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?Ë\x02 Ò "
b"\x01 “\x01 q”‰q\x15 ¶¹|$+›,f "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B€wé "
b"\x01 “\x01 q”èsv°¶«£À9Z8 "
b"\x01 “\x01 q”èsv°¶«£ÓžÚ9 "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÏ1ïj "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝD\x11 ; "
b"\x01 “\x01 q”èsv°¶«£´q‚‹ "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿà„WØ "
b"\x01 “\x01 q”èsv°¶«£š f\x01 "
b"\x01 ô\x01 qöÞsv░½úáÈü÷ "
b"\x01 “\x01 q”èsv°¶«£¶$†\v "
b"\x01 “\x01 q”èsv°¶«£ÁÙžË "
b"\x01 ô\x01 qòìsÄáU>\x0F "è\x00\x01 "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈ‘û" "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÇ>\x1D "
b"\x01 “\x01 q”èsv°¶«£…Ù§K "
b"""
\x01 “\x01 q•ŒqA dv\n
¬(Aº
"""
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÚlÂ\v "
b"\x01 “\x01 q”èsv°¶«£‡Æ\x07 Ç "
b"""
\x01 “\x01 q•ŒqA dv\n
¸\x15 ¿m
"""
b"\x01 ô\x01 qòìsÄáU>\x0F Y)Í■ "
b"\x01 ô\x01 qòìsÄáU>\x0F '│vH "
b"\x01 ô\x01 qòìsÄáU>\x0F >─Å\x05 "
b"""
\x01 “\x01 q–\n
s|¨\f †‘¦2–*
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÒäEs
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$&|ß\x01 "
b"\x01 “\x01 q”èsv°¶«£Á…Ü\x12 "
b"\x01 “\x01 q”èsv°¶«£ˆ¨aL "
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x1D "Ô
"""
b"\x01 ô\x01 qöÞsv░½úØæ-ë "
b"""
\x01 “\x01 q•ŒqA dv\n
¯ˆg|
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$1½ÎX "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉþ,I "
b"\x01 “\x01 q”èsv°¶«£¼ûfÛ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9_æ) "
b"\x01 “\x01 q”èsv°¶«£Éº\x10 Q "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖ«\x0E Ä "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%¶·Ú "
b"\x01 “\x01 q”èsv°¶«£¥\x18 »Ñ "
b"\x01 “\x01 q”èsv°¶«£§¿¦ú "
b"\x01 “\x01 q”èsv°¶«£¬Ò\x1D  "
b"""
\x01 “\x01 q•ŒqA dv\n
®[æ\x0F
"""
b"\x01 ô\x01 qòìsÄáU>\x0F WNâ· "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝ¯4€ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Q¼ŸÆ "
b"""
\x01 “\x01 q•ŒqA dv\n
µ¥@i
"""
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ¹Þ "
b"\x01 ô\x01 qöëq\x15 Â╣|$;ìØº "
b"\x01 “\x01 q”èsv°¶«£Àgsæ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$6—æ: "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C´(/ "
b"\x01 “\x01 q”èsv°¶«£Ñxœ‹ "
b"\x01 ô\x01 qòìsÄáU>\x0F 5º\f j "
b"\x01 “\x01 q”èsv°¶«£¶‡…Ž "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞǦt "
b"\x01 “\x01 q”èsv°¶«£»–Œ\x1F "
b"\x01 “\x01 q”èsv°¶«£ËðƒÝ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛÔ`‹ "
b"\x01 ô\x01 qòìsÄáU>\x0F .±Xc "
b"\x01 “\x01 q”èsv°¶«£¢¸Û† "
b"\x01 “\x01 q”èsv°¶«£ÒÏ^Å "
b"\x01 ô\x01 qòìsÄáU>\x0F +]▀à "
b"\x01 “\x01 q”‰q\x15 ¶¹|$F>\x17 K "
b"\x01 “\x01 q”‰q\x15 ¶¹|$G\x05 ‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7ïvc "
b"\x01 “\x01 q”èsv°¶«£¬\x02 _ã "
b"\x01 ô\x01 qöÞsv░½úò\x07 ÅÑ "
b"\x01 “\x01 q”èsv°¶«£Ì¤ùu "
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ñ:f\x19
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$>,o\x0E "
b"\x01 “\x01 q”èsv°¶«£«+«J "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍÇ|¶ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\f /Û "
b"\x01 “\x01 q”èsv°¶«£ž›\x1C ä "
b"\x01 “\x01 q”èsv°¶«£µ£zë "
b"\x01 ô\x01 qòìsÄáU>\x0F 6ÈhJ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÅS˜ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉºI "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒáçN "
b"\x01 “\x01 q”‰q\x15 ¶¹|$'f\x17 À "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9\x17 ¸˜ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$P8!è "
b"\x01 “\x01 q”èsv°¶«£ŒæUF "
b"\x01 “\x01 q”èsv°¶«£›\\x04 Ð "
b"\x01 “\x01 q”èsv°¶«£¤¤e\x1A "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E 4»^ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍsš¬ "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿßò]ß "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáB\x1E A "
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 ¶¹|$:‹\x7F È "
b"\x01 “\x01 q”‰q\x15 ¶¹|$:œòy "
b"\x01 ô\x01 qöëq\x15 Â╣|$@Øgß "
b"\x01 “\x01 q”‰q\x15 ¶¹|$GÏ@\x03 "
b"\x01 “\x01 q”èsv°¶«£²{@Á "
b"\x01 “\x01 q”èsv°¶«£²½X½ "
b"\x01 ô\x01 qöÞsv░½ú¢ì╦Ñ "
b"\x01 “\x01 q”èsv°¶«£Ãâe° "
b"\x01 “\x01 q”èsv°¶«£Ð\x18\x18\e "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÆà\x16 ( "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉå9\x0E "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸËv'Ð "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖ,gÁ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞ Ûü "
b"\x01 “\x01 q”‰q\x15 ¶¹|$.\x15 +\x0F "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2\x05\x15 0 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$5ƒ\x1D ð "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@÷Ì "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A°»õ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$EfK‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Il´‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$RCCâ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$S A! "
b"\x01 “\x01 q”èsv°¶«£˜~æ\x16 "
b"\x01 “\x01 q”èsv°¶«£µ\x1E ‘j "
b"\x01 “\x01 q”èsv°¶«£Â*d\x1D "
b"\x01 “\x01 q”èsv°¶«£ÌÕÑø "
b"\x01 “\x01 q”èsv°¶«£Ò62} "
b"\x01 ô\x01 qòìsÄáU>\x0F (\f Ee "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒ‰?Ç "
b"\x01 “\x01 q”‰q\x15 ¶¹|$.žI\e "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1;ÿÙ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1µ‚b "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\x06\x13 ± "
b"\x01 ô\x01 qöëq\x15 Â╣|$7xÉ\e "
b"\x01 “\x01 q”‰q\x15 ¶¹|$=VÀŒ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A¸kõ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$G$[A "
b"\x01 “\x01 q”‰q\x15 ¶¹|$INQØ "
b"\x01 ô\x01 qöëq\x15 Â╣|$N\x05 °ü "
b"\x01 “\x01 q”‰q\x15 ¶¹|$N:I; "
b"\x01 ô\x01 qöÞsv░½úÅ5äY "
b"\x01 “\x01 q”èsv°¶«£‘EY¾ "
b"\x01 “\x01 q”èsv°¶«£™t\x19\x0F "
b"\x01 “\x01 q”èsv°¶«£švãd "
b"\x01 “\x01 q”èsv°¶«£žÑ“< "
b"\x01 “\x01 q”èsv°¶«£¡êüZ "
b"\x01 “\x01 q”èsv°¶«£¥g$] "
b"\x01 “\x01 q”èsv°¶«£©‹Çb "
b"\x01 “\x01 q”èsv°¶«£ªŽ#_ "
b"\x01 “\x01 q”èsv°¶«£¸+\x0F R "
b"\x01 “\x01 q”èsv°¶«£¹ž©l "
b"\x01 “\x01 q”èsv°¶«£º‚ä° "
b"\x01 “\x01 q”èsv°¶«£¾uœŒ "
b"\x01 “\x01 q”èsv°¶«£¿lI¿ "
b"\x01 “\x01 q”èsv°¶«£Ïf%l "
b"\x01 “\x01 q”èsv°¶«£Ïf‹• "
b"\x01 “\x01 q”èsv°¶«£Ò?„6 "
b"\x01 ô\x01 qòìsÄáU>\x0F Q┘Õ` "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÅx3ö "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÎIÜŠ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ94] "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÕ\x07 z€ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖãæÍ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸØ’ña "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáÐV\x07 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$({ï: "
b"\x01 “\x01 q”‰q\x15 ¶¹|$+9x® "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/òϱ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$<cKG "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B²Ž8 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Dœce "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Hßmï "
b"\x01 “\x01 q”èsv°¶«£ŒY?; "
b"\x01 “\x01 q”èsv°¶«£ŒíÖ "
b"\x01 ô\x01 qöÞsv░½úìØ\x11 ╔ "
b"\x01 “\x01 q”èsv°¶«£‘\x13 BŽ "
b"""
\x01 “\x01 q”èsv°¶«£“\n
cÀ
"""
b"\x01 “\x01 q”èsv°¶«£¦\x03 “£ "
b"\x01 “\x01 q”èsv°¶«£¨½y– "
b"\x01 “\x01 q”èsv°¶«£³)k: "
b"\x01 “\x01 q”èsv°¶«£¶ÏÀn "
b"\x01 “\x01 q”èsv°¶«£¼m\e Ð "
b"\x01 “\x01 q”èsv°¶«£Æ\x01\x02 \ "
b"\x01 “\x01 q”èsv°¶«£Ê—s\x00 "
b"\x01 “\x01 q”èsv°¶«£ÎGc? "
b"\x01 ô\x01 qòìsÄáU>\x0F 3ƒÝ¶ "
b"\x01 ô\x01 qòìsÄáU>\x0F B\x00 ½┬ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÇ³Gˆ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈ)IŠ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈÚzr "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÓ³ý© "
b"\x01 ô\x01 qöêqæó┘,ƒıÉôÍ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙÖÏn "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞ\x16 R} "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸßÄØ] "
b"\x01 “\x01 q”‰q\x15 ¶¹|$)$D\x18 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/†ë5 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2l÷Û "
b"\x01 “\x01 q”‰q\x15 ¶¹|$4è\f Ó "
b"\x01 ô\x01 qöëq\x15 Â╣|$5?ìÆ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9¦bo "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?\x14 ¡k "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C‹Äö "
b"\x01 “\x01 q”‰q\x15 ¶¹|$JãѸ "
b"\x01 ô\x01 qöëq\x15 Â╣|$Kûì├ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÔºT "
b"\x01 “\x01 q”èsv°¶«£Šß\x06\x0F "
b"\x01 “\x01 q”èsv°¶«£‹«ÌÏ "
b"\x01 ô\x01 qöÞsv░½úø║ü╚ "
b"\x01 “\x01 q”èsv°¶«£žµdÏ "
b"\x01 “\x01 q”èsv°¶«£¢\x7F\x03 — "
b"\x01 “\x01 q”èsv°¶«£¬pò\x1A "
b"\x01 “\x01 q”èsv°¶«£¬Âuš "
b"\x01 “\x01 q”èsv°¶«£¸Ò— "
b"\x01 “\x01 q”èsv°¶«£°\x7F dÿ "
b"\x01 “\x01 q”èsv°¶«£·Dší "
b"\x01 ô\x01 qöÞsv░½ú┬ ÔØ "
b"\x01 “\x01 q”èsv°¶«£ÅJ~µ "
b"\x01 “\x01 q”èsv°¶«£Êm)® "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F ╬où "
b"\x01 ô\x01 qòìsÄáU>\x0F "Fµ] "
b"\x01 ô\x01 qòìsÄáU>\x0F 9~2~ "
b"\x01 ô\x01 qòìsÄáU>\x0F F8ıµ "
b"\x01 ô\x01 qòìsÄáU>\x0F K:Z< "
b"\x01 ô\x01 qòìsÄáU>\x0F U└Ø] "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉ˜úë "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌH†J "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌ¸¨× "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ±h? "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿß‹¡½ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%îÙµ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$(^>¾ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3ÔÞn "
b"\x01 ô\x01 qöëq\x15 Â╣|$4ÉÐ╔ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A®Q³ "
b"\x01 ô\x01 qöëq\x15 Â╣|$RÅ+\x0F "
b"\x01 “\x01 q”èsv°¶«£ƒZtê "
b"\x01 “\x01 q”èsv°¶«£‹/Ÿ¸ "
b"\x01 “\x01 q”èsv°¶«£“G\e Ê "
b"\x01 “\x01 q”èsv°¶«£”\x0F\x13 L "
b"\x01 “\x01 q”èsv°¶«£–•¦½ "
b"\x01 “\x01 q”èsv°¶«£˜I¸á "
b"\x01 “\x01 q”èsv°¶«£š˜˜\ "
b"\x01 “\x01 q”èsv°¶«£žƒ D "
b"\x01 “\x01 q”èsv°¶«£¡ž\x10 « "
b"\x01 “\x01 q”èsv°¶«£¨+¥# "
b"\x01 “\x01 q”èsv°¶«£«\x0E lØ "
b"\x01 “\x01 q”èsv°¶«£«/Q± "
b"\x01 “\x01 q”èsv°¶«£¹\v šH "
b"\x01 “\x01 q”èsv°¶«£Ä£½Ô "
b"\x01 “\x01 q”èsv°¶«£ÆèHD "
b"\x01 “\x01 q”èsv°¶«£ËQ\x15 þ "
b"\x01 “\x01 q”èsv°¶«£ÎYm> "
b"\x01 “\x01 q”èsv°¶«£Ó¢WŠ "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F j¸┐ "
b"\x01 ô\x01 qòìsÄáU>\x0F '└│º "
b"\x01 ô\x01 qòìsÄáU>\x0F (W0‗ "
b"\x01 ô\x01 qòìsÄáU>\x0F ,Äü\x00 "
b"\x01 ô\x01 qòìsÄáU>\x0F .P<· "
b"\x01 ô\x01 qòìsÄáU>\x0F 7AW\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F C\x7F pB "
b"\x01 ô\x01 qòìsÄáU>\x0F E>ù\x1D "
b"\x01 ô\x01 qòìsÄáU>\x0F X5ú╦ "
b"\x01 ô\x01 qöêqæó┘,ƒ╩ü\x08\x08 "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿ×Ø¢Ý "
b"""
\x01 “\x01 q”ˆq‘¢Ù,Ÿáô\n
l
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$&4\x17 3 "
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 ¶¹|$0’¥3 "
b"\x01 ô\x01 qöëq\x15 Â╣|$24Ų "
b"\x01 ô\x01 qöëq\x15 Â╣|$85ËÅ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Bù:E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$I¿Y "
b"\x01 “\x01 q”‰q\x15 ¶¹|$O[¾‹ "
b"\x01 “\x01 q”èsv°¶«£„ÞÜ\x01 "
b"\x01 “\x01 q”èsv°¶«£†ÌO( "
b"\x01 “\x01 q”èsv°¶«£‰3\ê "
b"\x01 “\x01 q”èsv°¶«£Ž8b$ "
b"\x01 “\x01 q”èsv°¶«£œ(tž "
b"\x01 “\x01 q”èsv°¶«£œ½S’ "
b"\x01 “\x01 q”èsv°¶«£ÀÝ[ç "
b"\x01 “\x01 q”èsv°¶«£ÀãÚ\x04 "
b"\x01 “\x01 q”èsv°¶«£Â’®R "
b"\x01 “\x01 q”èsv°¶«£ÇÒ,\x03 "
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x12 6\n
"""
b"""
\x01 “\x01 q•ŒqA dv\n
°\¤5
"""
b"""
\x01 “\x01 q•ŒqA dv\n
º<Ö¬
"""
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E\x15 ^û "
b"\x01 ô\x01 qòìsÄáU>\x0F *cG¿ "
b"\x01 ô\x01 qòìsÄáU>\x0F /a▄\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F A\x11 üx "
b"\x01 ô\x01 qòìsÄáU>\x0F F\°[ "
b"\x01 ô\x01 qòìsÄáU>\x0F GÕU\x02 "
b"\x01 ô\x01 qòìsÄáU>\x0F I╣ÆÂ "
b"\x01 ô\x01 qòìsÄáU>\x0F LQ÷ø "
b"\x01 ô\x01 qòìsÄáU>\x0F QæöU "
b"\x01 ô\x01 qòìsÄáU>\x0F Vl\x17 î "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÔ_³¿ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÔ¤¡Ø "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿâ¬Q¯ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$-\x19 ß< "
b"\x01 “\x01 q”‰q\x15 ¶¹|$6\x1C _’ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7\Ìo "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@¿?p "
b"\x01 “\x01 q”‰q\x15 ¶¹|$H\x03 Ök "
b"\x01 “\x01 q”‰q\x15 ¶¹|$HfrE "
b"\x01 ô\x01 qöÞsv░½úüÐÐ█ "
b"\x01 “\x01 q”èsv°¶«£‚¸àˆ "
b"\x01 “\x01 q”èsv°¶«£„PìÐ "
b"\x01 ô\x01 qöÞsv░½úÉ?\x00 è "
b"\x01 “\x01 q”èsv°¶«£—Qc< "
b"\x01 “\x01 q”èsv°¶«£®‘ÓÈ "
b"\x01 “\x01 q”èsv°¶«£¯t6Ù "
b"\x01 “\x01 q”èsv°¶«£¯µoe "
b"\x01 “\x01 q”èsv°¶«£²ŽW· "
b"\x01 “\x01 q”èsv°¶«£»z®© "
b"\x01 “\x01 q”èsv°¶«£Â*/z "
b"\x01 “\x01 q”èsv°¶«£ÉÁën "
b"\x01 “\x01 q”èsv°¶«£ÍHCH "
b"\x01 “\x01 q”èsv°¶«£Î¤¹• "
b"\x01 “\x01 q”èsv°¶«£Ñ\x03 ¦ˆ "
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
¸íÔ\n
"""
b"\x01 ô\x01 qòìsÄáU>\x0F ":|ü "
b"\x01 ô\x01 qòìsÄáU>\x0F #¢<\x1D "
b"\x01 ô\x01 qòìsÄáU>\x0F 0ª.╬ "
b"\x01 ô\x01 qòìsÄáU>\x0F 2\x14 µA "
b"\x01 ô\x01 qòìsÄáU>\x0F 2¥67 "
b"\x01 ô\x01 qòìsÄáU>\x0F 4K{4 "
b"\x01 ô\x01 qòìsÄáU>\x0F 7 Bz "
b"\x01 ô\x01 qòìsÄáU>\x0F <\x02 àk "
b"\x01 ô\x01 qòìsÄáU>\x0F @ö▀╝ "
b"\x01 ô\x01 qòìsÄáU>\x0F Ak┴Z "
b"\x01 ô\x01 qòìsÄáU>\x0F C>\x15 ╩ "
b"\x01 ô\x01 qòìsÄáU>\x0F L\x10 {¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F Or╝² "
b"\x01 ô\x01 qòìsÄáU>\x0F P#\x1C ê "
b"\x01 ô\x01 qòìsÄáU>\x0F TAlƒ "
b"\x01 ô\x01 qòìsÄáU>\x0F Y³SÈ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$BÐ\y "
b"\x01 “\x01 q”‰q\x15 ¶¹|$N™O "
b"\x01 ô\x01 qöÞsv░½úìrÔ\x01 "
b"\x01 “\x01 q”èsv°¶«£•¼[F "
b"\x01 “\x01 q”èsv°¶«£ 7)M "
b"\x01 “\x01 q”èsv°¶«££>GB "
b"\x01 “\x01 q”èsv°¶«£¦ÛÜb "
b"\x01 “\x01 q”èsv°¶«£®I'¨ "
b"\x01 “\x01 q”èsv°¶«£°F\x1D – "
b"\x01 “\x01 q”èsv°¶«£µºG\x00 "
b"\x01 “\x01 q”èsv°¶«£º˜mš "
b"\x01 “\x01 q”èsv°¶«£º¹=¬ "
b"""
\x01 “\x01 q•ŒqA dv\n
³•µv
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¸\x18 >j
"""
b"""
\x01 “\x01 q•ŒqA dv\n
»,jï
"""
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E Åð\r "
b"\x01 ô\x01 qòìsÄáU>\x0F Ç\x17 ¬ "
b"\x01 ô\x01 qòìsÄáU>\x0F %╠\x19 9 "
b"\x01 ô\x01 qòìsÄáU>\x0F (³Zy "
b"\x01 ô\x01 qòìsÄáU>\x0F *\x18 cè "
b"\x01 ô\x01 qòìsÄáU>\x0F ,ÌU[ "
b"\x01 ô\x01 qòìsÄáU>\x0F 1\x7F ðË "
b"\x01 ô\x01 qòìsÄáU>\x0F 4└┐¨ "
b"\x01 ô\x01 qòìsÄáU>\x0F 8PA┐ "
b"\x01 ô\x01 qòìsÄáU>\x0F 98hé "
b"\x01 ô\x01 qòìsÄáU>\x0F 9þ±┬ "
b"\x01 ô\x01 qòìsÄáU>\x0F :Á┐g "
b"\x01 ô\x01 qòìsÄáU>\x0F =§}, "
b"\x01 ô\x01 qòìsÄáU>\x0F @y{ö "
b"\x01 ô\x01 qòìsÄáU>\x0F B\i< "
b"\x01 ô\x01 qòìsÄáU>\x0F Jç7n "
b"\x01 ô\x01 qòìsÄáU>\x0F SFMó "
b"\x01 ô\x01 qòìsÄáU>\x0F T¸Ú "
b"\x01 ô\x01 qòìsÄáU>\x0F X@×U "
b"\x01 ô\x01 qòìsÄáU>\x0F Zðû\x13 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2Ož\x1E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$4`β "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?ŽO” "
b"\x01 “\x01 q”èsv°¶«£‹\x07 ‚ø "
b"\x01 “\x01 q”èsv°¶«£’\x1F ˜\x1D "
b"\x01 “\x01 q”èsv°¶«£Ÿ\x7F M» "
b"\x01 “\x01 q”èsv°¶«££ Ç\v "
b"\x01 “\x01 q”èsv°¶«£¤\x1E\x11 ë "
b"\x01 “\x01 q”èsv°¶«£ª'^s "
b"\x01 ô\x01 qöÞsv░½ú│Éài "
b"\x01 “\x01 q”èsv°¶«£ÈÑ"š "
b"\x01 “\x01 q”èsv°¶«£Í<¸9 "
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x0E óò
"""
b"""
\x01 “\x01 q•ŒqA dv\n
«³c
"""
b"""
\x01 “\x01 q•ŒqA dv\n
®]‰‹
"""
b"""
\x01 “\x01 q•ŒqA dv\n
±$\x07 Ê
"""
b"""
\x01 “\x01 q•ŒqA dv\n
±ÎñJ
"""
b"""
\x01 “\x01 q•ŒqA dv\n
³"Ö”
"""
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òìsÄáU>\x0F\x1E ]┌╠ "
b"\x01 ô\x01 qòìsÄáU>\x0F $J¸t "
b"\x01 ô\x01 qòìsÄáU>\x0F %\x06 ªM "
b"\x01 ô\x01 qòìsÄáU>\x0F +784 "
b"\x01 ô\x01 qòìsÄáU>\x0F 7\x1C éû "
b"\x01 ô\x01 qòìsÄáU>\x0F 8.[ú "
b"\x01 ô\x01 qòìsÄáU>\x0F ;▒0` "
b"\x01 ô\x01 qòìsÄáU>\x0F ;ÊÀ¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F <ðçI "
b"\x01 ô\x01 qòìsÄáU>\x0F @Åq\ "
b"\x01 ô\x01 qòìsÄáU>\x0F @‗=5 "
b"\x01 ô\x01 qòìsÄáU>\x0F C▀[ò "
b"\x01 ô\x01 qòìsÄáU>\x0F F¹J╔ "
b"\x01 ô\x01 qòìsÄáU>\x0F H{:À "
b"\x01 ô\x01 qòìsÄáU>\x0F I\x05 A\v "
b"\x01 ô\x01 qòìsÄáU>\x0F J┤Qð "
b"\x01 ô\x01 qòìsÄáU>\x0F N╗áä "
b"\x01 ô\x01 qòìsÄáU>\x0F Oä\r ┼ "
b"\x01 ô\x01 qòìsÄáU>\x0F ZÕ(é "
b"""
\x01 “\x01 q–\n
s|¨\f †‘“~²J
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘”\t Z»
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘›"îd
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Âô1\x02
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$SÙ\x01 j "
b"\x01 “\x01 q”èsv°¶«£‡6úB "
b"\x01 “\x01 q”èsv°¶«£‰ð06 "
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•ŒqA dv\n
»ºÏÜ
"""
b"\x01 ô\x01 qòìsÄáU>\x0F !?═Á "
b"\x01 ô\x01 qòìsÄáU>\x0F "5ì¡ "
b"\x01 ô\x01 qòìsÄáU>\x0F #\x1F åª "
b"\x01 ô\x01 qòìsÄáU>\x0F &¡ýÆ "
b"\x01 ô\x01 qòìsÄáU>\x0F )øB( "
b"\x01 ô\x01 qòìsÄáU>\x0F )ãT\x07 "
b"\x01 ô\x01 qòìsÄáU>\x0F 4G╦l "
b"\x01 ô\x01 qòìsÄáU>\x0F 88┘Ù "
b"\x01 ô\x01 qòìsÄáU>\x0F ?ç\x11\x0F "
b"\x01 ô\x01 qòìsÄáU>\x0F K\f ó: "
b"\x01 ô\x01 qòìsÄáU>\x0F Q\x18 ;w "
b"\x01 ô\x01 qòìsÄáU>\x0F T1\x02 { "
b"""
\x01 “\x01 q–\n
s|¨\f †‘“\x1E ã\x06
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘–£Úï
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘š²…Ú
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘§hŠí
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘½Ù©\x1E
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ù7âp
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¬¸W\x1E
"""
b"\x01 ô\x01 qòìsÄáU>\x0F '`ñ¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F 0W¹L "
b"\x01 ô\x01 qòìsÄáU>\x0F 4\x1F õK "
b"\x01 ô\x01 qòìsÄáU>\x0F 6>iC "
b"\x01 ô\x01 qòìsÄáU>\x0F < \e ÷ "
b"\x01 ô\x01 qòìsÄáU>\x0F D]■á "
b"\x01 ô\x01 qòìsÄáU>\x0F F\x7F MC "
b"\x01 ô\x01 qòìsÄáU>\x0F Nl0» "
b"\x01 ô\x01 qòìsÄáU>\x0F RIº╩ "
b"\x01 ô\x01 qòìsÄáU>\x0F UÌË┐ "
b"""
\x01 “\x01 q–\n
s|¨\f †‘ˆú»–
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘‰jϵ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘‹³†Ä
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘‹ËI¯
"""
b"""
\x01 ô\x01 qû\n
s|¿\f åæìùÆ└
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘”ÚÅ“
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘•\e Ñu
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘•ËÌU
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘–ú‹°
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘™)z\x1E
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘™¨t\x01
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¢;LŽ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¤d6E
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ª¦nï
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘«þ²Í
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¬æªÔ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘±S_u
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘²Ïg6
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘´\x1D Û‹
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘´¼:z
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘µFD›
"""
b"""
\x01 ô\x01 qû\n
s|¿\f åæÁʹØ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¸%a
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¼Ãoi
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘½vóç
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘½ý.B
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘À-‹ò
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÀÊQd
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Á·yB
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÄŸÎæ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Å©óv
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Èaêë
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÈiPº
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ê?\v ®
"""
b"""
\x01 ô\x01 qû\n
s|¿\f åæ═Ø╬À
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÍѰŸ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Îob&
"""
b"""
\x01 ô\x01 qû\n
s|¿\f 忤#ëì
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ñ\x16 ”Î
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ó(°\x16
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Óü˜ê
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Õ!']
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Õòuù
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘צQŠ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ØR\x06 }
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ù\x06 9Ï
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Û‡UÔ
"""
]
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 (0x01930171967A71ED8301547BEEDD0B10 , 0x01930171967A71ED8301547BF240ED46 , 0x0193017194E87376B0B6ABA3969FD85B , 0x0193017194E87376B0B6ABA3B25956CF , 0x01930171967A71ED8301547BEE4FD1D1 , 0x019301719693732DAE4407E31087CE6E , 0x01930171960A737CA80C869187389875 , 0x01930171960A737CA80C8691A8076E0D , 0x01930171960A737CA80C8691AE3B5B06 , 0x0193017196E171E6ABAC9F3A4FFC1CE2 , 0x01930171968A7222AF4699C683F96757 , 0x01930171968A7222AF4699C6858B4013 , 0x019301719693732DAE4407E31134E12B , 0x01930171968A7222AF4699C683C38466 , 0x0193017196647134B9BD4F1A0EAC05CC , 0x0193017196647134B9BD4F1A0F3EDFCB , 0x0193017196647134B9BD4F1A14C14627 , 0x0193017196647134B9BD4F1A1535EDF9 , 0x01930171968A7222AF4699C684F8B25E , 0x019301719693732DAE4407E31053D7C6 , 0x019301719693732DAE4407E31BF340B0 , 0x0193017196E171E6ABAC9F3A50E9F18A , 0x0193017196E171E6ABAC9F3A53D869D2 , 0x0193017196E171E6ABAC9F3A568C5550 , 0x0193017196E171E6ABAC9F3A4D35730B , 0x0193017196E171E6ABAC9F3A57C5147E , 0x0193017194E87376B0B6ABA38FED86C9 , 0x0193017194E87376B0B6ABA3B1611374 , 0x0193017196647134B9BD4F1A11064DAA , 0x0193017196647134B9BD4F1A13D14CF0 , 0x019301719693732DAE4407E317F1BBA6 , 0x0193017196A571C78C3C09058481D71B , 0x0193017196A571C78C3C0905868B73AF , 0x0193017196A571C78C3C090587C9B7B6 , 0x0193017196A571C78C3C090589854D8D , 0x0193017196C471E6A6A848D7A3859CF1 , 0x0193017196C471E6A6A848D7A3FB743A , 0x0193017196C471E6A6A848D7A62F681B , 0x0193017196C471E6A6A848D7B1DFCDE5 , 0x0193017196E171E6ABAC9F3A52E04EA8 , 0x01930171967A71ED8301547BF3F39A25 , 0x0193017194887191A2D92C9FC4DAF4CF , 0x0193017194887191A2D92C9FC617134B , 0x0193017194887191A2D92C9FD014F678 , 0x0193017194887191A2D92C9FD06738E0 , 0x0193017194887191A2D92C9FD959E1C9 , 0x0193017194897115B6B97C243CF104BD , 0x01930171960A737CA80C8691975C4107 , 0x01930171960A737CA80C8691A38C48C9 , 0x0193017196A473429D906EC2C477CBAB , 0x0193017196A473429D906EC2C6E929D0 , 0x0193017196A571C78C3C0905849D107A , 0x0193017196A571C78C3C0905856299CB , 0x0193017196A571C78C3C0905881B2782 , 0x0193017194887191A2D92C9FDCA946D5 , 0x0193017194897115B6B97C24438984FD , 0x0193017194897115B6B97C244401BFB9 , 0x01930171958D738EA0553E0F1F9F36AE , 0x01930171958D738EA0553E0F2D97A9C7 , 0x01930171958D738EA0553E0F3DFEF981 , 0x01930171960A737CA80C869192538B25 , 0x01930171960A737CA80C86919AB9D4D7 , 0x01930171960A737CA80C86919D498733 , 0x01930171960A737CA80C8691C6C2BF87 , 0x01930171968A7222AF4699C684395661 , 0x019301719693732DAE4407E316119D8D , 0x019301719693732DAE4407E31C8D66B2 , 0x0193017196E171E6ABAC9F3A4C3EF069 , 0x0193017196E171E6ABAC9F3A4F0C7271 , 0x0193017196E171E6ABAC9F3A5742B808 , 0x01930171958C7141A064760AB2C40074 , 0x01930171958C7141A064760AB682E3BD , 0x01930171958D738EA0553E0F4D262C8E , 0x01930171958D738EA0553E0F5A9B2518 , 0x0193017196C471E6A6A848D7A48E0281 , 0x0193017196C471E6A6A848D7A543BD95 , 0x0193017196E171E6ABAC9F3A56287CAB , 0x0193017196E171E6ABAC9F3A578BE3B6 , 0x0193017194887191A2D92C9FD9744D84 , 0x0193017194897115B6B97C244C5DE6F8 , 0x0193017194897115B6B97C244D41CFA8 , 0x01930171967A71ED8301547BF5A2F800 , 0x01930171967A71ED8301547BF6408B16 , 0x0193017194E87376B0B6ABA38134E5C1 , 0x0193017194E87376B0B6ABA3ACC2277E , 0x0193017194E87376B0B6ABA3BD7977DC , 0x0193017196E171E6ABAC9F3A51D1C276 , 0x0193017196E171E6ABAC9F3A584FC250 , 0x0193017196E171E6ABAC9F3A588FAEF5 , 0x0193017194E87376B0B6ABA3A4F3E16B , 0x0193017194887191A2D92C9FDB5194D8 , 0x0193017194897115B6B97C242A90384F , 0x0193017194897115B6B97C244A9236B4 , 0x0193017194897115B6B97C243FCB02D2 , 0x0193017194897115B6B97C242B9B2C66 , 0x0193017194897115B6B97C24428077E9 , 0x0193017194E87376B0B6ABA3C0395A38 , 0x0193017194E87376B0B6ABA3D39EDA39 , 0x0193017194887191A2D92C9FCF31EF6A , 0x0193017194887191A2D92C9FDD44113B , 0x0193017194E87376B0B6ABA3B471828B , 0x0193017194887191A2D92C9FE08457D8 , 0x0193017194E87376B0B6ABA39A206601 , 0x0193017194E87376B0B6ABA3A0D481F6 , 0x0193017194E87376B0B6ABA3B624860B , 0x0193017194E87376B0B6ABA3C1D99ECB , 0x01930171958D738EA0553E0F228A0001 , 0x0193017194887191A2D92C9FC891FB22 , 0x0193017194897115B6B97C2450C73E1D , 0x0193017194E87376B0B6ABA385D9A74B , 0x01930171958C7141A064760AAC2841BA , 0x0193017194887191A2D92C9FDA6CC20B , 0x0193017194E87376B0B6ABA387C607C7 , 0x01930171958C7141A064760AB815BF6D , 0x01930171958D738EA0553E0F5929D6FE , 0x01930171958D738EA0553E0F27B37648 , 0x01930171958D738EA0553E0F3EC48F05 , 0x01930171960A737CA80C8691A632962A , 0x01930171960A737CA80C8691D2E44573 , 0x0193017194897115B6B97C24267CDF01 , 0x0193017194E87376B0B6ABA3C185DC12 , 0x0193017194E87376B0B6ABA388A8614C , 0x01930171958C7141A064760AAA1D22D4 , 0x0193017194E87376B0B6ABA39D912D89 , 0x01930171958C7141A064760AAF88677C , 0x0193017194897115B6B97C2431BDCE58 , 0x0193017194887191A2D92C9FC9FE2C49 , 0x0193017194E87376B0B6ABA3BCFB66DB , 0x0193017194897115B6B97C24395FE629 , 0x0193017194E87376B0B6ABA3C9BA1051 , 0x0193017194887191A2D92C9FD6AB0EC4 , 0x0193017194897115B6B97C2425B6B7DA , 0x0193017194E87376B0B6ABA3A518BBD1 , 0x0193017194E87376B0B6ABA3A7BFA6FA , 0x0193017194E87376B0B6ABA3ACD21DC2 , 0x01930171958C7141A064760AAE5BE60F , 0x01930171958D738EA0553E0F574E83FA , 0x0193017194887191A2D92C9FDDAF3480 , 0x0193017194897115B6B97C2451BC9FC6 , 0x01930171958C7141A064760AB5A54069 , 0x0193017194887191A2D92C9FD1ADB9DE , 0x0193017194897115B6B97C243B8D9DA7 , 0x0193017194E87376B0B6ABA3C06773E6 , 0x0193017194897115B6B97C243697E63A , 0x0193017194897115B6B97C2443B4282F , 0x0193017194E87376B0B6ABA3D1789C8B , 0x01930171958D738EA0553E0F35A70C6A , 0x0193017194E87376B0B6ABA3B687858E , 0x0193017194887191A2D92C9FDEC7A674 , 0x0193017194E87376B0B6ABA3BB968C1F , 0x0193017194E87376B0B6ABA3CBF083DD , 0x0193017194887191A2D92C9FDBD4608B , 0x01930171958D738EA0553E0F2EF15863 , 0x0193017194E87376B0B6ABA3A2B8DB86 , 0x0193017194E87376B0B6ABA3D2CF5EC5 , 0x01930171958D738EA0553E0F2B5DDFC7 , 0x0193017194897115B6B97C24463E174B , 0x0193017194897115B6B97C2447AD0587 , 0x0193017194897115B6B97C2437EF7663 , 0x0193017194E87376B0B6ABA3AC025FE3 , 0x0193017194E87376B0B6ABA395078FA5 , 0x0193017194E87376B0B6ABA3CCA4F975 , 0x01930171960A737CA80C8691D13A6619 , 0x0193017194897115B6B97C243E2C6F0E , 0x0193017194E87376B0B6ABA3AB2BAB4A , 0x0193017194887191A2D92C9FCDC77CB6 , 0x0193017194897115B6B97C24330C2FDB , 0x0193017194E87376B0B6ABA39E9B1CE4 , 0x0193017194E87376B0B6ABA3B5A37AEB , 0x01930171958D738EA0553E0F36D4684A , 0x0193017194887191A2D92C9FC55398AD , 0x0193017194887191A2D92C9FC9BA4920 , 0x0193017194887191A2D92C9FD2E1E74E , 0x0193017194897115B6B97C24276617C0 , 0x0193017194897115B6B97C243917B898 , 0x0193017194897115B6B97C24503821E8 , 0x0193017194E87376B0B6ABA38CE65546 , 0x0193017194E87376B0B6ABA39B5C04D0 , 0x0193017194E87376B0B6ABA3A4A4651A , 0x01930171958D738EA0553E0F1E34AF5E , 0x0193017194887191A2D92C9FCD739AAC , 0x0193017194887191A2D92C9FDFF25DDF , 0x0193017194887191A2D92C9FE1421E41 , 0x0193017194887191A2D92C9FE3174C19 , 0x0193017194897115B6B97C24259ACBFD , 0x0193017194897115B6B97C242C2F2C99 , 0x0193017194897115B6B97C243A8B7FC8 , 0x0193017194897115B6B97C243A9CF279 , 0x0193017194897115B6B97C24409D67E1 , 0x0193017194897115B6B97C2447CF4003 , 0x0193017194E87376B0B6ABA3B27B40C1 , 0x0193017194E87376B0B6ABA3B2BD58BD , 0x0193017194E87376B0B6ABA3BD8DCBA5 , 0x0193017194E87376B0B6ABA3C3E265B0 , 0x0193017194E87376B0B6ABA3D018181B , 0x0193017194887191A2D92C9FC6E01628 , 0x0193017194887191A2D92C9FC9E5390E , 0x0193017194887191A2D92C9FCB7627D0 , 0x0193017194887191A2D92C9FD62C67C1 , 0x0193017194887191A2D92C9FDEA0DBFC , 0x0193017194897115B6B97C242E152B0F , 0x0193017194897115B6B97C2432051530 , 0x0193017194897115B6B97C2435831DF0 , 0x0193017194897115B6B97C2440F7CC20 , 0x0193017194897115B6B97C2441B0BBF5 , 0x0193017194897115B6B97C2445664B87 , 0x0193017194897115B6B97C24496CB487 , 0x0193017194897115B6B97C24524343E2 , 0x0193017194897115B6B97C2453204121 , 0x0193017194E87376B0B6ABA3987EE616 , 0x0193017194E87376B0B6ABA3B51E916A , 0x0193017194E87376B0B6ABA3C22A641D , 0x0193017194E87376B0B6ABA3CCD5D1F8 , 0x0193017194E87376B0B6ABA3D236327D , 0x01930171958D738EA0553E0F280C4565 , 0x0193017194887191A2D92C9FD2893FC7 , 0x0193017194897115B6B97C242E9E491B , 0x0193017194897115B6B97C24313BFFD9 , 0x0193017194897115B6B97C2431B58262 , 0x0193017194897115B6B97C24330613B1 , 0x0193017194897115B6B97C243778901B , 0x0193017194897115B6B97C243D56C08C , 0x0193017194897115B6B97C2441B86BF5 , 0x0193017194897115B6B97C2447245B41 , 0x0193017194897115B6B97C24494E51D8 , 0x0193017194897115B6B97C244E05F881 , 0x0193017194897115B6B97C244E3A493B , 0x0193017194E87376B0B6ABA38F358459 , 0x0193017194E87376B0B6ABA3914559BE , 0x0193017194E87376B0B6ABA39974190F , 0x0193017194E87376B0B6ABA39A76E364 , 0x0193017194E87376B0B6ABA39ED1933C , 0x0193017194E87376B0B6ABA3A1EAFC5A , 0x0193017194E87376B0B6ABA3A567245D , 0x0193017194E87376B0B6ABA3A98BC762 , 0x0193017194E87376B0B6ABA3AA8E235F , 0x0193017194E87376B0B6ABA3B82B0F52 , 0x0193017194E87376B0B6ABA3B99EA96C , 0x0193017194E87376B0B6ABA3BA82E4B0 , 0x0193017194E87376B0B6ABA3BE759C8C , 0x0193017194E87376B0B6ABA3BF6C49BF , 0x0193017194E87376B0B6ABA3CF66256C , 0x0193017194E87376B0B6ABA3CF668B95 , 0x0193017194E87376B0B6ABA3D23F8436 , 0x01930171958D738EA0553E0F51D9E560 , 0x0193017194887191A2D92C9FC57833F6 , 0x0193017194887191A2D92C9FCE49DC8A , 0x0193017194887191A2D92C9FD139345D , 0x0193017194887191A2D92C9FD5077A80 , 0x0193017194887191A2D92C9FD6E3E6CD , 0x0193017194887191A2D92C9FD892F161 , 0x0193017194887191A2D92C9FE1D05607 , 0x0193017194897115B6B97C24287BEF3A , 0x0193017194897115B6B97C242B3978AE , 0x0193017194897115B6B97C242FF2CFB1 , 0x0193017194897115B6B97C243C634B47 , 0x0193017194897115B6B97C2442B28E38 , 0x0193017194897115B6B97C24449C6365 , 0x0193017194897115B6B97C2448DF6DEF , 0x0193017194E87376B0B6ABA38C593F3B , 0x0193017194E87376B0B6ABA38CEDADD6 , 0x0193017194E87376B0B6ABA38D9D11C9 , 0x0193017194E87376B0B6ABA39113428E , 0x0193017194E87376B0B6ABA3930A63C0 , 0x0193017194E87376B0B6ABA3A60393A3 , 0x0193017194E87376B0B6ABA3A8BD7996 , 0x0193017194E87376B0B6ABA3B3296B3A , 0x0193017194E87376B0B6ABA3B6CFC06E , 0x0193017194E87376B0B6ABA3BC6D1BD0 , 0x0193017194E87376B0B6ABA3C601025C , 0x0193017194E87376B0B6ABA3CA977300 , 0x0193017194E87376B0B6ABA3CE47633F , 0x01930171958D738EA0553E0F339FEDF4 , 0x01930171958D738EA0553E0F4200ABC2 , 0x0193017194887191A2D92C9FC7B34788 , 0x0193017194887191A2D92C9FC829498A , 0x0193017194887191A2D92C9FC8DA7A72 , 0x0193017194887191A2D92C9FD3B3FDA9 , 0x0193017194887191A2D92C9FD59093D6 , 0x0193017194887191A2D92C9FD9D6CF6E , 0x0193017194887191A2D92C9FDE16527D , 0x0193017194887191A2D92C9FDFC4D85D , 0x0193017194897115B6B97C2429244418 , 0x0193017194897115B6B97C242F86EB35 , 0x0193017194897115B6B97C24326CF7DB , 0x0193017194897115B6B97C2434E80CD3 , 0x0193017194897115B6B97C24353F8D92 , 0x0193017194897115B6B97C2439A6626F , 0x0193017194897115B6B97C243F14A16B , 0x0193017194897115B6B97C24438BC4F6 , 0x0193017194897115B6B97C244AE3D1B8 , 0x0193017194897115B6B97C244B968DC3 , 0x0193017194897115B6B97C2450D4BA54 , 0x0193017194E87376B0B6ABA38ADF060F , 0x0193017194E87376B0B6ABA38BABCCCF , 0x0193017194E87376B0B6ABA39BBA81C8 , 0x0193017194E87376B0B6ABA39EB564CF , 0x0193017194E87376B0B6ABA3A27F0397 , 0x0193017194E87376B0B6ABA3AC70F21A , 0x0193017194E87376B0B6ABA3ACC2759A , 0x0193017194E87376B0B6ABA3ADB8D297 , 0x0193017194E87376B0B6ABA3B07F64FF , 0x0193017194E87376B0B6ABA3B7449AED , 0x0193017194E87376B0B6ABA3C2FFE29D , 0x0193017194E87376B0B6ABA3C54A7EB5 , 0x0193017194E87376B0B6ABA3CA6D29AE , 0x01930171958D738EA0553E0F1FCE6F97 , 0x01930171958D738EA0553E0F2246E65D , 0x01930171958D738EA0553E0F397E327E , 0x01930171958D738EA0553E0F4638D5E6 , 0x01930171958D738EA0553E0F4B3A5A3C , 0x01930171958D738EA0553E0F55C09D5D , 0x0193017194887191A2D92C9FC998FAEB , 0x0193017194887191A2D92C9FCC48864A , 0x0193017194887191A2D92C9FCCB8A8D7 , 0x0193017194887191A2D92C9FD1B1683F , 0x0193017194887191A2D92C9FDF8BA1BD , 0x0193017194897115B6B97C2425EED9B5 , 0x0193017194897115B6B97C24285E3EBE , 0x0193017194897115B6B97C2433D4DE6E , 0x0193017194897115B6B97C243490D1C9 , 0x0193017194897115B6B97C2441AE51B3 , 0x0193017194897115B6B97C24528F2B0F , 0x0193017194E87376B0B6ABA3835A74EA , 0x0193017194E87376B0B6ABA38B2F9FB8 , 0x0193017194E87376B0B6ABA393471BCA , 0x0193017194E87376B0B6ABA3940F134C , 0x0193017194E87376B0B6ABA39695A6BD , 0x0193017194E87376B0B6ABA39849B8E1 , 0x0193017194E87376B0B6ABA39A98985C , 0x0193017194E87376B0B6ABA39E832044 , 0x0193017194E87376B0B6ABA3A19E10AB , 0x0193017194E87376B0B6ABA3A82BA523 , 0x0193017194E87376B0B6ABA3AB0E6CD8 , 0x0193017194E87376B0B6ABA3AB2F51B1 , 0x0193017194E87376B0B6ABA3B90B9A48 , 0x0193017194E87376B0B6ABA3C4A3BDD4 , 0x0193017194E87376B0B6ABA3C6E84844 , 0x0193017194E87376B0B6ABA3CB5115FE , 0x0193017194E87376B0B6ABA3CE596D3E , 0x0193017194E87376B0B6ABA3D3A2578A , 0x01930171958D738EA0553E0F1F6AF7BF , 0x01930171958D738EA0553E0F27C0B3A7 , 0x01930171958D738EA0553E0F285730F2 , 0x01930171958D738EA0553E0F2C8E8100 , 0x01930171958D738EA0553E0F2E503CFA , 0x01930171958D738EA0553E0F37415718 , 0x01930171958D738EA0553E0F437F7042 , 0x01930171958D738EA0553E0F453E971D , 0x01930171958D738EA0553E0F5835A3CB , 0x0193017194887191A2D92C9FCA810808 , 0x0193017194887191A2D92C9FD7D8A2DD , 0x0193017194887191A2D92C9FE1F40A6C , 0x0193017194897115B6B97C2426341733 , 0x0193017194897115B6B97C2426CDABF0 , 0x0193017194897115B6B97C2428714B05 , 0x0193017194897115B6B97C2429B5BD5D , 0x0193017194897115B6B97C243092A533 , 0x0193017194897115B6B97C2432348FFD , 0x0193017194897115B6B97C243835D38F , 0x0193017194897115B6B97C2442F93A45 , 0x0193017194897115B6B97C2449BFAD59 , 0x0193017194897115B6B97C244F5BBE8B , 0x0193017194E87376B0B6ABA384DEDC01 , 0x0193017194E87376B0B6ABA386CC4F28 , 0x0193017194E87376B0B6ABA389335CEA , 0x0193017194E87376B0B6ABA38E386224 , 0x0193017194E87376B0B6ABA39C28749E , 0x0193017194E87376B0B6ABA39CBD5392 , 0x0193017194E87376B0B6ABA3C0DD5BE7 , 0x0193017194E87376B0B6ABA3C0E3DA04 , 0x0193017194E87376B0B6ABA3C292AE52 , 0x0193017194E87376B0B6ABA3C7D22C03 , 0x01930171958C7141A064760AAA12360A , 0x01930171958C7141A064760AB05CA435 , 0x01930171958C7141A064760ABA3CD6AC , 0x01930171958D738EA0553E0F1E155E96 , 0x01930171958D738EA0553E0F2A6347A8 , 0x01930171958D738EA0553E0F2F61DC18 , 0x01930171958D738EA0553E0F41118178 , 0x01930171958D738EA0553E0F465CF85B , 0x01930171958D738EA0553E0F47E55502 , 0x01930171958D738EA0553E0F49B992B6 , 0x01930171958D738EA0553E0F4C51F69B , 0x01930171958D738EA0553E0F51919455 , 0x01930171958D738EA0553E0F566C178C , 0x0193017194887191A2D92C9FD45FB3BF , 0x0193017194887191A2D92C9FD4A4A1D8 , 0x0193017194887191A2D92C9FE2AC51AF , 0x0193017194897115B6B97C242D19DF3C , 0x0193017194897115B6B97C24361C5F92 , 0x0193017194897115B6B97C24375CCC6F , 0x0193017194897115B6B97C2440BF3F70 , 0x0193017194897115B6B97C244803D66B , 0x0193017194897115B6B97C2448667245 , 0x0193017194E87376B0B6ABA381D1D1DB , 0x0193017194E87376B0B6ABA382B8E088 , 0x0193017194E87376B0B6ABA38450ECD0 , 0x0193017194E87376B0B6ABA3903F008A , 0x0193017194E87376B0B6ABA39751633C , 0x0193017194E87376B0B6ABA3AE91D3C8 , 0x0193017194E87376B0B6ABA3AF7436D9 , 0x0193017194E87376B0B6ABA3AFB56F65 , 0x0193017194E87376B0B6ABA3B28E57B7 , 0x0193017194E87376B0B6ABA3BB7AAEA9 , 0x0193017194E87376B0B6ABA3C22A2F7A , 0x0193017194E87376B0B6ABA3C9C1EB6E , 0x0193017194E87376B0B6ABA3CD484348 , 0x0193017194E87376B0B6ABA3CEA4B995 , 0x0193017194E87376B0B6ABA3D103A688 , 0x01930171958C7141A064760AAD8E2981 , 0x01930171958C7141A064760AAEDD25C2 , 0x01930171958C7141A064760AB7225EE0 , 0x01930171958C7141A064760AB8EDD40A , 0x01930171958D738EA0553E0F223A7C81 , 0x01930171958D738EA0553E0F23BD3C1D , 0x01930171958D738EA0553E0F30A62ECE , 0x01930171958D738EA0553E0F3214E641 , 0x01930171958D738EA0553E0F32BE3637 , 0x01930171958D738EA0553E0F344B7B34 , 0x01930171958D738EA0553E0F37FF427A , 0x01930171958D738EA0553E0F3C02856B , 0x01930171958D738EA0553E0F4094DFBC , 0x01930171958D738EA0553E0F416BC15A , 0x01930171958D738EA0553E0F433E15CA , 0x01930171958D738EA0553E0F4C107BEE , 0x01930171958D738EA0553E0F4F72BCFD , 0x01930171958D738EA0553E0F50231C88 , 0x01930171958D738EA0553E0F54416C9F , 0x01930171958D738EA0553E0F59FC53D4 , 0x0193017194897115B6B97C2442D05C79 , 0x0193017194897115B6B97C244EC2994F , 0x0193017194E87376B0B6ABA38D72E201 , 0x0193017194E87376B0B6ABA395BC5B46 , 0x0193017194E87376B0B6ABA3A037294D , 0x0193017194E87376B0B6ABA3A33E4742 , 0x0193017194E87376B0B6ABA3A6DBDC62 , 0x0193017194E87376B0B6ABA3AE4927A8 , 0x0193017194E87376B0B6ABA3B0461D96 , 0x0193017194E87376B0B6ABA3B5BA4700 , 0x0193017194E87376B0B6ABA3BA986D9A , 0x0193017194E87376B0B6ABA3BAB93DAC , 0x01930171958C7141A064760AB395B576 , 0x01930171958C7141A064760AB8183E6A , 0x01930171958C7141A064760ABB2C6AEF , 0x01930171958D738EA0553E0F1E8FD00D , 0x01930171958D738EA0553E0F208017AA , 0x01930171958D738EA0553E0F25CC1939 , 0x01930171958D738EA0553E0F28FC5A79 , 0x01930171958D738EA0553E0F2A18638A , 0x01930171958D738EA0553E0F2CDE555B , 0x01930171958D738EA0553E0F317FD0D3 , 0x01930171958D738EA0553E0F34C0BFF9 , 0x01930171958D738EA0553E0F385041BF , 0x01930171958D738EA0553E0F39386882 , 0x01930171958D738EA0553E0F39E7F1C2 , 0x01930171958D738EA0553E0F3AB5BF67 , 0x01930171958D738EA0553E0F3DF57D2C , 0x01930171958D738EA0553E0F40797B94 , 0x01930171958D738EA0553E0F425C693C , 0x01930171958D738EA0553E0F4A87376E , 0x01930171958D738EA0553E0F53464DA2 , 0x01930171958D738EA0553E0F54F7E9FF , 0x01930171958D738EA0553E0F58409E55 , 0x01930171958D738EA0553E0F5AD09613 , 0x0193017194897115B6B97C24324F9E1E , 0x0193017194897115B6B97C243460CEB2 , 0x0193017194897115B6B97C243F8E4F94 , 0x0193017194E87376B0B6ABA38B0782F8 , 0x0193017194E87376B0B6ABA3921F981D , 0x0193017194E87376B0B6ABA39F7F4DBB , 0x0193017194E87376B0B6ABA3A3A0C70B , 0x0193017194E87376B0B6ABA3A41E11EB , 0x0193017194E87376B0B6ABA3AA275E73 , 0x0193017194E87376B0B6ABA3B3908569 , 0x0193017194E87376B0B6ABA3C8D1229A , 0x0193017194E87376B0B6ABA3CD3CB839 , 0x01930171958C7141A064760AAA0EF3F2 , 0x01930171958C7141A064760AABB36320 , 0x01930171958C7141A064760AAE5D898B , 0x01930171958C7141A064760AB12407CA , 0x01930171958C7141A064760AB1CEF14A , 0x01930171958C7141A064760AB322D694 , 0x01930171958C7141A064760AB3F1C661 , 0x01930171958C7141A064760AB4C7A026 , 0x01930171958C7141A064760ABCB9E4C0 , 0x01930171958D738EA0553E0F1E5DDACC , 0x01930171958D738EA0553E0F244AF774 , 0x01930171958D738EA0553E0F2506A64D , 0x01930171958D738EA0553E0F2B373834 , 0x01930171958D738EA0553E0F371C8296 , 0x01930171958D738EA0553E0F382E5BA3 , 0x01930171958D738EA0553E0F3BB13060 , 0x01930171958D738EA0553E0F3BD2B7EE , 0x01930171958D738EA0553E0F3CD08749 , 0x01930171958D738EA0553E0F408F715C , 0x01930171958D738EA0553E0F40F23D35 , 0x01930171958D738EA0553E0F43DF5B95 , 0x01930171958D738EA0553E0F46FB4AC9 , 0x01930171958D738EA0553E0F487B3AB7 , 0x01930171958D738EA0553E0F4905410B , 0x01930171958D738EA0553E0F4AB451D0 , 0x01930171958D738EA0553E0F4EBBA084 , 0x01930171958D738EA0553E0F4F840DC5 , 0x01930171958D738EA0553E0F5AE52882 , 0x01930171960A737CA80C8691937EB24A , 0x01930171960A737CA80C869194095ABB , 0x01930171960A737CA80C86919B22EE64 , 0x01930171960A737CA80C8691C2F43102 , 0x0193017194897115B6B97C2453D9016A , 0x0193017194E87376B0B6ABA38736FA42 , 0x0193017194E87376B0B6ABA389F03036 , 0x01930171958C7141A064760AACDBA2D7 , 0x01930171958C7141A064760AAD40ABAC , 0x01930171958C7141A064760AB9B6A326 , 0x01930171958C7141A064760ABB87EEE3 , 0x01930171958C7141A064760ABBBACFDC , 0x01930171958D738EA0553E0F213FCDB5 , 0x01930171958D738EA0553E0F22358DAD , 0x01930171958D738EA0553E0F231F86A6 , 0x01930171958D738EA0553E0F26ADEC92 , 0x01930171958D738EA0553E0F299B4228 , 0x01930171958D738EA0553E0F29C65407 , 0x01930171958D738EA0553E0F3447CB6C , 0x01930171958D738EA0553E0F3838D9EB , 0x01930171958D738EA0553E0F3F87110F , 0x01930171958D738EA0553E0F4B0CA23A , 0x01930171958D738EA0553E0F51183B77 , 0x01930171958D738EA0553E0F5431027B , 0x01930171960A737CA80C8691931EE306 , 0x01930171960A737CA80C869196A3DAEF , 0x01930171960A737CA80C86919AB285DA , 0x01930171960A737CA80C8691A7688AED , 0x01930171960A737CA80C8691BDD9A91E , 0x01930171960A737CA80C8691D937E270 , 0x01930171958C7141A064760AACB8571E , 0x01930171958D738EA0553E0F2760A4EE , 0x01930171958D738EA0553E0F3057FB4C , 0x01930171958D738EA0553E0F341FE44B , 0x01930171958D738EA0553E0F363E6943 , 0x01930171958D738EA0553E0F3CFF1BF6 , 0x01930171958D738EA0553E0F445DFEA0 , 0x01930171958D738EA0553E0F467F4D43 , 0x01930171958D738EA0553E0F4E6C30AF , 0x01930171958D738EA0553E0F5249A7CA , 0x01930171958D738EA0553E0F55DED3BF , 0x01930171960A737CA80C869188FABB96 , 0x01930171960A737CA80C8691896ACFB5 , 0x01930171960A737CA80C86918BB386C4 , 0x01930171960A737CA80C86918BCB49AF , 0x01930171960A737CA80C86918D9792C0 , 0x01930171960A737CA80C869194DAC593 , 0x01930171960A737CA80C8691951BD175 , 0x01930171960A737CA80C869195CBCC55 , 0x01930171960A737CA80C869196FA8BB0 , 0x01930171960A737CA80C869199297A1E , 0x01930171960A737CA80C869199A87401 , 0x01930171960A737CA80C8691A23B4C8E , 0x01930171960A737CA80C8691A4643645 , 0x01930171960A737CA80C8691AAA66EEF , 0x01930171960A737CA80C8691ABFEB2CD , 0x01930171960A737CA80C8691ACE6AAD4 , 0x01930171960A737CA80C8691B1535F75 , 0x01930171960A737CA80C8691B2CF6736 , 0x01930171960A737CA80C8691B41DDB8B , 0x01930171960A737CA80C8691B4BC3A7A , 0x01930171960A737CA80C8691B546449B , 0x01930171960A737CA80C8691B5D2FB9D , 0x01930171960A737CA80C8691B82561A0 , 0x01930171960A737CA80C8691BCC36F69 , 0x01930171960A737CA80C8691BD76F3E7 , 0x01930171960A737CA80C8691BDFD2E42 , 0x01930171960A737CA80C8691C02D8BF2 , 0x01930171960A737CA80C8691C0CA5164 , 0x01930171960A737CA80C8691C1B77942 , 0x01930171960A737CA80C8691C49FCEE6 , 0x01930171960A737CA80C8691C5A9F376 , 0x01930171960A737CA80C8691C861EAEB , 0x01930171960A737CA80C8691C86950BA , 0x01930171960A737CA80C8691CA3F0BAE , 0x01930171960A737CA80C8691CD9DCEB7 , 0x01930171960A737CA80C8691CDD1B09F , 0x01930171960A737CA80C8691CE6F6226 , 0x01930171960A737CA80C8691CF23898D , 0x01930171960A737CA80C8691D11694CE , 0x01930171960A737CA80C8691D328B016 , 0x01930171960A737CA80C8691D3FC98EA , 0x01930171960A737CA80C8691D521275D , 0x01930171960A737CA80C8691D5F275F9 , 0x01930171960A737CA80C8691D7A6518A , 0x01930171960A737CA80C8691D852067D , 0x01930171960A737CA80C8691D90639CF , 0x01930171960A737CA80C8691DB8755D4 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
45
1.16 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–\n
s|¨\f †‘¬æªÔ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘®;[\x06
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘±S_u
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘²Ïg6
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘´\x1D Û‹
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘´¼:z
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘µFD›
"""
b"""
\x01 ô\x01 qû\n
s|¿\f åæÁʹØ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¸%a
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¼Ãoi
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘½vóç
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘½Ù©\x1E
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘½ý.B
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘À-‹ò
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÀÊQd
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Á·yB
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Âô1\x02
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÄŸÎæ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Å©óv
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÆÂ¿‡
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Èaêë
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÈiPº
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ê?\v ®
"""
b"""
\x01 ô\x01 qû\n
s|¿\f åæ═Ø╬À
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÍѰŸ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Îob&
"""
b"""
\x01 ô\x01 qû\n
s|¿\f 忤#ëì
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ñ\x16 ”Î
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ñ:f\x19
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÒäEs
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ó(°\x16
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Óü˜ê
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Õ!']
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Õòuù
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘צQŠ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ØR\x06 }
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ù\x06 9Ï
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ù7âp
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Û‡UÔ
"""
b"\x01 “\x01 q–dq4¹½O\x1A\x0E ¬\x05 Ì "
b"\x01 “\x01 q–dq4¹½O\x1A\x0F >ßË "
b"\x01 “\x01 q–dq4¹½O\x1A\x11\x06 Mª "
b"\x01 “\x01 q–dq4¹½O\x1A\x13 ÑLð "
b"\x01 “\x01 q–dq4¹½O\x1A\x14 ÁF' "
b"\x01 “\x01 q–dq4¹½O\x1A\x15 5íù "
b"\x01 “\x01 q–zqíƒ\x01 T{îOÑÑ "
b"\x01 “\x01 q–zqíƒ\x01 T{îÝ\v\x10 "
b"\x01 “\x01 q–zqíƒ\x01 T{ò@íF "
b"\x01 “\x01 q–zqíƒ\x01 T{óóš% "
b"\x01 “\x01 q–zqíƒ\x01 T{õ¢ø\x00 "
b"\x01 “\x01 q–zqíƒ\x01 T{ö@‹\x16 "
b"\x01 “\x01 q–Šr"¯F™ÆƒÃ„f "
b"\x01 “\x01 q–Šr"¯F™ÆƒùgW "
b"\x01 “\x01 q–Šr"¯F™Æ„9Va "
b"\x01 “\x01 q–Šr"¯F™Æ„ø²^ "
b"\x01 “\x01 q–Šr"¯F™Æ…‹@\x13 "
b"\x01 “\x01 q–“s-®D\x07 ã\x10 Sׯ "
b"\x01 “\x01 q–“s-®D\x07 ã\x10 ‡În "
b"\x01 “\x01 q–“s-®D\x07 ã\x11 4á+ "
b"\x01 ô\x01 qûôs-«D\x07 Ò\x16\x11 Øì "
b"\x01 “\x01 q–“s-®D\x07 ã\x17 ñ»¦ "
b"\x01 “\x01 q–“s-®D\x07 ã\e ó@° "
b"\x01 ô\x01 qûôs-«D\x07 Ò\x1C ìf▓ "
b"\x01 ô\x01 qûñsBØÉn┬─w╦½ "
b"\x01 ô\x01 qûñsBØÉn┬ãÚ)ð "
b"\x01 ô\x01 qûÑqÃî<\t\x05 äüÎ\e "
b"\x01 ô\x01 qûÑqÃî<\t\x05 äØ\x10 z "
b"\x01 “\x01 q–¥qÇŒ<\t\x05 …b™Ë "
b"\x01 “\x01 q–¥qÇŒ<\t\x05 †‹s¯ "
b"\x01 “\x01 q–¥qÇŒ<\t\x05 ‡É·¶ "
b"\x01 “\x01 q–¥qÇŒ<\t\x05 ˆ\e '‚ "
b"\x01 ô\x01 qûÑqÃî<\t\x05 ëàMì "
b"\x01 “\x01 q–Äq榨H×£…œñ "
b"\x01 “\x01 q–Äq榨H×£ût: "
b"\x01 ô\x01 qû─qµª¿HÎñÄ\x02 ü "
b"\x01 “\x01 q–Äq榨H×¥C½• "
b"\x01 “\x01 q–Äq榨Hצ/h\e "
b"\x01 “\x01 q–Äq榨H×±ßÍå "
b"\x01 “\x01 q–áq櫬Ÿ:L>ði "
b"\x01 “\x01 q–áq櫬Ÿ:M5s\v "
b"\x01 “\x01 q–áq櫬Ÿ:O\f rq "
b"\x01 “\x01 q–áq櫬Ÿ:Oü\x1C â "
b"\x01 “\x01 q–áq櫬Ÿ:PéñŠ "
b"\x01 “\x01 q–áq櫬Ÿ:QÑÂv "
b"\x01 “\x01 q–áq櫬Ÿ:RàN¨ "
b"\x01 “\x01 q–áq櫬Ÿ:SØiÒ "
b"\x01 “\x01 q–áq櫬Ÿ:V(|« "
b"\x01 “\x01 q–áq櫬Ÿ:VŒUP "
b"\x01 “\x01 q–áq櫬Ÿ:WB¸\x08 "
b"\x01 “\x01 q–áq櫬Ÿ:W‹ã¶ "
b"\x01 “\x01 q–áq櫬Ÿ:WÅ\x14 ~ "
b"\x01 “\x01 q–áq櫬Ÿ:XOÂP "
b"\x01 ô\x01 qûßqµ½¼ƒ:XÅ«§ "
]
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 (0x01930171960A737CA80C8691ACE6AAD4 , 0x01930171960A737CA80C8691AE3B5B06 , 0x01930171960A737CA80C8691B1535F75 , 0x01930171960A737CA80C8691B2CF6736 , 0x01930171960A737CA80C8691B41DDB8B , 0x01930171960A737CA80C8691B4BC3A7A , 0x01930171960A737CA80C8691B546449B , 0x01930171960A737CA80C8691B5D2FB9D , 0x01930171960A737CA80C8691B82561A0 , 0x01930171960A737CA80C8691BCC36F69 , 0x01930171960A737CA80C8691BD76F3E7 , 0x01930171960A737CA80C8691BDD9A91E , 0x01930171960A737CA80C8691BDFD2E42 , 0x01930171960A737CA80C8691C02D8BF2 , 0x01930171960A737CA80C8691C0CA5164 , 0x01930171960A737CA80C8691C1B77942 , 0x01930171960A737CA80C8691C2F43102 , 0x01930171960A737CA80C8691C49FCEE6 , 0x01930171960A737CA80C8691C5A9F376 , 0x01930171960A737CA80C8691C6C2BF87 , 0x01930171960A737CA80C8691C861EAEB , 0x01930171960A737CA80C8691C86950BA , 0x01930171960A737CA80C8691CA3F0BAE , 0x01930171960A737CA80C8691CD9DCEB7 , 0x01930171960A737CA80C8691CDD1B09F , 0x01930171960A737CA80C8691CE6F6226 , 0x01930171960A737CA80C8691CF23898D , 0x01930171960A737CA80C8691D11694CE , 0x01930171960A737CA80C8691D13A6619 , 0x01930171960A737CA80C8691D2E44573 , 0x01930171960A737CA80C8691D328B016 , 0x01930171960A737CA80C8691D3FC98EA , 0x01930171960A737CA80C8691D521275D , 0x01930171960A737CA80C8691D5F275F9 , 0x01930171960A737CA80C8691D7A6518A , 0x01930171960A737CA80C8691D852067D , 0x01930171960A737CA80C8691D90639CF , 0x01930171960A737CA80C8691D937E270 , 0x01930171960A737CA80C8691DB8755D4 , 0x0193017196647134B9BD4F1A0EAC05CC , 0x0193017196647134B9BD4F1A0F3EDFCB , 0x0193017196647134B9BD4F1A11064DAA , 0x0193017196647134B9BD4F1A13D14CF0 , 0x0193017196647134B9BD4F1A14C14627 , 0x0193017196647134B9BD4F1A1535EDF9 , 0x01930171967A71ED8301547BEE4FD1D1 , 0x01930171967A71ED8301547BEEDD0B10 , 0x01930171967A71ED8301547BF240ED46 , 0x01930171967A71ED8301547BF3F39A25 , 0x01930171967A71ED8301547BF5A2F800 , 0x01930171967A71ED8301547BF6408B16 , 0x01930171968A7222AF4699C683C38466 , 0x01930171968A7222AF4699C683F96757 , 0x01930171968A7222AF4699C684395661 , 0x01930171968A7222AF4699C684F8B25E , 0x01930171968A7222AF4699C6858B4013 , 0x019301719693732DAE4407E31053D7C6 , 0x019301719693732DAE4407E31087CE6E , 0x019301719693732DAE4407E31134E12B , 0x019301719693732DAE4407E316119D8D , 0x019301719693732DAE4407E317F1BBA6 , 0x019301719693732DAE4407E31BF340B0 , 0x019301719693732DAE4407E31C8D66B2 , 0x0193017196A473429D906EC2C477CBAB , 0x0193017196A473429D906EC2C6E929D0 , 0x0193017196A571C78C3C09058481D71B , 0x0193017196A571C78C3C0905849D107A , 0x0193017196A571C78C3C0905856299CB , 0x0193017196A571C78C3C0905868B73AF , 0x0193017196A571C78C3C090587C9B7B6 , 0x0193017196A571C78C3C0905881B2782 , 0x0193017196A571C78C3C090589854D8D , 0x0193017196C471E6A6A848D7A3859CF1 , 0x0193017196C471E6A6A848D7A3FB743A , 0x0193017196C471E6A6A848D7A48E0281 , 0x0193017196C471E6A6A848D7A543BD95 , 0x0193017196C471E6A6A848D7A62F681B , 0x0193017196C471E6A6A848D7B1DFCDE5 , 0x0193017196E171E6ABAC9F3A4C3EF069 , 0x0193017196E171E6ABAC9F3A4D35730B , 0x0193017196E171E6ABAC9F3A4F0C7271 , 0x0193017196E171E6ABAC9F3A4FFC1CE2 , 0x0193017196E171E6ABAC9F3A50E9F18A , 0x0193017196E171E6ABAC9F3A51D1C276 , 0x0193017196E171E6ABAC9F3A52E04EA8 , 0x0193017196E171E6ABAC9F3A53D869D2 , 0x0193017196E171E6ABAC9F3A56287CAB , 0x0193017196E171E6ABAC9F3A568C5550 , 0x0193017196E171E6ABAC9F3A5742B808 , 0x0193017196E171E6ABAC9F3A578BE3B6 , 0x0193017196E171E6ABAC9F3A57C5147E , 0x0193017196E171E6ABAC9F3A584FC250 , 0x0193017196E171E6ABAC9F3A588FAEF5 );
Copy
46
2.06 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 1000
Parameters :
[
true
b"\x01 “\x01 q–zqíƒ\x01 T{îÝ\v\x10 "
b"\x01 “\x01 q–zqíƒ\x01 T{ò@íF "
b"\x01 “\x01 q”èsv°¶«£–ŸØ[ "
b"\x01 “\x01 q”èsv°¶«£²YVÏ "
b"\x01 “\x01 q–zqíƒ\x01 T{îOÑÑ "
b"\x01 “\x01 q–“s-®D\x07 ã\x10 ‡În "
b"""
\x01 “\x01 q–\n
s|¨\f †‘‡8˜u
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¨\x07 n\r
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘®;[\x06
"""
b"\x01 “\x01 q–áq櫬Ÿ:Oü\x1C â "
b"\x01 “\x01 q–Šr"¯F™ÆƒùgW "
b"\x01 “\x01 q–Šr"¯F™Æ…‹@\x13 "
b"\x01 “\x01 q–“s-®D\x07 ã\x11 4á+ "
b"\x01 “\x01 q–Šr"¯F™ÆƒÃ„f "
b"\x01 “\x01 q–dq4¹½O\x1A\x0E ¬\x05 Ì "
b"\x01 “\x01 q–dq4¹½O\x1A\x0F >ßË "
b"\x01 “\x01 q–dq4¹½O\x1A\x14 ÁF' "
b"\x01 “\x01 q–dq4¹½O\x1A\x15 5íù "
b"\x01 “\x01 q–Šr"¯F™Æ„ø²^ "
b"\x01 “\x01 q–“s-®D\x07 ã\x10 Sׯ "
b"\x01 “\x01 q–“s-®D\x07 ã\e ó@° "
b"\x01 “\x01 q–áq櫬Ÿ:PéñŠ "
b"\x01 “\x01 q–áq櫬Ÿ:SØiÒ "
b"\x01 “\x01 q–áq櫬Ÿ:VŒUP "
b"\x01 “\x01 q–áq櫬Ÿ:M5s\v "
b"\x01 “\x01 q–áq櫬Ÿ:WÅ\x14 ~ "
b"\x01 ô\x01 qöÞsv░½úÅÝå╔ "
b"\x01 “\x01 q”èsv°¶«£±a\x13 t "
b"\x01 “\x01 q–dq4¹½O\x1A\x11\x06 Mª "
b"\x01 “\x01 q–dq4¹½O\x1A\x13 ÑLð "
b"\x01 “\x01 q–“s-®D\x07 ã\x17 ñ»¦ "
b"\x01 ô\x01 qûÑqÃî<\t\x05 äüÎ\e "
b"\x01 “\x01 q–¥qÇŒ<\t\x05 †‹s¯ "
b"\x01 “\x01 q–¥qÇŒ<\t\x05 ‡É·¶ "
b"\x01 ô\x01 qûÑqÃî<\t\x05 ëàMì "
b"\x01 “\x01 q–Äq榨H×£…œñ "
b"\x01 “\x01 q–Äq榨H×£ût: "
b"\x01 “\x01 q–Äq榨Hצ/h\e "
b"\x01 “\x01 q–Äq榨H×±ßÍå "
b"\x01 “\x01 q–áq櫬Ÿ:RàN¨ "
b"\x01 “\x01 q–zqíƒ\x01 T{óóš% "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÄÚôÏ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÆ\x17\x13 K "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÐ\x14 öx "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÐg8à "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙYáÉ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$<ñ\x04 ½ "
b"""
\x01 “\x01 q–\n
s|¨\f †‘—\A\x07
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘£ŒHÉ
"""
b"\x01 ô\x01 qûñsBØÉn┬─w╦½ "
b"\x01 ô\x01 qûñsBØÉn┬ãÚ)ð "
b"\x01 ô\x01 qûÑqÃî<\t\x05 äØ\x10 z "
b"\x01 “\x01 q–¥qÇŒ<\t\x05 …b™Ë "
b"\x01 “\x01 q–¥qÇŒ<\t\x05 ˆ\e '‚ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÜ©FÕ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C‰„ý "
b"\x01 “\x01 q”‰q\x15 ¶¹|$D\x01 ¿¹ "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F ƒ6« "
b"\x01 ô\x01 qòìsÄáU>\x0F -ù®Ã "
b"\x01 ô\x01 qòìsÄáU>\x0F =■¨ü "
b"""
\x01 “\x01 q–\n
s|¨\f †‘’S‹%
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘š¹Ô×
"""
b"""
\x01 ô\x01 qû\n
s|¿\f 忨Iç3
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÆÂ¿‡
"""
b"\x01 “\x01 q–Šr"¯F™Æ„9Va "
b"\x01 ô\x01 qûôs-«D\x07 Ò\x16\x11 Øì "
b"\x01 ô\x01 qûôs-«D\x07 Ò\x1C ìf▓ "
b"\x01 “\x01 q–áq櫬Ÿ:L>ði "
b"\x01 “\x01 q–áq櫬Ÿ:O\f rq "
b"\x01 “\x01 q–áq櫬Ÿ:WB¸\x08 "
b"\x01 “\x01 q•ŒqA dv\n ²Ä\x00 t "
b"""
\x01 “\x01 q•ŒqA dv\n
¶‚ã½
"""
b"\x01 ô\x01 qòìsÄáU>\x0F M&,Ä "
b"\x01 ô\x01 qòìsÄáU>\x0F Zø%\x18 "
b"\x01 ô\x01 qû─qµª¿HÎñÄ\x02 ü "
b"\x01 “\x01 q–Äq榨H×¥C½• "
b"\x01 “\x01 q–áq櫬Ÿ:V(|« "
b"\x01 “\x01 q–áq櫬Ÿ:W‹ã¶ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙtM„ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$L]æø "
b"\x01 “\x01 q”‰q\x15 ¶¹|$MAϨ "
b"\x01 “\x01 q–zqíƒ\x01 T{õ¢ø\x00 "
b"\x01 “\x01 q–zqíƒ\x01 T{ö@‹\x16 "
b"\x01 ô\x01 qöÞsv░½úü4Õ┴ "
b"\x01 “\x01 q”èsv°¶«£¬Â'~ "
b"\x01 “\x01 q”èsv°¶«£½ywÜ "
b"\x01 “\x01 q–áq櫬Ÿ:QÑÂv "
b"\x01 “\x01 q–áq櫬Ÿ:XOÂP "
b"\x01 ô\x01 qûßqµ½¼ƒ:XÅ«§ "
b"\x01 “\x01 q”èsv°¶«£¤óák "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛQ”Ø "
b"\x01 ô\x01 qöëq\x15 Â╣|$*É8O "
b"\x01 “\x01 q”‰q\x15 ¶¹|$J’6´ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?Ë\x02 Ò "
b"\x01 “\x01 q”‰q\x15 ¶¹|$+›,f "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B€wé "
b"\x01 “\x01 q”èsv°¶«£À9Z8 "
b"\x01 “\x01 q”èsv°¶«£ÓžÚ9 "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÏ1ïj "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝD\x11 ; "
b"\x01 “\x01 q”èsv°¶«£´q‚‹ "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿà„WØ "
b"\x01 “\x01 q”èsv°¶«£š f\x01 "
b"\x01 ô\x01 qöÞsv░½úáÈü÷ "
b"\x01 “\x01 q”èsv°¶«£¶$†\v "
b"\x01 “\x01 q”èsv°¶«£ÁÙžË "
b"\x01 ô\x01 qòìsÄáU>\x0F "è\x00\x01 "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈ‘û" "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÇ>\x1D "
b"\x01 “\x01 q”èsv°¶«£…Ù§K "
b"""
\x01 “\x01 q•ŒqA dv\n
¬(Aº
"""
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÚlÂ\v "
b"\x01 “\x01 q”èsv°¶«£‡Æ\x07 Ç "
b"""
\x01 “\x01 q•ŒqA dv\n
¸\x15 ¿m
"""
b"\x01 ô\x01 qòìsÄáU>\x0F Y)Í■ "
b"\x01 ô\x01 qòìsÄáU>\x0F '│vH "
b"\x01 ô\x01 qòìsÄáU>\x0F >─Å\x05 "
b"""
\x01 “\x01 q–\n
s|¨\f †‘¦2–*
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÒäEs
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$&|ß\x01 "
b"\x01 “\x01 q”èsv°¶«£Á…Ü\x12 "
b"\x01 “\x01 q”èsv°¶«£ˆ¨aL "
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x1D "Ô
"""
b"\x01 ô\x01 qöÞsv░½úØæ-ë "
b"""
\x01 “\x01 q•ŒqA dv\n
¯ˆg|
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$1½ÎX "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉþ,I "
b"\x01 “\x01 q”èsv°¶«£¼ûfÛ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9_æ) "
b"\x01 “\x01 q”èsv°¶«£Éº\x10 Q "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖ«\x0E Ä "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%¶·Ú "
b"\x01 “\x01 q”èsv°¶«£¥\x18 »Ñ "
b"\x01 “\x01 q”èsv°¶«£§¿¦ú "
b"\x01 “\x01 q”èsv°¶«£¬Ò\x1D  "
b"""
\x01 “\x01 q•ŒqA dv\n
®[æ\x0F
"""
b"\x01 ô\x01 qòìsÄáU>\x0F WNâ· "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÝ¯4€ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Q¼ŸÆ "
b"""
\x01 “\x01 q•ŒqA dv\n
µ¥@i
"""
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ¹Þ "
b"\x01 ô\x01 qöëq\x15 Â╣|$;ìØº "
b"\x01 “\x01 q”èsv°¶«£Àgsæ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$6—æ: "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C´(/ "
b"\x01 “\x01 q”èsv°¶«£Ñxœ‹ "
b"\x01 ô\x01 qòìsÄáU>\x0F 5º\f j "
b"\x01 “\x01 q”èsv°¶«£¶‡…Ž "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞǦt "
b"\x01 “\x01 q”èsv°¶«£»–Œ\x1F "
b"\x01 “\x01 q”èsv°¶«£ËðƒÝ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÛÔ`‹ "
b"\x01 ô\x01 qòìsÄáU>\x0F .±Xc "
b"\x01 “\x01 q”èsv°¶«£¢¸Û† "
b"\x01 “\x01 q”èsv°¶«£ÒÏ^Å "
b"\x01 ô\x01 qòìsÄáU>\x0F +]▀à "
b"\x01 “\x01 q”‰q\x15 ¶¹|$F>\x17 K "
b"\x01 “\x01 q”‰q\x15 ¶¹|$G\x05 ‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7ïvc "
b"\x01 “\x01 q”èsv°¶«£¬\x02 _ã "
b"\x01 ô\x01 qöÞsv░½úò\x07 ÅÑ "
b"\x01 “\x01 q”èsv°¶«£Ì¤ùu "
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ñ:f\x19
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$>,o\x0E "
b"\x01 “\x01 q”èsv°¶«£«+«J "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍÇ|¶ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\f /Û "
b"\x01 “\x01 q”èsv°¶«£ž›\x1C ä "
b"\x01 “\x01 q”èsv°¶«£µ£zë "
b"\x01 ô\x01 qòìsÄáU>\x0F 6ÈhJ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÅS˜ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉºI "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒáçN "
b"\x01 “\x01 q”‰q\x15 ¶¹|$'f\x17 À "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9\x17 ¸˜ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$P8!è "
b"\x01 “\x01 q”èsv°¶«£ŒæUF "
b"\x01 “\x01 q”èsv°¶«£›\\x04 Ð "
b"\x01 “\x01 q”èsv°¶«£¤¤e\x1A "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E 4»^ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÍsš¬ "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿßò]ß "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáB\x1E A "
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 ¶¹|$:‹\x7F È "
b"\x01 “\x01 q”‰q\x15 ¶¹|$:œòy "
b"\x01 ô\x01 qöëq\x15 Â╣|$@Øgß "
b"\x01 “\x01 q”‰q\x15 ¶¹|$GÏ@\x03 "
b"\x01 “\x01 q”èsv°¶«£²{@Á "
b"\x01 “\x01 q”èsv°¶«£²½X½ "
b"\x01 ô\x01 qöÞsv░½ú¢ì╦Ñ "
b"\x01 “\x01 q”èsv°¶«£Ãâe° "
b"\x01 “\x01 q”èsv°¶«£Ð\x18\x18\e "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÆà\x16 ( "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉå9\x0E "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸËv'Ð "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖ,gÁ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞ Ûü "
b"\x01 “\x01 q”‰q\x15 ¶¹|$.\x15 +\x0F "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2\x05\x15 0 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$5ƒ\x1D ð "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@÷Ì "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A°»õ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$EfK‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Il´‡ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$RCCâ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$S A! "
b"\x01 “\x01 q”èsv°¶«£˜~æ\x16 "
b"\x01 “\x01 q”èsv°¶«£µ\x1E ‘j "
b"\x01 “\x01 q”èsv°¶«£Â*d\x1D "
b"\x01 “\x01 q”èsv°¶«£ÌÕÑø "
b"\x01 “\x01 q”èsv°¶«£Ò62} "
b"\x01 ô\x01 qòìsÄáU>\x0F (\f Ee "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÒ‰?Ç "
b"\x01 “\x01 q”‰q\x15 ¶¹|$.žI\e "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1;ÿÙ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$1µ‚b "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3\x06\x13 ± "
b"\x01 ô\x01 qöëq\x15 Â╣|$7xÉ\e "
b"\x01 “\x01 q”‰q\x15 ¶¹|$=VÀŒ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A¸kõ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$G$[A "
b"\x01 “\x01 q”‰q\x15 ¶¹|$INQØ "
b"\x01 ô\x01 qöëq\x15 Â╣|$N\x05 °ü "
b"\x01 “\x01 q”‰q\x15 ¶¹|$N:I; "
b"\x01 ô\x01 qöÞsv░½úÅ5äY "
b"\x01 “\x01 q”èsv°¶«£‘EY¾ "
b"\x01 “\x01 q”èsv°¶«£™t\x19\x0F "
b"\x01 “\x01 q”èsv°¶«£švãd "
b"\x01 “\x01 q”èsv°¶«£žÑ“< "
b"\x01 “\x01 q”èsv°¶«£¡êüZ "
b"\x01 “\x01 q”èsv°¶«£¥g$] "
b"\x01 “\x01 q”èsv°¶«£©‹Çb "
b"\x01 “\x01 q”èsv°¶«£ªŽ#_ "
b"\x01 “\x01 q”èsv°¶«£¸+\x0F R "
b"\x01 “\x01 q”èsv°¶«£¹ž©l "
b"\x01 “\x01 q”èsv°¶«£º‚ä° "
b"\x01 “\x01 q”èsv°¶«£¾uœŒ "
b"\x01 “\x01 q”èsv°¶«£¿lI¿ "
b"\x01 “\x01 q”èsv°¶«£Ïf%l "
b"\x01 “\x01 q”èsv°¶«£Ïf‹• "
b"\x01 “\x01 q”èsv°¶«£Ò?„6 "
b"\x01 ô\x01 qòìsÄáU>\x0F Q┘Õ` "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÅx3ö "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÎIÜŠ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ94] "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÕ\x07 z€ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÖãæÍ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸØ’ña "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸáÐV\x07 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$({ï: "
b"\x01 “\x01 q”‰q\x15 ¶¹|$+9x® "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/òϱ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$<cKG "
b"\x01 “\x01 q”‰q\x15 ¶¹|$B²Ž8 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Dœce "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Hßmï "
b"\x01 “\x01 q”èsv°¶«£ŒY?; "
b"\x01 “\x01 q”èsv°¶«£ŒíÖ "
b"\x01 ô\x01 qöÞsv░½úìØ\x11 ╔ "
b"\x01 “\x01 q”èsv°¶«£‘\x13 BŽ "
b"""
\x01 “\x01 q”èsv°¶«£“\n
cÀ
"""
b"\x01 “\x01 q”èsv°¶«£¦\x03 “£ "
b"\x01 “\x01 q”èsv°¶«£¨½y– "
b"\x01 “\x01 q”èsv°¶«£³)k: "
b"\x01 “\x01 q”èsv°¶«£¶ÏÀn "
b"\x01 “\x01 q”èsv°¶«£¼m\e Ð "
b"\x01 “\x01 q”èsv°¶«£Æ\x01\x02 \ "
b"\x01 “\x01 q”èsv°¶«£Ê—s\x00 "
b"\x01 “\x01 q”èsv°¶«£ÎGc? "
b"\x01 ô\x01 qòìsÄáU>\x0F 3ƒÝ¶ "
b"\x01 ô\x01 qòìsÄáU>\x0F B\x00 ½┬ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÇ³Gˆ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈ)IŠ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÈÚzr "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÓ³ý© "
b"\x01 ô\x01 qöêqæó┘,ƒıÉôÍ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÙÖÏn "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÞ\x16 R} "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸßÄØ] "
b"\x01 “\x01 q”‰q\x15 ¶¹|$)$D\x18 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$/†ë5 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2l÷Û "
b"\x01 “\x01 q”‰q\x15 ¶¹|$4è\f Ó "
b"\x01 ô\x01 qöëq\x15 Â╣|$5?ìÆ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$9¦bo "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?\x14 ¡k "
b"\x01 “\x01 q”‰q\x15 ¶¹|$C‹Äö "
b"\x01 “\x01 q”‰q\x15 ¶¹|$JãѸ "
b"\x01 ô\x01 qöëq\x15 Â╣|$Kûì├ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$PÔºT "
b"\x01 “\x01 q”èsv°¶«£Šß\x06\x0F "
b"\x01 “\x01 q”èsv°¶«£‹«ÌÏ "
b"\x01 ô\x01 qöÞsv░½úø║ü╚ "
b"\x01 “\x01 q”èsv°¶«£žµdÏ "
b"\x01 “\x01 q”èsv°¶«£¢\x7F\x03 — "
b"\x01 “\x01 q”èsv°¶«£¬pò\x1A "
b"\x01 “\x01 q”èsv°¶«£¬Âuš "
b"\x01 “\x01 q”èsv°¶«£¸Ò— "
b"\x01 “\x01 q”èsv°¶«£°\x7F dÿ "
b"\x01 “\x01 q”èsv°¶«£·Dší "
b"\x01 ô\x01 qöÞsv░½ú┬ ÔØ "
b"\x01 “\x01 q”èsv°¶«£ÅJ~µ "
b"\x01 “\x01 q”èsv°¶«£Êm)® "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F ╬où "
b"\x01 ô\x01 qòìsÄáU>\x0F "Fµ] "
b"\x01 ô\x01 qòìsÄáU>\x0F 9~2~ "
b"\x01 ô\x01 qòìsÄáU>\x0F F8ıµ "
b"\x01 ô\x01 qòìsÄáU>\x0F K:Z< "
b"\x01 ô\x01 qòìsÄáU>\x0F U└Ø] "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÉ˜úë "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌH†J "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÌ¸¨× "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÑ±h? "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿß‹¡½ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$%îÙµ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$(^>¾ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$3ÔÞn "
b"\x01 ô\x01 qöëq\x15 Â╣|$4ÉÐ╔ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$A®Q³ "
b"\x01 ô\x01 qöëq\x15 Â╣|$RÅ+\x0F "
b"\x01 “\x01 q”èsv°¶«£ƒZtê "
b"\x01 “\x01 q”èsv°¶«£‹/Ÿ¸ "
b"\x01 “\x01 q”èsv°¶«£“G\e Ê "
b"\x01 “\x01 q”èsv°¶«£”\x0F\x13 L "
b"\x01 “\x01 q”èsv°¶«£–•¦½ "
b"\x01 “\x01 q”èsv°¶«£˜I¸á "
b"\x01 “\x01 q”èsv°¶«£š˜˜\ "
b"\x01 “\x01 q”èsv°¶«£žƒ D "
b"\x01 “\x01 q”èsv°¶«£¡ž\x10 « "
b"\x01 “\x01 q”èsv°¶«£¨+¥# "
b"\x01 “\x01 q”èsv°¶«£«\x0E lØ "
b"\x01 “\x01 q”èsv°¶«£«/Q± "
b"\x01 “\x01 q”èsv°¶«£¹\v šH "
b"\x01 “\x01 q”èsv°¶«£Ä£½Ô "
b"\x01 “\x01 q”èsv°¶«£ÆèHD "
b"\x01 “\x01 q”èsv°¶«£ËQ\x15 þ "
b"\x01 “\x01 q”èsv°¶«£ÎYm> "
b"\x01 “\x01 q”èsv°¶«£Ó¢WŠ "
b"\x01 ô\x01 qòìsÄáU>\x0F\x1F j¸┐ "
b"\x01 ô\x01 qòìsÄáU>\x0F '└│º "
b"\x01 ô\x01 qòìsÄáU>\x0F (W0‗ "
b"\x01 ô\x01 qòìsÄáU>\x0F ,Äü\x00 "
b"\x01 ô\x01 qòìsÄáU>\x0F .P<· "
b"\x01 ô\x01 qòìsÄáU>\x0F 7AW\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F C\x7F pB "
b"\x01 ô\x01 qòìsÄáU>\x0F E>ù\x1D "
b"\x01 ô\x01 qòìsÄáU>\x0F X5ú╦ "
b"\x01 ô\x01 qöêqæó┘,ƒ╩ü\x08\x08 "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿ×Ø¢Ý "
b"""
\x01 “\x01 q”ˆq‘¢Ù,Ÿáô\n
l
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$&4\x17 3 "
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 ¶¹|$0’¥3 "
b"\x01 ô\x01 qöëq\x15 Â╣|$24Ų "
b"\x01 ô\x01 qöëq\x15 Â╣|$85ËÅ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$Bù:E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$I¿Y "
b"\x01 “\x01 q”‰q\x15 ¶¹|$O[¾‹ "
b"\x01 “\x01 q”èsv°¶«£„ÞÜ\x01 "
b"\x01 “\x01 q”èsv°¶«£†ÌO( "
b"\x01 “\x01 q”èsv°¶«£‰3\ê "
b"\x01 “\x01 q”èsv°¶«£Ž8b$ "
b"\x01 “\x01 q”èsv°¶«£œ(tž "
b"\x01 “\x01 q”èsv°¶«£œ½S’ "
b"\x01 “\x01 q”èsv°¶«£ÀÝ[ç "
b"\x01 “\x01 q”èsv°¶«£ÀãÚ\x04 "
b"\x01 “\x01 q”èsv°¶«£Â’®R "
b"\x01 “\x01 q”èsv°¶«£ÇÒ,\x03 "
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x12 6\n
"""
b"""
\x01 “\x01 q•ŒqA dv\n
°\¤5
"""
b"""
\x01 “\x01 q•ŒqA dv\n
º<Ö¬
"""
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E\x15 ^û "
b"\x01 ô\x01 qòìsÄáU>\x0F *cG¿ "
b"\x01 ô\x01 qòìsÄáU>\x0F /a▄\x18 "
b"\x01 ô\x01 qòìsÄáU>\x0F A\x11 üx "
b"\x01 ô\x01 qòìsÄáU>\x0F F\°[ "
b"\x01 ô\x01 qòìsÄáU>\x0F GÕU\x02 "
b"\x01 ô\x01 qòìsÄáU>\x0F I╣ÆÂ "
b"\x01 ô\x01 qòìsÄáU>\x0F LQ÷ø "
b"\x01 ô\x01 qòìsÄáU>\x0F QæöU "
b"\x01 ô\x01 qòìsÄáU>\x0F Vl\x17 î "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÔ_³¿ "
b"\x01 “\x01 q”ˆq‘¢Ù,ŸÔ¤¡Ø "
b"\x01 “\x01 q”ˆq‘¢Ù,Ÿâ¬Q¯ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$-\x19 ß< "
b"\x01 “\x01 q”‰q\x15 ¶¹|$6\x1C _’ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$7\Ìo "
b"\x01 “\x01 q”‰q\x15 ¶¹|$@¿?p "
b"\x01 “\x01 q”‰q\x15 ¶¹|$H\x03 Ök "
b"\x01 “\x01 q”‰q\x15 ¶¹|$HfrE "
b"\x01 ô\x01 qöÞsv░½úüÐÐ█ "
b"\x01 “\x01 q”èsv°¶«£‚¸àˆ "
b"\x01 “\x01 q”èsv°¶«£„PìÐ "
b"\x01 ô\x01 qöÞsv░½úÉ?\x00 è "
b"\x01 “\x01 q”èsv°¶«£—Qc< "
b"\x01 “\x01 q”èsv°¶«£®‘ÓÈ "
b"\x01 “\x01 q”èsv°¶«£¯t6Ù "
b"\x01 “\x01 q”èsv°¶«£¯µoe "
b"\x01 “\x01 q”èsv°¶«£²ŽW· "
b"\x01 “\x01 q”èsv°¶«£»z®© "
b"\x01 “\x01 q”èsv°¶«£Â*/z "
b"\x01 “\x01 q”èsv°¶«£ÉÁën "
b"\x01 “\x01 q”èsv°¶«£ÍHCH "
b"\x01 “\x01 q”èsv°¶«£Î¤¹• "
b"\x01 “\x01 q”èsv°¶«£Ñ\x03 ¦ˆ "
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
¸íÔ\n
"""
b"\x01 ô\x01 qòìsÄáU>\x0F ":|ü "
b"\x01 ô\x01 qòìsÄáU>\x0F #¢<\x1D "
b"\x01 ô\x01 qòìsÄáU>\x0F 0ª.╬ "
b"\x01 ô\x01 qòìsÄáU>\x0F 2\x14 µA "
b"\x01 ô\x01 qòìsÄáU>\x0F 2¥67 "
b"\x01 ô\x01 qòìsÄáU>\x0F 4K{4 "
b"\x01 ô\x01 qòìsÄáU>\x0F 7 Bz "
b"\x01 ô\x01 qòìsÄáU>\x0F <\x02 àk "
b"\x01 ô\x01 qòìsÄáU>\x0F @ö▀╝ "
b"\x01 ô\x01 qòìsÄáU>\x0F Ak┴Z "
b"\x01 ô\x01 qòìsÄáU>\x0F C>\x15 ╩ "
b"\x01 ô\x01 qòìsÄáU>\x0F L\x10 {¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F Or╝² "
b"\x01 ô\x01 qòìsÄáU>\x0F P#\x1C ê "
b"\x01 ô\x01 qòìsÄáU>\x0F TAlƒ "
b"\x01 ô\x01 qòìsÄáU>\x0F Y³SÈ "
b"\x01 “\x01 q”‰q\x15 ¶¹|$BÐ\y "
b"\x01 “\x01 q”‰q\x15 ¶¹|$N™O "
b"\x01 ô\x01 qöÞsv░½úìrÔ\x01 "
b"\x01 “\x01 q”èsv°¶«£•¼[F "
b"\x01 “\x01 q”èsv°¶«£ 7)M "
b"\x01 “\x01 q”èsv°¶«££>GB "
b"\x01 “\x01 q”èsv°¶«£¦ÛÜb "
b"\x01 “\x01 q”èsv°¶«£®I'¨ "
b"\x01 “\x01 q”èsv°¶«£°F\x1D – "
b"\x01 “\x01 q”èsv°¶«£µºG\x00 "
b"\x01 “\x01 q”èsv°¶«£º˜mš "
b"\x01 “\x01 q”èsv°¶«£º¹=¬ "
b"""
\x01 “\x01 q•ŒqA dv\n
³•µv
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¸\x18 >j
"""
b"""
\x01 “\x01 q•ŒqA dv\n
»,jï
"""
b"\x01 ô\x01 qòìsÄáU>\x0F\x1E Åð\r "
b"\x01 ô\x01 qòìsÄáU>\x0F Ç\x17 ¬ "
b"\x01 ô\x01 qòìsÄáU>\x0F %╠\x19 9 "
b"\x01 ô\x01 qòìsÄáU>\x0F (³Zy "
b"\x01 ô\x01 qòìsÄáU>\x0F *\x18 cè "
b"\x01 ô\x01 qòìsÄáU>\x0F ,ÌU[ "
b"\x01 ô\x01 qòìsÄáU>\x0F 1\x7F ðË "
b"\x01 ô\x01 qòìsÄáU>\x0F 4└┐¨ "
b"\x01 ô\x01 qòìsÄáU>\x0F 8PA┐ "
b"\x01 ô\x01 qòìsÄáU>\x0F 98hé "
b"\x01 ô\x01 qòìsÄáU>\x0F 9þ±┬ "
b"\x01 ô\x01 qòìsÄáU>\x0F :Á┐g "
b"\x01 ô\x01 qòìsÄáU>\x0F =§}, "
b"\x01 ô\x01 qòìsÄáU>\x0F @y{ö "
b"\x01 ô\x01 qòìsÄáU>\x0F B\i< "
b"\x01 ô\x01 qòìsÄáU>\x0F Jç7n "
b"\x01 ô\x01 qòìsÄáU>\x0F SFMó "
b"\x01 ô\x01 qòìsÄáU>\x0F T¸Ú "
b"\x01 ô\x01 qòìsÄáU>\x0F X@×U "
b"\x01 ô\x01 qòìsÄáU>\x0F Zðû\x13 "
b"\x01 “\x01 q”‰q\x15 ¶¹|$2Ož\x1E "
b"\x01 “\x01 q”‰q\x15 ¶¹|$4`β "
b"\x01 “\x01 q”‰q\x15 ¶¹|$?ŽO” "
b"\x01 “\x01 q”èsv°¶«£‹\x07 ‚ø "
b"\x01 “\x01 q”èsv°¶«£’\x1F ˜\x1D "
b"\x01 “\x01 q”èsv°¶«£Ÿ\x7F M» "
b"\x01 “\x01 q”èsv°¶«££ Ç\v "
b"\x01 “\x01 q”èsv°¶«£¤\x1E\x11 ë "
b"\x01 “\x01 q”èsv°¶«£ª'^s "
b"\x01 ô\x01 qöÞsv░½ú│Éài "
b"\x01 “\x01 q”èsv°¶«£ÈÑ"š "
b"\x01 “\x01 q”èsv°¶«£Í<¸9 "
b"""
\x01 “\x01 q•ŒqA dv\n
ª\x0E óò
"""
b"""
\x01 “\x01 q•ŒqA dv\n
«³c
"""
b"""
\x01 “\x01 q•ŒqA dv\n
®]‰‹
"""
b"""
\x01 “\x01 q•ŒqA dv\n
±$\x07 Ê
"""
b"""
\x01 “\x01 q•ŒqA dv\n
±ÎñJ
"""
b"""
\x01 “\x01 q•ŒqA dv\n
³"Ö”
"""
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òìsÄáU>\x0F\x1E ]┌╠ "
b"\x01 ô\x01 qòìsÄáU>\x0F $J¸t "
b"\x01 ô\x01 qòìsÄáU>\x0F %\x06 ªM "
b"\x01 ô\x01 qòìsÄáU>\x0F +784 "
b"\x01 ô\x01 qòìsÄáU>\x0F 7\x1C éû "
b"\x01 ô\x01 qòìsÄáU>\x0F 8.[ú "
b"\x01 ô\x01 qòìsÄáU>\x0F ;▒0` "
b"\x01 ô\x01 qòìsÄáU>\x0F ;ÊÀ¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F <ðçI "
b"\x01 ô\x01 qòìsÄáU>\x0F @Åq\ "
b"\x01 ô\x01 qòìsÄáU>\x0F @‗=5 "
b"\x01 ô\x01 qòìsÄáU>\x0F C▀[ò "
b"\x01 ô\x01 qòìsÄáU>\x0F F¹J╔ "
b"\x01 ô\x01 qòìsÄáU>\x0F H{:À "
b"\x01 ô\x01 qòìsÄáU>\x0F I\x05 A\v "
b"\x01 ô\x01 qòìsÄáU>\x0F J┤Qð "
b"\x01 ô\x01 qòìsÄáU>\x0F N╗áä "
b"\x01 ô\x01 qòìsÄáU>\x0F Oä\r ┼ "
b"\x01 ô\x01 qòìsÄáU>\x0F ZÕ(é "
b"""
\x01 “\x01 q–\n
s|¨\f †‘“~²J
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘”\t Z»
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘›"îd
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Âô1\x02
"""
b"\x01 “\x01 q”‰q\x15 ¶¹|$SÙ\x01 j "
b"\x01 “\x01 q”èsv°¶«£‡6úB "
b"\x01 “\x01 q”èsv°¶«£‰ð06 "
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•ŒqA dv\n
»ºÏÜ
"""
b"\x01 ô\x01 qòìsÄáU>\x0F !?═Á "
b"\x01 ô\x01 qòìsÄáU>\x0F "5ì¡ "
b"\x01 ô\x01 qòìsÄáU>\x0F #\x1F åª "
b"\x01 ô\x01 qòìsÄáU>\x0F &¡ýÆ "
b"\x01 ô\x01 qòìsÄáU>\x0F )øB( "
b"\x01 ô\x01 qòìsÄáU>\x0F )ãT\x07 "
b"\x01 ô\x01 qòìsÄáU>\x0F 4G╦l "
b"\x01 ô\x01 qòìsÄáU>\x0F 88┘Ù "
b"\x01 ô\x01 qòìsÄáU>\x0F ?ç\x11\x0F "
b"\x01 ô\x01 qòìsÄáU>\x0F K\f ó: "
b"\x01 ô\x01 qòìsÄáU>\x0F Q\x18 ;w "
b"\x01 ô\x01 qòìsÄáU>\x0F T1\x02 { "
b"""
\x01 “\x01 q–\n
s|¨\f †‘“\x1E ã\x06
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘–£Úï
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘š²…Ú
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘§hŠí
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘½Ù©\x1E
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ù7âp
"""
b"""
\x01 “\x01 q•ŒqA dv\n
¬¸W\x1E
"""
b"\x01 ô\x01 qòìsÄáU>\x0F '`ñ¯ "
b"\x01 ô\x01 qòìsÄáU>\x0F 0W¹L "
b"\x01 ô\x01 qòìsÄáU>\x0F 4\x1F õK "
b"\x01 ô\x01 qòìsÄáU>\x0F 6>iC "
b"\x01 ô\x01 qòìsÄáU>\x0F < \e ÷ "
b"\x01 ô\x01 qòìsÄáU>\x0F D]■á "
b"\x01 ô\x01 qòìsÄáU>\x0F F\x7F MC "
b"\x01 ô\x01 qòìsÄáU>\x0F Nl0» "
b"\x01 ô\x01 qòìsÄáU>\x0F RIº╩ "
b"\x01 ô\x01 qòìsÄáU>\x0F UÌË┐ "
b"""
\x01 “\x01 q–\n
s|¨\f †‘ˆú»–
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘‰jϵ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘‹³†Ä
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘‹ËI¯
"""
b"""
\x01 ô\x01 qû\n
s|¿\f åæìùÆ└
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘”ÚÅ“
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘•\e Ñu
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘•ËÌU
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘–ú‹°
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘™)z\x1E
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘™¨t\x01
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¢;LŽ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¤d6E
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ª¦nï
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘«þ²Í
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¬æªÔ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘±S_u
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘²Ïg6
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘´\x1D Û‹
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘´¼:z
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘µFD›
"""
b"""
\x01 ô\x01 qû\n
s|¿\f åæÁʹØ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¸%a
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘¼Ãoi
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘½vóç
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘½ý.B
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘À-‹ò
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÀÊQd
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Á·yB
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÄŸÎæ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Å©óv
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Èaêë
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÈiPº
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ê?\v ®
"""
b"""
\x01 ô\x01 qû\n
s|¿\f åæ═Ø╬À
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ÍѰŸ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Îob&
"""
b"""
\x01 ô\x01 qû\n
s|¿\f 忤#ëì
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ñ\x16 ”Î
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ó(°\x16
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Óü˜ê
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Õ!']
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Õòuù
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘צQŠ
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘ØR\x06 }
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Ù\x06 9Ï
"""
b"""
\x01 “\x01 q–\n
s|¨\f †‘Û‡UÔ
"""
]
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
1000
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 (0x01930171967A71ED8301547BEEDD0B10 , 0x01930171967A71ED8301547BF240ED46 , 0x0193017194E87376B0B6ABA3969FD85B , 0x0193017194E87376B0B6ABA3B25956CF , 0x01930171967A71ED8301547BEE4FD1D1 , 0x019301719693732DAE4407E31087CE6E , 0x01930171960A737CA80C869187389875 , 0x01930171960A737CA80C8691A8076E0D , 0x01930171960A737CA80C8691AE3B5B06 , 0x0193017196E171E6ABAC9F3A4FFC1CE2 , 0x01930171968A7222AF4699C683F96757 , 0x01930171968A7222AF4699C6858B4013 , 0x019301719693732DAE4407E31134E12B , 0x01930171968A7222AF4699C683C38466 , 0x0193017196647134B9BD4F1A0EAC05CC , 0x0193017196647134B9BD4F1A0F3EDFCB , 0x0193017196647134B9BD4F1A14C14627 , 0x0193017196647134B9BD4F1A1535EDF9 , 0x01930171968A7222AF4699C684F8B25E , 0x019301719693732DAE4407E31053D7C6 , 0x019301719693732DAE4407E31BF340B0 , 0x0193017196E171E6ABAC9F3A50E9F18A , 0x0193017196E171E6ABAC9F3A53D869D2 , 0x0193017196E171E6ABAC9F3A568C5550 , 0x0193017196E171E6ABAC9F3A4D35730B , 0x0193017196E171E6ABAC9F3A57C5147E , 0x0193017194E87376B0B6ABA38FED86C9 , 0x0193017194E87376B0B6ABA3B1611374 , 0x0193017196647134B9BD4F1A11064DAA , 0x0193017196647134B9BD4F1A13D14CF0 , 0x019301719693732DAE4407E317F1BBA6 , 0x0193017196A571C78C3C09058481D71B , 0x0193017196A571C78C3C0905868B73AF , 0x0193017196A571C78C3C090587C9B7B6 , 0x0193017196A571C78C3C090589854D8D , 0x0193017196C471E6A6A848D7A3859CF1 , 0x0193017196C471E6A6A848D7A3FB743A , 0x0193017196C471E6A6A848D7A62F681B , 0x0193017196C471E6A6A848D7B1DFCDE5 , 0x0193017196E171E6ABAC9F3A52E04EA8 , 0x01930171967A71ED8301547BF3F39A25 , 0x0193017194887191A2D92C9FC4DAF4CF , 0x0193017194887191A2D92C9FC617134B , 0x0193017194887191A2D92C9FD014F678 , 0x0193017194887191A2D92C9FD06738E0 , 0x0193017194887191A2D92C9FD959E1C9 , 0x0193017194897115B6B97C243CF104BD , 0x01930171960A737CA80C8691975C4107 , 0x01930171960A737CA80C8691A38C48C9 , 0x0193017196A473429D906EC2C477CBAB , 0x0193017196A473429D906EC2C6E929D0 , 0x0193017196A571C78C3C0905849D107A , 0x0193017196A571C78C3C0905856299CB , 0x0193017196A571C78C3C0905881B2782 , 0x0193017194887191A2D92C9FDCA946D5 , 0x0193017194897115B6B97C24438984FD , 0x0193017194897115B6B97C244401BFB9 , 0x01930171958D738EA0553E0F1F9F36AE , 0x01930171958D738EA0553E0F2D97A9C7 , 0x01930171958D738EA0553E0F3DFEF981 , 0x01930171960A737CA80C869192538B25 , 0x01930171960A737CA80C86919AB9D4D7 , 0x01930171960A737CA80C86919D498733 , 0x01930171960A737CA80C8691C6C2BF87 , 0x01930171968A7222AF4699C684395661 , 0x019301719693732DAE4407E316119D8D , 0x019301719693732DAE4407E31C8D66B2 , 0x0193017196E171E6ABAC9F3A4C3EF069 , 0x0193017196E171E6ABAC9F3A4F0C7271 , 0x0193017196E171E6ABAC9F3A5742B808 , 0x01930171958C7141A064760AB2C40074 , 0x01930171958C7141A064760AB682E3BD , 0x01930171958D738EA0553E0F4D262C8E , 0x01930171958D738EA0553E0F5A9B2518 , 0x0193017196C471E6A6A848D7A48E0281 , 0x0193017196C471E6A6A848D7A543BD95 , 0x0193017196E171E6ABAC9F3A56287CAB , 0x0193017196E171E6ABAC9F3A578BE3B6 , 0x0193017194887191A2D92C9FD9744D84 , 0x0193017194897115B6B97C244C5DE6F8 , 0x0193017194897115B6B97C244D41CFA8 , 0x01930171967A71ED8301547BF5A2F800 , 0x01930171967A71ED8301547BF6408B16 , 0x0193017194E87376B0B6ABA38134E5C1 , 0x0193017194E87376B0B6ABA3ACC2277E , 0x0193017194E87376B0B6ABA3BD7977DC , 0x0193017196E171E6ABAC9F3A51D1C276 , 0x0193017196E171E6ABAC9F3A584FC250 , 0x0193017196E171E6ABAC9F3A588FAEF5 , 0x0193017194E87376B0B6ABA3A4F3E16B , 0x0193017194887191A2D92C9FDB5194D8 , 0x0193017194897115B6B97C242A90384F , 0x0193017194897115B6B97C244A9236B4 , 0x0193017194897115B6B97C243FCB02D2 , 0x0193017194897115B6B97C242B9B2C66 , 0x0193017194897115B6B97C24428077E9 , 0x0193017194E87376B0B6ABA3C0395A38 , 0x0193017194E87376B0B6ABA3D39EDA39 , 0x0193017194887191A2D92C9FCF31EF6A , 0x0193017194887191A2D92C9FDD44113B , 0x0193017194E87376B0B6ABA3B471828B , 0x0193017194887191A2D92C9FE08457D8 , 0x0193017194E87376B0B6ABA39A206601 , 0x0193017194E87376B0B6ABA3A0D481F6 , 0x0193017194E87376B0B6ABA3B624860B , 0x0193017194E87376B0B6ABA3C1D99ECB , 0x01930171958D738EA0553E0F228A0001 , 0x0193017194887191A2D92C9FC891FB22 , 0x0193017194897115B6B97C2450C73E1D , 0x0193017194E87376B0B6ABA385D9A74B , 0x01930171958C7141A064760AAC2841BA , 0x0193017194887191A2D92C9FDA6CC20B , 0x0193017194E87376B0B6ABA387C607C7 , 0x01930171958C7141A064760AB815BF6D , 0x01930171958D738EA0553E0F5929D6FE , 0x01930171958D738EA0553E0F27B37648 , 0x01930171958D738EA0553E0F3EC48F05 , 0x01930171960A737CA80C8691A632962A , 0x01930171960A737CA80C8691D2E44573 , 0x0193017194897115B6B97C24267CDF01 , 0x0193017194E87376B0B6ABA3C185DC12 , 0x0193017194E87376B0B6ABA388A8614C , 0x01930171958C7141A064760AAA1D22D4 , 0x0193017194E87376B0B6ABA39D912D89 , 0x01930171958C7141A064760AAF88677C , 0x0193017194897115B6B97C2431BDCE58 , 0x0193017194887191A2D92C9FC9FE2C49 , 0x0193017194E87376B0B6ABA3BCFB66DB , 0x0193017194897115B6B97C24395FE629 , 0x0193017194E87376B0B6ABA3C9BA1051 , 0x0193017194887191A2D92C9FD6AB0EC4 , 0x0193017194897115B6B97C2425B6B7DA , 0x0193017194E87376B0B6ABA3A518BBD1 , 0x0193017194E87376B0B6ABA3A7BFA6FA , 0x0193017194E87376B0B6ABA3ACD21DC2 , 0x01930171958C7141A064760AAE5BE60F , 0x01930171958D738EA0553E0F574E83FA , 0x0193017194887191A2D92C9FDDAF3480 , 0x0193017194897115B6B97C2451BC9FC6 , 0x01930171958C7141A064760AB5A54069 , 0x0193017194887191A2D92C9FD1ADB9DE , 0x0193017194897115B6B97C243B8D9DA7 , 0x0193017194E87376B0B6ABA3C06773E6 , 0x0193017194897115B6B97C243697E63A , 0x0193017194897115B6B97C2443B4282F , 0x0193017194E87376B0B6ABA3D1789C8B , 0x01930171958D738EA0553E0F35A70C6A , 0x0193017194E87376B0B6ABA3B687858E , 0x0193017194887191A2D92C9FDEC7A674 , 0x0193017194E87376B0B6ABA3BB968C1F , 0x0193017194E87376B0B6ABA3CBF083DD , 0x0193017194887191A2D92C9FDBD4608B , 0x01930171958D738EA0553E0F2EF15863 , 0x0193017194E87376B0B6ABA3A2B8DB86 , 0x0193017194E87376B0B6ABA3D2CF5EC5 , 0x01930171958D738EA0553E0F2B5DDFC7 , 0x0193017194897115B6B97C24463E174B , 0x0193017194897115B6B97C2447AD0587 , 0x0193017194897115B6B97C2437EF7663 , 0x0193017194E87376B0B6ABA3AC025FE3 , 0x0193017194E87376B0B6ABA395078FA5 , 0x0193017194E87376B0B6ABA3CCA4F975 , 0x01930171960A737CA80C8691D13A6619 , 0x0193017194897115B6B97C243E2C6F0E , 0x0193017194E87376B0B6ABA3AB2BAB4A , 0x0193017194887191A2D92C9FCDC77CB6 , 0x0193017194897115B6B97C24330C2FDB , 0x0193017194E87376B0B6ABA39E9B1CE4 , 0x0193017194E87376B0B6ABA3B5A37AEB , 0x01930171958D738EA0553E0F36D4684A , 0x0193017194887191A2D92C9FC55398AD , 0x0193017194887191A2D92C9FC9BA4920 , 0x0193017194887191A2D92C9FD2E1E74E , 0x0193017194897115B6B97C24276617C0 , 0x0193017194897115B6B97C243917B898 , 0x0193017194897115B6B97C24503821E8 , 0x0193017194E87376B0B6ABA38CE65546 , 0x0193017194E87376B0B6ABA39B5C04D0 , 0x0193017194E87376B0B6ABA3A4A4651A , 0x01930171958D738EA0553E0F1E34AF5E , 0x0193017194887191A2D92C9FCD739AAC , 0x0193017194887191A2D92C9FDFF25DDF , 0x0193017194887191A2D92C9FE1421E41 , 0x0193017194887191A2D92C9FE3174C19 , 0x0193017194897115B6B97C24259ACBFD , 0x0193017194897115B6B97C242C2F2C99 , 0x0193017194897115B6B97C243A8B7FC8 , 0x0193017194897115B6B97C243A9CF279 , 0x0193017194897115B6B97C24409D67E1 , 0x0193017194897115B6B97C2447CF4003 , 0x0193017194E87376B0B6ABA3B27B40C1 , 0x0193017194E87376B0B6ABA3B2BD58BD , 0x0193017194E87376B0B6ABA3BD8DCBA5 , 0x0193017194E87376B0B6ABA3C3E265B0 , 0x0193017194E87376B0B6ABA3D018181B , 0x0193017194887191A2D92C9FC6E01628 , 0x0193017194887191A2D92C9FC9E5390E , 0x0193017194887191A2D92C9FCB7627D0 , 0x0193017194887191A2D92C9FD62C67C1 , 0x0193017194887191A2D92C9FDEA0DBFC , 0x0193017194897115B6B97C242E152B0F , 0x0193017194897115B6B97C2432051530 , 0x0193017194897115B6B97C2435831DF0 , 0x0193017194897115B6B97C2440F7CC20 , 0x0193017194897115B6B97C2441B0BBF5 , 0x0193017194897115B6B97C2445664B87 , 0x0193017194897115B6B97C24496CB487 , 0x0193017194897115B6B97C24524343E2 , 0x0193017194897115B6B97C2453204121 , 0x0193017194E87376B0B6ABA3987EE616 , 0x0193017194E87376B0B6ABA3B51E916A , 0x0193017194E87376B0B6ABA3C22A641D , 0x0193017194E87376B0B6ABA3CCD5D1F8 , 0x0193017194E87376B0B6ABA3D236327D , 0x01930171958D738EA0553E0F280C4565 , 0x0193017194887191A2D92C9FD2893FC7 , 0x0193017194897115B6B97C242E9E491B , 0x0193017194897115B6B97C24313BFFD9 , 0x0193017194897115B6B97C2431B58262 , 0x0193017194897115B6B97C24330613B1 , 0x0193017194897115B6B97C243778901B , 0x0193017194897115B6B97C243D56C08C , 0x0193017194897115B6B97C2441B86BF5 , 0x0193017194897115B6B97C2447245B41 , 0x0193017194897115B6B97C24494E51D8 , 0x0193017194897115B6B97C244E05F881 , 0x0193017194897115B6B97C244E3A493B , 0x0193017194E87376B0B6ABA38F358459 , 0x0193017194E87376B0B6ABA3914559BE , 0x0193017194E87376B0B6ABA39974190F , 0x0193017194E87376B0B6ABA39A76E364 , 0x0193017194E87376B0B6ABA39ED1933C , 0x0193017194E87376B0B6ABA3A1EAFC5A , 0x0193017194E87376B0B6ABA3A567245D , 0x0193017194E87376B0B6ABA3A98BC762 , 0x0193017194E87376B0B6ABA3AA8E235F , 0x0193017194E87376B0B6ABA3B82B0F52 , 0x0193017194E87376B0B6ABA3B99EA96C , 0x0193017194E87376B0B6ABA3BA82E4B0 , 0x0193017194E87376B0B6ABA3BE759C8C , 0x0193017194E87376B0B6ABA3BF6C49BF , 0x0193017194E87376B0B6ABA3CF66256C , 0x0193017194E87376B0B6ABA3CF668B95 , 0x0193017194E87376B0B6ABA3D23F8436 , 0x01930171958D738EA0553E0F51D9E560 , 0x0193017194887191A2D92C9FC57833F6 , 0x0193017194887191A2D92C9FCE49DC8A , 0x0193017194887191A2D92C9FD139345D , 0x0193017194887191A2D92C9FD5077A80 , 0x0193017194887191A2D92C9FD6E3E6CD , 0x0193017194887191A2D92C9FD892F161 , 0x0193017194887191A2D92C9FE1D05607 , 0x0193017194897115B6B97C24287BEF3A , 0x0193017194897115B6B97C242B3978AE , 0x0193017194897115B6B97C242FF2CFB1 , 0x0193017194897115B6B97C243C634B47 , 0x0193017194897115B6B97C2442B28E38 , 0x0193017194897115B6B97C24449C6365 , 0x0193017194897115B6B97C2448DF6DEF , 0x0193017194E87376B0B6ABA38C593F3B , 0x0193017194E87376B0B6ABA38CEDADD6 , 0x0193017194E87376B0B6ABA38D9D11C9 , 0x0193017194E87376B0B6ABA39113428E , 0x0193017194E87376B0B6ABA3930A63C0 , 0x0193017194E87376B0B6ABA3A60393A3 , 0x0193017194E87376B0B6ABA3A8BD7996 , 0x0193017194E87376B0B6ABA3B3296B3A , 0x0193017194E87376B0B6ABA3B6CFC06E , 0x0193017194E87376B0B6ABA3BC6D1BD0 , 0x0193017194E87376B0B6ABA3C601025C , 0x0193017194E87376B0B6ABA3CA977300 , 0x0193017194E87376B0B6ABA3CE47633F , 0x01930171958D738EA0553E0F339FEDF4 , 0x01930171958D738EA0553E0F4200ABC2 , 0x0193017194887191A2D92C9FC7B34788 , 0x0193017194887191A2D92C9FC829498A , 0x0193017194887191A2D92C9FC8DA7A72 , 0x0193017194887191A2D92C9FD3B3FDA9 , 0x0193017194887191A2D92C9FD59093D6 , 0x0193017194887191A2D92C9FD9D6CF6E , 0x0193017194887191A2D92C9FDE16527D , 0x0193017194887191A2D92C9FDFC4D85D , 0x0193017194897115B6B97C2429244418 , 0x0193017194897115B6B97C242F86EB35 , 0x0193017194897115B6B97C24326CF7DB , 0x0193017194897115B6B97C2434E80CD3 , 0x0193017194897115B6B97C24353F8D92 , 0x0193017194897115B6B97C2439A6626F , 0x0193017194897115B6B97C243F14A16B , 0x0193017194897115B6B97C24438BC4F6 , 0x0193017194897115B6B97C244AE3D1B8 , 0x0193017194897115B6B97C244B968DC3 , 0x0193017194897115B6B97C2450D4BA54 , 0x0193017194E87376B0B6ABA38ADF060F , 0x0193017194E87376B0B6ABA38BABCCCF , 0x0193017194E87376B0B6ABA39BBA81C8 , 0x0193017194E87376B0B6ABA39EB564CF , 0x0193017194E87376B0B6ABA3A27F0397 , 0x0193017194E87376B0B6ABA3AC70F21A , 0x0193017194E87376B0B6ABA3ACC2759A , 0x0193017194E87376B0B6ABA3ADB8D297 , 0x0193017194E87376B0B6ABA3B07F64FF , 0x0193017194E87376B0B6ABA3B7449AED , 0x0193017194E87376B0B6ABA3C2FFE29D , 0x0193017194E87376B0B6ABA3C54A7EB5 , 0x0193017194E87376B0B6ABA3CA6D29AE , 0x01930171958D738EA0553E0F1FCE6F97 , 0x01930171958D738EA0553E0F2246E65D , 0x01930171958D738EA0553E0F397E327E , 0x01930171958D738EA0553E0F4638D5E6 , 0x01930171958D738EA0553E0F4B3A5A3C , 0x01930171958D738EA0553E0F55C09D5D , 0x0193017194887191A2D92C9FC998FAEB , 0x0193017194887191A2D92C9FCC48864A , 0x0193017194887191A2D92C9FCCB8A8D7 , 0x0193017194887191A2D92C9FD1B1683F , 0x0193017194887191A2D92C9FDF8BA1BD , 0x0193017194897115B6B97C2425EED9B5 , 0x0193017194897115B6B97C24285E3EBE , 0x0193017194897115B6B97C2433D4DE6E , 0x0193017194897115B6B97C243490D1C9 , 0x0193017194897115B6B97C2441AE51B3 , 0x0193017194897115B6B97C24528F2B0F , 0x0193017194E87376B0B6ABA3835A74EA , 0x0193017194E87376B0B6ABA38B2F9FB8 , 0x0193017194E87376B0B6ABA393471BCA , 0x0193017194E87376B0B6ABA3940F134C , 0x0193017194E87376B0B6ABA39695A6BD , 0x0193017194E87376B0B6ABA39849B8E1 , 0x0193017194E87376B0B6ABA39A98985C , 0x0193017194E87376B0B6ABA39E832044 , 0x0193017194E87376B0B6ABA3A19E10AB , 0x0193017194E87376B0B6ABA3A82BA523 , 0x0193017194E87376B0B6ABA3AB0E6CD8 , 0x0193017194E87376B0B6ABA3AB2F51B1 , 0x0193017194E87376B0B6ABA3B90B9A48 , 0x0193017194E87376B0B6ABA3C4A3BDD4 , 0x0193017194E87376B0B6ABA3C6E84844 , 0x0193017194E87376B0B6ABA3CB5115FE , 0x0193017194E87376B0B6ABA3CE596D3E , 0x0193017194E87376B0B6ABA3D3A2578A , 0x01930171958D738EA0553E0F1F6AF7BF , 0x01930171958D738EA0553E0F27C0B3A7 , 0x01930171958D738EA0553E0F285730F2 , 0x01930171958D738EA0553E0F2C8E8100 , 0x01930171958D738EA0553E0F2E503CFA , 0x01930171958D738EA0553E0F37415718 , 0x01930171958D738EA0553E0F437F7042 , 0x01930171958D738EA0553E0F453E971D , 0x01930171958D738EA0553E0F5835A3CB , 0x0193017194887191A2D92C9FCA810808 , 0x0193017194887191A2D92C9FD7D8A2DD , 0x0193017194887191A2D92C9FE1F40A6C , 0x0193017194897115B6B97C2426341733 , 0x0193017194897115B6B97C2426CDABF0 , 0x0193017194897115B6B97C2428714B05 , 0x0193017194897115B6B97C2429B5BD5D , 0x0193017194897115B6B97C243092A533 , 0x0193017194897115B6B97C2432348FFD , 0x0193017194897115B6B97C243835D38F , 0x0193017194897115B6B97C2442F93A45 , 0x0193017194897115B6B97C2449BFAD59 , 0x0193017194897115B6B97C244F5BBE8B , 0x0193017194E87376B0B6ABA384DEDC01 , 0x0193017194E87376B0B6ABA386CC4F28 , 0x0193017194E87376B0B6ABA389335CEA , 0x0193017194E87376B0B6ABA38E386224 , 0x0193017194E87376B0B6ABA39C28749E , 0x0193017194E87376B0B6ABA39CBD5392 , 0x0193017194E87376B0B6ABA3C0DD5BE7 , 0x0193017194E87376B0B6ABA3C0E3DA04 , 0x0193017194E87376B0B6ABA3C292AE52 , 0x0193017194E87376B0B6ABA3C7D22C03 , 0x01930171958C7141A064760AAA12360A , 0x01930171958C7141A064760AB05CA435 , 0x01930171958C7141A064760ABA3CD6AC , 0x01930171958D738EA0553E0F1E155E96 , 0x01930171958D738EA0553E0F2A6347A8 , 0x01930171958D738EA0553E0F2F61DC18 , 0x01930171958D738EA0553E0F41118178 , 0x01930171958D738EA0553E0F465CF85B , 0x01930171958D738EA0553E0F47E55502 , 0x01930171958D738EA0553E0F49B992B6 , 0x01930171958D738EA0553E0F4C51F69B , 0x01930171958D738EA0553E0F51919455 , 0x01930171958D738EA0553E0F566C178C , 0x0193017194887191A2D92C9FD45FB3BF , 0x0193017194887191A2D92C9FD4A4A1D8 , 0x0193017194887191A2D92C9FE2AC51AF , 0x0193017194897115B6B97C242D19DF3C , 0x0193017194897115B6B97C24361C5F92 , 0x0193017194897115B6B97C24375CCC6F , 0x0193017194897115B6B97C2440BF3F70 , 0x0193017194897115B6B97C244803D66B , 0x0193017194897115B6B97C2448667245 , 0x0193017194E87376B0B6ABA381D1D1DB , 0x0193017194E87376B0B6ABA382B8E088 , 0x0193017194E87376B0B6ABA38450ECD0 , 0x0193017194E87376B0B6ABA3903F008A , 0x0193017194E87376B0B6ABA39751633C , 0x0193017194E87376B0B6ABA3AE91D3C8 , 0x0193017194E87376B0B6ABA3AF7436D9 , 0x0193017194E87376B0B6ABA3AFB56F65 , 0x0193017194E87376B0B6ABA3B28E57B7 , 0x0193017194E87376B0B6ABA3BB7AAEA9 , 0x0193017194E87376B0B6ABA3C22A2F7A , 0x0193017194E87376B0B6ABA3C9C1EB6E , 0x0193017194E87376B0B6ABA3CD484348 , 0x0193017194E87376B0B6ABA3CEA4B995 , 0x0193017194E87376B0B6ABA3D103A688 , 0x01930171958C7141A064760AAD8E2981 , 0x01930171958C7141A064760AAEDD25C2 , 0x01930171958C7141A064760AB7225EE0 , 0x01930171958C7141A064760AB8EDD40A , 0x01930171958D738EA0553E0F223A7C81 , 0x01930171958D738EA0553E0F23BD3C1D , 0x01930171958D738EA0553E0F30A62ECE , 0x01930171958D738EA0553E0F3214E641 , 0x01930171958D738EA0553E0F32BE3637 , 0x01930171958D738EA0553E0F344B7B34 , 0x01930171958D738EA0553E0F37FF427A , 0x01930171958D738EA0553E0F3C02856B , 0x01930171958D738EA0553E0F4094DFBC , 0x01930171958D738EA0553E0F416BC15A , 0x01930171958D738EA0553E0F433E15CA , 0x01930171958D738EA0553E0F4C107BEE , 0x01930171958D738EA0553E0F4F72BCFD , 0x01930171958D738EA0553E0F50231C88 , 0x01930171958D738EA0553E0F54416C9F , 0x01930171958D738EA0553E0F59FC53D4 , 0x0193017194897115B6B97C2442D05C79 , 0x0193017194897115B6B97C244EC2994F , 0x0193017194E87376B0B6ABA38D72E201 , 0x0193017194E87376B0B6ABA395BC5B46 , 0x0193017194E87376B0B6ABA3A037294D , 0x0193017194E87376B0B6ABA3A33E4742 , 0x0193017194E87376B0B6ABA3A6DBDC62 , 0x0193017194E87376B0B6ABA3AE4927A8 , 0x0193017194E87376B0B6ABA3B0461D96 , 0x0193017194E87376B0B6ABA3B5BA4700 , 0x0193017194E87376B0B6ABA3BA986D9A , 0x0193017194E87376B0B6ABA3BAB93DAC , 0x01930171958C7141A064760AB395B576 , 0x01930171958C7141A064760AB8183E6A , 0x01930171958C7141A064760ABB2C6AEF , 0x01930171958D738EA0553E0F1E8FD00D , 0x01930171958D738EA0553E0F208017AA , 0x01930171958D738EA0553E0F25CC1939 , 0x01930171958D738EA0553E0F28FC5A79 , 0x01930171958D738EA0553E0F2A18638A , 0x01930171958D738EA0553E0F2CDE555B , 0x01930171958D738EA0553E0F317FD0D3 , 0x01930171958D738EA0553E0F34C0BFF9 , 0x01930171958D738EA0553E0F385041BF , 0x01930171958D738EA0553E0F39386882 , 0x01930171958D738EA0553E0F39E7F1C2 , 0x01930171958D738EA0553E0F3AB5BF67 , 0x01930171958D738EA0553E0F3DF57D2C , 0x01930171958D738EA0553E0F40797B94 , 0x01930171958D738EA0553E0F425C693C , 0x01930171958D738EA0553E0F4A87376E , 0x01930171958D738EA0553E0F53464DA2 , 0x01930171958D738EA0553E0F54F7E9FF , 0x01930171958D738EA0553E0F58409E55 , 0x01930171958D738EA0553E0F5AD09613 , 0x0193017194897115B6B97C24324F9E1E , 0x0193017194897115B6B97C243460CEB2 , 0x0193017194897115B6B97C243F8E4F94 , 0x0193017194E87376B0B6ABA38B0782F8 , 0x0193017194E87376B0B6ABA3921F981D , 0x0193017194E87376B0B6ABA39F7F4DBB , 0x0193017194E87376B0B6ABA3A3A0C70B , 0x0193017194E87376B0B6ABA3A41E11EB , 0x0193017194E87376B0B6ABA3AA275E73 , 0x0193017194E87376B0B6ABA3B3908569 , 0x0193017194E87376B0B6ABA3C8D1229A , 0x0193017194E87376B0B6ABA3CD3CB839 , 0x01930171958C7141A064760AAA0EF3F2 , 0x01930171958C7141A064760AABB36320 , 0x01930171958C7141A064760AAE5D898B , 0x01930171958C7141A064760AB12407CA , 0x01930171958C7141A064760AB1CEF14A , 0x01930171958C7141A064760AB322D694 , 0x01930171958C7141A064760AB3F1C661 , 0x01930171958C7141A064760AB4C7A026 , 0x01930171958C7141A064760ABCB9E4C0 , 0x01930171958D738EA0553E0F1E5DDACC , 0x01930171958D738EA0553E0F244AF774 , 0x01930171958D738EA0553E0F2506A64D , 0x01930171958D738EA0553E0F2B373834 , 0x01930171958D738EA0553E0F371C8296 , 0x01930171958D738EA0553E0F382E5BA3 , 0x01930171958D738EA0553E0F3BB13060 , 0x01930171958D738EA0553E0F3BD2B7EE , 0x01930171958D738EA0553E0F3CD08749 , 0x01930171958D738EA0553E0F408F715C , 0x01930171958D738EA0553E0F40F23D35 , 0x01930171958D738EA0553E0F43DF5B95 , 0x01930171958D738EA0553E0F46FB4AC9 , 0x01930171958D738EA0553E0F487B3AB7 , 0x01930171958D738EA0553E0F4905410B , 0x01930171958D738EA0553E0F4AB451D0 , 0x01930171958D738EA0553E0F4EBBA084 , 0x01930171958D738EA0553E0F4F840DC5 , 0x01930171958D738EA0553E0F5AE52882 , 0x01930171960A737CA80C8691937EB24A , 0x01930171960A737CA80C869194095ABB , 0x01930171960A737CA80C86919B22EE64 , 0x01930171960A737CA80C8691C2F43102 , 0x0193017194897115B6B97C2453D9016A , 0x0193017194E87376B0B6ABA38736FA42 , 0x0193017194E87376B0B6ABA389F03036 , 0x01930171958C7141A064760AACDBA2D7 , 0x01930171958C7141A064760AAD40ABAC , 0x01930171958C7141A064760AB9B6A326 , 0x01930171958C7141A064760ABB87EEE3 , 0x01930171958C7141A064760ABBBACFDC , 0x01930171958D738EA0553E0F213FCDB5 , 0x01930171958D738EA0553E0F22358DAD , 0x01930171958D738EA0553E0F231F86A6 , 0x01930171958D738EA0553E0F26ADEC92 , 0x01930171958D738EA0553E0F299B4228 , 0x01930171958D738EA0553E0F29C65407 , 0x01930171958D738EA0553E0F3447CB6C , 0x01930171958D738EA0553E0F3838D9EB , 0x01930171958D738EA0553E0F3F87110F , 0x01930171958D738EA0553E0F4B0CA23A , 0x01930171958D738EA0553E0F51183B77 , 0x01930171958D738EA0553E0F5431027B , 0x01930171960A737CA80C8691931EE306 , 0x01930171960A737CA80C869196A3DAEF , 0x01930171960A737CA80C86919AB285DA , 0x01930171960A737CA80C8691A7688AED , 0x01930171960A737CA80C8691BDD9A91E , 0x01930171960A737CA80C8691D937E270 , 0x01930171958C7141A064760AACB8571E , 0x01930171958D738EA0553E0F2760A4EE , 0x01930171958D738EA0553E0F3057FB4C , 0x01930171958D738EA0553E0F341FE44B , 0x01930171958D738EA0553E0F363E6943 , 0x01930171958D738EA0553E0F3CFF1BF6 , 0x01930171958D738EA0553E0F445DFEA0 , 0x01930171958D738EA0553E0F467F4D43 , 0x01930171958D738EA0553E0F4E6C30AF , 0x01930171958D738EA0553E0F5249A7CA , 0x01930171958D738EA0553E0F55DED3BF , 0x01930171960A737CA80C869188FABB96 , 0x01930171960A737CA80C8691896ACFB5 , 0x01930171960A737CA80C86918BB386C4 , 0x01930171960A737CA80C86918BCB49AF , 0x01930171960A737CA80C86918D9792C0 , 0x01930171960A737CA80C869194DAC593 , 0x01930171960A737CA80C8691951BD175 , 0x01930171960A737CA80C869195CBCC55 , 0x01930171960A737CA80C869196FA8BB0 , 0x01930171960A737CA80C869199297A1E , 0x01930171960A737CA80C869199A87401 , 0x01930171960A737CA80C8691A23B4C8E , 0x01930171960A737CA80C8691A4643645 , 0x01930171960A737CA80C8691AAA66EEF , 0x01930171960A737CA80C8691ABFEB2CD , 0x01930171960A737CA80C8691ACE6AAD4 , 0x01930171960A737CA80C8691B1535F75 , 0x01930171960A737CA80C8691B2CF6736 , 0x01930171960A737CA80C8691B41DDB8B , 0x01930171960A737CA80C8691B4BC3A7A , 0x01930171960A737CA80C8691B546449B , 0x01930171960A737CA80C8691B5D2FB9D , 0x01930171960A737CA80C8691B82561A0 , 0x01930171960A737CA80C8691BCC36F69 , 0x01930171960A737CA80C8691BD76F3E7 , 0x01930171960A737CA80C8691BDFD2E42 , 0x01930171960A737CA80C8691C02D8BF2 , 0x01930171960A737CA80C8691C0CA5164 , 0x01930171960A737CA80C8691C1B77942 , 0x01930171960A737CA80C8691C49FCEE6 , 0x01930171960A737CA80C8691C5A9F376 , 0x01930171960A737CA80C8691C861EAEB , 0x01930171960A737CA80C8691C86950BA , 0x01930171960A737CA80C8691CA3F0BAE , 0x01930171960A737CA80C8691CD9DCEB7 , 0x01930171960A737CA80C8691CDD1B09F , 0x01930171960A737CA80C8691CE6F6226 , 0x01930171960A737CA80C8691CF23898D , 0x01930171960A737CA80C8691D11694CE , 0x01930171960A737CA80C8691D328B016 , 0x01930171960A737CA80C8691D3FC98EA , 0x01930171960A737CA80C8691D521275D , 0x01930171960A737CA80C8691D5F275F9 , 0x01930171960A737CA80C8691D7A6518A , 0x01930171960A737CA80C8691D852067D , 0x01930171960A737CA80C8691D90639CF , 0x01930171960A737CA80C8691DB8755D4 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000 ;
Copy
47
0.31 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
48
0.39 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
49
0.20 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
50
0.17 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
51
0.18 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
52
2.87 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—\x00 s\x7F ¢#$Æ5;º\f "
]
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 , 0x019301719700737FA22324C6353BBA0C ));
Copy
53
6.39 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/019301719700737fa22324c6353bba0c "
"/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/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/019301766e85716f95524b4f79ed9893 "
"/detail/0193017688da72a594294ae128aec735 "
"/detail/019301766e6f72cea1069a2de4da0209 "
"/detail/0193017374df7015ae2b875f8e63de55 "
"/detail/019301766e2e7388b81ceab38d09377c "
"/detail/0193017374a4722281d61d2d078101e4 "
"/detail/0193017534447298a327ce11a561cd60 "
"/detail/0193017523b673fe83b7ba632305ebc7 "
"/detail/0193017374e6739bb71259eec3177e28 "
"/detail/01930174e6177033b4eef7c9eec97649 "
"/detail/01930174e5fa7241ab657b623abd77b6 "
"/detail/019301760bde7194b51761ac3f5cbe81 "
"/detail/01930175668f714d9b04b5bea73169c9 "
"/detail/01930171d61a7000a2b08216a1f2eb8a "
"/detail/01930175342771699e19e3251b07f5f3 "
"/detail/0193017450197302b56d3d0da1dafec4 "
"/detail/01930171da2a7097a972645a58581433 "
"/detail/01930171dfbe726ba87b809d87d119be "
"/detail/019301744e4a71a1ac21fd422322af56 "
"/detail/019301760ba1726991e4a71a7c9dd183 "
"/detail/019301733a59717c9b08b53509a832bc "
"/detail/019301730ed470348dfff3faa8baf73c "
"/detail/019301754b9f73e69e42eae1d26301c5 "
"/detail/01930171d88c7308a1382d25c66e47a4 "
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/019301719700737fa22324c6353bba0c' , '/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/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/019301766e85716f95524b4f79ed9893' , '/detail/0193017688da72a594294ae128aec735' , '/detail/019301766e6f72cea1069a2de4da0209' , '/detail/0193017374df7015ae2b875f8e63de55' , '/detail/019301766e2e7388b81ceab38d09377c' , '/detail/0193017374a4722281d61d2d078101e4' , '/detail/0193017534447298a327ce11a561cd60' , '/detail/0193017523b673fe83b7ba632305ebc7' , '/detail/0193017374e6739bb71259eec3177e28' , '/detail/01930174e6177033b4eef7c9eec97649' , '/detail/01930174e5fa7241ab657b623abd77b6' , '/detail/019301760bde7194b51761ac3f5cbe81' , '/detail/01930175668f714d9b04b5bea73169c9' , '/detail/01930171d61a7000a2b08216a1f2eb8a' , '/detail/01930175342771699e19e3251b07f5f3' , '/detail/0193017450197302b56d3d0da1dafec4' , '/detail/01930171da2a7097a972645a58581433' , '/detail/01930171dfbe726ba87b809d87d119be' , '/detail/019301744e4a71a1ac21fd422322af56' , '/detail/019301760ba1726991e4a71a7c9dd183' , '/detail/019301733a59717c9b08b53509a832bc' , '/detail/019301730ed470348dfff3faa8baf73c' , '/detail/019301754b9f73e69e42eae1d26301c5' , '/detail/01930171d88c7308a1382d25c66e47a4' )) 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
54
0.35 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