1
0.45 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.46 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
3
3.44 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
4.47 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.52 ms
SELECT seo_path_info FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND (seo_path_info = ? ) AND (is_canonical = ? ) ORDER BY seo_path_info ASC , sales_channel_id IS NULL ASC LIMIT 1
Parameters :
[
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"blog/De-tuintrends-van-2024-in-kleuren-en-meubelen/ "
1
]
SELECT seo_path_info FROM seo_url WHERE (language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 ) AND ((sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 OR sales_channel_id IS NULL )) AND (seo_path_info = 'blog/De-tuintrends-van-2024-in-kleuren-en-meubelen/' ) AND (is_canonical = 1 ) ORDER BY seo_path_info ASC , sales_channel_id IS NULL ASC LIMIT 1 ;
Copy
6
0.29 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 = ? )
Parameters :
[
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"blog/De-tuintrends-van-2024-in-kleuren-en-meubelen "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 ) AND ((sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 OR sales_channel_id IS NULL )) AND (seo_path_info = 'blog/De-tuintrends-van-2024-in-kleuren-en-meubelen' );
Copy
7
0.54 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
8
3.76 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"RntpzhHCofTKXUbpxR8Jdfo7OTgEuE6T "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (token = 'RntpzhHCofTKXUbpxR8Jdfo7OTgEuE6T' ) LIMIT 1 ;
Copy
9
1.02 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
10
0.11 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"RntpzhHCofTKXUbpxR8Jdfo7OTgEuE6T "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'RntpzhHCofTKXUbpxR8Jdfo7OTgEuE6T' ;
Copy
11
0.44 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
12
5.75 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
13
0.28 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
14
0.20 ms
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE ((`country.salesChannels` . `id` = ? )) AND (`country` . `id` IN (? )) GROUP BY `country` . `id`
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
b"CÕL P»L\x07 Ÿ3|-'i’\x16 "
]
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE ((`country.salesChannels` . `id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 )) AND (`country` . `id` IN (0x43D54C2050BB4C079F337C2D27699216 )) GROUP BY `country` . `id` ;
Copy
15
0.46 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
16
0.24 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
17
0.40 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
18
0.44 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
19
0.17 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
20
0.27 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
21
0.23 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
22
0.43 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
23
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
24
0.17 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
25
0.28 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
26
0.35 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
27
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
28
0.16 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
29
0.12 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"RntpzhHCofTKXUbpxR8Jdfo7OTgEuE6T "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (token = 'RntpzhHCofTKXUbpxR8Jdfo7OTgEuE6T' ) LIMIT 1 ;
Copy
30
9.37 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
31
0.21 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"RntpzhHCofTKXUbpxR8Jdfo7OTgEuE6T "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'RntpzhHCofTKXUbpxR8Jdfo7OTgEuE6T' ;
Copy
32
0.38 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
33
0.31 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
34
0.16 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
35
0.31 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
36
0.23 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
37
0.50 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
38
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
39
0.17 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
40
0.35 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
41
0.25 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
42
0.13 ms
SELECT module . module , module . response FROM wbm_data_layer_modules module
SELECT module . module , module . response FROM wbm_data_layer_modules module ;
Copy
43
0.59 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
44
0.32 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
45
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
46
0.32 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
47
6.47 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
48
0.55 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.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
50
0.57 ms
SELECT `h1webblog_blog` . `id` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` , `h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` , `h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` , `h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = ? LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_2` . language_id = ? WHERE `h1webblog_blog.translation` . language_id = ? ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id` WHERE ((((`h1webblog_blog` . `published_at` < = ? ) AND `h1webblog_blog.visibilities` . `sales_channel_id` = ? ) AND COALESCE (`h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` ) = ? )) AND (`h1webblog_blog` . `id` IN (? )) GROUP BY `h1webblog_blog` . `id`
Parameters :
[
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
"2025-04-08 02:51:04 "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
1
b"\x01 ì}ûF¼q┴┐zc\x11 "¦▀Ê "
]
SELECT `h1webblog_blog` . `id` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` , `h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` , `h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` , `h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 WHERE `h1webblog_blog.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id` WHERE ((((`h1webblog_blog` . `published_at` < = '2025-04-08 02:51:04' ) AND `h1webblog_blog.visibilities` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND COALESCE (`h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` ) = 1 )) AND (`h1webblog_blog` . `id` IN (0x018D7D9646AC71C1BF7A631122DDDFD2 )) GROUP BY `h1webblog_blog` . `id` ;
Copy
51
1.10 ms
SELECT `h1webblog_blog` . `id` as `h1webblog_blog.id` , `h1webblog_blog` . `media_id` as `h1webblog_blog.mediaId` , `h1webblog_blog.media` . `id` as `h1webblog_blog.media.id` , `h1webblog_blog.media` . `user_id` as `h1webblog_blog.media.userId` , `h1webblog_blog.media` . `media_folder_id` as `h1webblog_blog.media.mediaFolderId` , `h1webblog_blog.media` . `mime_type` as `h1webblog_blog.media.mimeType` , `h1webblog_blog.media` . `file_extension` as `h1webblog_blog.media.fileExtension` , `h1webblog_blog.media` . `uploaded_at` as `h1webblog_blog.media.uploadedAt` , `h1webblog_blog.media` . `file_name` as `h1webblog_blog.media.fileName` , `h1webblog_blog.media` . `file_size` as `h1webblog_blog.media.fileSize` , `h1webblog_blog.media` . `media_type` as `h1webblog_blog.media.mediaTypeRaw` , `h1webblog_blog.media` . `meta_data` as `h1webblog_blog.media.metaData` , `h1webblog_blog.media` . `config` as `h1webblog_blog.media.config` , `h1webblog_blog.media` . `path` as `h1webblog_blog.media.path` , `h1webblog_blog.media` . `private` as `h1webblog_blog.media.private` , `h1webblog_blog.media` . `thumbnails_ro` as `h1webblog_blog.media.thumbnailsRo` , `h1webblog_blog.media` . `created_at` as `h1webblog_blog.media.createdAt` , `h1webblog_blog.media` . `updated_at` as `h1webblog_blog.media.updatedAt` , `h1webblog_blog.media.translation.fallback_2.title` , `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.title` , COALESCE (`h1webblog_blog.media.translation.fallback_2.title` , `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.title` , `h1webblog_blog.media.translation.title` ) as `h1webblog_blog.media.title` , `h1webblog_blog.media.translation.fallback_2.alt` , `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.alt` , COALESCE (`h1webblog_blog.media.translation.fallback_2.alt` , `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.alt` , `h1webblog_blog.media.translation.alt` ) as `h1webblog_blog.media.alt` , `h1webblog_blog.media.translation.fallback_2.customFields` , `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.customFields` , COALESCE (`h1webblog_blog.media.translation.fallback_2.customFields` , `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.customFields` , `h1webblog_blog.media.translation.customFields` ) as `h1webblog_blog.media.customFields` , `h1webblog_blog.media.translation.fallback_2.createdAt` , `h1webblog_blog.media.translation.fallback_1.createdAt` , `h1webblog_blog.media.translation.createdAt` , `h1webblog_blog.media.translation.fallback_2.updatedAt` , `h1webblog_blog.media.translation.fallback_1.updatedAt` , `h1webblog_blog.media.translation.updatedAt` , `h1webblog_blog.media.translation.fallback_2.mediaId` , `h1webblog_blog.media.translation.fallback_1.mediaId` , `h1webblog_blog.media.translation.mediaId` , `h1webblog_blog.media.translation.fallback_2.languageId` , `h1webblog_blog.media.translation.fallback_1.languageId` , `h1webblog_blog.media.translation.languageId` , `h1webblog_blog` . `category_tree` as `h1webblog_blog.categoryTree` , `h1webblog_blog` . `tag_ids` as `h1webblog_blog.tagIds` , `h1webblog_blog` . `property_ids` as `h1webblog_blog.propertyIds` , `h1webblog_blog` . `option_ids` as `h1webblog_blog.optionIds` , `h1webblog_blog` . `published_at` as `h1webblog_blog.publishedAt` , `h1webblog_blog` . `created_at` as `h1webblog_blog.createdAt` , `h1webblog_blog` . `updated_at` as `h1webblog_blog.updatedAt` , `h1webblog_blog` . `custom_fields` as `h1webblog_blog.customFields` , `h1webblog_blog` . `cms_page_id` as `h1webblog_blog.cmsPageId` , `h1webblog_blog` . `cms_page_version_id` as `h1webblog_blog.cmsPageVersionId` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `h1webblog_category` `h1webblog_blog.categories.mapping`
WHERE `h1webblog_blog.categories.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.categories.id_mapping` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.tags.mapping` . `tag_id` ) SEPARATOR '||' )
FROM `h1webblog_tag` `h1webblog_blog.tags.mapping`
WHERE `h1webblog_blog.tags.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.tags.id_mapping` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `h1webblog_property` `h1webblog_blog.properties.mapping`
WHERE `h1webblog_blog.properties.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.properties.id_mapping` , `h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.title` , COALESCE (`h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.title` , `h1webblog_blog.translation.title` ) as `h1webblog_blog.title` , `h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.content` , COALESCE (`h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.content` , `h1webblog_blog.translation.content` ) as `h1webblog_blog.content` , `h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.shortContent` , COALESCE (`h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation.shortContent` ) as `h1webblog_blog.shortContent` , `h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.keywords` , COALESCE (`h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation.keywords` ) as `h1webblog_blog.keywords` , `h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.metaDescription` , COALESCE (`h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation.metaDescription` ) as `h1webblog_blog.metaDescription` , `h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.metaTitle` , COALESCE (`h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation.metaTitle` ) as `h1webblog_blog.metaTitle` , `h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` , COALESCE (`h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation.isActive` ) as `h1webblog_blog.isActive` , `h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.slotConfig` , COALESCE (`h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation.slotConfig` ) as `h1webblog_blog.slotConfig` , `h1webblog_blog.translation.fallback_2.createdAt` , `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation.fallback_2.updatedAt` , `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation.fallback_2.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation.fallback_2.languageId` , `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.languageId` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` , `h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` , `h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` , `h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = ? LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_2` . language_id = ? WHERE `h1webblog_blog.translation` . language_id = ? ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `media` `h1webblog_blog.media` ON `h1webblog_blog` . `media_id` = `h1webblog_blog.media` . `id` LEFT JOIN (SELECT `h1webblog_blog.media.translation` . media_id , `h1webblog_blog.media.translation` . title as `h1webblog_blog.media.translation.title` , `h1webblog_blog.media.translation` . alt as `h1webblog_blog.media.translation.alt` , `h1webblog_blog.media.translation` . custom_fields as `h1webblog_blog.media.translation.customFields` , `h1webblog_blog.media.translation` . created_at as `h1webblog_blog.media.translation.createdAt` , `h1webblog_blog.media.translation` . updated_at as `h1webblog_blog.media.translation.updatedAt` , `h1webblog_blog.media.translation` . media_id as `h1webblog_blog.media.translation.mediaId` , `h1webblog_blog.media.translation` . language_id as `h1webblog_blog.media.translation.languageId` , `h1webblog_blog.media.translation.fallback_1` . title as `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.fallback_1` . alt as `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.fallback_1` . custom_fields as `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.fallback_1` . created_at as `h1webblog_blog.media.translation.fallback_1.createdAt` , `h1webblog_blog.media.translation.fallback_1` . updated_at as `h1webblog_blog.media.translation.fallback_1.updatedAt` , `h1webblog_blog.media.translation.fallback_1` . media_id as `h1webblog_blog.media.translation.fallback_1.mediaId` , `h1webblog_blog.media.translation.fallback_1` . language_id as `h1webblog_blog.media.translation.fallback_1.languageId` , `h1webblog_blog.media.translation.fallback_2` . title as `h1webblog_blog.media.translation.fallback_2.title` , `h1webblog_blog.media.translation.fallback_2` . alt as `h1webblog_blog.media.translation.fallback_2.alt` , `h1webblog_blog.media.translation.fallback_2` . custom_fields as `h1webblog_blog.media.translation.fallback_2.customFields` , `h1webblog_blog.media.translation.fallback_2` . created_at as `h1webblog_blog.media.translation.fallback_2.createdAt` , `h1webblog_blog.media.translation.fallback_2` . updated_at as `h1webblog_blog.media.translation.fallback_2.updatedAt` , `h1webblog_blog.media.translation.fallback_2` . media_id as `h1webblog_blog.media.translation.fallback_2.mediaId` , `h1webblog_blog.media.translation.fallback_2` . language_id as `h1webblog_blog.media.translation.fallback_2.languageId` FROM `media_translation` `h1webblog_blog.media.translation` LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_1` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_1` . `media_id` AND `h1webblog_blog.media.translation.fallback_1` . language_id = ? LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_2` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_2` . `media_id` AND `h1webblog_blog.media.translation.fallback_2` . language_id = ? WHERE `h1webblog_blog.media.translation` . language_id = ? ) `h1webblog_blog.media.media_translation` ON `h1webblog_blog.media.media_translation` . `media_id` = `h1webblog_blog.media` . `id` WHERE `h1webblog_blog` . `id` IN (? )
Parameters :
[
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ì}ûF¼q┴┐zc\x11 "¦▀Ê "
]
SELECT
`h1webblog_blog` . `id` as `h1webblog_blog.id` ,
`h1webblog_blog` . `media_id` as `h1webblog_blog.mediaId` ,
`h1webblog_blog.media` . `id` as `h1webblog_blog.media.id` ,
`h1webblog_blog.media` . `user_id` as `h1webblog_blog.media.userId` ,
`h1webblog_blog.media` . `media_folder_id` as `h1webblog_blog.media.mediaFolderId` ,
`h1webblog_blog.media` . `mime_type` as `h1webblog_blog.media.mimeType` ,
`h1webblog_blog.media` . `file_extension` as `h1webblog_blog.media.fileExtension` ,
`h1webblog_blog.media` . `uploaded_at` as `h1webblog_blog.media.uploadedAt` ,
`h1webblog_blog.media` . `file_name` as `h1webblog_blog.media.fileName` ,
`h1webblog_blog.media` . `file_size` as `h1webblog_blog.media.fileSize` ,
`h1webblog_blog.media` . `media_type` as `h1webblog_blog.media.mediaTypeRaw` ,
`h1webblog_blog.media` . `meta_data` as `h1webblog_blog.media.metaData` ,
`h1webblog_blog.media` . `config` as `h1webblog_blog.media.config` ,
`h1webblog_blog.media` . `path` as `h1webblog_blog.media.path` ,
`h1webblog_blog.media` . `private` as `h1webblog_blog.media.private` ,
`h1webblog_blog.media` . `thumbnails_ro` as `h1webblog_blog.media.thumbnailsRo` ,
`h1webblog_blog.media` . `created_at` as `h1webblog_blog.media.createdAt` ,
`h1webblog_blog.media` . `updated_at` as `h1webblog_blog.media.updatedAt` ,
`h1webblog_blog.media.translation.fallback_2.title` ,
`h1webblog_blog.media.translation.fallback_1.title` ,
`h1webblog_blog.media.translation.title` ,
COALESCE (
`h1webblog_blog.media.translation.fallback_2.title` ,
`h1webblog_blog.media.translation.fallback_1.title` ,
`h1webblog_blog.media.translation.title` ,
`h1webblog_blog.media.translation.title`
) as `h1webblog_blog.media.title` ,
`h1webblog_blog.media.translation.fallback_2.alt` ,
`h1webblog_blog.media.translation.fallback_1.alt` ,
`h1webblog_blog.media.translation.alt` ,
COALESCE (
`h1webblog_blog.media.translation.fallback_2.alt` ,
`h1webblog_blog.media.translation.fallback_1.alt` ,
`h1webblog_blog.media.translation.alt` ,
`h1webblog_blog.media.translation.alt`
) as `h1webblog_blog.media.alt` ,
`h1webblog_blog.media.translation.fallback_2.customFields` ,
`h1webblog_blog.media.translation.fallback_1.customFields` ,
`h1webblog_blog.media.translation.customFields` ,
COALESCE (
`h1webblog_blog.media.translation.fallback_2.customFields` ,
`h1webblog_blog.media.translation.fallback_1.customFields` ,
`h1webblog_blog.media.translation.customFields` ,
`h1webblog_blog.media.translation.customFields`
) as `h1webblog_blog.media.customFields` ,
`h1webblog_blog.media.translation.fallback_2.createdAt` ,
`h1webblog_blog.media.translation.fallback_1.createdAt` ,
`h1webblog_blog.media.translation.createdAt` ,
`h1webblog_blog.media.translation.fallback_2.updatedAt` ,
`h1webblog_blog.media.translation.fallback_1.updatedAt` ,
`h1webblog_blog.media.translation.updatedAt` ,
`h1webblog_blog.media.translation.fallback_2.mediaId` ,
`h1webblog_blog.media.translation.fallback_1.mediaId` ,
`h1webblog_blog.media.translation.mediaId` ,
`h1webblog_blog.media.translation.fallback_2.languageId` ,
`h1webblog_blog.media.translation.fallback_1.languageId` ,
`h1webblog_blog.media.translation.languageId` ,
`h1webblog_blog` . `category_tree` as `h1webblog_blog.categoryTree` ,
`h1webblog_blog` . `tag_ids` as `h1webblog_blog.tagIds` ,
`h1webblog_blog` . `property_ids` as `h1webblog_blog.propertyIds` ,
`h1webblog_blog` . `option_ids` as `h1webblog_blog.optionIds` ,
`h1webblog_blog` . `published_at` as `h1webblog_blog.publishedAt` ,
`h1webblog_blog` . `created_at` as `h1webblog_blog.createdAt` ,
`h1webblog_blog` . `updated_at` as `h1webblog_blog.updatedAt` ,
`h1webblog_blog` . `custom_fields` as `h1webblog_blog.customFields` ,
`h1webblog_blog` . `cms_page_id` as `h1webblog_blog.cmsPageId` ,
`h1webblog_blog` . `cms_page_version_id` as `h1webblog_blog.cmsPageVersionId` ,
(
SELECT
GROUP_CONCAT (
HEX (
`h1webblog_blog.categories.mapping` . `category_id`
) SEPARATOR '||'
)
FROM
`h1webblog_category` `h1webblog_blog.categories.mapping`
WHERE
`h1webblog_blog.categories.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
) as `h1webblog_blog.categories.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`h1webblog_blog.tags.mapping` . `tag_id`
) SEPARATOR '||'
)
FROM
`h1webblog_tag` `h1webblog_blog.tags.mapping`
WHERE
`h1webblog_blog.tags.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
) as `h1webblog_blog.tags.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`h1webblog_blog.properties.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`h1webblog_property` `h1webblog_blog.properties.mapping`
WHERE
`h1webblog_blog.properties.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
) as `h1webblog_blog.properties.id_mapping` ,
`h1webblog_blog.translation.fallback_2.title` ,
`h1webblog_blog.translation.fallback_1.title` ,
`h1webblog_blog.translation.title` ,
COALESCE (
`h1webblog_blog.translation.fallback_2.title` ,
`h1webblog_blog.translation.fallback_1.title` ,
`h1webblog_blog.translation.title` ,
`h1webblog_blog.translation.title`
) as `h1webblog_blog.title` ,
`h1webblog_blog.translation.fallback_2.content` ,
`h1webblog_blog.translation.fallback_1.content` ,
`h1webblog_blog.translation.content` ,
COALESCE (
`h1webblog_blog.translation.fallback_2.content` ,
`h1webblog_blog.translation.fallback_1.content` ,
`h1webblog_blog.translation.content` ,
`h1webblog_blog.translation.content`
) as `h1webblog_blog.content` ,
`h1webblog_blog.translation.fallback_2.shortContent` ,
`h1webblog_blog.translation.fallback_1.shortContent` ,
`h1webblog_blog.translation.shortContent` ,
COALESCE (
`h1webblog_blog.translation.fallback_2.shortContent` ,
`h1webblog_blog.translation.fallback_1.shortContent` ,
`h1webblog_blog.translation.shortContent` ,
`h1webblog_blog.translation.shortContent`
) as `h1webblog_blog.shortContent` ,
`h1webblog_blog.translation.fallback_2.keywords` ,
`h1webblog_blog.translation.fallback_1.keywords` ,
`h1webblog_blog.translation.keywords` ,
COALESCE (
`h1webblog_blog.translation.fallback_2.keywords` ,
`h1webblog_blog.translation.fallback_1.keywords` ,
`h1webblog_blog.translation.keywords` ,
`h1webblog_blog.translation.keywords`
) as `h1webblog_blog.keywords` ,
`h1webblog_blog.translation.fallback_2.metaDescription` ,
`h1webblog_blog.translation.fallback_1.metaDescription` ,
`h1webblog_blog.translation.metaDescription` ,
COALESCE (
`h1webblog_blog.translation.fallback_2.metaDescription` ,
`h1webblog_blog.translation.fallback_1.metaDescription` ,
`h1webblog_blog.translation.metaDescription` ,
`h1webblog_blog.translation.metaDescription`
) as `h1webblog_blog.metaDescription` ,
`h1webblog_blog.translation.fallback_2.metaTitle` ,
`h1webblog_blog.translation.fallback_1.metaTitle` ,
`h1webblog_blog.translation.metaTitle` ,
COALESCE (
`h1webblog_blog.translation.fallback_2.metaTitle` ,
`h1webblog_blog.translation.fallback_1.metaTitle` ,
`h1webblog_blog.translation.metaTitle` ,
`h1webblog_blog.translation.metaTitle`
) as `h1webblog_blog.metaTitle` ,
`h1webblog_blog.translation.fallback_2.isActive` ,
`h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.isActive` ,
COALESCE (
`h1webblog_blog.translation.fallback_2.isActive` ,
`h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.isActive` ,
`h1webblog_blog.translation.isActive`
) as `h1webblog_blog.isActive` ,
`h1webblog_blog.translation.fallback_2.slotConfig` ,
`h1webblog_blog.translation.fallback_1.slotConfig` ,
`h1webblog_blog.translation.slotConfig` ,
COALESCE (
`h1webblog_blog.translation.fallback_2.slotConfig` ,
`h1webblog_blog.translation.fallback_1.slotConfig` ,
`h1webblog_blog.translation.slotConfig` ,
`h1webblog_blog.translation.slotConfig`
) as `h1webblog_blog.slotConfig` ,
`h1webblog_blog.translation.fallback_2.createdAt` ,
`h1webblog_blog.translation.fallback_1.createdAt` ,
`h1webblog_blog.translation.createdAt` ,
`h1webblog_blog.translation.fallback_2.updatedAt` ,
`h1webblog_blog.translation.fallback_1.updatedAt` ,
`h1webblog_blog.translation.updatedAt` ,
`h1webblog_blog.translation.fallback_2.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_1.h1webblogBlogId` ,
`h1webblog_blog.translation.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_2.languageId` ,
`h1webblog_blog.translation.fallback_1.languageId` ,
`h1webblog_blog.translation.languageId`
FROM
`h1webblog_blog`
LEFT JOIN (
SELECT
`h1webblog_blog.translation` . h1webblog_blog_id ,
`h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` ,
`h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` ,
`h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` ,
`h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` ,
`h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` ,
`h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` ,
`h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` ,
`h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` ,
`h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` ,
`h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` ,
`h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` ,
`h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` ,
`h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` ,
`h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` ,
`h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` ,
`h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` ,
`h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` ,
`h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` ,
`h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` ,
`h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` ,
`h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` ,
`h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` ,
`h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` ,
`h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` ,
`h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` ,
`h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` ,
`h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` ,
`h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` ,
`h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` ,
`h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` ,
`h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` ,
`h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` ,
`h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId`
FROM
`h1webblog_blog_translation` `h1webblog_blog.translation`
LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id`
AND `h1webblog_blog.translation.fallback_1` . language_id = ?
LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id`
AND `h1webblog_blog.translation.fallback_2` . language_id = ?
WHERE
`h1webblog_blog.translation` . language_id = ?
) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
LEFT JOIN `media` `h1webblog_blog.media` ON `h1webblog_blog` . `media_id` = `h1webblog_blog.media` . `id`
LEFT JOIN (
SELECT
`h1webblog_blog.media.translation` . media_id ,
`h1webblog_blog.media.translation` . title as `h1webblog_blog.media.translation.title` ,
`h1webblog_blog.media.translation` . alt as `h1webblog_blog.media.translation.alt` ,
`h1webblog_blog.media.translation` . custom_fields as `h1webblog_blog.media.translation.customFields` ,
`h1webblog_blog.media.translation` . created_at as `h1webblog_blog.media.translation.createdAt` ,
`h1webblog_blog.media.translation` . updated_at as `h1webblog_blog.media.translation.updatedAt` ,
`h1webblog_blog.media.translation` . media_id as `h1webblog_blog.media.translation.mediaId` ,
`h1webblog_blog.media.translation` . language_id as `h1webblog_blog.media.translation.languageId` ,
`h1webblog_blog.media.translation.fallback_1` . title as `h1webblog_blog.media.translation.fallback_1.title` ,
`h1webblog_blog.media.translation.fallback_1` . alt as `h1webblog_blog.media.translation.fallback_1.alt` ,
`h1webblog_blog.media.translation.fallback_1` . custom_fields as `h1webblog_blog.media.translation.fallback_1.customFields` ,
`h1webblog_blog.media.translation.fallback_1` . created_at as `h1webblog_blog.media.translation.fallback_1.createdAt` ,
`h1webblog_blog.media.translation.fallback_1` . updated_at as `h1webblog_blog.media.translation.fallback_1.updatedAt` ,
`h1webblog_blog.media.translation.fallback_1` . media_id as `h1webblog_blog.media.translation.fallback_1.mediaId` ,
`h1webblog_blog.media.translation.fallback_1` . language_id as `h1webblog_blog.media.translation.fallback_1.languageId` ,
`h1webblog_blog.media.translation.fallback_2` . title as `h1webblog_blog.media.translation.fallback_2.title` ,
`h1webblog_blog.media.translation.fallback_2` . alt as `h1webblog_blog.media.translation.fallback_2.alt` ,
`h1webblog_blog.media.translation.fallback_2` . custom_fields as `h1webblog_blog.media.translation.fallback_2.customFields` ,
`h1webblog_blog.media.translation.fallback_2` . created_at as `h1webblog_blog.media.translation.fallback_2.createdAt` ,
`h1webblog_blog.media.translation.fallback_2` . updated_at as `h1webblog_blog.media.translation.fallback_2.updatedAt` ,
`h1webblog_blog.media.translation.fallback_2` . media_id as `h1webblog_blog.media.translation.fallback_2.mediaId` ,
`h1webblog_blog.media.translation.fallback_2` . language_id as `h1webblog_blog.media.translation.fallback_2.languageId`
FROM
`media_translation` `h1webblog_blog.media.translation`
LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_1` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_1` . `media_id`
AND `h1webblog_blog.media.translation.fallback_1` . language_id = ?
LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_2` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_2` . `media_id`
AND `h1webblog_blog.media.translation.fallback_2` . language_id = ?
WHERE
`h1webblog_blog.media.translation` . language_id = ?
) `h1webblog_blog.media.media_translation` ON `h1webblog_blog.media.media_translation` . `media_id` = `h1webblog_blog.media` . `id`
WHERE
`h1webblog_blog` . `id` IN (? )
Copy
SELECT `h1webblog_blog` . `id` as `h1webblog_blog.id` , `h1webblog_blog` . `media_id` as `h1webblog_blog.mediaId` , `h1webblog_blog.media` . `id` as `h1webblog_blog.media.id` , `h1webblog_blog.media` . `user_id` as `h1webblog_blog.media.userId` , `h1webblog_blog.media` . `media_folder_id` as `h1webblog_blog.media.mediaFolderId` , `h1webblog_blog.media` . `mime_type` as `h1webblog_blog.media.mimeType` , `h1webblog_blog.media` . `file_extension` as `h1webblog_blog.media.fileExtension` , `h1webblog_blog.media` . `uploaded_at` as `h1webblog_blog.media.uploadedAt` , `h1webblog_blog.media` . `file_name` as `h1webblog_blog.media.fileName` , `h1webblog_blog.media` . `file_size` as `h1webblog_blog.media.fileSize` , `h1webblog_blog.media` . `media_type` as `h1webblog_blog.media.mediaTypeRaw` , `h1webblog_blog.media` . `meta_data` as `h1webblog_blog.media.metaData` , `h1webblog_blog.media` . `config` as `h1webblog_blog.media.config` , `h1webblog_blog.media` . `path` as `h1webblog_blog.media.path` , `h1webblog_blog.media` . `private` as `h1webblog_blog.media.private` , `h1webblog_blog.media` . `thumbnails_ro` as `h1webblog_blog.media.thumbnailsRo` , `h1webblog_blog.media` . `created_at` as `h1webblog_blog.media.createdAt` , `h1webblog_blog.media` . `updated_at` as `h1webblog_blog.media.updatedAt` , `h1webblog_blog.media.translation.fallback_2.title` , `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.title` , COALESCE (`h1webblog_blog.media.translation.fallback_2.title` , `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.title` , `h1webblog_blog.media.translation.title` ) as `h1webblog_blog.media.title` , `h1webblog_blog.media.translation.fallback_2.alt` , `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.alt` , COALESCE (`h1webblog_blog.media.translation.fallback_2.alt` , `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.alt` , `h1webblog_blog.media.translation.alt` ) as `h1webblog_blog.media.alt` , `h1webblog_blog.media.translation.fallback_2.customFields` , `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.customFields` , COALESCE (`h1webblog_blog.media.translation.fallback_2.customFields` , `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.customFields` , `h1webblog_blog.media.translation.customFields` ) as `h1webblog_blog.media.customFields` , `h1webblog_blog.media.translation.fallback_2.createdAt` , `h1webblog_blog.media.translation.fallback_1.createdAt` , `h1webblog_blog.media.translation.createdAt` , `h1webblog_blog.media.translation.fallback_2.updatedAt` , `h1webblog_blog.media.translation.fallback_1.updatedAt` , `h1webblog_blog.media.translation.updatedAt` , `h1webblog_blog.media.translation.fallback_2.mediaId` , `h1webblog_blog.media.translation.fallback_1.mediaId` , `h1webblog_blog.media.translation.mediaId` , `h1webblog_blog.media.translation.fallback_2.languageId` , `h1webblog_blog.media.translation.fallback_1.languageId` , `h1webblog_blog.media.translation.languageId` , `h1webblog_blog` . `category_tree` as `h1webblog_blog.categoryTree` , `h1webblog_blog` . `tag_ids` as `h1webblog_blog.tagIds` , `h1webblog_blog` . `property_ids` as `h1webblog_blog.propertyIds` , `h1webblog_blog` . `option_ids` as `h1webblog_blog.optionIds` , `h1webblog_blog` . `published_at` as `h1webblog_blog.publishedAt` , `h1webblog_blog` . `created_at` as `h1webblog_blog.createdAt` , `h1webblog_blog` . `updated_at` as `h1webblog_blog.updatedAt` , `h1webblog_blog` . `custom_fields` as `h1webblog_blog.customFields` , `h1webblog_blog` . `cms_page_id` as `h1webblog_blog.cmsPageId` , `h1webblog_blog` . `cms_page_version_id` as `h1webblog_blog.cmsPageVersionId` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `h1webblog_category` `h1webblog_blog.categories.mapping`
WHERE `h1webblog_blog.categories.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.categories.id_mapping` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.tags.mapping` . `tag_id` ) SEPARATOR '||' )
FROM `h1webblog_tag` `h1webblog_blog.tags.mapping`
WHERE `h1webblog_blog.tags.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.tags.id_mapping` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `h1webblog_property` `h1webblog_blog.properties.mapping`
WHERE `h1webblog_blog.properties.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.properties.id_mapping` , `h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.title` , COALESCE (`h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.title` , `h1webblog_blog.translation.title` ) as `h1webblog_blog.title` , `h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.content` , COALESCE (`h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.content` , `h1webblog_blog.translation.content` ) as `h1webblog_blog.content` , `h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.shortContent` , COALESCE (`h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation.shortContent` ) as `h1webblog_blog.shortContent` , `h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.keywords` , COALESCE (`h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation.keywords` ) as `h1webblog_blog.keywords` , `h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.metaDescription` , COALESCE (`h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation.metaDescription` ) as `h1webblog_blog.metaDescription` , `h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.metaTitle` , COALESCE (`h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation.metaTitle` ) as `h1webblog_blog.metaTitle` , `h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` , COALESCE (`h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation.isActive` ) as `h1webblog_blog.isActive` , `h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.slotConfig` , COALESCE (`h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation.slotConfig` ) as `h1webblog_blog.slotConfig` , `h1webblog_blog.translation.fallback_2.createdAt` , `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation.fallback_2.updatedAt` , `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation.fallback_2.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation.fallback_2.languageId` , `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.languageId` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` , `h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` , `h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` , `h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 WHERE `h1webblog_blog.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `media` `h1webblog_blog.media` ON `h1webblog_blog` . `media_id` = `h1webblog_blog.media` . `id` LEFT JOIN (SELECT `h1webblog_blog.media.translation` . media_id , `h1webblog_blog.media.translation` . title as `h1webblog_blog.media.translation.title` , `h1webblog_blog.media.translation` . alt as `h1webblog_blog.media.translation.alt` , `h1webblog_blog.media.translation` . custom_fields as `h1webblog_blog.media.translation.customFields` , `h1webblog_blog.media.translation` . created_at as `h1webblog_blog.media.translation.createdAt` , `h1webblog_blog.media.translation` . updated_at as `h1webblog_blog.media.translation.updatedAt` , `h1webblog_blog.media.translation` . media_id as `h1webblog_blog.media.translation.mediaId` , `h1webblog_blog.media.translation` . language_id as `h1webblog_blog.media.translation.languageId` , `h1webblog_blog.media.translation.fallback_1` . title as `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.fallback_1` . alt as `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.fallback_1` . custom_fields as `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.fallback_1` . created_at as `h1webblog_blog.media.translation.fallback_1.createdAt` , `h1webblog_blog.media.translation.fallback_1` . updated_at as `h1webblog_blog.media.translation.fallback_1.updatedAt` , `h1webblog_blog.media.translation.fallback_1` . media_id as `h1webblog_blog.media.translation.fallback_1.mediaId` , `h1webblog_blog.media.translation.fallback_1` . language_id as `h1webblog_blog.media.translation.fallback_1.languageId` , `h1webblog_blog.media.translation.fallback_2` . title as `h1webblog_blog.media.translation.fallback_2.title` , `h1webblog_blog.media.translation.fallback_2` . alt as `h1webblog_blog.media.translation.fallback_2.alt` , `h1webblog_blog.media.translation.fallback_2` . custom_fields as `h1webblog_blog.media.translation.fallback_2.customFields` , `h1webblog_blog.media.translation.fallback_2` . created_at as `h1webblog_blog.media.translation.fallback_2.createdAt` , `h1webblog_blog.media.translation.fallback_2` . updated_at as `h1webblog_blog.media.translation.fallback_2.updatedAt` , `h1webblog_blog.media.translation.fallback_2` . media_id as `h1webblog_blog.media.translation.fallback_2.mediaId` , `h1webblog_blog.media.translation.fallback_2` . language_id as `h1webblog_blog.media.translation.fallback_2.languageId` FROM `media_translation` `h1webblog_blog.media.translation` LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_1` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_1` . `media_id` AND `h1webblog_blog.media.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_2` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_2` . `media_id` AND `h1webblog_blog.media.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 WHERE `h1webblog_blog.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `h1webblog_blog.media.media_translation` ON `h1webblog_blog.media.media_translation` . `media_id` = `h1webblog_blog.media` . `id` WHERE `h1webblog_blog` . `id` IN (0x018D7D9646AC71C1BF7A631122DDDFD2 );
Copy
52
1.59 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.fallback_2.name` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_2.name` , `category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_2.breadcrumb` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_2.breadcrumb` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_2.slotConfig` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_2.slotConfig` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_2.linkType` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_2.linkType` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_2.internalLink` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_2.internalLink` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_2.externalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_2.externalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_2.linkNewTab` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_2.linkNewTab` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_2.description` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_2.description` , `category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_2.metaTitle` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_2.metaTitle` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_2.metaDescription` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_2.metaDescription` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_2.keywords` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_2.keywords` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_2.customFields` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_2.customFields` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_2.createdAt` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_2.updatedAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_2.categoryId` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_2.languageId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_2.categoryVersionId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` , `category.translation.fallback_2` . name as `category.translation.fallback_2.name` , `category.translation.fallback_2` . breadcrumb as `category.translation.fallback_2.breadcrumb` , `category.translation.fallback_2` . slot_config as `category.translation.fallback_2.slotConfig` , `category.translation.fallback_2` . link_type as `category.translation.fallback_2.linkType` , `category.translation.fallback_2` . internal_link as `category.translation.fallback_2.internalLink` , `category.translation.fallback_2` . external_link as `category.translation.fallback_2.externalLink` , `category.translation.fallback_2` . link_new_tab as `category.translation.fallback_2.linkNewTab` , `category.translation.fallback_2` . description as `category.translation.fallback_2.description` , `category.translation.fallback_2` . meta_title as `category.translation.fallback_2.metaTitle` , `category.translation.fallback_2` . meta_description as `category.translation.fallback_2.metaDescription` , `category.translation.fallback_2` . keywords as `category.translation.fallback_2.keywords` , `category.translation.fallback_2` . custom_fields as `category.translation.fallback_2.customFields` , `category.translation.fallback_2` . created_at as `category.translation.fallback_2.createdAt` , `category.translation.fallback_2` . updated_at as `category.translation.fallback_2.updatedAt` , `category.translation.fallback_2` . category_id as `category.translation.fallback_2.categoryId` , `category.translation.fallback_2` . language_id as `category.translation.fallback_2.languageId` , `category.translation.fallback_2` . category_version_id as `category.translation.fallback_2.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id LEFT JOIN `category_translation` `category.translation.fallback_2` ON `category.translation` . `category_id` = `category.translation.fallback_2` . `category_id` AND `category.translation.fallback_2` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_2` . category_version_id 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"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
'¾\¡¼TG¡²«Üy\n
WÕ
"""
b"‹=`Ìü¶GÕ©)’÷Î+¦ž "
b"ä\x11 <œ%ÄM˜¡WìÙ}5×S "
]
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.fallback_2.name` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_2.name` ,
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.fallback_2.breadcrumb` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_2.breadcrumb` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.fallback_2.slotConfig` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_2.slotConfig` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.fallback_2.linkType` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_2.linkType` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.fallback_2.internalLink` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_2.internalLink` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.fallback_2.externalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_2.externalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.fallback_2.linkNewTab` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_2.linkNewTab` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.fallback_2.description` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_2.description` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.fallback_2.metaTitle` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_2.metaTitle` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.fallback_2.metaDescription` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_2.metaDescription` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.fallback_2.keywords` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_2.keywords` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.fallback_2.customFields` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_2.customFields` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.fallback_2.createdAt` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_2.updatedAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_2.categoryId` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_2.languageId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_2.categoryVersionId` ,
`category.translation.fallback_1.categoryVersionId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name as `category.translation.name` ,
`category.translation` . breadcrumb as `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields as `category.translation.customFields` ,
`category.translation` . created_at as `category.translation.createdAt` ,
`category.translation` . updated_at as `category.translation.updatedAt` ,
`category.translation` . category_id as `category.translation.categoryId` ,
`category.translation` . language_id as `category.translation.languageId` ,
`category.translation` . category_version_id as `category.translation.categoryVersionId` ,
`category.translation.fallback_1` . name as `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description as `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` ,
`category.translation.fallback_2` . name as `category.translation.fallback_2.name` ,
`category.translation.fallback_2` . breadcrumb as `category.translation.fallback_2.breadcrumb` ,
`category.translation.fallback_2` . slot_config as `category.translation.fallback_2.slotConfig` ,
`category.translation.fallback_2` . link_type as `category.translation.fallback_2.linkType` ,
`category.translation.fallback_2` . internal_link as `category.translation.fallback_2.internalLink` ,
`category.translation.fallback_2` . external_link as `category.translation.fallback_2.externalLink` ,
`category.translation.fallback_2` . link_new_tab as `category.translation.fallback_2.linkNewTab` ,
`category.translation.fallback_2` . description as `category.translation.fallback_2.description` ,
`category.translation.fallback_2` . meta_title as `category.translation.fallback_2.metaTitle` ,
`category.translation.fallback_2` . meta_description as `category.translation.fallback_2.metaDescription` ,
`category.translation.fallback_2` . keywords as `category.translation.fallback_2.keywords` ,
`category.translation.fallback_2` . custom_fields as `category.translation.fallback_2.customFields` ,
`category.translation.fallback_2` . created_at as `category.translation.fallback_2.createdAt` ,
`category.translation.fallback_2` . updated_at as `category.translation.fallback_2.updatedAt` ,
`category.translation.fallback_2` . category_id as `category.translation.fallback_2.categoryId` ,
`category.translation.fallback_2` . language_id as `category.translation.fallback_2.languageId` ,
`category.translation.fallback_2` . category_version_id as `category.translation.fallback_2.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
LEFT JOIN `category_translation` `category.translation.fallback_2` ON `category.translation` . `category_id` = `category.translation.fallback_2` . `category_id`
AND `category.translation.fallback_2` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_2` . category_version_id
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.fallback_2.name` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_2.name` , `category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_2.breadcrumb` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_2.breadcrumb` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_2.slotConfig` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_2.slotConfig` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_2.linkType` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_2.linkType` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_2.internalLink` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_2.internalLink` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_2.externalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_2.externalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_2.linkNewTab` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_2.linkNewTab` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_2.description` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_2.description` , `category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_2.metaTitle` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_2.metaTitle` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_2.metaDescription` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_2.metaDescription` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_2.keywords` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_2.keywords` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_2.customFields` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_2.customFields` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_2.createdAt` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_2.updatedAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_2.categoryId` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_2.languageId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_2.categoryVersionId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` , `category.translation.fallback_2` . name as `category.translation.fallback_2.name` , `category.translation.fallback_2` . breadcrumb as `category.translation.fallback_2.breadcrumb` , `category.translation.fallback_2` . slot_config as `category.translation.fallback_2.slotConfig` , `category.translation.fallback_2` . link_type as `category.translation.fallback_2.linkType` , `category.translation.fallback_2` . internal_link as `category.translation.fallback_2.internalLink` , `category.translation.fallback_2` . external_link as `category.translation.fallback_2.externalLink` , `category.translation.fallback_2` . link_new_tab as `category.translation.fallback_2.linkNewTab` , `category.translation.fallback_2` . description as `category.translation.fallback_2.description` , `category.translation.fallback_2` . meta_title as `category.translation.fallback_2.metaTitle` , `category.translation.fallback_2` . meta_description as `category.translation.fallback_2.metaDescription` , `category.translation.fallback_2` . keywords as `category.translation.fallback_2.keywords` , `category.translation.fallback_2` . custom_fields as `category.translation.fallback_2.customFields` , `category.translation.fallback_2` . created_at as `category.translation.fallback_2.createdAt` , `category.translation.fallback_2` . updated_at as `category.translation.fallback_2.updatedAt` , `category.translation.fallback_2` . category_id as `category.translation.fallback_2.categoryId` , `category.translation.fallback_2` . language_id as `category.translation.fallback_2.languageId` , `category.translation.fallback_2` . category_version_id as `category.translation.fallback_2.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id LEFT JOIN `category_translation` `category.translation.fallback_2` ON `category.translation` . `category_id` = `category.translation.fallback_2` . `category_id` AND `category.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 AND `category.translation` . category_version_id = `category.translation.fallback_2` . category_version_id 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 (0x27BE5CA1BC5447A1B2ABDC79AD0A57D5 , 0x8B3D60CCFCB647D5A92992F7CE2BA69E , 0xE4113C9C25C44D98A157ECD97D35D753 ));
Copy
53
0.17 ms
SELECT `tag` . `id` as `tag.id` , `tag` . `name` as `tag.name` , `tag` . `created_at` as `tag.createdAt` , `tag` . `updated_at` as `tag.updatedAt` FROM `tag` WHERE `tag` . `id` IN (? )
Parameters :
[
b"ü´%X\x0F wD\x02 ¼\x01 ¸╔ãƒà\x18 "
]
SELECT `tag` . `id` as `tag.id` , `tag` . `name` as `tag.name` , `tag` . `created_at` as `tag.createdAt` , `tag` . `updated_at` as `tag.updatedAt` FROM `tag` WHERE `tag` . `id` IN (0x81EF25580F774402AC01F7C9C69F8518 );
Copy
54
7.15 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.fallback_2.name` , `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_2.name` , `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_2.createdAt` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_2.updatedAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_2.propertyGroupId` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_2.languageId` , `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_2.createdAt` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_2.updatedAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_2.propertyGroupOptionId` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_2.languageId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` 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` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.fallback_2` . name as `property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_2` . position as `property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_2` . custom_fields as `property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_2` . created_at as `property_group_option.translation.fallback_2.createdAt` , `property_group_option.translation.fallback_2` . updated_at as `property_group_option.translation.fallback_2.updatedAt` , `property_group_option.translation.fallback_2` . property_group_option_id as `property_group_option.translation.fallback_2.propertyGroupOptionId` , `property_group_option.translation.fallback_2` . language_id as `property_group_option.translation.fallback_2.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = ? LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_2` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_2` . `property_group_option_id` AND `property_group_option.translation.fallback_2` . language_id = ? 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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` , `property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.fallback_2` . name as `property_group_option.group.translation.fallback_2.name` , `property_group_option.group.translation.fallback_2` . description as `property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_2` . position as `property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_2` . custom_fields as `property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_2` . created_at as `property_group_option.group.translation.fallback_2.createdAt` , `property_group_option.group.translation.fallback_2` . updated_at as `property_group_option.group.translation.fallback_2.updatedAt` , `property_group_option.group.translation.fallback_2` . property_group_id as `property_group_option.group.translation.fallback_2.propertyGroupId` , `property_group_option.group.translation.fallback_2` . language_id as `property_group_option.group.translation.fallback_2.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = ? LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_2` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_2` . `property_group_id` AND `property_group_option.group.translation.fallback_2` . language_id = ? 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"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"4¾ý\x13 f7E\x18 ¨Ô?5ϵQ‰ "
b"•ö§\x1C\x18\x1D Ef®k\x18 ؽR)\e "
b"Ô…~N\x00 !LY©\x05 ¢+ZîRQ "
b"ñ‹åýrJC¡§èf˜å=Âè "
b"""
¹Ü‗\f\v \n
B7Å]\x1C ╗\r ╣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.fallback_2.name` ,
`property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.fallback_2.name` ,
`property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) as `property_group_option.group.name` ,
`property_group_option.group.translation.fallback_2.description` ,
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.fallback_2.description` ,
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) as `property_group_option.group.description` ,
`property_group_option.group.translation.fallback_2.position` ,
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.fallback_2.position` ,
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) as `property_group_option.group.position` ,
`property_group_option.group.translation.fallback_2.customFields` ,
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.fallback_2.customFields` ,
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields` ,
`property_group_option.group.translation.fallback_2.createdAt` ,
`property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.fallback_2.updatedAt` ,
`property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.fallback_2.propertyGroupId` ,
`property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.fallback_2.languageId` ,
`property_group_option.group.translation.fallback_1.languageId` ,
`property_group_option.group.translation.languageId` ,
`property_group_option.translation.fallback_2.name` ,
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.fallback_2.name` ,
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.fallback_2.position` ,
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.fallback_2.position` ,
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.fallback_2.customFields` ,
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.fallback_2.customFields` ,
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) as `property_group_option.customFields` ,
`property_group_option.translation.fallback_2.createdAt` ,
`property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.fallback_2.updatedAt` ,
`property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.fallback_2.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.fallback_2.languageId` ,
`property_group_option.translation.fallback_1.languageId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
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` ,
`property_group_option.translation` . created_at as `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id as `property_group_option.translation.languageId` ,
`property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` ,
`property_group_option.translation.fallback_2` . name as `property_group_option.translation.fallback_2.name` ,
`property_group_option.translation.fallback_2` . position as `property_group_option.translation.fallback_2.position` ,
`property_group_option.translation.fallback_2` . custom_fields as `property_group_option.translation.fallback_2.customFields` ,
`property_group_option.translation.fallback_2` . created_at as `property_group_option.translation.fallback_2.createdAt` ,
`property_group_option.translation.fallback_2` . updated_at as `property_group_option.translation.fallback_2.updatedAt` ,
`property_group_option.translation.fallback_2` . property_group_option_id as `property_group_option.translation.fallback_2.propertyGroupOptionId` ,
`property_group_option.translation.fallback_2` . language_id as `property_group_option.translation.fallback_2.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id`
AND `property_group_option.translation.fallback_1` . language_id = ?
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_2` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_2` . `property_group_option_id`
AND `property_group_option.translation.fallback_2` . language_id = ?
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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` ,
`property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` ,
`property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` ,
`property_group_option.group.translation.fallback_2` . name as `property_group_option.group.translation.fallback_2.name` ,
`property_group_option.group.translation.fallback_2` . description as `property_group_option.group.translation.fallback_2.description` ,
`property_group_option.group.translation.fallback_2` . position as `property_group_option.group.translation.fallback_2.position` ,
`property_group_option.group.translation.fallback_2` . custom_fields as `property_group_option.group.translation.fallback_2.customFields` ,
`property_group_option.group.translation.fallback_2` . created_at as `property_group_option.group.translation.fallback_2.createdAt` ,
`property_group_option.group.translation.fallback_2` . updated_at as `property_group_option.group.translation.fallback_2.updatedAt` ,
`property_group_option.group.translation.fallback_2` . property_group_id as `property_group_option.group.translation.fallback_2.propertyGroupId` ,
`property_group_option.group.translation.fallback_2` . language_id as `property_group_option.group.translation.fallback_2.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id`
AND `property_group_option.group.translation.fallback_1` . language_id = ?
LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_2` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_2` . `property_group_id`
AND `property_group_option.group.translation.fallback_2` . language_id = ?
WHERE
`property_group_option.group.translation` . language_id = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
WHERE
`property_group_option` . `id` IN (? , ? , ? , ? , ? )
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.fallback_2.name` , `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_2.name` , `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_2.createdAt` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_2.updatedAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_2.propertyGroupId` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_2.languageId` , `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_2.createdAt` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_2.updatedAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_2.propertyGroupOptionId` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_2.languageId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` 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` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.fallback_2` . name as `property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_2` . position as `property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_2` . custom_fields as `property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_2` . created_at as `property_group_option.translation.fallback_2.createdAt` , `property_group_option.translation.fallback_2` . updated_at as `property_group_option.translation.fallback_2.updatedAt` , `property_group_option.translation.fallback_2` . property_group_option_id as `property_group_option.translation.fallback_2.propertyGroupOptionId` , `property_group_option.translation.fallback_2` . language_id as `property_group_option.translation.fallback_2.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_2` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_2` . `property_group_option_id` AND `property_group_option.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` , `property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.fallback_2` . name as `property_group_option.group.translation.fallback_2.name` , `property_group_option.group.translation.fallback_2` . description as `property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_2` . position as `property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_2` . custom_fields as `property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_2` . created_at as `property_group_option.group.translation.fallback_2.createdAt` , `property_group_option.group.translation.fallback_2` . updated_at as `property_group_option.group.translation.fallback_2.updatedAt` , `property_group_option.group.translation.fallback_2` . property_group_id as `property_group_option.group.translation.fallback_2.propertyGroupId` , `property_group_option.group.translation.fallback_2` . language_id as `property_group_option.group.translation.fallback_2.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_2` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_2` . `property_group_id` AND `property_group_option.group.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 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 (0x34BEFD1366374518A8D43F35CFB55189 , 0x95F6A71C181D4566AE6B18D8BD52291B , 0xD4857E4E00214C59A905A22B5AEE5251 , 0xF18BE5FD724A43A1A7E86698E53DC2E8 , 0xFB9AF20C0B0A42378F5D1CBB0DB978E7 );
Copy
55
0.39 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ìj6ò╩s4Ø¥¸ÅßKý╣ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018D6A3695CA73349DBEF78FE14BECB9 );
Copy
56
0.35 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"ü´%X\x0F wD\x02 ¼\x01 ¸╔ãƒà\x18 "
1
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0x81EF25580F774402AC01F7C9C69F8518 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
57
0.19 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (((`category` . `path` LIKE ? OR `category` . `path` LIKE ? ))) AND (`category` . `id` IN (? , ? , ? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|a4cb64e4dae94ea3a64e44a5b2b409fe|% "
"%|e5f9ac71126e493ea79d61460b3880b6|% "
b"""
'¾\¡¼TG¡²«Üy\n
WÕ
"""
b"‹=`Ìü¶GÕ©)’÷Î+¦ž "
b"ä\x11 <œ%ÄM˜¡WìÙ}5×S "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category` . `path` LIKE '%|a4cb64e4dae94ea3a64e44a5b2b409fe|%' OR `category` . `path` LIKE '%|e5f9ac71126e493ea79d61460b3880b6|%' ))) AND (`category` . `id` IN (0x27BE5CA1BC5447A1B2ABDC79AD0A57D5 , 0x8B3D60CCFCB647D5A92992F7CE2BA69E , 0xE4113C9C25C44D98A157ECD97D35D753 )) LIMIT 1 ;
Copy
58
1.13 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.fallback_2.name` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_2.name` , `category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_2.breadcrumb` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_2.breadcrumb` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_2.slotConfig` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_2.slotConfig` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_2.linkType` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_2.linkType` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_2.internalLink` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_2.internalLink` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_2.externalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_2.externalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_2.linkNewTab` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_2.linkNewTab` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_2.description` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_2.description` , `category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_2.metaTitle` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_2.metaTitle` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_2.metaDescription` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_2.metaDescription` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_2.keywords` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_2.keywords` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_2.customFields` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_2.customFields` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_2.createdAt` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_2.updatedAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_2.categoryId` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_2.languageId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_2.categoryVersionId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` , `category.translation.fallback_2` . name as `category.translation.fallback_2.name` , `category.translation.fallback_2` . breadcrumb as `category.translation.fallback_2.breadcrumb` , `category.translation.fallback_2` . slot_config as `category.translation.fallback_2.slotConfig` , `category.translation.fallback_2` . link_type as `category.translation.fallback_2.linkType` , `category.translation.fallback_2` . internal_link as `category.translation.fallback_2.internalLink` , `category.translation.fallback_2` . external_link as `category.translation.fallback_2.externalLink` , `category.translation.fallback_2` . link_new_tab as `category.translation.fallback_2.linkNewTab` , `category.translation.fallback_2` . description as `category.translation.fallback_2.description` , `category.translation.fallback_2` . meta_title as `category.translation.fallback_2.metaTitle` , `category.translation.fallback_2` . meta_description as `category.translation.fallback_2.metaDescription` , `category.translation.fallback_2` . keywords as `category.translation.fallback_2.keywords` , `category.translation.fallback_2` . custom_fields as `category.translation.fallback_2.customFields` , `category.translation.fallback_2` . created_at as `category.translation.fallback_2.createdAt` , `category.translation.fallback_2` . updated_at as `category.translation.fallback_2.updatedAt` , `category.translation.fallback_2` . category_id as `category.translation.fallback_2.categoryId` , `category.translation.fallback_2` . language_id as `category.translation.fallback_2.languageId` , `category.translation.fallback_2` . category_version_id as `category.translation.fallback_2.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id LEFT JOIN `category_translation` `category.translation.fallback_2` ON `category.translation` . `category_id` = `category.translation.fallback_2` . `category_id` AND `category.translation.fallback_2` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_2` . category_version_id 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"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"‹=`Ìü¶GÕ©)’÷Î+¦ž "
]
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.fallback_2.name` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_2.name` ,
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.fallback_2.breadcrumb` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_2.breadcrumb` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.fallback_2.slotConfig` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_2.slotConfig` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.fallback_2.linkType` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_2.linkType` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.fallback_2.internalLink` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_2.internalLink` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.fallback_2.externalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_2.externalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.fallback_2.linkNewTab` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_2.linkNewTab` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.fallback_2.description` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_2.description` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.fallback_2.metaTitle` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_2.metaTitle` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.fallback_2.metaDescription` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_2.metaDescription` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.fallback_2.keywords` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_2.keywords` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.fallback_2.customFields` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_2.customFields` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.fallback_2.createdAt` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_2.updatedAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_2.categoryId` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_2.languageId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_2.categoryVersionId` ,
`category.translation.fallback_1.categoryVersionId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name as `category.translation.name` ,
`category.translation` . breadcrumb as `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields as `category.translation.customFields` ,
`category.translation` . created_at as `category.translation.createdAt` ,
`category.translation` . updated_at as `category.translation.updatedAt` ,
`category.translation` . category_id as `category.translation.categoryId` ,
`category.translation` . language_id as `category.translation.languageId` ,
`category.translation` . category_version_id as `category.translation.categoryVersionId` ,
`category.translation.fallback_1` . name as `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description as `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` ,
`category.translation.fallback_2` . name as `category.translation.fallback_2.name` ,
`category.translation.fallback_2` . breadcrumb as `category.translation.fallback_2.breadcrumb` ,
`category.translation.fallback_2` . slot_config as `category.translation.fallback_2.slotConfig` ,
`category.translation.fallback_2` . link_type as `category.translation.fallback_2.linkType` ,
`category.translation.fallback_2` . internal_link as `category.translation.fallback_2.internalLink` ,
`category.translation.fallback_2` . external_link as `category.translation.fallback_2.externalLink` ,
`category.translation.fallback_2` . link_new_tab as `category.translation.fallback_2.linkNewTab` ,
`category.translation.fallback_2` . description as `category.translation.fallback_2.description` ,
`category.translation.fallback_2` . meta_title as `category.translation.fallback_2.metaTitle` ,
`category.translation.fallback_2` . meta_description as `category.translation.fallback_2.metaDescription` ,
`category.translation.fallback_2` . keywords as `category.translation.fallback_2.keywords` ,
`category.translation.fallback_2` . custom_fields as `category.translation.fallback_2.customFields` ,
`category.translation.fallback_2` . created_at as `category.translation.fallback_2.createdAt` ,
`category.translation.fallback_2` . updated_at as `category.translation.fallback_2.updatedAt` ,
`category.translation.fallback_2` . category_id as `category.translation.fallback_2.categoryId` ,
`category.translation.fallback_2` . language_id as `category.translation.fallback_2.languageId` ,
`category.translation.fallback_2` . category_version_id as `category.translation.fallback_2.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
LEFT JOIN `category_translation` `category.translation.fallback_2` ON `category.translation` . `category_id` = `category.translation.fallback_2` . `category_id`
AND `category.translation.fallback_2` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_2` . category_version_id
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.fallback_2.name` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_2.name` , `category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_2.breadcrumb` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_2.breadcrumb` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_2.slotConfig` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_2.slotConfig` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_2.linkType` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_2.linkType` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_2.internalLink` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_2.internalLink` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_2.externalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_2.externalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_2.linkNewTab` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_2.linkNewTab` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_2.description` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_2.description` , `category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_2.metaTitle` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_2.metaTitle` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_2.metaDescription` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_2.metaDescription` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_2.keywords` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_2.keywords` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_2.customFields` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_2.customFields` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_2.createdAt` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_2.updatedAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_2.categoryId` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_2.languageId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_2.categoryVersionId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` , `category.translation.fallback_2` . name as `category.translation.fallback_2.name` , `category.translation.fallback_2` . breadcrumb as `category.translation.fallback_2.breadcrumb` , `category.translation.fallback_2` . slot_config as `category.translation.fallback_2.slotConfig` , `category.translation.fallback_2` . link_type as `category.translation.fallback_2.linkType` , `category.translation.fallback_2` . internal_link as `category.translation.fallback_2.internalLink` , `category.translation.fallback_2` . external_link as `category.translation.fallback_2.externalLink` , `category.translation.fallback_2` . link_new_tab as `category.translation.fallback_2.linkNewTab` , `category.translation.fallback_2` . description as `category.translation.fallback_2.description` , `category.translation.fallback_2` . meta_title as `category.translation.fallback_2.metaTitle` , `category.translation.fallback_2` . meta_description as `category.translation.fallback_2.metaDescription` , `category.translation.fallback_2` . keywords as `category.translation.fallback_2.keywords` , `category.translation.fallback_2` . custom_fields as `category.translation.fallback_2.customFields` , `category.translation.fallback_2` . created_at as `category.translation.fallback_2.createdAt` , `category.translation.fallback_2` . updated_at as `category.translation.fallback_2.updatedAt` , `category.translation.fallback_2` . category_id as `category.translation.fallback_2.categoryId` , `category.translation.fallback_2` . language_id as `category.translation.fallback_2.languageId` , `category.translation.fallback_2` . category_version_id as `category.translation.fallback_2.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id LEFT JOIN `category_translation` `category.translation.fallback_2` ON `category.translation` . `category_id` = `category.translation.fallback_2` . `category_id` AND `category.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 AND `category.translation` . category_version_id = `category.translation.fallback_2` . category_version_id 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 (0x8B3D60CCFCB647D5A92992F7CE2BA69E ));
Copy
59
0.57 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.fallback_2.name` , `cms_page.translation.fallback_1.name` , `cms_page.translation.name` , COALESCE (`cms_page.translation.fallback_2.name` , `cms_page.translation.fallback_1.name` , `cms_page.translation.name` , `cms_page.translation.name` ) as `cms_page.name` , `cms_page.translation.fallback_2.customFields` , `cms_page.translation.fallback_1.customFields` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.fallback_2.customFields` , `cms_page.translation.fallback_1.customFields` , `cms_page.translation.customFields` , `cms_page.translation.customFields` ) as `cms_page.customFields` , `cms_page.translation.fallback_2.createdAt` , `cms_page.translation.fallback_1.createdAt` , `cms_page.translation.createdAt` , `cms_page.translation.fallback_2.updatedAt` , `cms_page.translation.fallback_1.updatedAt` , `cms_page.translation.updatedAt` , `cms_page.translation.fallback_2.cmsPageId` , `cms_page.translation.fallback_1.cmsPageId` , `cms_page.translation.cmsPageId` , `cms_page.translation.fallback_2.languageId` , `cms_page.translation.fallback_1.languageId` , `cms_page.translation.languageId` , `cms_page.translation.fallback_2.cmsPageVersionId` , `cms_page.translation.fallback_1.cmsPageVersionId` , `cms_page.translation.cmsPageVersionId` 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` , `cms_page.translation` . created_at as `cms_page.translation.createdAt` , `cms_page.translation` . updated_at as `cms_page.translation.updatedAt` , `cms_page.translation` . cms_page_id as `cms_page.translation.cmsPageId` , `cms_page.translation` . language_id as `cms_page.translation.languageId` , `cms_page.translation` . cms_page_version_id as `cms_page.translation.cmsPageVersionId` , `cms_page.translation.fallback_1` . name as `cms_page.translation.fallback_1.name` , `cms_page.translation.fallback_1` . custom_fields as `cms_page.translation.fallback_1.customFields` , `cms_page.translation.fallback_1` . created_at as `cms_page.translation.fallback_1.createdAt` , `cms_page.translation.fallback_1` . updated_at as `cms_page.translation.fallback_1.updatedAt` , `cms_page.translation.fallback_1` . cms_page_id as `cms_page.translation.fallback_1.cmsPageId` , `cms_page.translation.fallback_1` . language_id as `cms_page.translation.fallback_1.languageId` , `cms_page.translation.fallback_1` . cms_page_version_id as `cms_page.translation.fallback_1.cmsPageVersionId` , `cms_page.translation.fallback_2` . name as `cms_page.translation.fallback_2.name` , `cms_page.translation.fallback_2` . custom_fields as `cms_page.translation.fallback_2.customFields` , `cms_page.translation.fallback_2` . created_at as `cms_page.translation.fallback_2.createdAt` , `cms_page.translation.fallback_2` . updated_at as `cms_page.translation.fallback_2.updatedAt` , `cms_page.translation.fallback_2` . cms_page_id as `cms_page.translation.fallback_2.cmsPageId` , `cms_page.translation.fallback_2` . language_id as `cms_page.translation.fallback_2.languageId` , `cms_page.translation.fallback_2` . cms_page_version_id as `cms_page.translation.fallback_2.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_1` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.fallback_1` . `cms_page_id` AND `cms_page.translation.fallback_1` . language_id = ? AND `cms_page.translation` . cms_page_version_id = `cms_page.translation.fallback_1` . cms_page_version_id LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_2` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.fallback_2` . `cms_page_id` AND `cms_page.translation.fallback_2` . language_id = ? AND `cms_page.translation` . cms_page_version_id = `cms_page.translation.fallback_2` . cms_page_version_id 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"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ìi²:xwF┐¡è99Ë\x06 ╣ "
]
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.fallback_2.name` ,
`cms_page.translation.fallback_1.name` ,
`cms_page.translation.name` ,
COALESCE (
`cms_page.translation.fallback_2.name` ,
`cms_page.translation.fallback_1.name` ,
`cms_page.translation.name` , `cms_page.translation.name`
) as `cms_page.name` ,
`cms_page.translation.fallback_2.customFields` ,
`cms_page.translation.fallback_1.customFields` ,
`cms_page.translation.customFields` ,
COALESCE (
`cms_page.translation.fallback_2.customFields` ,
`cms_page.translation.fallback_1.customFields` ,
`cms_page.translation.customFields` ,
`cms_page.translation.customFields`
) as `cms_page.customFields` ,
`cms_page.translation.fallback_2.createdAt` ,
`cms_page.translation.fallback_1.createdAt` ,
`cms_page.translation.createdAt` ,
`cms_page.translation.fallback_2.updatedAt` ,
`cms_page.translation.fallback_1.updatedAt` ,
`cms_page.translation.updatedAt` ,
`cms_page.translation.fallback_2.cmsPageId` ,
`cms_page.translation.fallback_1.cmsPageId` ,
`cms_page.translation.cmsPageId` ,
`cms_page.translation.fallback_2.languageId` ,
`cms_page.translation.fallback_1.languageId` ,
`cms_page.translation.languageId` ,
`cms_page.translation.fallback_2.cmsPageVersionId` ,
`cms_page.translation.fallback_1.cmsPageVersionId` ,
`cms_page.translation.cmsPageVersionId`
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` ,
`cms_page.translation` . created_at as `cms_page.translation.createdAt` ,
`cms_page.translation` . updated_at as `cms_page.translation.updatedAt` ,
`cms_page.translation` . cms_page_id as `cms_page.translation.cmsPageId` ,
`cms_page.translation` . language_id as `cms_page.translation.languageId` ,
`cms_page.translation` . cms_page_version_id as `cms_page.translation.cmsPageVersionId` ,
`cms_page.translation.fallback_1` . name as `cms_page.translation.fallback_1.name` ,
`cms_page.translation.fallback_1` . custom_fields as `cms_page.translation.fallback_1.customFields` ,
`cms_page.translation.fallback_1` . created_at as `cms_page.translation.fallback_1.createdAt` ,
`cms_page.translation.fallback_1` . updated_at as `cms_page.translation.fallback_1.updatedAt` ,
`cms_page.translation.fallback_1` . cms_page_id as `cms_page.translation.fallback_1.cmsPageId` ,
`cms_page.translation.fallback_1` . language_id as `cms_page.translation.fallback_1.languageId` ,
`cms_page.translation.fallback_1` . cms_page_version_id as `cms_page.translation.fallback_1.cmsPageVersionId` ,
`cms_page.translation.fallback_2` . name as `cms_page.translation.fallback_2.name` ,
`cms_page.translation.fallback_2` . custom_fields as `cms_page.translation.fallback_2.customFields` ,
`cms_page.translation.fallback_2` . created_at as `cms_page.translation.fallback_2.createdAt` ,
`cms_page.translation.fallback_2` . updated_at as `cms_page.translation.fallback_2.updatedAt` ,
`cms_page.translation.fallback_2` . cms_page_id as `cms_page.translation.fallback_2.cmsPageId` ,
`cms_page.translation.fallback_2` . language_id as `cms_page.translation.fallback_2.languageId` ,
`cms_page.translation.fallback_2` . cms_page_version_id as `cms_page.translation.fallback_2.cmsPageVersionId`
FROM
`cms_page_translation` `cms_page.translation`
LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_1` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.fallback_1` . `cms_page_id`
AND `cms_page.translation.fallback_1` . language_id = ?
AND `cms_page.translation` . cms_page_version_id = `cms_page.translation.fallback_1` . cms_page_version_id
LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_2` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.fallback_2` . `cms_page_id`
AND `cms_page.translation.fallback_2` . language_id = ?
AND `cms_page.translation` . cms_page_version_id = `cms_page.translation.fallback_2` . cms_page_version_id
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 (? )
)
Copy
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.fallback_2.name` , `cms_page.translation.fallback_1.name` , `cms_page.translation.name` , COALESCE (`cms_page.translation.fallback_2.name` , `cms_page.translation.fallback_1.name` , `cms_page.translation.name` , `cms_page.translation.name` ) as `cms_page.name` , `cms_page.translation.fallback_2.customFields` , `cms_page.translation.fallback_1.customFields` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.fallback_2.customFields` , `cms_page.translation.fallback_1.customFields` , `cms_page.translation.customFields` , `cms_page.translation.customFields` ) as `cms_page.customFields` , `cms_page.translation.fallback_2.createdAt` , `cms_page.translation.fallback_1.createdAt` , `cms_page.translation.createdAt` , `cms_page.translation.fallback_2.updatedAt` , `cms_page.translation.fallback_1.updatedAt` , `cms_page.translation.updatedAt` , `cms_page.translation.fallback_2.cmsPageId` , `cms_page.translation.fallback_1.cmsPageId` , `cms_page.translation.cmsPageId` , `cms_page.translation.fallback_2.languageId` , `cms_page.translation.fallback_1.languageId` , `cms_page.translation.languageId` , `cms_page.translation.fallback_2.cmsPageVersionId` , `cms_page.translation.fallback_1.cmsPageVersionId` , `cms_page.translation.cmsPageVersionId` 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` , `cms_page.translation` . created_at as `cms_page.translation.createdAt` , `cms_page.translation` . updated_at as `cms_page.translation.updatedAt` , `cms_page.translation` . cms_page_id as `cms_page.translation.cmsPageId` , `cms_page.translation` . language_id as `cms_page.translation.languageId` , `cms_page.translation` . cms_page_version_id as `cms_page.translation.cmsPageVersionId` , `cms_page.translation.fallback_1` . name as `cms_page.translation.fallback_1.name` , `cms_page.translation.fallback_1` . custom_fields as `cms_page.translation.fallback_1.customFields` , `cms_page.translation.fallback_1` . created_at as `cms_page.translation.fallback_1.createdAt` , `cms_page.translation.fallback_1` . updated_at as `cms_page.translation.fallback_1.updatedAt` , `cms_page.translation.fallback_1` . cms_page_id as `cms_page.translation.fallback_1.cmsPageId` , `cms_page.translation.fallback_1` . language_id as `cms_page.translation.fallback_1.languageId` , `cms_page.translation.fallback_1` . cms_page_version_id as `cms_page.translation.fallback_1.cmsPageVersionId` , `cms_page.translation.fallback_2` . name as `cms_page.translation.fallback_2.name` , `cms_page.translation.fallback_2` . custom_fields as `cms_page.translation.fallback_2.customFields` , `cms_page.translation.fallback_2` . created_at as `cms_page.translation.fallback_2.createdAt` , `cms_page.translation.fallback_2` . updated_at as `cms_page.translation.fallback_2.updatedAt` , `cms_page.translation.fallback_2` . cms_page_id as `cms_page.translation.fallback_2.cmsPageId` , `cms_page.translation.fallback_2` . language_id as `cms_page.translation.fallback_2.languageId` , `cms_page.translation.fallback_2` . cms_page_version_id as `cms_page.translation.fallback_2.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_1` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.fallback_1` . `cms_page_id` AND `cms_page.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 AND `cms_page.translation` . cms_page_version_id = `cms_page.translation.fallback_1` . cms_page_version_id LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_2` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.fallback_2` . `cms_page_id` AND `cms_page.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 AND `cms_page.translation` . cms_page_version_id = `cms_page.translation.fallback_2` . cms_page_version_id 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 (0x018D69FD3A787746BFAD8A3939D306B9 ));
Copy
60
1.22 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.fallback_2.title` , `cms_section.backgroundMedia.translation.fallback_1.title` , `cms_section.backgroundMedia.translation.title` , COALESCE (`cms_section.backgroundMedia.translation.fallback_2.title` , `cms_section.backgroundMedia.translation.fallback_1.title` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` ) as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.fallback_2.alt` , `cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`cms_section.backgroundMedia.translation.fallback_2.alt` , `cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` ) as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.fallback_2.customFields` , `cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`cms_section.backgroundMedia.translation.fallback_2.customFields` , `cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` ) as `cms_section.backgroundMedia.customFields` , `cms_section.backgroundMedia.translation.fallback_2.createdAt` , `cms_section.backgroundMedia.translation.fallback_1.createdAt` , `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation.fallback_2.updatedAt` , `cms_section.backgroundMedia.translation.fallback_1.updatedAt` , `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation.fallback_2.mediaId` , `cms_section.backgroundMedia.translation.fallback_1.mediaId` , `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation.fallback_2.languageId` , `cms_section.backgroundMedia.translation.fallback_1.languageId` , `cms_section.backgroundMedia.translation.languageId` 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` . title as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . alt as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . custom_fields as `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation` . created_at as `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation` . updated_at as `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation` . media_id as `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation` . language_id as `cms_section.backgroundMedia.translation.languageId` , `cms_section.backgroundMedia.translation.fallback_1` . title as `cms_section.backgroundMedia.translation.fallback_1.title` , `cms_section.backgroundMedia.translation.fallback_1` . alt as `cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.fallback_1` . custom_fields as `cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.fallback_1` . created_at as `cms_section.backgroundMedia.translation.fallback_1.createdAt` , `cms_section.backgroundMedia.translation.fallback_1` . updated_at as `cms_section.backgroundMedia.translation.fallback_1.updatedAt` , `cms_section.backgroundMedia.translation.fallback_1` . media_id as `cms_section.backgroundMedia.translation.fallback_1.mediaId` , `cms_section.backgroundMedia.translation.fallback_1` . language_id as `cms_section.backgroundMedia.translation.fallback_1.languageId` , `cms_section.backgroundMedia.translation.fallback_2` . title as `cms_section.backgroundMedia.translation.fallback_2.title` , `cms_section.backgroundMedia.translation.fallback_2` . alt as `cms_section.backgroundMedia.translation.fallback_2.alt` , `cms_section.backgroundMedia.translation.fallback_2` . custom_fields as `cms_section.backgroundMedia.translation.fallback_2.customFields` , `cms_section.backgroundMedia.translation.fallback_2` . created_at as `cms_section.backgroundMedia.translation.fallback_2.createdAt` , `cms_section.backgroundMedia.translation.fallback_2` . updated_at as `cms_section.backgroundMedia.translation.fallback_2.updatedAt` , `cms_section.backgroundMedia.translation.fallback_2` . media_id as `cms_section.backgroundMedia.translation.fallback_2.mediaId` , `cms_section.backgroundMedia.translation.fallback_2` . language_id as `cms_section.backgroundMedia.translation.fallback_2.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_1` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.fallback_1` . `media_id` AND `cms_section.backgroundMedia.translation.fallback_1` . language_id = ? LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_2` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.fallback_2` . `media_id` AND `cms_section.backgroundMedia.translation.fallback_2` . language_id = ? 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"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ìi²:xwF┐¡è99Ë\x06 ╣ "
]
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.fallback_2.title` ,
`cms_section.backgroundMedia.translation.fallback_1.title` ,
`cms_section.backgroundMedia.translation.title` ,
COALESCE (
`cms_section.backgroundMedia.translation.fallback_2.title` ,
`cms_section.backgroundMedia.translation.fallback_1.title` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title`
) as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.fallback_2.alt` ,
`cms_section.backgroundMedia.translation.fallback_1.alt` ,
`cms_section.backgroundMedia.translation.alt` ,
COALESCE (
`cms_section.backgroundMedia.translation.fallback_2.alt` ,
`cms_section.backgroundMedia.translation.fallback_1.alt` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt`
) as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.fallback_2.customFields` ,
`cms_section.backgroundMedia.translation.fallback_1.customFields` ,
`cms_section.backgroundMedia.translation.customFields` ,
COALESCE (
`cms_section.backgroundMedia.translation.fallback_2.customFields` ,
`cms_section.backgroundMedia.translation.fallback_1.customFields` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields`
) as `cms_section.backgroundMedia.customFields` ,
`cms_section.backgroundMedia.translation.fallback_2.createdAt` ,
`cms_section.backgroundMedia.translation.fallback_1.createdAt` ,
`cms_section.backgroundMedia.translation.createdAt` ,
`cms_section.backgroundMedia.translation.fallback_2.updatedAt` ,
`cms_section.backgroundMedia.translation.fallback_1.updatedAt` ,
`cms_section.backgroundMedia.translation.updatedAt` ,
`cms_section.backgroundMedia.translation.fallback_2.mediaId` ,
`cms_section.backgroundMedia.translation.fallback_1.mediaId` ,
`cms_section.backgroundMedia.translation.mediaId` ,
`cms_section.backgroundMedia.translation.fallback_2.languageId` ,
`cms_section.backgroundMedia.translation.fallback_1.languageId` ,
`cms_section.backgroundMedia.translation.languageId`
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` . title as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . alt as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . custom_fields as `cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation` . created_at as `cms_section.backgroundMedia.translation.createdAt` ,
`cms_section.backgroundMedia.translation` . updated_at as `cms_section.backgroundMedia.translation.updatedAt` ,
`cms_section.backgroundMedia.translation` . media_id as `cms_section.backgroundMedia.translation.mediaId` ,
`cms_section.backgroundMedia.translation` . language_id as `cms_section.backgroundMedia.translation.languageId` ,
`cms_section.backgroundMedia.translation.fallback_1` . title as `cms_section.backgroundMedia.translation.fallback_1.title` ,
`cms_section.backgroundMedia.translation.fallback_1` . alt as `cms_section.backgroundMedia.translation.fallback_1.alt` ,
`cms_section.backgroundMedia.translation.fallback_1` . custom_fields as `cms_section.backgroundMedia.translation.fallback_1.customFields` ,
`cms_section.backgroundMedia.translation.fallback_1` . created_at as `cms_section.backgroundMedia.translation.fallback_1.createdAt` ,
`cms_section.backgroundMedia.translation.fallback_1` . updated_at as `cms_section.backgroundMedia.translation.fallback_1.updatedAt` ,
`cms_section.backgroundMedia.translation.fallback_1` . media_id as `cms_section.backgroundMedia.translation.fallback_1.mediaId` ,
`cms_section.backgroundMedia.translation.fallback_1` . language_id as `cms_section.backgroundMedia.translation.fallback_1.languageId` ,
`cms_section.backgroundMedia.translation.fallback_2` . title as `cms_section.backgroundMedia.translation.fallback_2.title` ,
`cms_section.backgroundMedia.translation.fallback_2` . alt as `cms_section.backgroundMedia.translation.fallback_2.alt` ,
`cms_section.backgroundMedia.translation.fallback_2` . custom_fields as `cms_section.backgroundMedia.translation.fallback_2.customFields` ,
`cms_section.backgroundMedia.translation.fallback_2` . created_at as `cms_section.backgroundMedia.translation.fallback_2.createdAt` ,
`cms_section.backgroundMedia.translation.fallback_2` . updated_at as `cms_section.backgroundMedia.translation.fallback_2.updatedAt` ,
`cms_section.backgroundMedia.translation.fallback_2` . media_id as `cms_section.backgroundMedia.translation.fallback_2.mediaId` ,
`cms_section.backgroundMedia.translation.fallback_2` . language_id as `cms_section.backgroundMedia.translation.fallback_2.languageId`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_1` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.fallback_1` . `media_id`
AND `cms_section.backgroundMedia.translation.fallback_1` . language_id = ?
LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_2` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.fallback_2` . `media_id`
AND `cms_section.backgroundMedia.translation.fallback_2` . language_id = ?
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.fallback_2.title` , `cms_section.backgroundMedia.translation.fallback_1.title` , `cms_section.backgroundMedia.translation.title` , COALESCE (`cms_section.backgroundMedia.translation.fallback_2.title` , `cms_section.backgroundMedia.translation.fallback_1.title` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` ) as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.fallback_2.alt` , `cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`cms_section.backgroundMedia.translation.fallback_2.alt` , `cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` ) as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.fallback_2.customFields` , `cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`cms_section.backgroundMedia.translation.fallback_2.customFields` , `cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` ) as `cms_section.backgroundMedia.customFields` , `cms_section.backgroundMedia.translation.fallback_2.createdAt` , `cms_section.backgroundMedia.translation.fallback_1.createdAt` , `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation.fallback_2.updatedAt` , `cms_section.backgroundMedia.translation.fallback_1.updatedAt` , `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation.fallback_2.mediaId` , `cms_section.backgroundMedia.translation.fallback_1.mediaId` , `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation.fallback_2.languageId` , `cms_section.backgroundMedia.translation.fallback_1.languageId` , `cms_section.backgroundMedia.translation.languageId` 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` . title as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . alt as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . custom_fields as `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation` . created_at as `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation` . updated_at as `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation` . media_id as `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation` . language_id as `cms_section.backgroundMedia.translation.languageId` , `cms_section.backgroundMedia.translation.fallback_1` . title as `cms_section.backgroundMedia.translation.fallback_1.title` , `cms_section.backgroundMedia.translation.fallback_1` . alt as `cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.fallback_1` . custom_fields as `cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.fallback_1` . created_at as `cms_section.backgroundMedia.translation.fallback_1.createdAt` , `cms_section.backgroundMedia.translation.fallback_1` . updated_at as `cms_section.backgroundMedia.translation.fallback_1.updatedAt` , `cms_section.backgroundMedia.translation.fallback_1` . media_id as `cms_section.backgroundMedia.translation.fallback_1.mediaId` , `cms_section.backgroundMedia.translation.fallback_1` . language_id as `cms_section.backgroundMedia.translation.fallback_1.languageId` , `cms_section.backgroundMedia.translation.fallback_2` . title as `cms_section.backgroundMedia.translation.fallback_2.title` , `cms_section.backgroundMedia.translation.fallback_2` . alt as `cms_section.backgroundMedia.translation.fallback_2.alt` , `cms_section.backgroundMedia.translation.fallback_2` . custom_fields as `cms_section.backgroundMedia.translation.fallback_2.customFields` , `cms_section.backgroundMedia.translation.fallback_2` . created_at as `cms_section.backgroundMedia.translation.fallback_2.createdAt` , `cms_section.backgroundMedia.translation.fallback_2` . updated_at as `cms_section.backgroundMedia.translation.fallback_2.updatedAt` , `cms_section.backgroundMedia.translation.fallback_2` . media_id as `cms_section.backgroundMedia.translation.fallback_2.mediaId` , `cms_section.backgroundMedia.translation.fallback_2` . language_id as `cms_section.backgroundMedia.translation.fallback_2.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_1` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.fallback_1` . `media_id` AND `cms_section.backgroundMedia.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_2` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.fallback_2` . `media_id` AND `cms_section.backgroundMedia.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 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 (0x018D69FD3A787746BFAD8A3939D306B9 )));
Copy
61
12.61 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
62
5.86 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.fallback_2.title` , `cms_block.backgroundMedia.translation.fallback_1.title` , `cms_block.backgroundMedia.translation.title` , COALESCE (`cms_block.backgroundMedia.translation.fallback_2.title` , `cms_block.backgroundMedia.translation.fallback_1.title` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` ) as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.fallback_2.alt` , `cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`cms_block.backgroundMedia.translation.fallback_2.alt` , `cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` ) as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.fallback_2.customFields` , `cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`cms_block.backgroundMedia.translation.fallback_2.customFields` , `cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` ) as `cms_block.backgroundMedia.customFields` , `cms_block.backgroundMedia.translation.fallback_2.createdAt` , `cms_block.backgroundMedia.translation.fallback_1.createdAt` , `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation.fallback_2.updatedAt` , `cms_block.backgroundMedia.translation.fallback_1.updatedAt` , `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation.fallback_2.mediaId` , `cms_block.backgroundMedia.translation.fallback_1.mediaId` , `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation.fallback_2.languageId` , `cms_block.backgroundMedia.translation.fallback_1.languageId` , `cms_block.backgroundMedia.translation.languageId` 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` . title as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . alt as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . custom_fields as `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation` . created_at as `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation` . updated_at as `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation` . media_id as `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation` . language_id as `cms_block.backgroundMedia.translation.languageId` , `cms_block.backgroundMedia.translation.fallback_1` . title as `cms_block.backgroundMedia.translation.fallback_1.title` , `cms_block.backgroundMedia.translation.fallback_1` . alt as `cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.fallback_1` . custom_fields as `cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.fallback_1` . created_at as `cms_block.backgroundMedia.translation.fallback_1.createdAt` , `cms_block.backgroundMedia.translation.fallback_1` . updated_at as `cms_block.backgroundMedia.translation.fallback_1.updatedAt` , `cms_block.backgroundMedia.translation.fallback_1` . media_id as `cms_block.backgroundMedia.translation.fallback_1.mediaId` , `cms_block.backgroundMedia.translation.fallback_1` . language_id as `cms_block.backgroundMedia.translation.fallback_1.languageId` , `cms_block.backgroundMedia.translation.fallback_2` . title as `cms_block.backgroundMedia.translation.fallback_2.title` , `cms_block.backgroundMedia.translation.fallback_2` . alt as `cms_block.backgroundMedia.translation.fallback_2.alt` , `cms_block.backgroundMedia.translation.fallback_2` . custom_fields as `cms_block.backgroundMedia.translation.fallback_2.customFields` , `cms_block.backgroundMedia.translation.fallback_2` . created_at as `cms_block.backgroundMedia.translation.fallback_2.createdAt` , `cms_block.backgroundMedia.translation.fallback_2` . updated_at as `cms_block.backgroundMedia.translation.fallback_2.updatedAt` , `cms_block.backgroundMedia.translation.fallback_2` . media_id as `cms_block.backgroundMedia.translation.fallback_2.mediaId` , `cms_block.backgroundMedia.translation.fallback_2` . language_id as `cms_block.backgroundMedia.translation.fallback_2.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_1` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.fallback_1` . `media_id` AND `cms_block.backgroundMedia.translation.fallback_1` . language_id = ? LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_2` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.fallback_2` . `media_id` AND `cms_block.backgroundMedia.translation.fallback_2` . language_id = ? 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"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ìi²Yy~Ä▓┤\e ©ü\x13 %¥ "
b"\x01 ìj<Yy~´┐\x15 èY│\x08 ¹\x10 "
b"\x01 ìjB42{-ö¢x■▄ß\x0E\x08 "
b"\x01 ìjIJg|cæâþB╠#Ñ$ "
b"\x01 ìjQýàr\f ▓êzÇß'w╔ "
b"\x01 ìjk!î~¶À█ß´!¤@└ "
b"\x01 ìjü│äucÜ░Q±åy¬g "
]
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.fallback_2.title` ,
`cms_block.backgroundMedia.translation.fallback_1.title` ,
`cms_block.backgroundMedia.translation.title` ,
COALESCE (
`cms_block.backgroundMedia.translation.fallback_2.title` ,
`cms_block.backgroundMedia.translation.fallback_1.title` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title`
) as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.fallback_2.alt` ,
`cms_block.backgroundMedia.translation.fallback_1.alt` ,
`cms_block.backgroundMedia.translation.alt` ,
COALESCE (
`cms_block.backgroundMedia.translation.fallback_2.alt` ,
`cms_block.backgroundMedia.translation.fallback_1.alt` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt`
) as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.fallback_2.customFields` ,
`cms_block.backgroundMedia.translation.fallback_1.customFields` ,
`cms_block.backgroundMedia.translation.customFields` ,
COALESCE (
`cms_block.backgroundMedia.translation.fallback_2.customFields` ,
`cms_block.backgroundMedia.translation.fallback_1.customFields` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields`
) as `cms_block.backgroundMedia.customFields` ,
`cms_block.backgroundMedia.translation.fallback_2.createdAt` ,
`cms_block.backgroundMedia.translation.fallback_1.createdAt` ,
`cms_block.backgroundMedia.translation.createdAt` ,
`cms_block.backgroundMedia.translation.fallback_2.updatedAt` ,
`cms_block.backgroundMedia.translation.fallback_1.updatedAt` ,
`cms_block.backgroundMedia.translation.updatedAt` ,
`cms_block.backgroundMedia.translation.fallback_2.mediaId` ,
`cms_block.backgroundMedia.translation.fallback_1.mediaId` ,
`cms_block.backgroundMedia.translation.mediaId` ,
`cms_block.backgroundMedia.translation.fallback_2.languageId` ,
`cms_block.backgroundMedia.translation.fallback_1.languageId` ,
`cms_block.backgroundMedia.translation.languageId`
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` . title as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . alt as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . custom_fields as `cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation` . created_at as `cms_block.backgroundMedia.translation.createdAt` ,
`cms_block.backgroundMedia.translation` . updated_at as `cms_block.backgroundMedia.translation.updatedAt` ,
`cms_block.backgroundMedia.translation` . media_id as `cms_block.backgroundMedia.translation.mediaId` ,
`cms_block.backgroundMedia.translation` . language_id as `cms_block.backgroundMedia.translation.languageId` ,
`cms_block.backgroundMedia.translation.fallback_1` . title as `cms_block.backgroundMedia.translation.fallback_1.title` ,
`cms_block.backgroundMedia.translation.fallback_1` . alt as `cms_block.backgroundMedia.translation.fallback_1.alt` ,
`cms_block.backgroundMedia.translation.fallback_1` . custom_fields as `cms_block.backgroundMedia.translation.fallback_1.customFields` ,
`cms_block.backgroundMedia.translation.fallback_1` . created_at as `cms_block.backgroundMedia.translation.fallback_1.createdAt` ,
`cms_block.backgroundMedia.translation.fallback_1` . updated_at as `cms_block.backgroundMedia.translation.fallback_1.updatedAt` ,
`cms_block.backgroundMedia.translation.fallback_1` . media_id as `cms_block.backgroundMedia.translation.fallback_1.mediaId` ,
`cms_block.backgroundMedia.translation.fallback_1` . language_id as `cms_block.backgroundMedia.translation.fallback_1.languageId` ,
`cms_block.backgroundMedia.translation.fallback_2` . title as `cms_block.backgroundMedia.translation.fallback_2.title` ,
`cms_block.backgroundMedia.translation.fallback_2` . alt as `cms_block.backgroundMedia.translation.fallback_2.alt` ,
`cms_block.backgroundMedia.translation.fallback_2` . custom_fields as `cms_block.backgroundMedia.translation.fallback_2.customFields` ,
`cms_block.backgroundMedia.translation.fallback_2` . created_at as `cms_block.backgroundMedia.translation.fallback_2.createdAt` ,
`cms_block.backgroundMedia.translation.fallback_2` . updated_at as `cms_block.backgroundMedia.translation.fallback_2.updatedAt` ,
`cms_block.backgroundMedia.translation.fallback_2` . media_id as `cms_block.backgroundMedia.translation.fallback_2.mediaId` ,
`cms_block.backgroundMedia.translation.fallback_2` . language_id as `cms_block.backgroundMedia.translation.fallback_2.languageId`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_1` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.fallback_1` . `media_id`
AND `cms_block.backgroundMedia.translation.fallback_1` . language_id = ?
LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_2` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.fallback_2` . `media_id`
AND `cms_block.backgroundMedia.translation.fallback_2` . language_id = ?
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.fallback_2.title` , `cms_block.backgroundMedia.translation.fallback_1.title` , `cms_block.backgroundMedia.translation.title` , COALESCE (`cms_block.backgroundMedia.translation.fallback_2.title` , `cms_block.backgroundMedia.translation.fallback_1.title` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` ) as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.fallback_2.alt` , `cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`cms_block.backgroundMedia.translation.fallback_2.alt` , `cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` ) as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.fallback_2.customFields` , `cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`cms_block.backgroundMedia.translation.fallback_2.customFields` , `cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` ) as `cms_block.backgroundMedia.customFields` , `cms_block.backgroundMedia.translation.fallback_2.createdAt` , `cms_block.backgroundMedia.translation.fallback_1.createdAt` , `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation.fallback_2.updatedAt` , `cms_block.backgroundMedia.translation.fallback_1.updatedAt` , `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation.fallback_2.mediaId` , `cms_block.backgroundMedia.translation.fallback_1.mediaId` , `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation.fallback_2.languageId` , `cms_block.backgroundMedia.translation.fallback_1.languageId` , `cms_block.backgroundMedia.translation.languageId` 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` . title as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . alt as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . custom_fields as `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation` . created_at as `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation` . updated_at as `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation` . media_id as `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation` . language_id as `cms_block.backgroundMedia.translation.languageId` , `cms_block.backgroundMedia.translation.fallback_1` . title as `cms_block.backgroundMedia.translation.fallback_1.title` , `cms_block.backgroundMedia.translation.fallback_1` . alt as `cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.fallback_1` . custom_fields as `cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.fallback_1` . created_at as `cms_block.backgroundMedia.translation.fallback_1.createdAt` , `cms_block.backgroundMedia.translation.fallback_1` . updated_at as `cms_block.backgroundMedia.translation.fallback_1.updatedAt` , `cms_block.backgroundMedia.translation.fallback_1` . media_id as `cms_block.backgroundMedia.translation.fallback_1.mediaId` , `cms_block.backgroundMedia.translation.fallback_1` . language_id as `cms_block.backgroundMedia.translation.fallback_1.languageId` , `cms_block.backgroundMedia.translation.fallback_2` . title as `cms_block.backgroundMedia.translation.fallback_2.title` , `cms_block.backgroundMedia.translation.fallback_2` . alt as `cms_block.backgroundMedia.translation.fallback_2.alt` , `cms_block.backgroundMedia.translation.fallback_2` . custom_fields as `cms_block.backgroundMedia.translation.fallback_2.customFields` , `cms_block.backgroundMedia.translation.fallback_2` . created_at as `cms_block.backgroundMedia.translation.fallback_2.createdAt` , `cms_block.backgroundMedia.translation.fallback_2` . updated_at as `cms_block.backgroundMedia.translation.fallback_2.updatedAt` , `cms_block.backgroundMedia.translation.fallback_2` . media_id as `cms_block.backgroundMedia.translation.fallback_2.mediaId` , `cms_block.backgroundMedia.translation.fallback_2` . language_id as `cms_block.backgroundMedia.translation.fallback_2.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_1` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.fallback_1` . `media_id` AND `cms_block.backgroundMedia.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_2` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.fallback_2` . `media_id` AND `cms_block.backgroundMedia.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 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 (0x018D69FD59797E8EB2B41BB8811325BE , 0x018D6A3C59797EEFBF158A59B308FB10 , 0x018D6A4234327B2D94BD78FEDCE10E08 , 0x018D6A494A677C639183E742CC23A524 , 0x018D6A51EC85720CB2887A80E12777C9 , 0x018D6A6B218C7EF4B7DBE1EF21CF40C0 , 0x018D6A81B38475639AB051F18679AA67 )));
Copy
63
5.36 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` , `cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` , `cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` , `cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` , `cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` , `cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.title` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_2.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.title` ) as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_2.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` ) as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_2.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` ) as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2.languageId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` , `cms_slot.swagCmsExtensionsForm.translation.languageId` , `cms_slot.translation.fallback_2.config` , `cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.fallback_2.config` , `cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , `cms_slot.translation.config` ) as `cms_slot.config` , `cms_slot.translation.fallback_2.customFields` , `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.fallback_2.customFields` , `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) as `cms_slot.customFields` , `cms_slot.translation.fallback_2.createdAt` , `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.createdAt` , `cms_slot.translation.fallback_2.updatedAt` , `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.fallback_2.cmsSlotId` , `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.fallback_2.languageId` , `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.languageId` , `cms_slot.translation.fallback_2.cmsSlotVersionId` , `cms_slot.translation.fallback_1.cmsSlotVersionId` , `cms_slot.translation.cmsSlotVersionId` 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` , `cms_slot.translation` . created_at as `cms_slot.translation.createdAt` , `cms_slot.translation` . updated_at as `cms_slot.translation.updatedAt` , `cms_slot.translation` . cms_slot_id as `cms_slot.translation.cmsSlotId` , `cms_slot.translation` . language_id as `cms_slot.translation.languageId` , `cms_slot.translation` . cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` , `cms_slot.translation.fallback_1` . config as `cms_slot.translation.fallback_1.config` , `cms_slot.translation.fallback_1` . custom_fields as `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.fallback_1` . created_at as `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.fallback_1` . updated_at as `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.fallback_1` . cms_slot_id as `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.fallback_1` . language_id as `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.fallback_1` . cms_slot_version_id as `cms_slot.translation.fallback_1.cmsSlotVersionId` , `cms_slot.translation.fallback_2` . config as `cms_slot.translation.fallback_2.config` , `cms_slot.translation.fallback_2` . custom_fields as `cms_slot.translation.fallback_2.customFields` , `cms_slot.translation.fallback_2` . created_at as `cms_slot.translation.fallback_2.createdAt` , `cms_slot.translation.fallback_2` . updated_at as `cms_slot.translation.fallback_2.updatedAt` , `cms_slot.translation.fallback_2` . cms_slot_id as `cms_slot.translation.fallback_2.cmsSlotId` , `cms_slot.translation.fallback_2` . language_id as `cms_slot.translation.fallback_2.languageId` , `cms_slot.translation.fallback_2` . cms_slot_version_id as `cms_slot.translation.fallback_2.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.fallback_1` . `cms_slot_id` AND `cms_slot.translation.fallback_1` . language_id = ? AND `cms_slot.translation` . cms_slot_version_id = `cms_slot.translation.fallback_1` . cms_slot_version_id LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_2` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.fallback_2` . `cms_slot_id` AND `cms_slot.translation.fallback_2` . language_id = ? AND `cms_slot.translation` . cms_slot_version_id = `cms_slot.translation.fallback_2` . cms_slot_version_id 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 LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id , `cms_slot.swagCmsExtensionsForm.translation` . title as `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation` . success_message as `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation` . receivers as `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation` . created_at as `cms_slot.swagCmsExtensionsForm.translation.createdAt` , `cms_slot.swagCmsExtensionsForm.translation` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation` . language_id as `cms_slot.swagCmsExtensionsForm.translation.languageId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . title as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . success_message as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . receivers as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . created_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . title as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . success_message as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . receivers as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . created_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . language_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.languageId` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.fallback_1` ON `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . `swag_cms_extensions_form_id` AND `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id = ? LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.fallback_2` ON `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . `swag_cms_extensions_form_id` AND `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . language_id = ? WHERE `cms_slot.swagCmsExtensionsForm.translation` . language_id = ? ) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ìj+\x1C îxðÀ¹┐\x17 R=╚P "
b"\x01 ìj+ÑÿzE«\x12 Ùù╝)To "
b"\x01 ìj5\x11 á} £ýî\x11 scö│ "
b"\x01 ìj=##w▓æVÉ╩\x13 MÁ1 "
b"\x01 ìx¶Ëþq©øòµ\x19 ïA·" "
b"\x01 ìjBg,tE┤Õ&:BÒ{b "
b"\x01 ìy\x18 ¸¤}\x01 ò└xú[«\x13 7 "
b"\x01 ì~1dµwÅÇÉ2╗\x1F ¬èg "
b"\x01 ì~3\x1D\x0F rãó\x1A à\x07 ╗├ì┌ "
b"\x01 ìjIê\x08 w3äÄïí7kÖ¢ "
b"\x01 ì~7\x03 Etïà├\x06 Kä$Y/ "
b"\x01 ì~;\x0F ôq┘íΨð║┬<ý "
b"""
\x01 ìjX└2|A¢wKn\n
°Æª
"""
b"\x01 ì~<¸qx0ø═L¿Ü┴c\x04 "
b"\x01 ìjki├sûîug┬©6Xı "
b"\x01 ìjn¨│|╠øæ¢ýdbÒÌ "
b"\x01 ìjü^e\x7F\x12 ¢\x03 gçmP\x0F M "
b"\x01 ìjç\x15 $vfä£┬┐@▓ÃÜ "
b"\x01 ìjé\x02 êt\x12 ÿ│Õ½┤iJ\x08 "
b"\x01 ìjåt?~Eé┼·ƒ\x1C ╝╝k "
]
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.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` ,
`cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` ,
`cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` ,
`cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` ,
`cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` ,
`cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` ,
`cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` ,
`cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_2.title` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` ,
`cms_slot.swagCmsExtensionsForm.translation.title` ,
COALESCE (
`cms_slot.swagCmsExtensionsForm.translation.fallback_2.title` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` ,
`cms_slot.swagCmsExtensionsForm.translation.title` ,
`cms_slot.swagCmsExtensionsForm.translation.title`
) as `cms_slot.swagCmsExtensionsForm.title` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_2.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.successMessage` ,
COALESCE (
`cms_slot.swagCmsExtensionsForm.translation.fallback_2.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.successMessage`
) as `cms_slot.swagCmsExtensionsForm.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_2.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.receivers` ,
COALESCE (
`cms_slot.swagCmsExtensionsForm.translation.fallback_2.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.receivers`
) as `cms_slot.swagCmsExtensionsForm.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_2.createdAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` ,
`cms_slot.swagCmsExtensionsForm.translation.createdAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_2.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_2.swagCmsExtensionsFormId` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` ,
`cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_2.languageId` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` ,
`cms_slot.swagCmsExtensionsForm.translation.languageId` ,
`cms_slot.translation.fallback_2.config` ,
`cms_slot.translation.fallback_1.config` ,
`cms_slot.translation.config` ,
COALESCE (
`cms_slot.translation.fallback_2.config` ,
`cms_slot.translation.fallback_1.config` ,
`cms_slot.translation.config` ,
`cms_slot.translation.config`
) as `cms_slot.config` ,
`cms_slot.translation.fallback_2.customFields` ,
`cms_slot.translation.fallback_1.customFields` ,
`cms_slot.translation.customFields` ,
COALESCE (
`cms_slot.translation.fallback_2.customFields` ,
`cms_slot.translation.fallback_1.customFields` ,
`cms_slot.translation.customFields` ,
`cms_slot.translation.customFields`
) as `cms_slot.customFields` ,
`cms_slot.translation.fallback_2.createdAt` ,
`cms_slot.translation.fallback_1.createdAt` ,
`cms_slot.translation.createdAt` ,
`cms_slot.translation.fallback_2.updatedAt` ,
`cms_slot.translation.fallback_1.updatedAt` ,
`cms_slot.translation.updatedAt` ,
`cms_slot.translation.fallback_2.cmsSlotId` ,
`cms_slot.translation.fallback_1.cmsSlotId` ,
`cms_slot.translation.cmsSlotId` ,
`cms_slot.translation.fallback_2.languageId` ,
`cms_slot.translation.fallback_1.languageId` ,
`cms_slot.translation.languageId` ,
`cms_slot.translation.fallback_2.cmsSlotVersionId` ,
`cms_slot.translation.fallback_1.cmsSlotVersionId` ,
`cms_slot.translation.cmsSlotVersionId`
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` ,
`cms_slot.translation` . created_at as `cms_slot.translation.createdAt` ,
`cms_slot.translation` . updated_at as `cms_slot.translation.updatedAt` ,
`cms_slot.translation` . cms_slot_id as `cms_slot.translation.cmsSlotId` ,
`cms_slot.translation` . language_id as `cms_slot.translation.languageId` ,
`cms_slot.translation` . cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` ,
`cms_slot.translation.fallback_1` . config as `cms_slot.translation.fallback_1.config` ,
`cms_slot.translation.fallback_1` . custom_fields as `cms_slot.translation.fallback_1.customFields` ,
`cms_slot.translation.fallback_1` . created_at as `cms_slot.translation.fallback_1.createdAt` ,
`cms_slot.translation.fallback_1` . updated_at as `cms_slot.translation.fallback_1.updatedAt` ,
`cms_slot.translation.fallback_1` . cms_slot_id as `cms_slot.translation.fallback_1.cmsSlotId` ,
`cms_slot.translation.fallback_1` . language_id as `cms_slot.translation.fallback_1.languageId` ,
`cms_slot.translation.fallback_1` . cms_slot_version_id as `cms_slot.translation.fallback_1.cmsSlotVersionId` ,
`cms_slot.translation.fallback_2` . config as `cms_slot.translation.fallback_2.config` ,
`cms_slot.translation.fallback_2` . custom_fields as `cms_slot.translation.fallback_2.customFields` ,
`cms_slot.translation.fallback_2` . created_at as `cms_slot.translation.fallback_2.createdAt` ,
`cms_slot.translation.fallback_2` . updated_at as `cms_slot.translation.fallback_2.updatedAt` ,
`cms_slot.translation.fallback_2` . cms_slot_id as `cms_slot.translation.fallback_2.cmsSlotId` ,
`cms_slot.translation.fallback_2` . language_id as `cms_slot.translation.fallback_2.languageId` ,
`cms_slot.translation.fallback_2` . cms_slot_version_id as `cms_slot.translation.fallback_2.cmsSlotVersionId`
FROM
`cms_slot_translation` `cms_slot.translation`
LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.fallback_1` . `cms_slot_id`
AND `cms_slot.translation.fallback_1` . language_id = ?
AND `cms_slot.translation` . cms_slot_version_id = `cms_slot.translation.fallback_1` . cms_slot_version_id
LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_2` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.fallback_2` . `cms_slot_id`
AND `cms_slot.translation.fallback_2` . language_id = ?
AND `cms_slot.translation` . cms_slot_version_id = `cms_slot.translation.fallback_2` . cms_slot_version_id
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
LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id`
LEFT JOIN (
SELECT
`cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id ,
`cms_slot.swagCmsExtensionsForm.translation` . title as `cms_slot.swagCmsExtensionsForm.translation.title` ,
`cms_slot.swagCmsExtensionsForm.translation` . success_message as `cms_slot.swagCmsExtensionsForm.translation.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation` . receivers as `cms_slot.swagCmsExtensionsForm.translation.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation` . created_at as `cms_slot.swagCmsExtensionsForm.translation.createdAt` ,
`cms_slot.swagCmsExtensionsForm.translation` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` ,
`cms_slot.swagCmsExtensionsForm.translation` . language_id as `cms_slot.swagCmsExtensionsForm.translation.languageId` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . title as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . success_message as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . receivers as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . created_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_2` . title as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.title` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_2` . success_message as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_2` . receivers as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_2` . created_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.createdAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_2` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_2` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.swagCmsExtensionsFormId` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_2` . language_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.languageId`
FROM
`swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation`
LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.fallback_1` ON `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . `swag_cms_extensions_form_id`
AND `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id = ?
LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.fallback_2` ON `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . `swag_cms_extensions_form_id`
AND `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . language_id = ?
WHERE
`cms_slot.swagCmsExtensionsForm.translation` . language_id = ?
) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id`
WHERE
(`cms_slot` . `version_id` = ? )
AND (
(
`cms_slot` . `cms_block_id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ?
)
)
)
Copy
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.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` , `cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` , `cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` , `cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` , `cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` , `cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.title` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_2.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.title` ) as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_2.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` ) as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_2.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` ) as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2.languageId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` , `cms_slot.swagCmsExtensionsForm.translation.languageId` , `cms_slot.translation.fallback_2.config` , `cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.fallback_2.config` , `cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , `cms_slot.translation.config` ) as `cms_slot.config` , `cms_slot.translation.fallback_2.customFields` , `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.fallback_2.customFields` , `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) as `cms_slot.customFields` , `cms_slot.translation.fallback_2.createdAt` , `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.createdAt` , `cms_slot.translation.fallback_2.updatedAt` , `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.fallback_2.cmsSlotId` , `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.fallback_2.languageId` , `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.languageId` , `cms_slot.translation.fallback_2.cmsSlotVersionId` , `cms_slot.translation.fallback_1.cmsSlotVersionId` , `cms_slot.translation.cmsSlotVersionId` 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` , `cms_slot.translation` . created_at as `cms_slot.translation.createdAt` , `cms_slot.translation` . updated_at as `cms_slot.translation.updatedAt` , `cms_slot.translation` . cms_slot_id as `cms_slot.translation.cmsSlotId` , `cms_slot.translation` . language_id as `cms_slot.translation.languageId` , `cms_slot.translation` . cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` , `cms_slot.translation.fallback_1` . config as `cms_slot.translation.fallback_1.config` , `cms_slot.translation.fallback_1` . custom_fields as `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.fallback_1` . created_at as `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.fallback_1` . updated_at as `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.fallback_1` . cms_slot_id as `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.fallback_1` . language_id as `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.fallback_1` . cms_slot_version_id as `cms_slot.translation.fallback_1.cmsSlotVersionId` , `cms_slot.translation.fallback_2` . config as `cms_slot.translation.fallback_2.config` , `cms_slot.translation.fallback_2` . custom_fields as `cms_slot.translation.fallback_2.customFields` , `cms_slot.translation.fallback_2` . created_at as `cms_slot.translation.fallback_2.createdAt` , `cms_slot.translation.fallback_2` . updated_at as `cms_slot.translation.fallback_2.updatedAt` , `cms_slot.translation.fallback_2` . cms_slot_id as `cms_slot.translation.fallback_2.cmsSlotId` , `cms_slot.translation.fallback_2` . language_id as `cms_slot.translation.fallback_2.languageId` , `cms_slot.translation.fallback_2` . cms_slot_version_id as `cms_slot.translation.fallback_2.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.fallback_1` . `cms_slot_id` AND `cms_slot.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 AND `cms_slot.translation` . cms_slot_version_id = `cms_slot.translation.fallback_1` . cms_slot_version_id LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_2` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.fallback_2` . `cms_slot_id` AND `cms_slot.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 AND `cms_slot.translation` . cms_slot_version_id = `cms_slot.translation.fallback_2` . cms_slot_version_id 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 LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id , `cms_slot.swagCmsExtensionsForm.translation` . title as `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation` . success_message as `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation` . receivers as `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation` . created_at as `cms_slot.swagCmsExtensionsForm.translation.createdAt` , `cms_slot.swagCmsExtensionsForm.translation` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation` . language_id as `cms_slot.swagCmsExtensionsForm.translation.languageId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . title as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . success_message as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . receivers as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . created_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . title as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . success_message as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . receivers as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . created_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . language_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_2.languageId` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.fallback_1` ON `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . `swag_cms_extensions_form_id` AND `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.fallback_2` ON `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . `swag_cms_extensions_form_id` AND `cms_slot.swagCmsExtensionsForm.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 WHERE `cms_slot.swagCmsExtensionsForm.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x018D6A2B1C8C78D0B7FBBF17523DC850 , 0x018D6A2BA5987A45AE12EB97BC29546F , 0x018D6A3511A07DFF9CEC8C11736394B3 , 0x018D6A3D232377B2915690CA134DB531 , 0x018D78F4D3E771B89B95E6198B41FA22 , 0x018D6A42672C7445B4E5263A42E37B62 , 0x018D7918F7CF7D0195C078A35BAE1337 , 0x018D7E3164E6778F809032BB1FAA8A67 , 0x018D7E331D0F72C6A21A8507BBC38DDA , 0x018D6A4988087733848E8BA1376B99BD , 0x018D7E370345748B85C3064B8424592F , 0x018D7E3B0F9371D9A1D7F9D0BAC23CEC , 0x018D6A58C0327C41BD774B6E0AF892A6 , 0x018D7E3CF77178309BCD4CA89AC16304 , 0x018D6A6B69C373968C7567C2B83658D5 , 0x018D6A6EF9B37CCC9B91BDEC6462E3DE , 0x018D6A815E657F12BD0367876D500F4D , 0x018D6A8715247666849CC2BF40B2C79A , 0x018D6A820288741298B3E5ABB4694A08 , 0x018D6A86743F7E4582C5FA9F1CBCBC6B )));
Copy
64
2.18 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_2.title` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_2.title` , `media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_2.alt` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_2.alt` , `media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_2.customFields` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_2.customFields` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_2.createdAt` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_2.updatedAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_2.mediaId` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_2.languageId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` , `media.translation.fallback_2` . title as `media.translation.fallback_2.title` , `media.translation.fallback_2` . alt as `media.translation.fallback_2.alt` , `media.translation.fallback_2` . custom_fields as `media.translation.fallback_2.customFields` , `media.translation.fallback_2` . created_at as `media.translation.fallback_2.createdAt` , `media.translation.fallback_2` . updated_at as `media.translation.fallback_2.updatedAt` , `media.translation.fallback_2` . media_id as `media.translation.fallback_2.mediaId` , `media.translation.fallback_2` . language_id as `media.translation.fallback_2.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = ? LEFT JOIN `media_translation` `media.translation.fallback_2` ON `media.translation` . `media_id` = `media.translation.fallback_2` . `media_id` AND `media.translation.fallback_2` . language_id = ? WHERE `media.translation` . language_id = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 ìj6ò╩s4Ø¥¸ÅßKý╣ "
b"\x01 ìjA:╝røë§ä■Q─åt "
b"\x01 ìx÷Ö@\x7F Vì║■░è+\x19 V "
b"\x01 ìxðûî}%ÿañt\x14\x7F &Ú "
b"\x01 ìxðûî}%ÿañt\x14\x7F &Ú "
b"\x01 ìjSb▒{!╣8┬²a\x06 mË "
b"\x01 ìjSb▒{!╣8┬²a\x06 mË "
b"\x01 ìjW┬sv¤û\x07 µAƒ▓G& "
b"\x01 ìjW┬sv¤û\x07 µAƒ▓G& "
b"\x01 ìycQ┌xñç®g8ƒb\x07 Å "
b"\x01 ìycQ┌xñç®g8ƒb\x07 Å "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.fallback_2.title` ,
`media.translation.fallback_1.title` ,
`media.translation.title` ,
COALESCE (
`media.translation.fallback_2.title` ,
`media.translation.fallback_1.title` ,
`media.translation.title` , `media.translation.title`
) as `media.title` ,
`media.translation.fallback_2.alt` ,
`media.translation.fallback_1.alt` ,
`media.translation.alt` ,
COALESCE (
`media.translation.fallback_2.alt` ,
`media.translation.fallback_1.alt` ,
`media.translation.alt` , `media.translation.alt`
) as `media.alt` ,
`media.translation.fallback_2.customFields` ,
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
COALESCE (
`media.translation.fallback_2.customFields` ,
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
`media.translation.customFields`
) as `media.customFields` ,
`media.translation.fallback_2.createdAt` ,
`media.translation.fallback_1.createdAt` ,
`media.translation.createdAt` ,
`media.translation.fallback_2.updatedAt` ,
`media.translation.fallback_1.updatedAt` ,
`media.translation.updatedAt` ,
`media.translation.fallback_2.mediaId` ,
`media.translation.fallback_1.mediaId` ,
`media.translation.mediaId` ,
`media.translation.fallback_2.languageId` ,
`media.translation.fallback_1.languageId` ,
`media.translation.languageId`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . media_id ,
`media.translation` . title as `media.translation.title` ,
`media.translation` . alt as `media.translation.alt` ,
`media.translation` . custom_fields as `media.translation.customFields` ,
`media.translation` . created_at as `media.translation.createdAt` ,
`media.translation` . updated_at as `media.translation.updatedAt` ,
`media.translation` . media_id as `media.translation.mediaId` ,
`media.translation` . language_id as `media.translation.languageId` ,
`media.translation.fallback_1` . title as `media.translation.fallback_1.title` ,
`media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` ,
`media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` ,
`media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` ,
`media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` ,
`media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` ,
`media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` ,
`media.translation.fallback_2` . title as `media.translation.fallback_2.title` ,
`media.translation.fallback_2` . alt as `media.translation.fallback_2.alt` ,
`media.translation.fallback_2` . custom_fields as `media.translation.fallback_2.customFields` ,
`media.translation.fallback_2` . created_at as `media.translation.fallback_2.createdAt` ,
`media.translation.fallback_2` . updated_at as `media.translation.fallback_2.updatedAt` ,
`media.translation.fallback_2` . media_id as `media.translation.fallback_2.mediaId` ,
`media.translation.fallback_2` . language_id as `media.translation.fallback_2.languageId`
FROM
`media_translation` `media.translation`
LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id`
AND `media.translation.fallback_1` . language_id = ?
LEFT JOIN `media_translation` `media.translation.fallback_2` ON `media.translation` . `media_id` = `media.translation.fallback_2` . `media_id`
AND `media.translation.fallback_2` . language_id = ?
WHERE
`media.translation` . language_id = ?
) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id`
LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id`
WHERE
(
(
(
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
)
AND (
`media` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_2.title` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_2.title` , `media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_2.alt` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_2.alt` , `media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_2.customFields` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_2.customFields` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_2.createdAt` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_2.updatedAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_2.mediaId` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_2.languageId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` , `media.translation.fallback_2` . title as `media.translation.fallback_2.title` , `media.translation.fallback_2` . alt as `media.translation.fallback_2.alt` , `media.translation.fallback_2` . custom_fields as `media.translation.fallback_2.customFields` , `media.translation.fallback_2` . created_at as `media.translation.fallback_2.createdAt` , `media.translation.fallback_2` . updated_at as `media.translation.fallback_2.updatedAt` , `media.translation.fallback_2` . media_id as `media.translation.fallback_2.mediaId` , `media.translation.fallback_2` . language_id as `media.translation.fallback_2.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `media_translation` `media.translation.fallback_2` ON `media.translation` . `media_id` = `media.translation.fallback_2` . `media_id` AND `media.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 WHERE `media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x018D6A3695CA73349DBEF78FE14BECB9 , 0x018D6A413ABC729B89F584FE51C48674 , 0x018D78F699407F568DBAFEB08A2B1956 , 0x018D78D0968C7D259861A474147F26E9 , 0x018D78D0968C7D259861A474147F26E9 , 0x018D6A5362B17B21B938C2FD61066DD3 , 0x018D6A5362B17B21B938C2FD61066DD3 , 0x018D6A57C27376CF9607E6419FB24726 , 0x018D6A57C27376CF9607E6419FB24726 , 0x018D796351DA78A487A967389F62078F , 0x018D796351DA78A487A967389F62078F ));
Copy
65
0.35 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ìj6ò╩s4Ø¥¸ÅßKý╣ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018D6A3695CA73349DBEF78FE14BECB9 );
Copy
66
0.14 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ìjA:╝røë§ä■Q─åt "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018D6A413ABC729B89F584FE51C48674 );
Copy
67
0.13 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ìx÷Ö@\x7F Vì║■░è+\x19 V "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018D78F699407F568DBAFEB08A2B1956 );
Copy
68
0.18 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ìxðûî}%ÿañt\x14\x7F &Ú "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018D78D0968C7D259861A474147F26E9 );
Copy
69
0.09 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ìjSb▒{!╣8┬²a\x06 mË "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018D6A5362B17B21B938C2FD61066DD3 );
Copy
70
0.17 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ìjW┬sv¤û\x07 µAƒ▓G& "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018D6A57C27376CF9607E6419FB24726 );
Copy
71
0.33 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ìycQ┌xñç®g8ƒb\x07 Å "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018D796351DA78A487A967389F62078F );
Copy
72
2.93 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"b\x0E _]iåL½žH¾Z¾T÷³ "
true
b"a_+¤£úJÀ \x19 )ë "
b"Fï\˜wHJ颡Q“ïü%. "
b"»xRɳcHû”ñBVÙ\x06\x15 "
b"\x1D p)ps╣M\x1D é±╔\r Õùì\x13 "
b"ž\t L“æ\v K\f ¿<9Ÿ\x1F 2À\x1C "
b"\x01 Œèrêêswšt€‘¤½\x19 h "
]
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` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x615F2BA4A3FA4AEFA2A1C0A01929ADEB , 0x46EF5C9877484AE9A2A15193EFFC252E , 0xBB7852C9B36348FB94F14256D9AD0615 , 0x1D70297073B94D1D82F1C90DE5978D13 , 0x9E094C93E60B4B0CBF3C399F1F32C01C , 0x018CE872EAEA73779A748091A4BD1968 )) GROUP BY `product` . `id` ;
Copy
73
9.46 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` . `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` . `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` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `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` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `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.fallback_2.title` , `product.cover.media.translation.fallback_1.title` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.fallback_2.title` , `product.cover.media.translation.fallback_1.title` , `product.cover.media.translation.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.fallback_2.alt` , `product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.fallback_2.alt` , `product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.fallback_2.customFields` , `product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.fallback_2.customFields` , `product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover.media.translation.fallback_2.createdAt` , `product.cover.media.translation.fallback_1.createdAt` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.fallback_2.updatedAt` , `product.cover.media.translation.fallback_1.updatedAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.fallback_2.mediaId` , `product.cover.media.translation.fallback_1.mediaId` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.fallback_2.languageId` , `product.cover.media.translation.fallback_1.languageId` , `product.cover.media.translation.languageId` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , (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.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.fallback_2.name` , `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.name` , COALESCE (`product.manufacturer.translation.fallback_2.name` , `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` ) as `product.manufacturer.name` , `product.manufacturer.translation.fallback_2.description` , `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.fallback_2.description` , `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` ) as `product.manufacturer.description` , `product.manufacturer.translation.fallback_2.customFields` , `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.fallback_2.customFields` , `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` ) as `product.manufacturer.customFields` , `product.manufacturer.translation.fallback_2.createdAt` , `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.createdAt` , `product.manufacturer.translation.fallback_2.updatedAt` , `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation.fallback_2.productManufacturerId` , `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation.fallback_2.languageId` , `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.languageId` , `product.manufacturer.translation.fallback_2.productManufacturerVersionId` , `product.manufacturer.translation.fallback_1.productManufacturerVersionId` , `product.manufacturer.translation.productManufacturerVersionId` , `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.fallback_2.shortCode` , `product.unit.translation.fallback_1.shortCode` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.fallback_2.shortCode` , `product.unit.translation.fallback_1.shortCode` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) as `product.unit.shortCode` , `product.unit.translation.fallback_2.name` , `product.unit.translation.fallback_1.name` , `product.unit.translation.name` , COALESCE (`product.unit.translation.fallback_2.name` , `product.unit.translation.fallback_1.name` , `product.unit.translation.name` , `product.unit.translation.name` ) as `product.unit.name` , `product.unit.translation.fallback_2.customFields` , `product.unit.translation.fallback_1.customFields` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.fallback_2.customFields` , `product.unit.translation.fallback_1.customFields` , `product.unit.translation.customFields` , `product.unit.translation.customFields` ) as `product.unit.customFields` , `product.unit.translation.fallback_2.createdAt` , `product.unit.translation.fallback_1.createdAt` , `product.unit.translation.createdAt` , `product.unit.translation.fallback_2.updatedAt` , `product.unit.translation.fallback_1.updatedAt` , `product.unit.translation.updatedAt` , `product.unit.translation.fallback_2.unitId` , `product.unit.translation.fallback_1.unitId` , `product.unit.translation.unitId` , `product.unit.translation.fallback_2.languageId` , `product.unit.translation.fallback_1.languageId` , `product.unit.translation.languageId` , `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.fallback_2.name` , `product.deliveryTime.translation.fallback_1.name` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.fallback_2.name` , `product.deliveryTime.translation.fallback_1.name` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) as `product.deliveryTime.name` , `product.deliveryTime.translation.fallback_2.customFields` , `product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.fallback_2.customFields` , `product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) as `product.deliveryTime.customFields` , `product.deliveryTime.translation.fallback_2.createdAt` , `product.deliveryTime.translation.fallback_1.createdAt` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.fallback_2.updatedAt` , `product.deliveryTime.translation.fallback_1.updatedAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.fallback_2.deliveryTimeId` , `product.deliveryTime.translation.fallback_1.deliveryTimeId` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.fallback_2.languageId` , `product.deliveryTime.translation.fallback_1.languageId` , `product.deliveryTime.translation.languageId` , `product.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` , `product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` , `product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` , `product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` , `product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` , `product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` , `product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` , `product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` , `product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` , `product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` , `product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` , `product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` , `product.swagCustomizedProductsTemplate.translation.fallback_2.displayName` , `product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` , COALESCE (`product.swagCustomizedProductsTemplate.translation.fallback_2.displayName` , `product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` ) as `product.swagCustomizedProductsTemplate.displayName` , `product.swagCustomizedProductsTemplate.translation.fallback_2.description` , `product.swagCustomizedProductsTemplate.translation.fallback_1.description` , `product.swagCustomizedProductsTemplate.translation.description` , COALESCE (`product.swagCustomizedProductsTemplate.translation.fallback_2.description` , `product.swagCustomizedProductsTemplate.translation.fallback_1.description` , `product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation.description` ) as `product.swagCustomizedProductsTemplate.description` , `product.swagCustomizedProductsTemplate.translation.fallback_2.createdAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1.createdAt` , `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation.fallback_2.updatedAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1.updatedAt` , `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation.fallback_2.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.fallback_2.languageId` , `product.swagCustomizedProductsTemplate.translation.fallback_1.languageId` , `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation.fallback_2.swagCustomizedProductsTemplateVersionId` , `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateVersionId` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` , `product.translation.fallback_2.metaDescription` , `product.parent.translation.fallback_2.metaDescription` , `product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.fallback_2.metaDescription` , `product.parent.translation.fallback_2.metaDescription` , `product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.fallback_2.name` , `product.parent.translation.fallback_2.name` , `product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.fallback_2.name` , `product.parent.translation.fallback_2.name` , `product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.fallback_2.keywords` , `product.parent.translation.fallback_2.keywords` , `product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.fallback_2.keywords` , `product.parent.translation.fallback_2.keywords` , `product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.fallback_2.description` , `product.parent.translation.fallback_2.description` , `product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.fallback_2.description` , `product.parent.translation.fallback_2.description` , `product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.fallback_2.metaTitle` , `product.parent.translation.fallback_2.metaTitle` , `product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.fallback_2.metaTitle` , `product.parent.translation.fallback_2.metaTitle` , `product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.fallback_2.packUnit` , `product.parent.translation.fallback_2.packUnit` , `product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.fallback_2.packUnit` , `product.parent.translation.fallback_2.packUnit` , `product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.fallback_2.packUnitPlural` , `product.parent.translation.fallback_2.packUnitPlural` , `product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.fallback_2.packUnitPlural` , `product.parent.translation.fallback_2.packUnitPlural` , `product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.fallback_2.customSearchKeywords` , `product.parent.translation.fallback_2.customSearchKeywords` , `product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.fallback_2.customSearchKeywords` , `product.parent.translation.fallback_2.customSearchKeywords` , `product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.fallback_2.slotConfig` , `product.parent.translation.fallback_2.slotConfig` , `product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.fallback_2.slotConfig` , `product.parent.translation.fallback_2.slotConfig` , `product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.fallback_2.customFields` , `product.parent.translation.fallback_2.customFields` , `product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.fallback_2.customFields` , `product.parent.translation.fallback_2.customFields` , `product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.fallback_2.createdAt` , `product.parent.translation.fallback_2.createdAt` , `product.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1.createdAt` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.fallback_2.updatedAt` , `product.parent.translation.fallback_2.updatedAt` , `product.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1.updatedAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.fallback_2.productId` , `product.parent.translation.fallback_2.productId` , `product.translation.fallback_1.productId` , `product.parent.translation.fallback_1.productId` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.fallback_2.languageId` , `product.parent.translation.fallback_2.languageId` , `product.translation.fallback_1.languageId` , `product.parent.translation.fallback_1.languageId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.fallback_2.productVersionId` , `product.parent.translation.fallback_2.productVersionId` , `product.translation.fallback_1.productVersionId` , `product.parent.translation.fallback_1.productVersionId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` 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 (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_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` , `product.translation.fallback_1` . meta_description as `product.translation.fallback_1.metaDescription` , `product.translation.fallback_1` . name as `product.translation.fallback_1.name` , `product.translation.fallback_1` . keywords as `product.translation.fallback_1.keywords` , `product.translation.fallback_1` . description as `product.translation.fallback_1.description` , `product.translation.fallback_1` . meta_title as `product.translation.fallback_1.metaTitle` , `product.translation.fallback_1` . pack_unit as `product.translation.fallback_1.packUnit` , `product.translation.fallback_1` . pack_unit_plural as `product.translation.fallback_1.packUnitPlural` , `product.translation.fallback_1` . custom_search_keywords as `product.translation.fallback_1.customSearchKeywords` , `product.translation.fallback_1` . slot_config as `product.translation.fallback_1.slotConfig` , `product.translation.fallback_1` . custom_fields as `product.translation.fallback_1.customFields` , `product.translation.fallback_1` . created_at as `product.translation.fallback_1.createdAt` , `product.translation.fallback_1` . updated_at as `product.translation.fallback_1.updatedAt` , `product.translation.fallback_1` . product_id as `product.translation.fallback_1.productId` , `product.translation.fallback_1` . language_id as `product.translation.fallback_1.languageId` , `product.translation.fallback_1` . product_version_id as `product.translation.fallback_1.productVersionId` , `product.translation.fallback_2` . meta_description as `product.translation.fallback_2.metaDescription` , `product.translation.fallback_2` . name as `product.translation.fallback_2.name` , `product.translation.fallback_2` . keywords as `product.translation.fallback_2.keywords` , `product.translation.fallback_2` . description as `product.translation.fallback_2.description` , `product.translation.fallback_2` . meta_title as `product.translation.fallback_2.metaTitle` , `product.translation.fallback_2` . pack_unit as `product.translation.fallback_2.packUnit` , `product.translation.fallback_2` . pack_unit_plural as `product.translation.fallback_2.packUnitPlural` , `product.translation.fallback_2` . custom_search_keywords as `product.translation.fallback_2.customSearchKeywords` , `product.translation.fallback_2` . slot_config as `product.translation.fallback_2.slotConfig` , `product.translation.fallback_2` . custom_fields as `product.translation.fallback_2.customFields` , `product.translation.fallback_2` . created_at as `product.translation.fallback_2.createdAt` , `product.translation.fallback_2` . updated_at as `product.translation.fallback_2.updatedAt` , `product.translation.fallback_2` . product_id as `product.translation.fallback_2.productId` , `product.translation.fallback_2` . language_id as `product.translation.fallback_2.languageId` , `product.translation.fallback_2` . product_version_id as `product.translation.fallback_2.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id` AND `product.translation.fallback_1` . language_id = ? AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id LEFT JOIN `product_translation` `product.translation.fallback_2` ON `product.translation` . `product_id` = `product.translation.fallback_2` . `product_id` AND `product.translation.fallback_2` . language_id = ? AND `product.translation` . product_version_id = `product.translation.fallback_2` . product_version_id 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_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` , `product.parent.translation.fallback_1` . meta_description as `product.parent.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1` . name as `product.parent.translation.fallback_1.name` , `product.parent.translation.fallback_1` . keywords as `product.parent.translation.fallback_1.keywords` , `product.parent.translation.fallback_1` . description as `product.parent.translation.fallback_1.description` , `product.parent.translation.fallback_1` . meta_title as `product.parent.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1` . pack_unit as `product.parent.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1` . pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1` . custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1` . slot_config as `product.parent.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1` . custom_fields as `product.parent.translation.fallback_1.customFields` , `product.parent.translation.fallback_1` . created_at as `product.parent.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1` . updated_at as `product.parent.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1` . product_id as `product.parent.translation.fallback_1.productId` , `product.parent.translation.fallback_1` . language_id as `product.parent.translation.fallback_1.languageId` , `product.parent.translation.fallback_1` . product_version_id as `product.parent.translation.fallback_1.productVersionId` , `product.parent.translation.fallback_2` . meta_description as `product.parent.translation.fallback_2.metaDescription` , `product.parent.translation.fallback_2` . name as `product.parent.translation.fallback_2.name` , `product.parent.translation.fallback_2` . keywords as `product.parent.translation.fallback_2.keywords` , `product.parent.translation.fallback_2` . description as `product.parent.translation.fallback_2.description` , `product.parent.translation.fallback_2` . meta_title as `product.parent.translation.fallback_2.metaTitle` , `product.parent.translation.fallback_2` . pack_unit as `product.parent.translation.fallback_2.packUnit` , `product.parent.translation.fallback_2` . pack_unit_plural as `product.parent.translation.fallback_2.packUnitPlural` , `product.parent.translation.fallback_2` . custom_search_keywords as `product.parent.translation.fallback_2.customSearchKeywords` , `product.parent.translation.fallback_2` . slot_config as `product.parent.translation.fallback_2.slotConfig` , `product.parent.translation.fallback_2` . custom_fields as `product.parent.translation.fallback_2.customFields` , `product.parent.translation.fallback_2` . created_at as `product.parent.translation.fallback_2.createdAt` , `product.parent.translation.fallback_2` . updated_at as `product.parent.translation.fallback_2.updatedAt` , `product.parent.translation.fallback_2` . product_id as `product.parent.translation.fallback_2.productId` , `product.parent.translation.fallback_2` . language_id as `product.parent.translation.fallback_2.languageId` , `product.parent.translation.fallback_2` . product_version_id as `product.parent.translation.fallback_2.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id` AND `product.parent.translation.fallback_1` . language_id = ? AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id LEFT JOIN `product_translation` `product.parent.translation.fallback_2` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_2` . `product_id` AND `product.parent.translation.fallback_2` . language_id = ? AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_2` . product_version_id WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `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 `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 `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id` AND IFNULL (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) = `product.swagCustomizedProductsTemplate` . `version_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` . title as `product.cover.media.translation.title` , `product.cover.media.translation` . alt as `product.cover.media.translation.alt` , `product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` , `product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` , `product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` , `product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` , `product.cover.media.translation` . language_id as `product.cover.media.translation.languageId` , `product.cover.media.translation.fallback_1` . title as `product.cover.media.translation.fallback_1.title` , `product.cover.media.translation.fallback_1` . alt as `product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.fallback_1` . custom_fields as `product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.fallback_1` . created_at as `product.cover.media.translation.fallback_1.createdAt` , `product.cover.media.translation.fallback_1` . updated_at as `product.cover.media.translation.fallback_1.updatedAt` , `product.cover.media.translation.fallback_1` . media_id as `product.cover.media.translation.fallback_1.mediaId` , `product.cover.media.translation.fallback_1` . language_id as `product.cover.media.translation.fallback_1.languageId` , `product.cover.media.translation.fallback_2` . title as `product.cover.media.translation.fallback_2.title` , `product.cover.media.translation.fallback_2` . alt as `product.cover.media.translation.fallback_2.alt` , `product.cover.media.translation.fallback_2` . custom_fields as `product.cover.media.translation.fallback_2.customFields` , `product.cover.media.translation.fallback_2` . created_at as `product.cover.media.translation.fallback_2.createdAt` , `product.cover.media.translation.fallback_2` . updated_at as `product.cover.media.translation.fallback_2.updatedAt` , `product.cover.media.translation.fallback_2` . media_id as `product.cover.media.translation.fallback_2.mediaId` , `product.cover.media.translation.fallback_2` . language_id as `product.cover.media.translation.fallback_2.languageId` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.fallback_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.fallback_1` . `media_id` AND `product.cover.media.translation.fallback_1` . language_id = ? LEFT JOIN `media_translation` `product.cover.media.translation.fallback_2` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.fallback_2` . `media_id` AND `product.cover.media.translation.fallback_2` . language_id = ? WHERE `product.cover.media.translation` . language_id = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `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` , `product.manufacturer.translation` . created_at as `product.manufacturer.translation.createdAt` , `product.manufacturer.translation` . updated_at as `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation` . product_manufacturer_id as `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation` . language_id as `product.manufacturer.translation.languageId` , `product.manufacturer.translation` . product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` , `product.manufacturer.translation.fallback_1` . name as `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.fallback_1` . description as `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.fallback_1` . custom_fields as `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.fallback_1` . created_at as `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.fallback_1` . updated_at as `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.fallback_1` . product_manufacturer_id as `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.fallback_1` . language_id as `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id as `product.manufacturer.translation.fallback_1.productManufacturerVersionId` , `product.manufacturer.translation.fallback_2` . name as `product.manufacturer.translation.fallback_2.name` , `product.manufacturer.translation.fallback_2` . description as `product.manufacturer.translation.fallback_2.description` , `product.manufacturer.translation.fallback_2` . custom_fields as `product.manufacturer.translation.fallback_2.customFields` , `product.manufacturer.translation.fallback_2` . created_at as `product.manufacturer.translation.fallback_2.createdAt` , `product.manufacturer.translation.fallback_2` . updated_at as `product.manufacturer.translation.fallback_2.updatedAt` , `product.manufacturer.translation.fallback_2` . product_manufacturer_id as `product.manufacturer.translation.fallback_2.productManufacturerId` , `product.manufacturer.translation.fallback_2` . language_id as `product.manufacturer.translation.fallback_2.languageId` , `product.manufacturer.translation.fallback_2` . product_manufacturer_version_id as `product.manufacturer.translation.fallback_2.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_1` . `product_manufacturer_id` AND `product.manufacturer.translation.fallback_1` . language_id = ? AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_2` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_2` . `product_manufacturer_id` AND `product.manufacturer.translation.fallback_2` . language_id = ? AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_2` . product_manufacturer_version_id 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` , `product.unit.translation` . created_at as `product.unit.translation.createdAt` , `product.unit.translation` . updated_at as `product.unit.translation.updatedAt` , `product.unit.translation` . unit_id as `product.unit.translation.unitId` , `product.unit.translation` . language_id as `product.unit.translation.languageId` , `product.unit.translation.fallback_1` . short_code as `product.unit.translation.fallback_1.shortCode` , `product.unit.translation.fallback_1` . name as `product.unit.translation.fallback_1.name` , `product.unit.translation.fallback_1` . custom_fields as `product.unit.translation.fallback_1.customFields` , `product.unit.translation.fallback_1` . created_at as `product.unit.translation.fallback_1.createdAt` , `product.unit.translation.fallback_1` . updated_at as `product.unit.translation.fallback_1.updatedAt` , `product.unit.translation.fallback_1` . unit_id as `product.unit.translation.fallback_1.unitId` , `product.unit.translation.fallback_1` . language_id as `product.unit.translation.fallback_1.languageId` , `product.unit.translation.fallback_2` . short_code as `product.unit.translation.fallback_2.shortCode` , `product.unit.translation.fallback_2` . name as `product.unit.translation.fallback_2.name` , `product.unit.translation.fallback_2` . custom_fields as `product.unit.translation.fallback_2.customFields` , `product.unit.translation.fallback_2` . created_at as `product.unit.translation.fallback_2.createdAt` , `product.unit.translation.fallback_2` . updated_at as `product.unit.translation.fallback_2.updatedAt` , `product.unit.translation.fallback_2` . unit_id as `product.unit.translation.fallback_2.unitId` , `product.unit.translation.fallback_2` . language_id as `product.unit.translation.fallback_2.languageId` FROM `unit_translation` `product.unit.translation` LEFT JOIN `unit_translation` `product.unit.translation.fallback_1` ON `product.unit.translation` . `unit_id` = `product.unit.translation.fallback_1` . `unit_id` AND `product.unit.translation.fallback_1` . language_id = ? LEFT JOIN `unit_translation` `product.unit.translation.fallback_2` ON `product.unit.translation` . `unit_id` = `product.unit.translation.fallback_2` . `unit_id` AND `product.unit.translation.fallback_2` . language_id = ? 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` , `product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId` , `product.deliveryTime.translation.fallback_1` . name as `product.deliveryTime.translation.fallback_1.name` , `product.deliveryTime.translation.fallback_1` . custom_fields as `product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.fallback_1` . created_at as `product.deliveryTime.translation.fallback_1.createdAt` , `product.deliveryTime.translation.fallback_1` . updated_at as `product.deliveryTime.translation.fallback_1.updatedAt` , `product.deliveryTime.translation.fallback_1` . delivery_time_id as `product.deliveryTime.translation.fallback_1.deliveryTimeId` , `product.deliveryTime.translation.fallback_1` . language_id as `product.deliveryTime.translation.fallback_1.languageId` , `product.deliveryTime.translation.fallback_2` . name as `product.deliveryTime.translation.fallback_2.name` , `product.deliveryTime.translation.fallback_2` . custom_fields as `product.deliveryTime.translation.fallback_2.customFields` , `product.deliveryTime.translation.fallback_2` . created_at as `product.deliveryTime.translation.fallback_2.createdAt` , `product.deliveryTime.translation.fallback_2` . updated_at as `product.deliveryTime.translation.fallback_2.updatedAt` , `product.deliveryTime.translation.fallback_2` . delivery_time_id as `product.deliveryTime.translation.fallback_2.deliveryTimeId` , `product.deliveryTime.translation.fallback_2` . language_id as `product.deliveryTime.translation.fallback_2.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.fallback_1` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `product.deliveryTime.translation.fallback_1` . language_id = ? LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.fallback_2` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.fallback_2` . `delivery_time_id` AND `product.deliveryTime.translation.fallback_2` . language_id = ? 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 (SELECT `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id , `product.swagCustomizedProductsTemplate.translation` . display_name as `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation` . description as `product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation` . created_at as `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation` . updated_at as `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation` . language_id as `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . display_name as `product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . description as `product.swagCustomizedProductsTemplate.translation.fallback_1.description` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . created_at as `product.swagCustomizedProductsTemplate.translation.fallback_1.createdAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . updated_at as `product.swagCustomizedProductsTemplate.translation.fallback_1.updatedAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . language_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.languageId` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateVersionId` , `product.swagCustomizedProductsTemplate.translation.fallback_2` . display_name as `product.swagCustomizedProductsTemplate.translation.fallback_2.displayName` , `product.swagCustomizedProductsTemplate.translation.fallback_2` . description as `product.swagCustomizedProductsTemplate.translation.fallback_2.description` , `product.swagCustomizedProductsTemplate.translation.fallback_2` . created_at as `product.swagCustomizedProductsTemplate.translation.fallback_2.createdAt` , `product.swagCustomizedProductsTemplate.translation.fallback_2` . updated_at as `product.swagCustomizedProductsTemplate.translation.fallback_2.updatedAt` , `product.swagCustomizedProductsTemplate.translation.fallback_2` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.fallback_2.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.fallback_2` . language_id as `product.swagCustomizedProductsTemplate.translation.fallback_2.languageId` , `product.swagCustomizedProductsTemplate.translation.fallback_2` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.fallback_2.swagCustomizedProductsTemplateVersionId` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` LEFT JOIN `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation.fallback_1` ON `product.swagCustomizedProductsTemplate.translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate.translation.fallback_1` . `swag_customized_products_template_id` AND `product.swagCustomizedProductsTemplate.translation.fallback_1` . language_id = ? AND `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_version_id LEFT JOIN `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation.fallback_2` ON `product.swagCustomizedProductsTemplate.translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate.translation.fallback_2` . `swag_customized_products_template_id` AND `product.swagCustomizedProductsTemplate.translation.fallback_2` . language_id = ? AND `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate.translation.fallback_2` . swag_customized_products_template_version_id WHERE `product.swagCustomizedProductsTemplate.translation` . language_id = ? ) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate` . version_id WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? ))
Parameters :
[
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"a_+¤£úJÀ \x19 )ë "
b"Fï\˜wHJ颡Q“ïü%. "
b"»xRɳcHû”ñBVÙ\x06\x15 "
b"\x1D p)ps╣M\x1D é±╔\r Õùì\x13 "
b"ž\t L“æ\v K\f ¿<9Ÿ\x1F 2À\x1C "
b"\x01 Œèrêêswšt€‘¤½\x19 h "
]
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` . `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` . `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` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`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` ,
COALESCE (
`product` . `swag_customized_products_template_id` ,
`product.parent` . `swag_customized_products_template_id`
) as `product.swagCustomizedProductsTemplateId` ,
COALESCE (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) as `product.swagCustomizedProductsTemplateVersionId` ,
`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.fallback_2.title` ,
`product.cover.media.translation.fallback_1.title` ,
`product.cover.media.translation.title` ,
COALESCE (
`product.cover.media.translation.fallback_2.title` ,
`product.cover.media.translation.fallback_1.title` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title`
) as `product.cover.media.title` ,
`product.cover.media.translation.fallback_2.alt` ,
`product.cover.media.translation.fallback_1.alt` ,
`product.cover.media.translation.alt` ,
COALESCE (
`product.cover.media.translation.fallback_2.alt` ,
`product.cover.media.translation.fallback_1.alt` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt`
) as `product.cover.media.alt` ,
`product.cover.media.translation.fallback_2.customFields` ,
`product.cover.media.translation.fallback_1.customFields` ,
`product.cover.media.translation.customFields` ,
COALESCE (
`product.cover.media.translation.fallback_2.customFields` ,
`product.cover.media.translation.fallback_1.customFields` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields`
) as `product.cover.media.customFields` ,
`product.cover.media.translation.fallback_2.createdAt` ,
`product.cover.media.translation.fallback_1.createdAt` ,
`product.cover.media.translation.createdAt` ,
`product.cover.media.translation.fallback_2.updatedAt` ,
`product.cover.media.translation.fallback_1.updatedAt` ,
`product.cover.media.translation.updatedAt` ,
`product.cover.media.translation.fallback_2.mediaId` ,
`product.cover.media.translation.fallback_1.mediaId` ,
`product.cover.media.translation.mediaId` ,
`product.cover.media.translation.fallback_2.languageId` ,
`product.cover.media.translation.fallback_1.languageId` ,
`product.cover.media.translation.languageId` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
(
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.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.fallback_2.name` ,
`product.manufacturer.translation.fallback_1.name` ,
`product.manufacturer.translation.name` ,
COALESCE (
`product.manufacturer.translation.fallback_2.name` ,
`product.manufacturer.translation.fallback_1.name` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name`
) as `product.manufacturer.name` ,
`product.manufacturer.translation.fallback_2.description` ,
`product.manufacturer.translation.fallback_1.description` ,
`product.manufacturer.translation.description` ,
COALESCE (
`product.manufacturer.translation.fallback_2.description` ,
`product.manufacturer.translation.fallback_1.description` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description`
) as `product.manufacturer.description` ,
`product.manufacturer.translation.fallback_2.customFields` ,
`product.manufacturer.translation.fallback_1.customFields` ,
`product.manufacturer.translation.customFields` ,
COALESCE (
`product.manufacturer.translation.fallback_2.customFields` ,
`product.manufacturer.translation.fallback_1.customFields` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields`
) as `product.manufacturer.customFields` ,
`product.manufacturer.translation.fallback_2.createdAt` ,
`product.manufacturer.translation.fallback_1.createdAt` ,
`product.manufacturer.translation.createdAt` ,
`product.manufacturer.translation.fallback_2.updatedAt` ,
`product.manufacturer.translation.fallback_1.updatedAt` ,
`product.manufacturer.translation.updatedAt` ,
`product.manufacturer.translation.fallback_2.productManufacturerId` ,
`product.manufacturer.translation.fallback_1.productManufacturerId` ,
`product.manufacturer.translation.productManufacturerId` ,
`product.manufacturer.translation.fallback_2.languageId` ,
`product.manufacturer.translation.fallback_1.languageId` ,
`product.manufacturer.translation.languageId` ,
`product.manufacturer.translation.fallback_2.productManufacturerVersionId` ,
`product.manufacturer.translation.fallback_1.productManufacturerVersionId` ,
`product.manufacturer.translation.productManufacturerVersionId` ,
`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.fallback_2.shortCode` ,
`product.unit.translation.fallback_1.shortCode` ,
`product.unit.translation.shortCode` ,
COALESCE (
`product.unit.translation.fallback_2.shortCode` ,
`product.unit.translation.fallback_1.shortCode` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode`
) as `product.unit.shortCode` ,
`product.unit.translation.fallback_2.name` ,
`product.unit.translation.fallback_1.name` ,
`product.unit.translation.name` ,
COALESCE (
`product.unit.translation.fallback_2.name` ,
`product.unit.translation.fallback_1.name` ,
`product.unit.translation.name` ,
`product.unit.translation.name`
) as `product.unit.name` ,
`product.unit.translation.fallback_2.customFields` ,
`product.unit.translation.fallback_1.customFields` ,
`product.unit.translation.customFields` ,
COALESCE (
`product.unit.translation.fallback_2.customFields` ,
`product.unit.translation.fallback_1.customFields` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields`
) as `product.unit.customFields` ,
`product.unit.translation.fallback_2.createdAt` ,
`product.unit.translation.fallback_1.createdAt` ,
`product.unit.translation.createdAt` ,
`product.unit.translation.fallback_2.updatedAt` ,
`product.unit.translation.fallback_1.updatedAt` ,
`product.unit.translation.updatedAt` ,
`product.unit.translation.fallback_2.unitId` ,
`product.unit.translation.fallback_1.unitId` ,
`product.unit.translation.unitId` ,
`product.unit.translation.fallback_2.languageId` ,
`product.unit.translation.fallback_1.languageId` ,
`product.unit.translation.languageId` ,
`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.fallback_2.name` ,
`product.deliveryTime.translation.fallback_1.name` ,
`product.deliveryTime.translation.name` ,
COALESCE (
`product.deliveryTime.translation.fallback_2.name` ,
`product.deliveryTime.translation.fallback_1.name` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name`
) as `product.deliveryTime.name` ,
`product.deliveryTime.translation.fallback_2.customFields` ,
`product.deliveryTime.translation.fallback_1.customFields` ,
`product.deliveryTime.translation.customFields` ,
COALESCE (
`product.deliveryTime.translation.fallback_2.customFields` ,
`product.deliveryTime.translation.fallback_1.customFields` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields`
) as `product.deliveryTime.customFields` ,
`product.deliveryTime.translation.fallback_2.createdAt` ,
`product.deliveryTime.translation.fallback_1.createdAt` ,
`product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation.fallback_2.updatedAt` ,
`product.deliveryTime.translation.fallback_1.updatedAt` ,
`product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation.fallback_2.deliveryTimeId` ,
`product.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation.fallback_2.languageId` ,
`product.deliveryTime.translation.fallback_1.languageId` ,
`product.deliveryTime.translation.languageId` ,
`product.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` ,
`product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` ,
`product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` ,
`product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` ,
`product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` ,
`product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` ,
`product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` ,
`product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` ,
`product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` ,
`product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` ,
`product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` ,
`product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.fallback_2.displayName` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` ,
`product.swagCustomizedProductsTemplate.translation.displayName` ,
COALESCE (
`product.swagCustomizedProductsTemplate.translation.fallback_2.displayName` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` ,
`product.swagCustomizedProductsTemplate.translation.displayName` ,
`product.swagCustomizedProductsTemplate.translation.displayName`
) as `product.swagCustomizedProductsTemplate.displayName` ,
`product.swagCustomizedProductsTemplate.translation.fallback_2.description` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1.description` ,
`product.swagCustomizedProductsTemplate.translation.description` ,
COALESCE (
`product.swagCustomizedProductsTemplate.translation.fallback_2.description` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1.description` ,
`product.swagCustomizedProductsTemplate.translation.description` ,
`product.swagCustomizedProductsTemplate.translation.description`
) as `product.swagCustomizedProductsTemplate.description` ,
`product.swagCustomizedProductsTemplate.translation.fallback_2.createdAt` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1.createdAt` ,
`product.swagCustomizedProductsTemplate.translation.createdAt` ,
`product.swagCustomizedProductsTemplate.translation.fallback_2.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.fallback_2.swagCustomizedProductsTemplateId` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateId` ,
`product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` ,
`product.swagCustomizedProductsTemplate.translation.fallback_2.languageId` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1.languageId` ,
`product.swagCustomizedProductsTemplate.translation.languageId` ,
`product.swagCustomizedProductsTemplate.translation.fallback_2.swagCustomizedProductsTemplateVersionId` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateVersionId` ,
`product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` ,
`product.translation.fallback_2.metaDescription` ,
`product.parent.translation.fallback_2.metaDescription` ,
`product.translation.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.fallback_2.metaDescription` ,
`product.parent.translation.fallback_2.metaDescription` ,
`product.translation.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
`product.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.fallback_2.name` ,
`product.parent.translation.fallback_2.name` ,
`product.translation.fallback_1.name` ,
`product.parent.translation.fallback_1.name` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.fallback_2.name` ,
`product.parent.translation.fallback_2.name` ,
`product.translation.fallback_1.name` ,
`product.parent.translation.fallback_1.name` ,
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) as `product.name` ,
`product.translation.fallback_2.keywords` ,
`product.parent.translation.fallback_2.keywords` ,
`product.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.fallback_2.keywords` ,
`product.parent.translation.fallback_2.keywords` ,
`product.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) as `product.keywords` ,
`product.translation.fallback_2.description` ,
`product.parent.translation.fallback_2.description` ,
`product.translation.fallback_1.description` ,
`product.parent.translation.fallback_1.description` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.fallback_2.description` ,
`product.parent.translation.fallback_2.description` ,
`product.translation.fallback_1.description` ,
`product.parent.translation.fallback_1.description` ,
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) as `product.description` ,
`product.translation.fallback_2.metaTitle` ,
`product.parent.translation.fallback_2.metaTitle` ,
`product.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.fallback_2.metaTitle` ,
`product.parent.translation.fallback_2.metaTitle` ,
`product.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.fallback_2.packUnit` ,
`product.parent.translation.fallback_2.packUnit` ,
`product.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.fallback_2.packUnit` ,
`product.parent.translation.fallback_2.packUnit` ,
`product.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) as `product.packUnit` ,
`product.translation.fallback_2.packUnitPlural` ,
`product.parent.translation.fallback_2.packUnitPlural` ,
`product.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.fallback_2.packUnitPlural` ,
`product.parent.translation.fallback_2.packUnitPlural` ,
`product.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.fallback_2.customSearchKeywords` ,
`product.parent.translation.fallback_2.customSearchKeywords` ,
`product.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.fallback_2.customSearchKeywords` ,
`product.parent.translation.fallback_2.customSearchKeywords` ,
`product.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.fallback_2.slotConfig` ,
`product.parent.translation.fallback_2.slotConfig` ,
`product.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.fallback_2.slotConfig` ,
`product.parent.translation.fallback_2.slotConfig` ,
`product.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.fallback_2.customFields` ,
`product.parent.translation.fallback_2.customFields` ,
`product.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.fallback_2.customFields` ,
`product.parent.translation.fallback_2.customFields` ,
`product.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) as `product.customFields` ,
`product.translation.fallback_2.createdAt` ,
`product.parent.translation.fallback_2.createdAt` ,
`product.translation.fallback_1.createdAt` ,
`product.parent.translation.fallback_1.createdAt` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.fallback_2.updatedAt` ,
`product.parent.translation.fallback_2.updatedAt` ,
`product.translation.fallback_1.updatedAt` ,
`product.parent.translation.fallback_1.updatedAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.fallback_2.productId` ,
`product.parent.translation.fallback_2.productId` ,
`product.translation.fallback_1.productId` ,
`product.parent.translation.fallback_1.productId` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.fallback_2.languageId` ,
`product.parent.translation.fallback_2.languageId` ,
`product.translation.fallback_1.languageId` ,
`product.parent.translation.fallback_1.languageId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.fallback_2.productVersionId` ,
`product.parent.translation.fallback_2.productVersionId` ,
`product.translation.fallback_1.productVersionId` ,
`product.parent.translation.fallback_1.productVersionId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
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 (
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_search_keywords as `product.translation.customSearchKeywords` ,
`product.translation` . slot_config as `product.translation.slotConfig` ,
`product.translation` . custom_fields as `product.translation.customFields` ,
`product.translation` . created_at as `product.translation.createdAt` ,
`product.translation` . updated_at as `product.translation.updatedAt` ,
`product.translation` . product_id as `product.translation.productId` ,
`product.translation` . language_id as `product.translation.languageId` ,
`product.translation` . product_version_id as `product.translation.productVersionId` ,
`product.translation.fallback_1` . meta_description as `product.translation.fallback_1.metaDescription` ,
`product.translation.fallback_1` . name as `product.translation.fallback_1.name` ,
`product.translation.fallback_1` . keywords as `product.translation.fallback_1.keywords` ,
`product.translation.fallback_1` . description as `product.translation.fallback_1.description` ,
`product.translation.fallback_1` . meta_title as `product.translation.fallback_1.metaTitle` ,
`product.translation.fallback_1` . pack_unit as `product.translation.fallback_1.packUnit` ,
`product.translation.fallback_1` . pack_unit_plural as `product.translation.fallback_1.packUnitPlural` ,
`product.translation.fallback_1` . custom_search_keywords as `product.translation.fallback_1.customSearchKeywords` ,
`product.translation.fallback_1` . slot_config as `product.translation.fallback_1.slotConfig` ,
`product.translation.fallback_1` . custom_fields as `product.translation.fallback_1.customFields` ,
`product.translation.fallback_1` . created_at as `product.translation.fallback_1.createdAt` ,
`product.translation.fallback_1` . updated_at as `product.translation.fallback_1.updatedAt` ,
`product.translation.fallback_1` . product_id as `product.translation.fallback_1.productId` ,
`product.translation.fallback_1` . language_id as `product.translation.fallback_1.languageId` ,
`product.translation.fallback_1` . product_version_id as `product.translation.fallback_1.productVersionId` ,
`product.translation.fallback_2` . meta_description as `product.translation.fallback_2.metaDescription` ,
`product.translation.fallback_2` . name as `product.translation.fallback_2.name` ,
`product.translation.fallback_2` . keywords as `product.translation.fallback_2.keywords` ,
`product.translation.fallback_2` . description as `product.translation.fallback_2.description` ,
`product.translation.fallback_2` . meta_title as `product.translation.fallback_2.metaTitle` ,
`product.translation.fallback_2` . pack_unit as `product.translation.fallback_2.packUnit` ,
`product.translation.fallback_2` . pack_unit_plural as `product.translation.fallback_2.packUnitPlural` ,
`product.translation.fallback_2` . custom_search_keywords as `product.translation.fallback_2.customSearchKeywords` ,
`product.translation.fallback_2` . slot_config as `product.translation.fallback_2.slotConfig` ,
`product.translation.fallback_2` . custom_fields as `product.translation.fallback_2.customFields` ,
`product.translation.fallback_2` . created_at as `product.translation.fallback_2.createdAt` ,
`product.translation.fallback_2` . updated_at as `product.translation.fallback_2.updatedAt` ,
`product.translation.fallback_2` . product_id as `product.translation.fallback_2.productId` ,
`product.translation.fallback_2` . language_id as `product.translation.fallback_2.languageId` ,
`product.translation.fallback_2` . product_version_id as `product.translation.fallback_2.productVersionId`
FROM
`product_translation` `product.translation`
LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id`
AND `product.translation.fallback_1` . language_id = ?
AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id
LEFT JOIN `product_translation` `product.translation.fallback_2` ON `product.translation` . `product_id` = `product.translation.fallback_2` . `product_id`
AND `product.translation.fallback_2` . language_id = ?
AND `product.translation` . product_version_id = `product.translation.fallback_2` . product_version_id
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_search_keywords as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config as `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields as `product.parent.translation.customFields` ,
`product.parent.translation` . created_at as `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at as `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id as `product.parent.translation.productId` ,
`product.parent.translation` . language_id as `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` ,
`product.parent.translation.fallback_1` . meta_description as `product.parent.translation.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1` . name as `product.parent.translation.fallback_1.name` ,
`product.parent.translation.fallback_1` . keywords as `product.parent.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1` . description as `product.parent.translation.fallback_1.description` ,
`product.parent.translation.fallback_1` . meta_title as `product.parent.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1` . pack_unit as `product.parent.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1` . pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1` . custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1` . slot_config as `product.parent.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1` . custom_fields as `product.parent.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1` . created_at as `product.parent.translation.fallback_1.createdAt` ,
`product.parent.translation.fallback_1` . updated_at as `product.parent.translation.fallback_1.updatedAt` ,
`product.parent.translation.fallback_1` . product_id as `product.parent.translation.fallback_1.productId` ,
`product.parent.translation.fallback_1` . language_id as `product.parent.translation.fallback_1.languageId` ,
`product.parent.translation.fallback_1` . product_version_id as `product.parent.translation.fallback_1.productVersionId` ,
`product.parent.translation.fallback_2` . meta_description as `product.parent.translation.fallback_2.metaDescription` ,
`product.parent.translation.fallback_2` . name as `product.parent.translation.fallback_2.name` ,
`product.parent.translation.fallback_2` . keywords as `product.parent.translation.fallback_2.keywords` ,
`product.parent.translation.fallback_2` . description as `product.parent.translation.fallback_2.description` ,
`product.parent.translation.fallback_2` . meta_title as `product.parent.translation.fallback_2.metaTitle` ,
`product.parent.translation.fallback_2` . pack_unit as `product.parent.translation.fallback_2.packUnit` ,
`product.parent.translation.fallback_2` . pack_unit_plural as `product.parent.translation.fallback_2.packUnitPlural` ,
`product.parent.translation.fallback_2` . custom_search_keywords as `product.parent.translation.fallback_2.customSearchKeywords` ,
`product.parent.translation.fallback_2` . slot_config as `product.parent.translation.fallback_2.slotConfig` ,
`product.parent.translation.fallback_2` . custom_fields as `product.parent.translation.fallback_2.customFields` ,
`product.parent.translation.fallback_2` . created_at as `product.parent.translation.fallback_2.createdAt` ,
`product.parent.translation.fallback_2` . updated_at as `product.parent.translation.fallback_2.updatedAt` ,
`product.parent.translation.fallback_2` . product_id as `product.parent.translation.fallback_2.productId` ,
`product.parent.translation.fallback_2` . language_id as `product.parent.translation.fallback_2.languageId` ,
`product.parent.translation.fallback_2` . product_version_id as `product.parent.translation.fallback_2.productVersionId`
FROM
`product_translation` `product.parent.translation`
LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id`
AND `product.parent.translation.fallback_1` . language_id = ?
AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id
LEFT JOIN `product_translation` `product.parent.translation.fallback_2` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_2` . `product_id`
AND `product.parent.translation.fallback_2` . language_id = ?
AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_2` . product_version_id
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `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 `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 `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id`
AND IFNULL (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) = `product.swagCustomizedProductsTemplate` . `version_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` . title as `product.cover.media.translation.title` ,
`product.cover.media.translation` . alt as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` ,
`product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` ,
`product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` ,
`product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` ,
`product.cover.media.translation` . language_id as `product.cover.media.translation.languageId` ,
`product.cover.media.translation.fallback_1` . title as `product.cover.media.translation.fallback_1.title` ,
`product.cover.media.translation.fallback_1` . alt as `product.cover.media.translation.fallback_1.alt` ,
`product.cover.media.translation.fallback_1` . custom_fields as `product.cover.media.translation.fallback_1.customFields` ,
`product.cover.media.translation.fallback_1` . created_at as `product.cover.media.translation.fallback_1.createdAt` ,
`product.cover.media.translation.fallback_1` . updated_at as `product.cover.media.translation.fallback_1.updatedAt` ,
`product.cover.media.translation.fallback_1` . media_id as `product.cover.media.translation.fallback_1.mediaId` ,
`product.cover.media.translation.fallback_1` . language_id as `product.cover.media.translation.fallback_1.languageId` ,
`product.cover.media.translation.fallback_2` . title as `product.cover.media.translation.fallback_2.title` ,
`product.cover.media.translation.fallback_2` . alt as `product.cover.media.translation.fallback_2.alt` ,
`product.cover.media.translation.fallback_2` . custom_fields as `product.cover.media.translation.fallback_2.customFields` ,
`product.cover.media.translation.fallback_2` . created_at as `product.cover.media.translation.fallback_2.createdAt` ,
`product.cover.media.translation.fallback_2` . updated_at as `product.cover.media.translation.fallback_2.updatedAt` ,
`product.cover.media.translation.fallback_2` . media_id as `product.cover.media.translation.fallback_2.mediaId` ,
`product.cover.media.translation.fallback_2` . language_id as `product.cover.media.translation.fallback_2.languageId`
FROM
`media_translation` `product.cover.media.translation`
LEFT JOIN `media_translation` `product.cover.media.translation.fallback_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.fallback_1` . `media_id`
AND `product.cover.media.translation.fallback_1` . language_id = ?
LEFT JOIN `media_translation` `product.cover.media.translation.fallback_2` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.fallback_2` . `media_id`
AND `product.cover.media.translation.fallback_2` . language_id = ?
WHERE
`product.cover.media.translation` . language_id = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `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` ,
`product.manufacturer.translation` . created_at as `product.manufacturer.translation.createdAt` ,
`product.manufacturer.translation` . updated_at as `product.manufacturer.translation.updatedAt` ,
`product.manufacturer.translation` . product_manufacturer_id as `product.manufacturer.translation.productManufacturerId` ,
`product.manufacturer.translation` . language_id as `product.manufacturer.translation.languageId` ,
`product.manufacturer.translation` . product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` ,
`product.manufacturer.translation.fallback_1` . name as `product.manufacturer.translation.fallback_1.name` ,
`product.manufacturer.translation.fallback_1` . description as `product.manufacturer.translation.fallback_1.description` ,
`product.manufacturer.translation.fallback_1` . custom_fields as `product.manufacturer.translation.fallback_1.customFields` ,
`product.manufacturer.translation.fallback_1` . created_at as `product.manufacturer.translation.fallback_1.createdAt` ,
`product.manufacturer.translation.fallback_1` . updated_at as `product.manufacturer.translation.fallback_1.updatedAt` ,
`product.manufacturer.translation.fallback_1` . product_manufacturer_id as `product.manufacturer.translation.fallback_1.productManufacturerId` ,
`product.manufacturer.translation.fallback_1` . language_id as `product.manufacturer.translation.fallback_1.languageId` ,
`product.manufacturer.translation.fallback_1` . product_manufacturer_version_id as `product.manufacturer.translation.fallback_1.productManufacturerVersionId` ,
`product.manufacturer.translation.fallback_2` . name as `product.manufacturer.translation.fallback_2.name` ,
`product.manufacturer.translation.fallback_2` . description as `product.manufacturer.translation.fallback_2.description` ,
`product.manufacturer.translation.fallback_2` . custom_fields as `product.manufacturer.translation.fallback_2.customFields` ,
`product.manufacturer.translation.fallback_2` . created_at as `product.manufacturer.translation.fallback_2.createdAt` ,
`product.manufacturer.translation.fallback_2` . updated_at as `product.manufacturer.translation.fallback_2.updatedAt` ,
`product.manufacturer.translation.fallback_2` . product_manufacturer_id as `product.manufacturer.translation.fallback_2.productManufacturerId` ,
`product.manufacturer.translation.fallback_2` . language_id as `product.manufacturer.translation.fallback_2.languageId` ,
`product.manufacturer.translation.fallback_2` . product_manufacturer_version_id as `product.manufacturer.translation.fallback_2.productManufacturerVersionId`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_1` . `product_manufacturer_id`
AND `product.manufacturer.translation.fallback_1` . language_id = ?
AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id
LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_2` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_2` . `product_manufacturer_id`
AND `product.manufacturer.translation.fallback_2` . language_id = ?
AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_2` . product_manufacturer_version_id
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` ,
`product.unit.translation` . created_at as `product.unit.translation.createdAt` ,
`product.unit.translation` . updated_at as `product.unit.translation.updatedAt` ,
`product.unit.translation` . unit_id as `product.unit.translation.unitId` ,
`product.unit.translation` . language_id as `product.unit.translation.languageId` ,
`product.unit.translation.fallback_1` . short_code as `product.unit.translation.fallback_1.shortCode` ,
`product.unit.translation.fallback_1` . name as `product.unit.translation.fallback_1.name` ,
`product.unit.translation.fallback_1` . custom_fields as `product.unit.translation.fallback_1.customFields` ,
`product.unit.translation.fallback_1` . created_at as `product.unit.translation.fallback_1.createdAt` ,
`product.unit.translation.fallback_1` . updated_at as `product.unit.translation.fallback_1.updatedAt` ,
`product.unit.translation.fallback_1` . unit_id as `product.unit.translation.fallback_1.unitId` ,
`product.unit.translation.fallback_1` . language_id as `product.unit.translation.fallback_1.languageId` ,
`product.unit.translation.fallback_2` . short_code as `product.unit.translation.fallback_2.shortCode` ,
`product.unit.translation.fallback_2` . name as `product.unit.translation.fallback_2.name` ,
`product.unit.translation.fallback_2` . custom_fields as `product.unit.translation.fallback_2.customFields` ,
`product.unit.translation.fallback_2` . created_at as `product.unit.translation.fallback_2.createdAt` ,
`product.unit.translation.fallback_2` . updated_at as `product.unit.translation.fallback_2.updatedAt` ,
`product.unit.translation.fallback_2` . unit_id as `product.unit.translation.fallback_2.unitId` ,
`product.unit.translation.fallback_2` . language_id as `product.unit.translation.fallback_2.languageId`
FROM
`unit_translation` `product.unit.translation`
LEFT JOIN `unit_translation` `product.unit.translation.fallback_1` ON `product.unit.translation` . `unit_id` = `product.unit.translation.fallback_1` . `unit_id`
AND `product.unit.translation.fallback_1` . language_id = ?
LEFT JOIN `unit_translation` `product.unit.translation.fallback_2` ON `product.unit.translation` . `unit_id` = `product.unit.translation.fallback_2` . `unit_id`
AND `product.unit.translation.fallback_2` . language_id = ?
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` ,
`product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId` ,
`product.deliveryTime.translation.fallback_1` . name as `product.deliveryTime.translation.fallback_1.name` ,
`product.deliveryTime.translation.fallback_1` . custom_fields as `product.deliveryTime.translation.fallback_1.customFields` ,
`product.deliveryTime.translation.fallback_1` . created_at as `product.deliveryTime.translation.fallback_1.createdAt` ,
`product.deliveryTime.translation.fallback_1` . updated_at as `product.deliveryTime.translation.fallback_1.updatedAt` ,
`product.deliveryTime.translation.fallback_1` . delivery_time_id as `product.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`product.deliveryTime.translation.fallback_1` . language_id as `product.deliveryTime.translation.fallback_1.languageId` ,
`product.deliveryTime.translation.fallback_2` . name as `product.deliveryTime.translation.fallback_2.name` ,
`product.deliveryTime.translation.fallback_2` . custom_fields as `product.deliveryTime.translation.fallback_2.customFields` ,
`product.deliveryTime.translation.fallback_2` . created_at as `product.deliveryTime.translation.fallback_2.createdAt` ,
`product.deliveryTime.translation.fallback_2` . updated_at as `product.deliveryTime.translation.fallback_2.updatedAt` ,
`product.deliveryTime.translation.fallback_2` . delivery_time_id as `product.deliveryTime.translation.fallback_2.deliveryTimeId` ,
`product.deliveryTime.translation.fallback_2` . language_id as `product.deliveryTime.translation.fallback_2.languageId`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.fallback_1` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.fallback_1` . `delivery_time_id`
AND `product.deliveryTime.translation.fallback_1` . language_id = ?
LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.fallback_2` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.fallback_2` . `delivery_time_id`
AND `product.deliveryTime.translation.fallback_2` . language_id = ?
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 (
SELECT
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id ,
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id ,
`product.swagCustomizedProductsTemplate.translation` . display_name as `product.swagCustomizedProductsTemplate.translation.displayName` ,
`product.swagCustomizedProductsTemplate.translation` . description as `product.swagCustomizedProductsTemplate.translation.description` ,
`product.swagCustomizedProductsTemplate.translation` . created_at as `product.swagCustomizedProductsTemplate.translation.createdAt` ,
`product.swagCustomizedProductsTemplate.translation` . updated_at as `product.swagCustomizedProductsTemplate.translation.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` ,
`product.swagCustomizedProductsTemplate.translation` . language_id as `product.swagCustomizedProductsTemplate.translation.languageId` ,
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1` . display_name as `product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1` . description as `product.swagCustomizedProductsTemplate.translation.fallback_1.description` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1` . created_at as `product.swagCustomizedProductsTemplate.translation.fallback_1.createdAt` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1` . updated_at as `product.swagCustomizedProductsTemplate.translation.fallback_1.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateId` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1` . language_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.languageId` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateVersionId` ,
`product.swagCustomizedProductsTemplate.translation.fallback_2` . display_name as `product.swagCustomizedProductsTemplate.translation.fallback_2.displayName` ,
`product.swagCustomizedProductsTemplate.translation.fallback_2` . description as `product.swagCustomizedProductsTemplate.translation.fallback_2.description` ,
`product.swagCustomizedProductsTemplate.translation.fallback_2` . created_at as `product.swagCustomizedProductsTemplate.translation.fallback_2.createdAt` ,
`product.swagCustomizedProductsTemplate.translation.fallback_2` . updated_at as `product.swagCustomizedProductsTemplate.translation.fallback_2.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.fallback_2` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.fallback_2.swagCustomizedProductsTemplateId` ,
`product.swagCustomizedProductsTemplate.translation.fallback_2` . language_id as `product.swagCustomizedProductsTemplate.translation.fallback_2.languageId` ,
`product.swagCustomizedProductsTemplate.translation.fallback_2` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.fallback_2.swagCustomizedProductsTemplateVersionId`
FROM
`swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation`
LEFT JOIN `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation.fallback_1` ON `product.swagCustomizedProductsTemplate.translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate.translation.fallback_1` . `swag_customized_products_template_id`
AND `product.swagCustomizedProductsTemplate.translation.fallback_1` . language_id = ?
AND `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_version_id
LEFT JOIN `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation.fallback_2` ON `product.swagCustomizedProductsTemplate.translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate.translation.fallback_2` . `swag_customized_products_template_id`
AND `product.swagCustomizedProductsTemplate.translation.fallback_2` . language_id = ?
AND `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate.translation.fallback_2` . swag_customized_products_template_version_id
WHERE
`product.swagCustomizedProductsTemplate.translation` . language_id = ?
) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id`
AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate` . version_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` . `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` . `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` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `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` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `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.fallback_2.title` , `product.cover.media.translation.fallback_1.title` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.fallback_2.title` , `product.cover.media.translation.fallback_1.title` , `product.cover.media.translation.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.fallback_2.alt` , `product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.fallback_2.alt` , `product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.fallback_2.customFields` , `product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.fallback_2.customFields` , `product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover.media.translation.fallback_2.createdAt` , `product.cover.media.translation.fallback_1.createdAt` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.fallback_2.updatedAt` , `product.cover.media.translation.fallback_1.updatedAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.fallback_2.mediaId` , `product.cover.media.translation.fallback_1.mediaId` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.fallback_2.languageId` , `product.cover.media.translation.fallback_1.languageId` , `product.cover.media.translation.languageId` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , (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.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.fallback_2.name` , `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.name` , COALESCE (`product.manufacturer.translation.fallback_2.name` , `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` ) as `product.manufacturer.name` , `product.manufacturer.translation.fallback_2.description` , `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.fallback_2.description` , `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` ) as `product.manufacturer.description` , `product.manufacturer.translation.fallback_2.customFields` , `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.fallback_2.customFields` , `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` ) as `product.manufacturer.customFields` , `product.manufacturer.translation.fallback_2.createdAt` , `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.createdAt` , `product.manufacturer.translation.fallback_2.updatedAt` , `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation.fallback_2.productManufacturerId` , `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation.fallback_2.languageId` , `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.languageId` , `product.manufacturer.translation.fallback_2.productManufacturerVersionId` , `product.manufacturer.translation.fallback_1.productManufacturerVersionId` , `product.manufacturer.translation.productManufacturerVersionId` , `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.fallback_2.shortCode` , `product.unit.translation.fallback_1.shortCode` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.fallback_2.shortCode` , `product.unit.translation.fallback_1.shortCode` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) as `product.unit.shortCode` , `product.unit.translation.fallback_2.name` , `product.unit.translation.fallback_1.name` , `product.unit.translation.name` , COALESCE (`product.unit.translation.fallback_2.name` , `product.unit.translation.fallback_1.name` , `product.unit.translation.name` , `product.unit.translation.name` ) as `product.unit.name` , `product.unit.translation.fallback_2.customFields` , `product.unit.translation.fallback_1.customFields` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.fallback_2.customFields` , `product.unit.translation.fallback_1.customFields` , `product.unit.translation.customFields` , `product.unit.translation.customFields` ) as `product.unit.customFields` , `product.unit.translation.fallback_2.createdAt` , `product.unit.translation.fallback_1.createdAt` , `product.unit.translation.createdAt` , `product.unit.translation.fallback_2.updatedAt` , `product.unit.translation.fallback_1.updatedAt` , `product.unit.translation.updatedAt` , `product.unit.translation.fallback_2.unitId` , `product.unit.translation.fallback_1.unitId` , `product.unit.translation.unitId` , `product.unit.translation.fallback_2.languageId` , `product.unit.translation.fallback_1.languageId` , `product.unit.translation.languageId` , `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.fallback_2.name` , `product.deliveryTime.translation.fallback_1.name` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.fallback_2.name` , `product.deliveryTime.translation.fallback_1.name` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) as `product.deliveryTime.name` , `product.deliveryTime.translation.fallback_2.customFields` , `product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.fallback_2.customFields` , `product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) as `product.deliveryTime.customFields` , `product.deliveryTime.translation.fallback_2.createdAt` , `product.deliveryTime.translation.fallback_1.createdAt` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.fallback_2.updatedAt` , `product.deliveryTime.translation.fallback_1.updatedAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.fallback_2.deliveryTimeId` , `product.deliveryTime.translation.fallback_1.deliveryTimeId` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.fallback_2.languageId` , `product.deliveryTime.translation.fallback_1.languageId` , `product.deliveryTime.translation.languageId` , `product.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` , `product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` , `product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` , `product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` , `product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` , `product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` , `product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` , `product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` , `product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` , `product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` , `product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` , `product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` , `product.swagCustomizedProductsTemplate.translation.fallback_2.displayName` , `product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` , COALESCE (`product.swagCustomizedProductsTemplate.translation.fallback_2.displayName` , `product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` ) as `product.swagCustomizedProductsTemplate.displayName` , `product.swagCustomizedProductsTemplate.translation.fallback_2.description` , `product.swagCustomizedProductsTemplate.translation.fallback_1.description` , `product.swagCustomizedProductsTemplate.translation.description` , COALESCE (`product.swagCustomizedProductsTemplate.translation.fallback_2.description` , `product.swagCustomizedProductsTemplate.translation.fallback_1.description` , `product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation.description` ) as `product.swagCustomizedProductsTemplate.description` , `product.swagCustomizedProductsTemplate.translation.fallback_2.createdAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1.createdAt` , `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation.fallback_2.updatedAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1.updatedAt` , `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation.fallback_2.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.fallback_2.languageId` , `product.swagCustomizedProductsTemplate.translation.fallback_1.languageId` , `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation.fallback_2.swagCustomizedProductsTemplateVersionId` , `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateVersionId` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` , `product.translation.fallback_2.metaDescription` , `product.parent.translation.fallback_2.metaDescription` , `product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.fallback_2.metaDescription` , `product.parent.translation.fallback_2.metaDescription` , `product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.fallback_2.name` , `product.parent.translation.fallback_2.name` , `product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.fallback_2.name` , `product.parent.translation.fallback_2.name` , `product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.fallback_2.keywords` , `product.parent.translation.fallback_2.keywords` , `product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.fallback_2.keywords` , `product.parent.translation.fallback_2.keywords` , `product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.fallback_2.description` , `product.parent.translation.fallback_2.description` , `product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.fallback_2.description` , `product.parent.translation.fallback_2.description` , `product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.fallback_2.metaTitle` , `product.parent.translation.fallback_2.metaTitle` , `product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.fallback_2.metaTitle` , `product.parent.translation.fallback_2.metaTitle` , `product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.fallback_2.packUnit` , `product.parent.translation.fallback_2.packUnit` , `product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.fallback_2.packUnit` , `product.parent.translation.fallback_2.packUnit` , `product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.fallback_2.packUnitPlural` , `product.parent.translation.fallback_2.packUnitPlural` , `product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.fallback_2.packUnitPlural` , `product.parent.translation.fallback_2.packUnitPlural` , `product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.fallback_2.customSearchKeywords` , `product.parent.translation.fallback_2.customSearchKeywords` , `product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.fallback_2.customSearchKeywords` , `product.parent.translation.fallback_2.customSearchKeywords` , `product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.fallback_2.slotConfig` , `product.parent.translation.fallback_2.slotConfig` , `product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.fallback_2.slotConfig` , `product.parent.translation.fallback_2.slotConfig` , `product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.fallback_2.customFields` , `product.parent.translation.fallback_2.customFields` , `product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.fallback_2.customFields` , `product.parent.translation.fallback_2.customFields` , `product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.fallback_2.createdAt` , `product.parent.translation.fallback_2.createdAt` , `product.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1.createdAt` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.fallback_2.updatedAt` , `product.parent.translation.fallback_2.updatedAt` , `product.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1.updatedAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.fallback_2.productId` , `product.parent.translation.fallback_2.productId` , `product.translation.fallback_1.productId` , `product.parent.translation.fallback_1.productId` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.fallback_2.languageId` , `product.parent.translation.fallback_2.languageId` , `product.translation.fallback_1.languageId` , `product.parent.translation.fallback_1.languageId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.fallback_2.productVersionId` , `product.parent.translation.fallback_2.productVersionId` , `product.translation.fallback_1.productVersionId` , `product.parent.translation.fallback_1.productVersionId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` 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 (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_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` , `product.translation.fallback_1` . meta_description as `product.translation.fallback_1.metaDescription` , `product.translation.fallback_1` . name as `product.translation.fallback_1.name` , `product.translation.fallback_1` . keywords as `product.translation.fallback_1.keywords` , `product.translation.fallback_1` . description as `product.translation.fallback_1.description` , `product.translation.fallback_1` . meta_title as `product.translation.fallback_1.metaTitle` , `product.translation.fallback_1` . pack_unit as `product.translation.fallback_1.packUnit` , `product.translation.fallback_1` . pack_unit_plural as `product.translation.fallback_1.packUnitPlural` , `product.translation.fallback_1` . custom_search_keywords as `product.translation.fallback_1.customSearchKeywords` , `product.translation.fallback_1` . slot_config as `product.translation.fallback_1.slotConfig` , `product.translation.fallback_1` . custom_fields as `product.translation.fallback_1.customFields` , `product.translation.fallback_1` . created_at as `product.translation.fallback_1.createdAt` , `product.translation.fallback_1` . updated_at as `product.translation.fallback_1.updatedAt` , `product.translation.fallback_1` . product_id as `product.translation.fallback_1.productId` , `product.translation.fallback_1` . language_id as `product.translation.fallback_1.languageId` , `product.translation.fallback_1` . product_version_id as `product.translation.fallback_1.productVersionId` , `product.translation.fallback_2` . meta_description as `product.translation.fallback_2.metaDescription` , `product.translation.fallback_2` . name as `product.translation.fallback_2.name` , `product.translation.fallback_2` . keywords as `product.translation.fallback_2.keywords` , `product.translation.fallback_2` . description as `product.translation.fallback_2.description` , `product.translation.fallback_2` . meta_title as `product.translation.fallback_2.metaTitle` , `product.translation.fallback_2` . pack_unit as `product.translation.fallback_2.packUnit` , `product.translation.fallback_2` . pack_unit_plural as `product.translation.fallback_2.packUnitPlural` , `product.translation.fallback_2` . custom_search_keywords as `product.translation.fallback_2.customSearchKeywords` , `product.translation.fallback_2` . slot_config as `product.translation.fallback_2.slotConfig` , `product.translation.fallback_2` . custom_fields as `product.translation.fallback_2.customFields` , `product.translation.fallback_2` . created_at as `product.translation.fallback_2.createdAt` , `product.translation.fallback_2` . updated_at as `product.translation.fallback_2.updatedAt` , `product.translation.fallback_2` . product_id as `product.translation.fallback_2.productId` , `product.translation.fallback_2` . language_id as `product.translation.fallback_2.languageId` , `product.translation.fallback_2` . product_version_id as `product.translation.fallback_2.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id` AND `product.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id LEFT JOIN `product_translation` `product.translation.fallback_2` ON `product.translation` . `product_id` = `product.translation.fallback_2` . `product_id` AND `product.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 AND `product.translation` . product_version_id = `product.translation.fallback_2` . product_version_id 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_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` , `product.parent.translation.fallback_1` . meta_description as `product.parent.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1` . name as `product.parent.translation.fallback_1.name` , `product.parent.translation.fallback_1` . keywords as `product.parent.translation.fallback_1.keywords` , `product.parent.translation.fallback_1` . description as `product.parent.translation.fallback_1.description` , `product.parent.translation.fallback_1` . meta_title as `product.parent.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1` . pack_unit as `product.parent.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1` . pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1` . custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1` . slot_config as `product.parent.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1` . custom_fields as `product.parent.translation.fallback_1.customFields` , `product.parent.translation.fallback_1` . created_at as `product.parent.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1` . updated_at as `product.parent.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1` . product_id as `product.parent.translation.fallback_1.productId` , `product.parent.translation.fallback_1` . language_id as `product.parent.translation.fallback_1.languageId` , `product.parent.translation.fallback_1` . product_version_id as `product.parent.translation.fallback_1.productVersionId` , `product.parent.translation.fallback_2` . meta_description as `product.parent.translation.fallback_2.metaDescription` , `product.parent.translation.fallback_2` . name as `product.parent.translation.fallback_2.name` , `product.parent.translation.fallback_2` . keywords as `product.parent.translation.fallback_2.keywords` , `product.parent.translation.fallback_2` . description as `product.parent.translation.fallback_2.description` , `product.parent.translation.fallback_2` . meta_title as `product.parent.translation.fallback_2.metaTitle` , `product.parent.translation.fallback_2` . pack_unit as `product.parent.translation.fallback_2.packUnit` , `product.parent.translation.fallback_2` . pack_unit_plural as `product.parent.translation.fallback_2.packUnitPlural` , `product.parent.translation.fallback_2` . custom_search_keywords as `product.parent.translation.fallback_2.customSearchKeywords` , `product.parent.translation.fallback_2` . slot_config as `product.parent.translation.fallback_2.slotConfig` , `product.parent.translation.fallback_2` . custom_fields as `product.parent.translation.fallback_2.customFields` , `product.parent.translation.fallback_2` . created_at as `product.parent.translation.fallback_2.createdAt` , `product.parent.translation.fallback_2` . updated_at as `product.parent.translation.fallback_2.updatedAt` , `product.parent.translation.fallback_2` . product_id as `product.parent.translation.fallback_2.productId` , `product.parent.translation.fallback_2` . language_id as `product.parent.translation.fallback_2.languageId` , `product.parent.translation.fallback_2` . product_version_id as `product.parent.translation.fallback_2.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id` AND `product.parent.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id LEFT JOIN `product_translation` `product.parent.translation.fallback_2` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_2` . `product_id` AND `product.parent.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_2` . product_version_id WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `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 `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 `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id` AND IFNULL (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) = `product.swagCustomizedProductsTemplate` . `version_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` . title as `product.cover.media.translation.title` , `product.cover.media.translation` . alt as `product.cover.media.translation.alt` , `product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` , `product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` , `product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` , `product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` , `product.cover.media.translation` . language_id as `product.cover.media.translation.languageId` , `product.cover.media.translation.fallback_1` . title as `product.cover.media.translation.fallback_1.title` , `product.cover.media.translation.fallback_1` . alt as `product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.fallback_1` . custom_fields as `product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.fallback_1` . created_at as `product.cover.media.translation.fallback_1.createdAt` , `product.cover.media.translation.fallback_1` . updated_at as `product.cover.media.translation.fallback_1.updatedAt` , `product.cover.media.translation.fallback_1` . media_id as `product.cover.media.translation.fallback_1.mediaId` , `product.cover.media.translation.fallback_1` . language_id as `product.cover.media.translation.fallback_1.languageId` , `product.cover.media.translation.fallback_2` . title as `product.cover.media.translation.fallback_2.title` , `product.cover.media.translation.fallback_2` . alt as `product.cover.media.translation.fallback_2.alt` , `product.cover.media.translation.fallback_2` . custom_fields as `product.cover.media.translation.fallback_2.customFields` , `product.cover.media.translation.fallback_2` . created_at as `product.cover.media.translation.fallback_2.createdAt` , `product.cover.media.translation.fallback_2` . updated_at as `product.cover.media.translation.fallback_2.updatedAt` , `product.cover.media.translation.fallback_2` . media_id as `product.cover.media.translation.fallback_2.mediaId` , `product.cover.media.translation.fallback_2` . language_id as `product.cover.media.translation.fallback_2.languageId` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.fallback_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.fallback_1` . `media_id` AND `product.cover.media.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `media_translation` `product.cover.media.translation.fallback_2` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.fallback_2` . `media_id` AND `product.cover.media.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 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` 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` , `product.manufacturer.translation` . created_at as `product.manufacturer.translation.createdAt` , `product.manufacturer.translation` . updated_at as `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation` . product_manufacturer_id as `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation` . language_id as `product.manufacturer.translation.languageId` , `product.manufacturer.translation` . product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` , `product.manufacturer.translation.fallback_1` . name as `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.fallback_1` . description as `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.fallback_1` . custom_fields as `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.fallback_1` . created_at as `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.fallback_1` . updated_at as `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.fallback_1` . product_manufacturer_id as `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.fallback_1` . language_id as `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id as `product.manufacturer.translation.fallback_1.productManufacturerVersionId` , `product.manufacturer.translation.fallback_2` . name as `product.manufacturer.translation.fallback_2.name` , `product.manufacturer.translation.fallback_2` . description as `product.manufacturer.translation.fallback_2.description` , `product.manufacturer.translation.fallback_2` . custom_fields as `product.manufacturer.translation.fallback_2.customFields` , `product.manufacturer.translation.fallback_2` . created_at as `product.manufacturer.translation.fallback_2.createdAt` , `product.manufacturer.translation.fallback_2` . updated_at as `product.manufacturer.translation.fallback_2.updatedAt` , `product.manufacturer.translation.fallback_2` . product_manufacturer_id as `product.manufacturer.translation.fallback_2.productManufacturerId` , `product.manufacturer.translation.fallback_2` . language_id as `product.manufacturer.translation.fallback_2.languageId` , `product.manufacturer.translation.fallback_2` . product_manufacturer_version_id as `product.manufacturer.translation.fallback_2.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_1` . `product_manufacturer_id` AND `product.manufacturer.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_2` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_2` . `product_manufacturer_id` AND `product.manufacturer.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_2` . product_manufacturer_version_id 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` , `product.unit.translation` . created_at as `product.unit.translation.createdAt` , `product.unit.translation` . updated_at as `product.unit.translation.updatedAt` , `product.unit.translation` . unit_id as `product.unit.translation.unitId` , `product.unit.translation` . language_id as `product.unit.translation.languageId` , `product.unit.translation.fallback_1` . short_code as `product.unit.translation.fallback_1.shortCode` , `product.unit.translation.fallback_1` . name as `product.unit.translation.fallback_1.name` , `product.unit.translation.fallback_1` . custom_fields as `product.unit.translation.fallback_1.customFields` , `product.unit.translation.fallback_1` . created_at as `product.unit.translation.fallback_1.createdAt` , `product.unit.translation.fallback_1` . updated_at as `product.unit.translation.fallback_1.updatedAt` , `product.unit.translation.fallback_1` . unit_id as `product.unit.translation.fallback_1.unitId` , `product.unit.translation.fallback_1` . language_id as `product.unit.translation.fallback_1.languageId` , `product.unit.translation.fallback_2` . short_code as `product.unit.translation.fallback_2.shortCode` , `product.unit.translation.fallback_2` . name as `product.unit.translation.fallback_2.name` , `product.unit.translation.fallback_2` . custom_fields as `product.unit.translation.fallback_2.customFields` , `product.unit.translation.fallback_2` . created_at as `product.unit.translation.fallback_2.createdAt` , `product.unit.translation.fallback_2` . updated_at as `product.unit.translation.fallback_2.updatedAt` , `product.unit.translation.fallback_2` . unit_id as `product.unit.translation.fallback_2.unitId` , `product.unit.translation.fallback_2` . language_id as `product.unit.translation.fallback_2.languageId` FROM `unit_translation` `product.unit.translation` LEFT JOIN `unit_translation` `product.unit.translation.fallback_1` ON `product.unit.translation` . `unit_id` = `product.unit.translation.fallback_1` . `unit_id` AND `product.unit.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `unit_translation` `product.unit.translation.fallback_2` ON `product.unit.translation` . `unit_id` = `product.unit.translation.fallback_2` . `unit_id` AND `product.unit.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 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` , `product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId` , `product.deliveryTime.translation.fallback_1` . name as `product.deliveryTime.translation.fallback_1.name` , `product.deliveryTime.translation.fallback_1` . custom_fields as `product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.fallback_1` . created_at as `product.deliveryTime.translation.fallback_1.createdAt` , `product.deliveryTime.translation.fallback_1` . updated_at as `product.deliveryTime.translation.fallback_1.updatedAt` , `product.deliveryTime.translation.fallback_1` . delivery_time_id as `product.deliveryTime.translation.fallback_1.deliveryTimeId` , `product.deliveryTime.translation.fallback_1` . language_id as `product.deliveryTime.translation.fallback_1.languageId` , `product.deliveryTime.translation.fallback_2` . name as `product.deliveryTime.translation.fallback_2.name` , `product.deliveryTime.translation.fallback_2` . custom_fields as `product.deliveryTime.translation.fallback_2.customFields` , `product.deliveryTime.translation.fallback_2` . created_at as `product.deliveryTime.translation.fallback_2.createdAt` , `product.deliveryTime.translation.fallback_2` . updated_at as `product.deliveryTime.translation.fallback_2.updatedAt` , `product.deliveryTime.translation.fallback_2` . delivery_time_id as `product.deliveryTime.translation.fallback_2.deliveryTimeId` , `product.deliveryTime.translation.fallback_2` . language_id as `product.deliveryTime.translation.fallback_2.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.fallback_1` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `product.deliveryTime.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.fallback_2` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.fallback_2` . `delivery_time_id` AND `product.deliveryTime.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 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 (SELECT `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id , `product.swagCustomizedProductsTemplate.translation` . display_name as `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation` . description as `product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation` . created_at as `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation` . updated_at as `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation` . language_id as `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . display_name as `product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . description as `product.swagCustomizedProductsTemplate.translation.fallback_1.description` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . created_at as `product.swagCustomizedProductsTemplate.translation.fallback_1.createdAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . updated_at as `product.swagCustomizedProductsTemplate.translation.fallback_1.updatedAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . language_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.languageId` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateVersionId` , `product.swagCustomizedProductsTemplate.translation.fallback_2` . display_name as `product.swagCustomizedProductsTemplate.translation.fallback_2.displayName` , `product.swagCustomizedProductsTemplate.translation.fallback_2` . description as `product.swagCustomizedProductsTemplate.translation.fallback_2.description` , `product.swagCustomizedProductsTemplate.translation.fallback_2` . created_at as `product.swagCustomizedProductsTemplate.translation.fallback_2.createdAt` , `product.swagCustomizedProductsTemplate.translation.fallback_2` . updated_at as `product.swagCustomizedProductsTemplate.translation.fallback_2.updatedAt` , `product.swagCustomizedProductsTemplate.translation.fallback_2` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.fallback_2.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.fallback_2` . language_id as `product.swagCustomizedProductsTemplate.translation.fallback_2.languageId` , `product.swagCustomizedProductsTemplate.translation.fallback_2` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.fallback_2.swagCustomizedProductsTemplateVersionId` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` LEFT JOIN `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation.fallback_1` ON `product.swagCustomizedProductsTemplate.translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate.translation.fallback_1` . `swag_customized_products_template_id` AND `product.swagCustomizedProductsTemplate.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 AND `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_version_id LEFT JOIN `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation.fallback_2` ON `product.swagCustomizedProductsTemplate.translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate.translation.fallback_2` . `swag_customized_products_template_id` AND `product.swagCustomizedProductsTemplate.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 AND `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate.translation.fallback_2` . swag_customized_products_template_version_id WHERE `product.swagCustomizedProductsTemplate.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate` . version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x615F2BA4A3FA4AEFA2A1C0A01929ADEB , 0x46EF5C9877484AE9A2A15193EFFC252E , 0xBB7852C9B36348FB94F14256D9AD0615 , 0x1D70297073B94D1D82F1C90DE5978D13 , 0x9E094C93E60B4B0CBF3C399F1F32C01C , 0x018CE872EAEA73779A748091A4BD1968 ));
Copy
74
1.28 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.fallback_2.name` , `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_2.name` , `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_2.createdAt` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_2.updatedAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_2.propertyGroupId` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_2.languageId` , `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_2.createdAt` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_2.updatedAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_2.propertyGroupOptionId` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_2.languageId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` 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` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.fallback_2` . name as `property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_2` . position as `property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_2` . custom_fields as `property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_2` . created_at as `property_group_option.translation.fallback_2.createdAt` , `property_group_option.translation.fallback_2` . updated_at as `property_group_option.translation.fallback_2.updatedAt` , `property_group_option.translation.fallback_2` . property_group_option_id as `property_group_option.translation.fallback_2.propertyGroupOptionId` , `property_group_option.translation.fallback_2` . language_id as `property_group_option.translation.fallback_2.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = ? LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_2` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_2` . `property_group_option_id` AND `property_group_option.translation.fallback_2` . language_id = ? 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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` , `property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.fallback_2` . name as `property_group_option.group.translation.fallback_2.name` , `property_group_option.group.translation.fallback_2` . description as `property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_2` . position as `property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_2` . custom_fields as `property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_2` . created_at as `property_group_option.group.translation.fallback_2.createdAt` , `property_group_option.group.translation.fallback_2` . updated_at as `property_group_option.group.translation.fallback_2.updatedAt` , `property_group_option.group.translation.fallback_2` . property_group_id as `property_group_option.group.translation.fallback_2.propertyGroupId` , `property_group_option.group.translation.fallback_2` . language_id as `property_group_option.group.translation.fallback_2.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = ? LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_2` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_2` . `property_group_id` AND `property_group_option.group.translation.fallback_2` . language_id = ? 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"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F •é{\x1D <G6·Rš)€Ü"S "
b"èþVd|’CY«è^±ûø´a "
b"èþVd|’CY«è^±ûø´a "
b"úV}7ðæL¦—†Å)¯7éb "
b"á\t Nö¹\x02 JUž?¡®g\x1C ÷È "
b"úV}7ðæL¦—†Å)¯7éb "
b"èþVd|’CY«è^±ûø´a "
b"úV}7ðæL¦—†Å)¯7éb "
b"Ðñ*ð2£C═üB)U<\x00 6U "
b"èþVd|’CY«è^±ûø´a "
b"mì„ÒDÂH/°Ç9\v Š´Wc "
b"úV}7ðæL¦—†Å)¯7éb "
]
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.fallback_2.name` ,
`property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.fallback_2.name` ,
`property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) as `property_group_option.group.name` ,
`property_group_option.group.translation.fallback_2.description` ,
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.fallback_2.description` ,
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) as `property_group_option.group.description` ,
`property_group_option.group.translation.fallback_2.position` ,
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.fallback_2.position` ,
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) as `property_group_option.group.position` ,
`property_group_option.group.translation.fallback_2.customFields` ,
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.fallback_2.customFields` ,
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields` ,
`property_group_option.group.translation.fallback_2.createdAt` ,
`property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.fallback_2.updatedAt` ,
`property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.fallback_2.propertyGroupId` ,
`property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.fallback_2.languageId` ,
`property_group_option.group.translation.fallback_1.languageId` ,
`property_group_option.group.translation.languageId` ,
`property_group_option.translation.fallback_2.name` ,
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.fallback_2.name` ,
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.fallback_2.position` ,
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.fallback_2.position` ,
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.fallback_2.customFields` ,
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.fallback_2.customFields` ,
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) as `property_group_option.customFields` ,
`property_group_option.translation.fallback_2.createdAt` ,
`property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.fallback_2.updatedAt` ,
`property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.fallback_2.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.fallback_2.languageId` ,
`property_group_option.translation.fallback_1.languageId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
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` ,
`property_group_option.translation` . created_at as `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id as `property_group_option.translation.languageId` ,
`property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` ,
`property_group_option.translation.fallback_2` . name as `property_group_option.translation.fallback_2.name` ,
`property_group_option.translation.fallback_2` . position as `property_group_option.translation.fallback_2.position` ,
`property_group_option.translation.fallback_2` . custom_fields as `property_group_option.translation.fallback_2.customFields` ,
`property_group_option.translation.fallback_2` . created_at as `property_group_option.translation.fallback_2.createdAt` ,
`property_group_option.translation.fallback_2` . updated_at as `property_group_option.translation.fallback_2.updatedAt` ,
`property_group_option.translation.fallback_2` . property_group_option_id as `property_group_option.translation.fallback_2.propertyGroupOptionId` ,
`property_group_option.translation.fallback_2` . language_id as `property_group_option.translation.fallback_2.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id`
AND `property_group_option.translation.fallback_1` . language_id = ?
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_2` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_2` . `property_group_option_id`
AND `property_group_option.translation.fallback_2` . language_id = ?
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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` ,
`property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` ,
`property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` ,
`property_group_option.group.translation.fallback_2` . name as `property_group_option.group.translation.fallback_2.name` ,
`property_group_option.group.translation.fallback_2` . description as `property_group_option.group.translation.fallback_2.description` ,
`property_group_option.group.translation.fallback_2` . position as `property_group_option.group.translation.fallback_2.position` ,
`property_group_option.group.translation.fallback_2` . custom_fields as `property_group_option.group.translation.fallback_2.customFields` ,
`property_group_option.group.translation.fallback_2` . created_at as `property_group_option.group.translation.fallback_2.createdAt` ,
`property_group_option.group.translation.fallback_2` . updated_at as `property_group_option.group.translation.fallback_2.updatedAt` ,
`property_group_option.group.translation.fallback_2` . property_group_id as `property_group_option.group.translation.fallback_2.propertyGroupId` ,
`property_group_option.group.translation.fallback_2` . language_id as `property_group_option.group.translation.fallback_2.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id`
AND `property_group_option.group.translation.fallback_1` . language_id = ?
LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_2` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_2` . `property_group_id`
AND `property_group_option.group.translation.fallback_2` . language_id = ?
WHERE
`property_group_option.group.translation` . language_id = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
WHERE
`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.fallback_2.name` , `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_2.name` , `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_2.createdAt` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_2.updatedAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_2.propertyGroupId` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_2.languageId` , `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_2.createdAt` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_2.updatedAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_2.propertyGroupOptionId` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_2.languageId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` 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` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.fallback_2` . name as `property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_2` . position as `property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_2` . custom_fields as `property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_2` . created_at as `property_group_option.translation.fallback_2.createdAt` , `property_group_option.translation.fallback_2` . updated_at as `property_group_option.translation.fallback_2.updatedAt` , `property_group_option.translation.fallback_2` . property_group_option_id as `property_group_option.translation.fallback_2.propertyGroupOptionId` , `property_group_option.translation.fallback_2` . language_id as `property_group_option.translation.fallback_2.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_2` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_2` . `property_group_option_id` AND `property_group_option.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` , `property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.fallback_2` . name as `property_group_option.group.translation.fallback_2.name` , `property_group_option.group.translation.fallback_2` . description as `property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_2` . position as `property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_2` . custom_fields as `property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_2` . created_at as `property_group_option.group.translation.fallback_2.createdAt` , `property_group_option.group.translation.fallback_2` . updated_at as `property_group_option.group.translation.fallback_2.updatedAt` , `property_group_option.group.translation.fallback_2` . property_group_id as `property_group_option.group.translation.fallback_2.propertyGroupId` , `property_group_option.group.translation.fallback_2` . language_id as `property_group_option.group.translation.fallback_2.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_2` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_2` . `property_group_id` AND `property_group_option.group.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 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 (0x0F95E97B1D3C4736B7529A2980DC2253 , 0xE8FE56647C924359ABE85EB1FBF8B461 , 0xE8FE56647C924359ABE85EB1FBF8B461 , 0xFA567D37F0E64CA69786C529AF37E962 , 0xE1094EF6B9024A559E3FA1AE671CF7C8 , 0xFA567D37F0E64CA69786C529AF37E962 , 0xE8FE56647C924359ABE85EB1FBF8B461 , 0xFA567D37F0E64CA69786C529AF37E962 , 0xD1A42AD0329C43CD814229553C003655 , 0xE8FE56647C924359ABE85EB1FBF8B461 , 0x6DEC84D244C2482FB0C7390B8AB45763 , 0xFA567D37F0E64CA69786C529AF37E962 );
Copy
75
0.49 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 Œèrêêswšt€‘¤½\x19 h "
b"\x1D p)ps╣M\x1D é±╔\r Õùì\x13 "
b"Fï\˜wHJ颡Q“ïü%. "
b"a_+¤£úJÀ \x19 )ë "
b"ž\t L“æ\v K\f ¿<9Ÿ\x1F 2À\x1C "
b"»xRɳcHû”ñBVÙ\x06\x15 "
b"h[Ôƒô:F}›º¦éªÂÎ "
b"()\x07 qP\x13 OI‹›»œâZ>a "
b"¬îžz!\r D’†~ƒ—_nÓF "
b"""
╩9│ö±ðKÉêô\n
²¦ÓIS
"""
b"4Ä©\x15\x05 +K%‚¦¶\x07 T(\x14 s "
b"·\x10\x0E ú¸\x00 NS©‡¤Vz«Àø "
]
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 (0x018CE872EAEA73779A748091A4BD1968 , 0x1D70297073B94D1D82F1C90DE5978D13 , 0x46EF5C9877484AE9A2A15193EFFC252E , 0x615F2BA4A3FA4AEFA2A1C0A01929ADEB , 0x9E094C93E60B4B0CBF3C399F1F32C01C , 0xBB7852C9B36348FB94F14256D9AD0615 , 0x685BD483F43A467D9BBAA6E9AAC2CEA0 , 0x2829077150134F498B9BBB9CE25A3E61 , 0xACEE9E7A210D4492867E83975F6ED346 , 0xCA39B394F1D04B9088930AFDDDE04953 , 0x34C4A915052B4B2582A6B60754281473 , 0xB7100EFAB8004E53A987A4567AABC0F8 )));
Copy
76
3.96 ms
SELECT `swag_customized_products_template_option` . `id` as `swag_customized_products_template_option.id` , `swag_customized_products_template_option` . `version_id` as `swag_customized_products_template_option.versionId` , `swag_customized_products_template_option` . `template_version_id` as `swag_customized_products_template_option.templateVersionId` , `swag_customized_products_template_option` . `type` as `swag_customized_products_template_option.type` , `swag_customized_products_template_option` . `type_properties` as `swag_customized_products_template_option.typeProperties` , `swag_customized_products_template_option` . `item_number` as `swag_customized_products_template_option.itemNumber` , `swag_customized_products_template_option` . `required` as `swag_customized_products_template_option.required` , `swag_customized_products_template_option` . `one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge` , `swag_customized_products_template_option` . `relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge` , `swag_customized_products_template_option` . `advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge` , `swag_customized_products_template_option` . `position` as `swag_customized_products_template_option.position` , `swag_customized_products_template_option` . `price` as `swag_customized_products_template_option.price` , `swag_customized_products_template_option` . `percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge` , `swag_customized_products_template_option` . `template_id` as `swag_customized_products_template_option.templateId` , `swag_customized_products_template_option` . `tax_id` as `swag_customized_products_template_option.taxId` , `swag_customized_products_template_option` . `created_at` as `swag_customized_products_template_option.createdAt` , `swag_customized_products_template_option` . `updated_at` as `swag_customized_products_template_option.updatedAt` , `swag_customized_products_template_option.translation.fallback_2.displayName` , `swag_customized_products_template_option.translation.fallback_1.displayName` , `swag_customized_products_template_option.translation.displayName` , COALESCE (`swag_customized_products_template_option.translation.fallback_2.displayName` , `swag_customized_products_template_option.translation.fallback_1.displayName` , `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation.displayName` ) as `swag_customized_products_template_option.displayName` , `swag_customized_products_template_option.translation.fallback_2.description` , `swag_customized_products_template_option.translation.fallback_1.description` , `swag_customized_products_template_option.translation.description` , COALESCE (`swag_customized_products_template_option.translation.fallback_2.description` , `swag_customized_products_template_option.translation.fallback_1.description` , `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation.description` ) as `swag_customized_products_template_option.description` , `swag_customized_products_template_option.translation.fallback_2.placeholder` , `swag_customized_products_template_option.translation.fallback_1.placeholder` , `swag_customized_products_template_option.translation.placeholder` , COALESCE (`swag_customized_products_template_option.translation.fallback_2.placeholder` , `swag_customized_products_template_option.translation.fallback_1.placeholder` , `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation.placeholder` ) as `swag_customized_products_template_option.placeholder` , `swag_customized_products_template_option.translation.fallback_2.createdAt` , `swag_customized_products_template_option.translation.fallback_1.createdAt` , `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation.fallback_2.updatedAt` , `swag_customized_products_template_option.translation.fallback_1.updatedAt` , `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation.fallback_2.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.fallback_2.languageId` , `swag_customized_products_template_option.translation.fallback_1.languageId` , `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation.fallback_2.swagCustomizedProductsTemplateOptionVersionId` , `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionVersionId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option` LEFT JOIN (SELECT `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id , `swag_customized_products_template_option.translation` . display_name as `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation` . description as `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation` . placeholder as `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation` . created_at as `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation` . updated_at as `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation` . language_id as `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` , `swag_customized_products_template_option.translation.fallback_1` . display_name as `swag_customized_products_template_option.translation.fallback_1.displayName` , `swag_customized_products_template_option.translation.fallback_1` . description as `swag_customized_products_template_option.translation.fallback_1.description` , `swag_customized_products_template_option.translation.fallback_1` . placeholder as `swag_customized_products_template_option.translation.fallback_1.placeholder` , `swag_customized_products_template_option.translation.fallback_1` . created_at as `swag_customized_products_template_option.translation.fallback_1.createdAt` , `swag_customized_products_template_option.translation.fallback_1` . updated_at as `swag_customized_products_template_option.translation.fallback_1.updatedAt` , `swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.fallback_1` . language_id as `swag_customized_products_template_option.translation.fallback_1.languageId` , `swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionVersionId` , `swag_customized_products_template_option.translation.fallback_2` . display_name as `swag_customized_products_template_option.translation.fallback_2.displayName` , `swag_customized_products_template_option.translation.fallback_2` . description as `swag_customized_products_template_option.translation.fallback_2.description` , `swag_customized_products_template_option.translation.fallback_2` . placeholder as `swag_customized_products_template_option.translation.fallback_2.placeholder` , `swag_customized_products_template_option.translation.fallback_2` . created_at as `swag_customized_products_template_option.translation.fallback_2.createdAt` , `swag_customized_products_template_option.translation.fallback_2` . updated_at as `swag_customized_products_template_option.translation.fallback_2.updatedAt` , `swag_customized_products_template_option.translation.fallback_2` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.fallback_2.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.fallback_2` . language_id as `swag_customized_products_template_option.translation.fallback_2.languageId` , `swag_customized_products_template_option.translation.fallback_2` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.fallback_2.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation` LEFT JOIN `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation.fallback_1` ON `swag_customized_products_template_option.translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option.translation.fallback_1` . `swag_customized_products_template_option_id` AND `swag_customized_products_template_option.translation.fallback_1` . language_id = ? AND `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_version_id LEFT JOIN `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation.fallback_2` ON `swag_customized_products_template_option.translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option.translation.fallback_2` . `swag_customized_products_template_option_id` AND `swag_customized_products_template_option.translation.fallback_2` . language_id = ? AND `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option.translation.fallback_2` . swag_customized_products_template_option_version_id WHERE `swag_customized_products_template_option.translation` . language_id = ? ) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option` . `id` AND `swag_customized_products_template_option.swag_customized_products_template_option_translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option` . version_id WHERE (`swag_customized_products_template_option` . `version_id` = ? ) AND ((`swag_customized_products_template_option` . `template_id` IN (? ))) ORDER BY `swag_customized_products_template_option` . `position` ASC
Parameters :
[
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ôƒ¸\f .ÛHû²£Ä°vY¤å "
]
SELECT
`swag_customized_products_template_option` . `id` as `swag_customized_products_template_option.id` ,
`swag_customized_products_template_option` . `version_id` as `swag_customized_products_template_option.versionId` ,
`swag_customized_products_template_option` . `template_version_id` as `swag_customized_products_template_option.templateVersionId` ,
`swag_customized_products_template_option` . `type` as `swag_customized_products_template_option.type` ,
`swag_customized_products_template_option` . `type_properties` as `swag_customized_products_template_option.typeProperties` ,
`swag_customized_products_template_option` . `item_number` as `swag_customized_products_template_option.itemNumber` ,
`swag_customized_products_template_option` . `required` as `swag_customized_products_template_option.required` ,
`swag_customized_products_template_option` . `one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge` ,
`swag_customized_products_template_option` . `relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge` ,
`swag_customized_products_template_option` . `advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge` ,
`swag_customized_products_template_option` . `position` as `swag_customized_products_template_option.position` ,
`swag_customized_products_template_option` . `price` as `swag_customized_products_template_option.price` ,
`swag_customized_products_template_option` . `percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge` ,
`swag_customized_products_template_option` . `template_id` as `swag_customized_products_template_option.templateId` ,
`swag_customized_products_template_option` . `tax_id` as `swag_customized_products_template_option.taxId` ,
`swag_customized_products_template_option` . `created_at` as `swag_customized_products_template_option.createdAt` ,
`swag_customized_products_template_option` . `updated_at` as `swag_customized_products_template_option.updatedAt` ,
`swag_customized_products_template_option.translation.fallback_2.displayName` ,
`swag_customized_products_template_option.translation.fallback_1.displayName` ,
`swag_customized_products_template_option.translation.displayName` ,
COALESCE (
`swag_customized_products_template_option.translation.fallback_2.displayName` ,
`swag_customized_products_template_option.translation.fallback_1.displayName` ,
`swag_customized_products_template_option.translation.displayName` ,
`swag_customized_products_template_option.translation.displayName`
) as `swag_customized_products_template_option.displayName` ,
`swag_customized_products_template_option.translation.fallback_2.description` ,
`swag_customized_products_template_option.translation.fallback_1.description` ,
`swag_customized_products_template_option.translation.description` ,
COALESCE (
`swag_customized_products_template_option.translation.fallback_2.description` ,
`swag_customized_products_template_option.translation.fallback_1.description` ,
`swag_customized_products_template_option.translation.description` ,
`swag_customized_products_template_option.translation.description`
) as `swag_customized_products_template_option.description` ,
`swag_customized_products_template_option.translation.fallback_2.placeholder` ,
`swag_customized_products_template_option.translation.fallback_1.placeholder` ,
`swag_customized_products_template_option.translation.placeholder` ,
COALESCE (
`swag_customized_products_template_option.translation.fallback_2.placeholder` ,
`swag_customized_products_template_option.translation.fallback_1.placeholder` ,
`swag_customized_products_template_option.translation.placeholder` ,
`swag_customized_products_template_option.translation.placeholder`
) as `swag_customized_products_template_option.placeholder` ,
`swag_customized_products_template_option.translation.fallback_2.createdAt` ,
`swag_customized_products_template_option.translation.fallback_1.createdAt` ,
`swag_customized_products_template_option.translation.createdAt` ,
`swag_customized_products_template_option.translation.fallback_2.updatedAt` ,
`swag_customized_products_template_option.translation.fallback_1.updatedAt` ,
`swag_customized_products_template_option.translation.updatedAt` ,
`swag_customized_products_template_option.translation.fallback_2.swagCustomizedProductsTemplateOptionId` ,
`swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionId` ,
`swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` ,
`swag_customized_products_template_option.translation.fallback_2.languageId` ,
`swag_customized_products_template_option.translation.fallback_1.languageId` ,
`swag_customized_products_template_option.translation.languageId` ,
`swag_customized_products_template_option.translation.fallback_2.swagCustomizedProductsTemplateOptionVersionId` ,
`swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionVersionId` ,
`swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId`
FROM
`swag_customized_products_template_option`
LEFT JOIN (
SELECT
`swag_customized_products_template_option.translation` . swag_customized_products_template_option_id ,
`swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id ,
`swag_customized_products_template_option.translation` . display_name as `swag_customized_products_template_option.translation.displayName` ,
`swag_customized_products_template_option.translation` . description as `swag_customized_products_template_option.translation.description` ,
`swag_customized_products_template_option.translation` . placeholder as `swag_customized_products_template_option.translation.placeholder` ,
`swag_customized_products_template_option.translation` . created_at as `swag_customized_products_template_option.translation.createdAt` ,
`swag_customized_products_template_option.translation` . updated_at as `swag_customized_products_template_option.translation.updatedAt` ,
`swag_customized_products_template_option.translation` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` ,
`swag_customized_products_template_option.translation` . language_id as `swag_customized_products_template_option.translation.languageId` ,
`swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` ,
`swag_customized_products_template_option.translation.fallback_1` . display_name as `swag_customized_products_template_option.translation.fallback_1.displayName` ,
`swag_customized_products_template_option.translation.fallback_1` . description as `swag_customized_products_template_option.translation.fallback_1.description` ,
`swag_customized_products_template_option.translation.fallback_1` . placeholder as `swag_customized_products_template_option.translation.fallback_1.placeholder` ,
`swag_customized_products_template_option.translation.fallback_1` . created_at as `swag_customized_products_template_option.translation.fallback_1.createdAt` ,
`swag_customized_products_template_option.translation.fallback_1` . updated_at as `swag_customized_products_template_option.translation.fallback_1.updatedAt` ,
`swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionId` ,
`swag_customized_products_template_option.translation.fallback_1` . language_id as `swag_customized_products_template_option.translation.fallback_1.languageId` ,
`swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionVersionId` ,
`swag_customized_products_template_option.translation.fallback_2` . display_name as `swag_customized_products_template_option.translation.fallback_2.displayName` ,
`swag_customized_products_template_option.translation.fallback_2` . description as `swag_customized_products_template_option.translation.fallback_2.description` ,
`swag_customized_products_template_option.translation.fallback_2` . placeholder as `swag_customized_products_template_option.translation.fallback_2.placeholder` ,
`swag_customized_products_template_option.translation.fallback_2` . created_at as `swag_customized_products_template_option.translation.fallback_2.createdAt` ,
`swag_customized_products_template_option.translation.fallback_2` . updated_at as `swag_customized_products_template_option.translation.fallback_2.updatedAt` ,
`swag_customized_products_template_option.translation.fallback_2` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.fallback_2.swagCustomizedProductsTemplateOptionId` ,
`swag_customized_products_template_option.translation.fallback_2` . language_id as `swag_customized_products_template_option.translation.fallback_2.languageId` ,
`swag_customized_products_template_option.translation.fallback_2` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.fallback_2.swagCustomizedProductsTemplateOptionVersionId`
FROM
`swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation`
LEFT JOIN `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation.fallback_1` ON `swag_customized_products_template_option.translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option.translation.fallback_1` . `swag_customized_products_template_option_id`
AND `swag_customized_products_template_option.translation.fallback_1` . language_id = ?
AND `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_version_id
LEFT JOIN `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation.fallback_2` ON `swag_customized_products_template_option.translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option.translation.fallback_2` . `swag_customized_products_template_option_id`
AND `swag_customized_products_template_option.translation.fallback_2` . language_id = ?
AND `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option.translation.fallback_2` . swag_customized_products_template_option_version_id
WHERE
`swag_customized_products_template_option.translation` . language_id = ?
) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option` . `id`
AND `swag_customized_products_template_option.swag_customized_products_template_option_translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option` . version_id
WHERE
(
`swag_customized_products_template_option` . `version_id` = ?
)
AND (
(
`swag_customized_products_template_option` . `template_id` IN (? )
)
)
ORDER BY
`swag_customized_products_template_option` . `position` ASC
Copy
SELECT `swag_customized_products_template_option` . `id` as `swag_customized_products_template_option.id` , `swag_customized_products_template_option` . `version_id` as `swag_customized_products_template_option.versionId` , `swag_customized_products_template_option` . `template_version_id` as `swag_customized_products_template_option.templateVersionId` , `swag_customized_products_template_option` . `type` as `swag_customized_products_template_option.type` , `swag_customized_products_template_option` . `type_properties` as `swag_customized_products_template_option.typeProperties` , `swag_customized_products_template_option` . `item_number` as `swag_customized_products_template_option.itemNumber` , `swag_customized_products_template_option` . `required` as `swag_customized_products_template_option.required` , `swag_customized_products_template_option` . `one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge` , `swag_customized_products_template_option` . `relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge` , `swag_customized_products_template_option` . `advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge` , `swag_customized_products_template_option` . `position` as `swag_customized_products_template_option.position` , `swag_customized_products_template_option` . `price` as `swag_customized_products_template_option.price` , `swag_customized_products_template_option` . `percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge` , `swag_customized_products_template_option` . `template_id` as `swag_customized_products_template_option.templateId` , `swag_customized_products_template_option` . `tax_id` as `swag_customized_products_template_option.taxId` , `swag_customized_products_template_option` . `created_at` as `swag_customized_products_template_option.createdAt` , `swag_customized_products_template_option` . `updated_at` as `swag_customized_products_template_option.updatedAt` , `swag_customized_products_template_option.translation.fallback_2.displayName` , `swag_customized_products_template_option.translation.fallback_1.displayName` , `swag_customized_products_template_option.translation.displayName` , COALESCE (`swag_customized_products_template_option.translation.fallback_2.displayName` , `swag_customized_products_template_option.translation.fallback_1.displayName` , `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation.displayName` ) as `swag_customized_products_template_option.displayName` , `swag_customized_products_template_option.translation.fallback_2.description` , `swag_customized_products_template_option.translation.fallback_1.description` , `swag_customized_products_template_option.translation.description` , COALESCE (`swag_customized_products_template_option.translation.fallback_2.description` , `swag_customized_products_template_option.translation.fallback_1.description` , `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation.description` ) as `swag_customized_products_template_option.description` , `swag_customized_products_template_option.translation.fallback_2.placeholder` , `swag_customized_products_template_option.translation.fallback_1.placeholder` , `swag_customized_products_template_option.translation.placeholder` , COALESCE (`swag_customized_products_template_option.translation.fallback_2.placeholder` , `swag_customized_products_template_option.translation.fallback_1.placeholder` , `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation.placeholder` ) as `swag_customized_products_template_option.placeholder` , `swag_customized_products_template_option.translation.fallback_2.createdAt` , `swag_customized_products_template_option.translation.fallback_1.createdAt` , `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation.fallback_2.updatedAt` , `swag_customized_products_template_option.translation.fallback_1.updatedAt` , `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation.fallback_2.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.fallback_2.languageId` , `swag_customized_products_template_option.translation.fallback_1.languageId` , `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation.fallback_2.swagCustomizedProductsTemplateOptionVersionId` , `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionVersionId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option` LEFT JOIN (SELECT `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id , `swag_customized_products_template_option.translation` . display_name as `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation` . description as `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation` . placeholder as `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation` . created_at as `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation` . updated_at as `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation` . language_id as `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` , `swag_customized_products_template_option.translation.fallback_1` . display_name as `swag_customized_products_template_option.translation.fallback_1.displayName` , `swag_customized_products_template_option.translation.fallback_1` . description as `swag_customized_products_template_option.translation.fallback_1.description` , `swag_customized_products_template_option.translation.fallback_1` . placeholder as `swag_customized_products_template_option.translation.fallback_1.placeholder` , `swag_customized_products_template_option.translation.fallback_1` . created_at as `swag_customized_products_template_option.translation.fallback_1.createdAt` , `swag_customized_products_template_option.translation.fallback_1` . updated_at as `swag_customized_products_template_option.translation.fallback_1.updatedAt` , `swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.fallback_1` . language_id as `swag_customized_products_template_option.translation.fallback_1.languageId` , `swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionVersionId` , `swag_customized_products_template_option.translation.fallback_2` . display_name as `swag_customized_products_template_option.translation.fallback_2.displayName` , `swag_customized_products_template_option.translation.fallback_2` . description as `swag_customized_products_template_option.translation.fallback_2.description` , `swag_customized_products_template_option.translation.fallback_2` . placeholder as `swag_customized_products_template_option.translation.fallback_2.placeholder` , `swag_customized_products_template_option.translation.fallback_2` . created_at as `swag_customized_products_template_option.translation.fallback_2.createdAt` , `swag_customized_products_template_option.translation.fallback_2` . updated_at as `swag_customized_products_template_option.translation.fallback_2.updatedAt` , `swag_customized_products_template_option.translation.fallback_2` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.fallback_2.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.fallback_2` . language_id as `swag_customized_products_template_option.translation.fallback_2.languageId` , `swag_customized_products_template_option.translation.fallback_2` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.fallback_2.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation` LEFT JOIN `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation.fallback_1` ON `swag_customized_products_template_option.translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option.translation.fallback_1` . `swag_customized_products_template_option_id` AND `swag_customized_products_template_option.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 AND `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_version_id LEFT JOIN `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation.fallback_2` ON `swag_customized_products_template_option.translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option.translation.fallback_2` . `swag_customized_products_template_option_id` AND `swag_customized_products_template_option.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 AND `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option.translation.fallback_2` . swag_customized_products_template_option_version_id WHERE `swag_customized_products_template_option.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option` . `id` AND `swag_customized_products_template_option.swag_customized_products_template_option_translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option` . version_id WHERE (`swag_customized_products_template_option` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option` . `template_id` IN (0xF483B80C2EDB48FBB2A3C4B07659A4E5 ))) ORDER BY `swag_customized_products_template_option` . `position` ASC ;
Copy
77
0.38 ms
SELECT `swag_customized_products_template_option_price` . `id` as `swag_customized_products_template_option_price.id` , `swag_customized_products_template_option_price` . `version_id` as `swag_customized_products_template_option_price.versionId` , `swag_customized_products_template_option_price` . `template_option_id` as `swag_customized_products_template_option_price.templateOptionId` , `swag_customized_products_template_option_price` . `template_option_version_id` as `swag_customized_products_template_option_price.templateOptionVersionId` , `swag_customized_products_template_option_price` . `price` as `swag_customized_products_template_option_price.price` , `swag_customized_products_template_option_price` . `percentage_surcharge` as `swag_customized_products_template_option_price.percentageSurcharge` , `swag_customized_products_template_option_price` . `rule_id` as `swag_customized_products_template_option_price.ruleId` , `swag_customized_products_template_option_price` . `created_at` as `swag_customized_products_template_option_price.createdAt` , `swag_customized_products_template_option_price` . `updated_at` as `swag_customized_products_template_option_price.updatedAt` FROM `swag_customized_products_template_option_price` WHERE (`swag_customized_products_template_option_price` . `version_id` = ? ) AND ((`swag_customized_products_template_option_price` . `template_option_id` IN (? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"l´ªØ:╝CÖæHe┴ÂzÞ▄ "
]
SELECT `swag_customized_products_template_option_price` . `id` as `swag_customized_products_template_option_price.id` , `swag_customized_products_template_option_price` . `version_id` as `swag_customized_products_template_option_price.versionId` , `swag_customized_products_template_option_price` . `template_option_id` as `swag_customized_products_template_option_price.templateOptionId` , `swag_customized_products_template_option_price` . `template_option_version_id` as `swag_customized_products_template_option_price.templateOptionVersionId` , `swag_customized_products_template_option_price` . `price` as `swag_customized_products_template_option_price.price` , `swag_customized_products_template_option_price` . `percentage_surcharge` as `swag_customized_products_template_option_price.percentageSurcharge` , `swag_customized_products_template_option_price` . `rule_id` as `swag_customized_products_template_option_price.ruleId` , `swag_customized_products_template_option_price` . `created_at` as `swag_customized_products_template_option_price.createdAt` , `swag_customized_products_template_option_price` . `updated_at` as `swag_customized_products_template_option_price.updatedAt` FROM `swag_customized_products_template_option_price` WHERE (`swag_customized_products_template_option_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option_price` . `template_option_id` IN (0x6CEFA69D3ABC4399914865C1B67AE8DC )));
Copy
78
0.47 ms
SELECT `swag_customized_products_template_option_value` . `id` as `swag_customized_products_template_option_value.id` , `swag_customized_products_template_option_value` . `version_id` as `swag_customized_products_template_option_value.versionId` , `swag_customized_products_template_option_value` . `template_option_id` as `swag_customized_products_template_option_value.templateOptionId` , `swag_customized_products_template_option_value` . `template_option_version_id` as `swag_customized_products_template_option_value.templateOptionVersionId` , `swag_customized_products_template_option_value` . `value` as `swag_customized_products_template_option_value.value` , `swag_customized_products_template_option_value` . `item_number` as `swag_customized_products_template_option_value.itemNumber` , `swag_customized_products_template_option_value` . `default` as `swag_customized_products_template_option_value.default` , `swag_customized_products_template_option_value` . `one_time_surcharge` as `swag_customized_products_template_option_value.oneTimeSurcharge` , `swag_customized_products_template_option_value` . `relative_surcharge` as `swag_customized_products_template_option_value.relativeSurcharge` , `swag_customized_products_template_option_value` . `advanced_surcharge` as `swag_customized_products_template_option_value.advancedSurcharge` , `swag_customized_products_template_option_value` . `position` as `swag_customized_products_template_option_value.position` , `swag_customized_products_template_option_value` . `price` as `swag_customized_products_template_option_value.price` , `swag_customized_products_template_option_value` . `percentage_surcharge` as `swag_customized_products_template_option_value.percentageSurcharge` , `swag_customized_products_template_option_value` . `tax_id` as `swag_customized_products_template_option_value.taxId` , `swag_customized_products_template_option_value` . `created_at` as `swag_customized_products_template_option_value.createdAt` , `swag_customized_products_template_option_value` . `updated_at` as `swag_customized_products_template_option_value.updatedAt` , `swag_customized_products_template_option_value.translation.fallback_2.displayName` , `swag_customized_products_template_option_value.translation.fallback_1.displayName` , `swag_customized_products_template_option_value.translation.displayName` , COALESCE (`swag_customized_products_template_option_value.translation.fallback_2.displayName` , `swag_customized_products_template_option_value.translation.fallback_1.displayName` , `swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation.displayName` ) as `swag_customized_products_template_option_value.displayName` , `swag_customized_products_template_option_value.translation.fallback_2.createdAt` , `swag_customized_products_template_option_value.translation.fallback_1.createdAt` , `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation.fallback_2.updatedAt` , `swag_customized_products_template_option_value.translation.fallback_1.updatedAt` , `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation.fallback_2.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.fallback_2.languageId` , `swag_customized_products_template_option_value.translation.fallback_1.languageId` , `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation.fallback_2.swagCustomizedProductsTemplateOptionValueVersionId` , `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueVersionId` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value` LEFT JOIN (SELECT `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id , `swag_customized_products_template_option_value.translation` . display_name as `swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation` . created_at as `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation` . updated_at as `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation` . language_id as `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` , `swag_customized_products_template_option_value.translation.fallback_1` . display_name as `swag_customized_products_template_option_value.translation.fallback_1.displayName` , `swag_customized_products_template_option_value.translation.fallback_1` . created_at as `swag_customized_products_template_option_value.translation.fallback_1.createdAt` , `swag_customized_products_template_option_value.translation.fallback_1` . updated_at as `swag_customized_products_template_option_value.translation.fallback_1.updatedAt` , `swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.fallback_1` . language_id as `swag_customized_products_template_option_value.translation.fallback_1.languageId` , `swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueVersionId` , `swag_customized_products_template_option_value.translation.fallback_2` . display_name as `swag_customized_products_template_option_value.translation.fallback_2.displayName` , `swag_customized_products_template_option_value.translation.fallback_2` . created_at as `swag_customized_products_template_option_value.translation.fallback_2.createdAt` , `swag_customized_products_template_option_value.translation.fallback_2` . updated_at as `swag_customized_products_template_option_value.translation.fallback_2.updatedAt` , `swag_customized_products_template_option_value.translation.fallback_2` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.fallback_2.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.fallback_2` . language_id as `swag_customized_products_template_option_value.translation.fallback_2.languageId` , `swag_customized_products_template_option_value.translation.fallback_2` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.fallback_2.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation` LEFT JOIN `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation.fallback_1` ON `swag_customized_products_template_option_value.translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value.translation.fallback_1` . `swag_customized_products_template_option_value_id` AND `swag_customized_products_template_option_value.translation.fallback_1` . language_id = ? AND `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_version_id LEFT JOIN `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation.fallback_2` ON `swag_customized_products_template_option_value.translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value.translation.fallback_2` . `swag_customized_products_template_option_value_id` AND `swag_customized_products_template_option_value.translation.fallback_2` . language_id = ? AND `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value.translation.fallback_2` . swag_customized_products_template_option_value_version_id WHERE `swag_customized_products_template_option_value.translation` . language_id = ? ) `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` ON `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value` . `id` AND `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value` . version_id WHERE (`swag_customized_products_template_option_value` . `version_id` = ? ) AND ((`swag_customized_products_template_option_value` . `template_option_id` IN (? ))) ORDER BY `swag_customized_products_template_option_value` . `position` ASC
Parameters :
[
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"l´ªØ:╝CÖæHe┴ÂzÞ▄ "
]
SELECT
`swag_customized_products_template_option_value` . `id` as `swag_customized_products_template_option_value.id` ,
`swag_customized_products_template_option_value` . `version_id` as `swag_customized_products_template_option_value.versionId` ,
`swag_customized_products_template_option_value` . `template_option_id` as `swag_customized_products_template_option_value.templateOptionId` ,
`swag_customized_products_template_option_value` . `template_option_version_id` as `swag_customized_products_template_option_value.templateOptionVersionId` ,
`swag_customized_products_template_option_value` . `value` as `swag_customized_products_template_option_value.value` ,
`swag_customized_products_template_option_value` . `item_number` as `swag_customized_products_template_option_value.itemNumber` ,
`swag_customized_products_template_option_value` . `default` as `swag_customized_products_template_option_value.default` ,
`swag_customized_products_template_option_value` . `one_time_surcharge` as `swag_customized_products_template_option_value.oneTimeSurcharge` ,
`swag_customized_products_template_option_value` . `relative_surcharge` as `swag_customized_products_template_option_value.relativeSurcharge` ,
`swag_customized_products_template_option_value` . `advanced_surcharge` as `swag_customized_products_template_option_value.advancedSurcharge` ,
`swag_customized_products_template_option_value` . `position` as `swag_customized_products_template_option_value.position` ,
`swag_customized_products_template_option_value` . `price` as `swag_customized_products_template_option_value.price` ,
`swag_customized_products_template_option_value` . `percentage_surcharge` as `swag_customized_products_template_option_value.percentageSurcharge` ,
`swag_customized_products_template_option_value` . `tax_id` as `swag_customized_products_template_option_value.taxId` ,
`swag_customized_products_template_option_value` . `created_at` as `swag_customized_products_template_option_value.createdAt` ,
`swag_customized_products_template_option_value` . `updated_at` as `swag_customized_products_template_option_value.updatedAt` ,
`swag_customized_products_template_option_value.translation.fallback_2.displayName` ,
`swag_customized_products_template_option_value.translation.fallback_1.displayName` ,
`swag_customized_products_template_option_value.translation.displayName` ,
COALESCE (
`swag_customized_products_template_option_value.translation.fallback_2.displayName` ,
`swag_customized_products_template_option_value.translation.fallback_1.displayName` ,
`swag_customized_products_template_option_value.translation.displayName` ,
`swag_customized_products_template_option_value.translation.displayName`
) as `swag_customized_products_template_option_value.displayName` ,
`swag_customized_products_template_option_value.translation.fallback_2.createdAt` ,
`swag_customized_products_template_option_value.translation.fallback_1.createdAt` ,
`swag_customized_products_template_option_value.translation.createdAt` ,
`swag_customized_products_template_option_value.translation.fallback_2.updatedAt` ,
`swag_customized_products_template_option_value.translation.fallback_1.updatedAt` ,
`swag_customized_products_template_option_value.translation.updatedAt` ,
`swag_customized_products_template_option_value.translation.fallback_2.swagCustomizedProductsTemplateOptionValueId` ,
`swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueId` ,
`swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` ,
`swag_customized_products_template_option_value.translation.fallback_2.languageId` ,
`swag_customized_products_template_option_value.translation.fallback_1.languageId` ,
`swag_customized_products_template_option_value.translation.languageId` ,
`swag_customized_products_template_option_value.translation.fallback_2.swagCustomizedProductsTemplateOptionValueVersionId` ,
`swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueVersionId` ,
`swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId`
FROM
`swag_customized_products_template_option_value`
LEFT JOIN (
SELECT
`swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id ,
`swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id ,
`swag_customized_products_template_option_value.translation` . display_name as `swag_customized_products_template_option_value.translation.displayName` ,
`swag_customized_products_template_option_value.translation` . created_at as `swag_customized_products_template_option_value.translation.createdAt` ,
`swag_customized_products_template_option_value.translation` . updated_at as `swag_customized_products_template_option_value.translation.updatedAt` ,
`swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` ,
`swag_customized_products_template_option_value.translation` . language_id as `swag_customized_products_template_option_value.translation.languageId` ,
`swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` ,
`swag_customized_products_template_option_value.translation.fallback_1` . display_name as `swag_customized_products_template_option_value.translation.fallback_1.displayName` ,
`swag_customized_products_template_option_value.translation.fallback_1` . created_at as `swag_customized_products_template_option_value.translation.fallback_1.createdAt` ,
`swag_customized_products_template_option_value.translation.fallback_1` . updated_at as `swag_customized_products_template_option_value.translation.fallback_1.updatedAt` ,
`swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueId` ,
`swag_customized_products_template_option_value.translation.fallback_1` . language_id as `swag_customized_products_template_option_value.translation.fallback_1.languageId` ,
`swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueVersionId` ,
`swag_customized_products_template_option_value.translation.fallback_2` . display_name as `swag_customized_products_template_option_value.translation.fallback_2.displayName` ,
`swag_customized_products_template_option_value.translation.fallback_2` . created_at as `swag_customized_products_template_option_value.translation.fallback_2.createdAt` ,
`swag_customized_products_template_option_value.translation.fallback_2` . updated_at as `swag_customized_products_template_option_value.translation.fallback_2.updatedAt` ,
`swag_customized_products_template_option_value.translation.fallback_2` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.fallback_2.swagCustomizedProductsTemplateOptionValueId` ,
`swag_customized_products_template_option_value.translation.fallback_2` . language_id as `swag_customized_products_template_option_value.translation.fallback_2.languageId` ,
`swag_customized_products_template_option_value.translation.fallback_2` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.fallback_2.swagCustomizedProductsTemplateOptionValueVersionId`
FROM
`swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation`
LEFT JOIN `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation.fallback_1` ON `swag_customized_products_template_option_value.translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value.translation.fallback_1` . `swag_customized_products_template_option_value_id`
AND `swag_customized_products_template_option_value.translation.fallback_1` . language_id = ?
AND `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_version_id
LEFT JOIN `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation.fallback_2` ON `swag_customized_products_template_option_value.translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value.translation.fallback_2` . `swag_customized_products_template_option_value_id`
AND `swag_customized_products_template_option_value.translation.fallback_2` . language_id = ?
AND `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value.translation.fallback_2` . swag_customized_products_template_option_value_version_id
WHERE
`swag_customized_products_template_option_value.translation` . language_id = ?
) `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` ON `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value` . `id`
AND `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value` . version_id
WHERE
(
`swag_customized_products_template_option_value` . `version_id` = ?
)
AND (
(
`swag_customized_products_template_option_value` . `template_option_id` IN (? )
)
)
ORDER BY
`swag_customized_products_template_option_value` . `position` ASC
Copy
SELECT `swag_customized_products_template_option_value` . `id` as `swag_customized_products_template_option_value.id` , `swag_customized_products_template_option_value` . `version_id` as `swag_customized_products_template_option_value.versionId` , `swag_customized_products_template_option_value` . `template_option_id` as `swag_customized_products_template_option_value.templateOptionId` , `swag_customized_products_template_option_value` . `template_option_version_id` as `swag_customized_products_template_option_value.templateOptionVersionId` , `swag_customized_products_template_option_value` . `value` as `swag_customized_products_template_option_value.value` , `swag_customized_products_template_option_value` . `item_number` as `swag_customized_products_template_option_value.itemNumber` , `swag_customized_products_template_option_value` . `default` as `swag_customized_products_template_option_value.default` , `swag_customized_products_template_option_value` . `one_time_surcharge` as `swag_customized_products_template_option_value.oneTimeSurcharge` , `swag_customized_products_template_option_value` . `relative_surcharge` as `swag_customized_products_template_option_value.relativeSurcharge` , `swag_customized_products_template_option_value` . `advanced_surcharge` as `swag_customized_products_template_option_value.advancedSurcharge` , `swag_customized_products_template_option_value` . `position` as `swag_customized_products_template_option_value.position` , `swag_customized_products_template_option_value` . `price` as `swag_customized_products_template_option_value.price` , `swag_customized_products_template_option_value` . `percentage_surcharge` as `swag_customized_products_template_option_value.percentageSurcharge` , `swag_customized_products_template_option_value` . `tax_id` as `swag_customized_products_template_option_value.taxId` , `swag_customized_products_template_option_value` . `created_at` as `swag_customized_products_template_option_value.createdAt` , `swag_customized_products_template_option_value` . `updated_at` as `swag_customized_products_template_option_value.updatedAt` , `swag_customized_products_template_option_value.translation.fallback_2.displayName` , `swag_customized_products_template_option_value.translation.fallback_1.displayName` , `swag_customized_products_template_option_value.translation.displayName` , COALESCE (`swag_customized_products_template_option_value.translation.fallback_2.displayName` , `swag_customized_products_template_option_value.translation.fallback_1.displayName` , `swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation.displayName` ) as `swag_customized_products_template_option_value.displayName` , `swag_customized_products_template_option_value.translation.fallback_2.createdAt` , `swag_customized_products_template_option_value.translation.fallback_1.createdAt` , `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation.fallback_2.updatedAt` , `swag_customized_products_template_option_value.translation.fallback_1.updatedAt` , `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation.fallback_2.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.fallback_2.languageId` , `swag_customized_products_template_option_value.translation.fallback_1.languageId` , `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation.fallback_2.swagCustomizedProductsTemplateOptionValueVersionId` , `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueVersionId` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value` LEFT JOIN (SELECT `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id , `swag_customized_products_template_option_value.translation` . display_name as `swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation` . created_at as `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation` . updated_at as `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation` . language_id as `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` , `swag_customized_products_template_option_value.translation.fallback_1` . display_name as `swag_customized_products_template_option_value.translation.fallback_1.displayName` , `swag_customized_products_template_option_value.translation.fallback_1` . created_at as `swag_customized_products_template_option_value.translation.fallback_1.createdAt` , `swag_customized_products_template_option_value.translation.fallback_1` . updated_at as `swag_customized_products_template_option_value.translation.fallback_1.updatedAt` , `swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.fallback_1` . language_id as `swag_customized_products_template_option_value.translation.fallback_1.languageId` , `swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueVersionId` , `swag_customized_products_template_option_value.translation.fallback_2` . display_name as `swag_customized_products_template_option_value.translation.fallback_2.displayName` , `swag_customized_products_template_option_value.translation.fallback_2` . created_at as `swag_customized_products_template_option_value.translation.fallback_2.createdAt` , `swag_customized_products_template_option_value.translation.fallback_2` . updated_at as `swag_customized_products_template_option_value.translation.fallback_2.updatedAt` , `swag_customized_products_template_option_value.translation.fallback_2` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.fallback_2.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.fallback_2` . language_id as `swag_customized_products_template_option_value.translation.fallback_2.languageId` , `swag_customized_products_template_option_value.translation.fallback_2` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.fallback_2.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation` LEFT JOIN `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation.fallback_1` ON `swag_customized_products_template_option_value.translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value.translation.fallback_1` . `swag_customized_products_template_option_value_id` AND `swag_customized_products_template_option_value.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 AND `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_version_id LEFT JOIN `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation.fallback_2` ON `swag_customized_products_template_option_value.translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value.translation.fallback_2` . `swag_customized_products_template_option_value_id` AND `swag_customized_products_template_option_value.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 AND `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value.translation.fallback_2` . swag_customized_products_template_option_value_version_id WHERE `swag_customized_products_template_option_value.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` ON `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value` . `id` AND `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value` . version_id WHERE (`swag_customized_products_template_option_value` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option_value` . `template_option_id` IN (0x6CEFA69D3ABC4399914865C1B67AE8DC ))) ORDER BY `swag_customized_products_template_option_value` . `position` ASC ;
Copy
79
0.20 ms
SELECT `swag_customized_products_template_exclusion` . `id` as `swag_customized_products_template_exclusion.id` , `swag_customized_products_template_exclusion` . `version_id` as `swag_customized_products_template_exclusion.versionId` , `swag_customized_products_template_exclusion` . `name` as `swag_customized_products_template_exclusion.name` , `swag_customized_products_template_exclusion` . `template_id` as `swag_customized_products_template_exclusion.templateId` , `swag_customized_products_template_exclusion` . `template_version_id` as `swag_customized_products_template_exclusion.templateVersionId` , `swag_customized_products_template_exclusion` . `created_at` as `swag_customized_products_template_exclusion.createdAt` , `swag_customized_products_template_exclusion` . `updated_at` as `swag_customized_products_template_exclusion.updatedAt` FROM `swag_customized_products_template_exclusion` WHERE (`swag_customized_products_template_exclusion` . `version_id` = ? ) AND ((`swag_customized_products_template_exclusion` . `template_id` IN (? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ôƒ¸\f .ÛHû²£Ä°vY¤å "
]
SELECT `swag_customized_products_template_exclusion` . `id` as `swag_customized_products_template_exclusion.id` , `swag_customized_products_template_exclusion` . `version_id` as `swag_customized_products_template_exclusion.versionId` , `swag_customized_products_template_exclusion` . `name` as `swag_customized_products_template_exclusion.name` , `swag_customized_products_template_exclusion` . `template_id` as `swag_customized_products_template_exclusion.templateId` , `swag_customized_products_template_exclusion` . `template_version_id` as `swag_customized_products_template_exclusion.templateVersionId` , `swag_customized_products_template_exclusion` . `created_at` as `swag_customized_products_template_exclusion.createdAt` , `swag_customized_products_template_exclusion` . `updated_at` as `swag_customized_products_template_exclusion.updatedAt` FROM `swag_customized_products_template_exclusion` WHERE (`swag_customized_products_template_exclusion` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_exclusion` . `template_id` IN (0xF483B80C2EDB48FBB2A3C4B07659A4E5 )));
Copy
80
0.32 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ŽåÜk9r˜Ÿ¨+K°Îe\x17 "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018EE5DC6B3972989FA82B4BB0CE6517 );
Copy
81
0.40 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\t –²io×JÁ‘‘ŸK¨±\x7F ä "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x0996B2696FD74AC191919F4BA8B17FE4 );
Copy
82
0.14 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"Õ´:=Ø°H▓▓\x10 *\x0F\v NÖÎ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xE5EF3A3D9DF848B2B2102A0F0B4E99D7 );
Copy
83
0.26 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ŽåÄéÙu®–ù#¼kh?\x10 "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018EE5C4E9D975AE96F923BC6B683F10 );
Copy
84
0.13 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ÄÕßüv\x1E ƒD±\x1C\v J\x18 P "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018EE5E181F0761E9F44F11C0B4A1850 );
Copy
85
0.33 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"""
\x01 Žëf9/vË ”!VÉ*\n
ì
"""
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018EEB66392F76CBA0942156C92A0AEC );
Copy
86
0.51 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.fallback_2.shortCode` , `unit.translation.fallback_1.shortCode` , `unit.translation.shortCode` , COALESCE (`unit.translation.fallback_2.shortCode` , `unit.translation.fallback_1.shortCode` , `unit.translation.shortCode` , `unit.translation.shortCode` ) as `unit.shortCode` , `unit.translation.fallback_2.name` , `unit.translation.fallback_1.name` , `unit.translation.name` , COALESCE (`unit.translation.fallback_2.name` , `unit.translation.fallback_1.name` , `unit.translation.name` , `unit.translation.name` ) as `unit.name` , `unit.translation.fallback_2.customFields` , `unit.translation.fallback_1.customFields` , `unit.translation.customFields` , COALESCE (`unit.translation.fallback_2.customFields` , `unit.translation.fallback_1.customFields` , `unit.translation.customFields` , `unit.translation.customFields` ) as `unit.customFields` , `unit.translation.fallback_2.createdAt` , `unit.translation.fallback_1.createdAt` , `unit.translation.createdAt` , `unit.translation.fallback_2.updatedAt` , `unit.translation.fallback_1.updatedAt` , `unit.translation.updatedAt` , `unit.translation.fallback_2.unitId` , `unit.translation.fallback_1.unitId` , `unit.translation.unitId` , `unit.translation.fallback_2.languageId` , `unit.translation.fallback_1.languageId` , `unit.translation.languageId` 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` , `unit.translation` . created_at as `unit.translation.createdAt` , `unit.translation` . updated_at as `unit.translation.updatedAt` , `unit.translation` . unit_id as `unit.translation.unitId` , `unit.translation` . language_id as `unit.translation.languageId` , `unit.translation.fallback_1` . short_code as `unit.translation.fallback_1.shortCode` , `unit.translation.fallback_1` . name as `unit.translation.fallback_1.name` , `unit.translation.fallback_1` . custom_fields as `unit.translation.fallback_1.customFields` , `unit.translation.fallback_1` . created_at as `unit.translation.fallback_1.createdAt` , `unit.translation.fallback_1` . updated_at as `unit.translation.fallback_1.updatedAt` , `unit.translation.fallback_1` . unit_id as `unit.translation.fallback_1.unitId` , `unit.translation.fallback_1` . language_id as `unit.translation.fallback_1.languageId` , `unit.translation.fallback_2` . short_code as `unit.translation.fallback_2.shortCode` , `unit.translation.fallback_2` . name as `unit.translation.fallback_2.name` , `unit.translation.fallback_2` . custom_fields as `unit.translation.fallback_2.customFields` , `unit.translation.fallback_2` . created_at as `unit.translation.fallback_2.createdAt` , `unit.translation.fallback_2` . updated_at as `unit.translation.fallback_2.updatedAt` , `unit.translation.fallback_2` . unit_id as `unit.translation.fallback_2.unitId` , `unit.translation.fallback_2` . language_id as `unit.translation.fallback_2.languageId` FROM `unit_translation` `unit.translation` LEFT JOIN `unit_translation` `unit.translation.fallback_1` ON `unit.translation` . `unit_id` = `unit.translation.fallback_1` . `unit_id` AND `unit.translation.fallback_1` . language_id = ? LEFT JOIN `unit_translation` `unit.translation.fallback_2` ON `unit.translation` . `unit_id` = `unit.translation.fallback_2` . `unit_id` AND `unit.translation.fallback_2` . language_id = ? WHERE `unit.translation` . language_id = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT
`unit` . `id` as `unit.id` ,
`unit` . `created_at` as `unit.createdAt` ,
`unit` . `updated_at` as `unit.updatedAt` ,
`unit.translation.fallback_2.shortCode` ,
`unit.translation.fallback_1.shortCode` ,
`unit.translation.shortCode` ,
COALESCE (
`unit.translation.fallback_2.shortCode` ,
`unit.translation.fallback_1.shortCode` ,
`unit.translation.shortCode` , `unit.translation.shortCode`
) as `unit.shortCode` ,
`unit.translation.fallback_2.name` ,
`unit.translation.fallback_1.name` ,
`unit.translation.name` ,
COALESCE (
`unit.translation.fallback_2.name` ,
`unit.translation.fallback_1.name` ,
`unit.translation.name` , `unit.translation.name`
) as `unit.name` ,
`unit.translation.fallback_2.customFields` ,
`unit.translation.fallback_1.customFields` ,
`unit.translation.customFields` ,
COALESCE (
`unit.translation.fallback_2.customFields` ,
`unit.translation.fallback_1.customFields` ,
`unit.translation.customFields` ,
`unit.translation.customFields`
) as `unit.customFields` ,
`unit.translation.fallback_2.createdAt` ,
`unit.translation.fallback_1.createdAt` ,
`unit.translation.createdAt` ,
`unit.translation.fallback_2.updatedAt` ,
`unit.translation.fallback_1.updatedAt` ,
`unit.translation.updatedAt` ,
`unit.translation.fallback_2.unitId` ,
`unit.translation.fallback_1.unitId` ,
`unit.translation.unitId` ,
`unit.translation.fallback_2.languageId` ,
`unit.translation.fallback_1.languageId` ,
`unit.translation.languageId`
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` ,
`unit.translation` . created_at as `unit.translation.createdAt` ,
`unit.translation` . updated_at as `unit.translation.updatedAt` ,
`unit.translation` . unit_id as `unit.translation.unitId` ,
`unit.translation` . language_id as `unit.translation.languageId` ,
`unit.translation.fallback_1` . short_code as `unit.translation.fallback_1.shortCode` ,
`unit.translation.fallback_1` . name as `unit.translation.fallback_1.name` ,
`unit.translation.fallback_1` . custom_fields as `unit.translation.fallback_1.customFields` ,
`unit.translation.fallback_1` . created_at as `unit.translation.fallback_1.createdAt` ,
`unit.translation.fallback_1` . updated_at as `unit.translation.fallback_1.updatedAt` ,
`unit.translation.fallback_1` . unit_id as `unit.translation.fallback_1.unitId` ,
`unit.translation.fallback_1` . language_id as `unit.translation.fallback_1.languageId` ,
`unit.translation.fallback_2` . short_code as `unit.translation.fallback_2.shortCode` ,
`unit.translation.fallback_2` . name as `unit.translation.fallback_2.name` ,
`unit.translation.fallback_2` . custom_fields as `unit.translation.fallback_2.customFields` ,
`unit.translation.fallback_2` . created_at as `unit.translation.fallback_2.createdAt` ,
`unit.translation.fallback_2` . updated_at as `unit.translation.fallback_2.updatedAt` ,
`unit.translation.fallback_2` . unit_id as `unit.translation.fallback_2.unitId` ,
`unit.translation.fallback_2` . language_id as `unit.translation.fallback_2.languageId`
FROM
`unit_translation` `unit.translation`
LEFT JOIN `unit_translation` `unit.translation.fallback_1` ON `unit.translation` . `unit_id` = `unit.translation.fallback_1` . `unit_id`
AND `unit.translation.fallback_1` . language_id = ?
LEFT JOIN `unit_translation` `unit.translation.fallback_2` ON `unit.translation` . `unit_id` = `unit.translation.fallback_2` . `unit_id`
AND `unit.translation.fallback_2` . language_id = ?
WHERE
`unit.translation` . language_id = ?
) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Copy
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.fallback_2.shortCode` , `unit.translation.fallback_1.shortCode` , `unit.translation.shortCode` , COALESCE (`unit.translation.fallback_2.shortCode` , `unit.translation.fallback_1.shortCode` , `unit.translation.shortCode` , `unit.translation.shortCode` ) as `unit.shortCode` , `unit.translation.fallback_2.name` , `unit.translation.fallback_1.name` , `unit.translation.name` , COALESCE (`unit.translation.fallback_2.name` , `unit.translation.fallback_1.name` , `unit.translation.name` , `unit.translation.name` ) as `unit.name` , `unit.translation.fallback_2.customFields` , `unit.translation.fallback_1.customFields` , `unit.translation.customFields` , COALESCE (`unit.translation.fallback_2.customFields` , `unit.translation.fallback_1.customFields` , `unit.translation.customFields` , `unit.translation.customFields` ) as `unit.customFields` , `unit.translation.fallback_2.createdAt` , `unit.translation.fallback_1.createdAt` , `unit.translation.createdAt` , `unit.translation.fallback_2.updatedAt` , `unit.translation.fallback_1.updatedAt` , `unit.translation.updatedAt` , `unit.translation.fallback_2.unitId` , `unit.translation.fallback_1.unitId` , `unit.translation.unitId` , `unit.translation.fallback_2.languageId` , `unit.translation.fallback_1.languageId` , `unit.translation.languageId` 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` , `unit.translation` . created_at as `unit.translation.createdAt` , `unit.translation` . updated_at as `unit.translation.updatedAt` , `unit.translation` . unit_id as `unit.translation.unitId` , `unit.translation` . language_id as `unit.translation.languageId` , `unit.translation.fallback_1` . short_code as `unit.translation.fallback_1.shortCode` , `unit.translation.fallback_1` . name as `unit.translation.fallback_1.name` , `unit.translation.fallback_1` . custom_fields as `unit.translation.fallback_1.customFields` , `unit.translation.fallback_1` . created_at as `unit.translation.fallback_1.createdAt` , `unit.translation.fallback_1` . updated_at as `unit.translation.fallback_1.updatedAt` , `unit.translation.fallback_1` . unit_id as `unit.translation.fallback_1.unitId` , `unit.translation.fallback_1` . language_id as `unit.translation.fallback_1.languageId` , `unit.translation.fallback_2` . short_code as `unit.translation.fallback_2.shortCode` , `unit.translation.fallback_2` . name as `unit.translation.fallback_2.name` , `unit.translation.fallback_2` . custom_fields as `unit.translation.fallback_2.customFields` , `unit.translation.fallback_2` . created_at as `unit.translation.fallback_2.createdAt` , `unit.translation.fallback_2` . updated_at as `unit.translation.fallback_2.updatedAt` , `unit.translation.fallback_2` . unit_id as `unit.translation.fallback_2.unitId` , `unit.translation.fallback_2` . language_id as `unit.translation.fallback_2.languageId` FROM `unit_translation` `unit.translation` LEFT JOIN `unit_translation` `unit.translation.fallback_1` ON `unit.translation` . `unit_id` = `unit.translation.fallback_1` . `unit_id` AND `unit.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `unit_translation` `unit.translation.fallback_2` ON `unit.translation` . `unit_id` = `unit.translation.fallback_2` . `unit_id` AND `unit.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 WHERE `unit.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
87
0.55 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
88
0.31 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
89
0.16 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
90
0.86 ms
SELECT `promotion` . `id` FROM `promotion` LEFT JOIN `acris_promotion_display` `promotion.acrisPromotionDisplay` ON `promotion` . `id` = `promotion.acrisPromotionDisplay` . `promotion_id` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion` . `id` = `promotion.salesChannels` . `promotion_id` WHERE ((`promotion` . `active` = ? AND `promotion.salesChannels` . `sales_channel_id` = ? AND ((`promotion` . `valid_from` < = > ? AND `promotion` . `valid_until` < = > ? ) OR (`promotion` . `valid_from` < = > ? AND (`promotion` . `valid_until` > ? )) OR ((`promotion` . `valid_from` < = ? ) AND `promotion` . `valid_until` < = > ? ) OR ((`promotion` . `valid_from` < = ? ) AND (`promotion` . `valid_until` > ? ))) AND `promotion` . `use_codes` = ? ) AND NOT (`promotion.acrisPromotionDisplay` . `display_position` < = > ? )) GROUP BY `promotion` . `id` ORDER BY MAX (`promotion` . `priority` ) DESC
Parameters :
[
true
b"b\x0E _]iåL½žH¾Z¾T÷³ "
null
null
null
"2025-04-08 02:51:04 "
"2025-04-08 02:51:04 "
null
"2025-04-08 02:51:04 "
"2025-04-08 02:51:04 "
false
"onlyCart "
]
SELECT `promotion` . `id` FROM `promotion` LEFT JOIN `acris_promotion_display` `promotion.acrisPromotionDisplay` ON `promotion` . `id` = `promotion.acrisPromotionDisplay` . `promotion_id` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion` . `id` = `promotion.salesChannels` . `promotion_id` WHERE ((`promotion` . `active` = 1 AND `promotion.salesChannels` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND ((`promotion` . `valid_from` < = > NULL AND `promotion` . `valid_until` < = > NULL ) OR (`promotion` . `valid_from` < = > NULL AND (`promotion` . `valid_until` > '2025-04-08 02:51:04' )) OR ((`promotion` . `valid_from` < = '2025-04-08 02:51:04' ) AND `promotion` . `valid_until` < = > NULL ) OR ((`promotion` . `valid_from` < = '2025-04-08 02:51:04' ) AND (`promotion` . `valid_until` > '2025-04-08 02:51:04' ))) AND `promotion` . `use_codes` = 0 ) AND NOT (`promotion.acrisPromotionDisplay` . `display_position` < = > 'onlyCart' )) GROUP BY `promotion` . `id` ORDER BY MAX (`promotion` . `priority` ) DESC ;
Copy
91
3.15 ms
SELECT LOWER (HEX (`h1webblog_blog.properties` . `id` )) as `properties.key` , COUNT (`h1webblog_blog` . `id` ) as `properties.count` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` , `h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` , `h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` , `h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = ? LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_2` . language_id = ? WHERE `h1webblog_blog.translation` . language_id = ? ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id` LEFT JOIN `h1webblog_property` `h1webblog_blog.properties.mapping` ON `h1webblog_blog` . `id` = `h1webblog_blog.properties.mapping` . `h1webblog_blog_id` LEFT JOIN `property_group_option` `h1webblog_blog.properties` ON `h1webblog_blog.properties.mapping` . `property_group_option_id` = `h1webblog_blog.properties` . `id` WHERE (((`h1webblog_blog` . `published_at` < = ? ) AND `h1webblog_blog.visibilities` . `sales_channel_id` = ? ) AND COALESCE (`h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` ) = ? AND `h1webblog_blog` . `id` IN (? , ? , ? , ? )) GROUP BY `h1webblog_blog.properties` . `id`
Parameters :
[
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
"2025-04-08 02:51:04 "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
1
b"{˜Öd\v ÔE–œ¹Î§é2¥^ "
b"üc┬DU<@=╗9©▓c\x01 ▄8 "
b"½¾¼²d\x1C DÉóÞ¤ÄãD\x1E ± "
b"╦Õ═ÐızKîØpBZ╝\t\x18 █ "
]
SELECT
LOWER (
HEX (
`h1webblog_blog.properties` . `id`
)
) as `properties.key` ,
COUNT (`h1webblog_blog` . `id` ) as `properties.count`
FROM
`h1webblog_blog`
LEFT JOIN (
SELECT
`h1webblog_blog.translation` . h1webblog_blog_id ,
`h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` ,
`h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` ,
`h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` ,
`h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` ,
`h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` ,
`h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` ,
`h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` ,
`h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` ,
`h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` ,
`h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` ,
`h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` ,
`h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` ,
`h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` ,
`h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` ,
`h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` ,
`h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` ,
`h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` ,
`h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` ,
`h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` ,
`h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` ,
`h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` ,
`h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` ,
`h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` ,
`h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` ,
`h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` ,
`h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` ,
`h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` ,
`h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` ,
`h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` ,
`h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` ,
`h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` ,
`h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` ,
`h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId`
FROM
`h1webblog_blog_translation` `h1webblog_blog.translation`
LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id`
AND `h1webblog_blog.translation.fallback_1` . language_id = ?
LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id`
AND `h1webblog_blog.translation.fallback_2` . language_id = ?
WHERE
`h1webblog_blog.translation` . language_id = ?
) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id`
LEFT JOIN `h1webblog_property` `h1webblog_blog.properties.mapping` ON `h1webblog_blog` . `id` = `h1webblog_blog.properties.mapping` . `h1webblog_blog_id`
LEFT JOIN `property_group_option` `h1webblog_blog.properties` ON `h1webblog_blog.properties.mapping` . `property_group_option_id` = `h1webblog_blog.properties` . `id`
WHERE
(
(
(
`h1webblog_blog` . `published_at` < = ?
)
AND `h1webblog_blog.visibilities` . `sales_channel_id` = ?
)
AND COALESCE (
`h1webblog_blog.translation.fallback_2.isActive` ,
`h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.isActive`
) = ?
AND `h1webblog_blog` . `id` IN (? , ? , ? , ? )
)
GROUP BY
`h1webblog_blog.properties` . `id`
Copy
SELECT LOWER (HEX (`h1webblog_blog.properties` . `id` )) as `properties.key` , COUNT (`h1webblog_blog` . `id` ) as `properties.count` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` , `h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` , `h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` , `h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 WHERE `h1webblog_blog.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id` LEFT JOIN `h1webblog_property` `h1webblog_blog.properties.mapping` ON `h1webblog_blog` . `id` = `h1webblog_blog.properties.mapping` . `h1webblog_blog_id` LEFT JOIN `property_group_option` `h1webblog_blog.properties` ON `h1webblog_blog.properties.mapping` . `property_group_option_id` = `h1webblog_blog.properties` . `id` WHERE (((`h1webblog_blog` . `published_at` < = '2025-04-08 02:51:04' ) AND `h1webblog_blog.visibilities` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND COALESCE (`h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` ) = 1 AND `h1webblog_blog` . `id` IN (0x7B98D6640BD445969CB9CEA7E932A55E , 0x8163C244553C403DBB39B8B26301DC38 , 0xABF3ACFD641C4490A2E8CF8EC6441EF1 , 0xCBE5CDD1D57A4B8C9D70425ABC0918DB )) GROUP BY `h1webblog_blog.properties` . `id` ;
Copy
92
3.01 ms
SELECT LOWER (HEX (`h1webblog_blog.options` . `id` )) as `options.key` , COUNT (`h1webblog_blog` . `id` ) as `options.count` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` , `h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` , `h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` , `h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = ? LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_2` . language_id = ? WHERE `h1webblog_blog.translation` . language_id = ? ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id` LEFT JOIN `h1webblog_option` `h1webblog_blog.options.mapping` ON `h1webblog_blog` . `id` = `h1webblog_blog.options.mapping` . `h1webblog_blog_id` LEFT JOIN `property_group_option` `h1webblog_blog.options` ON `h1webblog_blog.options.mapping` . `property_group_option_id` = `h1webblog_blog.options` . `id` WHERE (((`h1webblog_blog` . `published_at` < = ? ) AND `h1webblog_blog.visibilities` . `sales_channel_id` = ? ) AND COALESCE (`h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` ) = ? AND `h1webblog_blog` . `id` IN (? , ? , ? , ? )) GROUP BY `h1webblog_blog.options` . `id`
Parameters :
[
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
"2025-04-08 02:51:04 "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
1
b"{˜Öd\v ÔE–œ¹Î§é2¥^ "
b"üc┬DU<@=╗9©▓c\x01 ▄8 "
b"½¾¼²d\x1C DÉóÞ¤ÄãD\x1E ± "
b"╦Õ═ÐızKîØpBZ╝\t\x18 █ "
]
SELECT
LOWER (
HEX (`h1webblog_blog.options` . `id` )
) as `options.key` ,
COUNT (`h1webblog_blog` . `id` ) as `options.count`
FROM
`h1webblog_blog`
LEFT JOIN (
SELECT
`h1webblog_blog.translation` . h1webblog_blog_id ,
`h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` ,
`h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` ,
`h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` ,
`h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` ,
`h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` ,
`h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` ,
`h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` ,
`h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` ,
`h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` ,
`h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` ,
`h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` ,
`h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` ,
`h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` ,
`h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` ,
`h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` ,
`h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` ,
`h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` ,
`h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` ,
`h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` ,
`h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` ,
`h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` ,
`h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` ,
`h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` ,
`h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` ,
`h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` ,
`h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` ,
`h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` ,
`h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` ,
`h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` ,
`h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` ,
`h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` ,
`h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` ,
`h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId`
FROM
`h1webblog_blog_translation` `h1webblog_blog.translation`
LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id`
AND `h1webblog_blog.translation.fallback_1` . language_id = ?
LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id`
AND `h1webblog_blog.translation.fallback_2` . language_id = ?
WHERE
`h1webblog_blog.translation` . language_id = ?
) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id`
LEFT JOIN `h1webblog_option` `h1webblog_blog.options.mapping` ON `h1webblog_blog` . `id` = `h1webblog_blog.options.mapping` . `h1webblog_blog_id`
LEFT JOIN `property_group_option` `h1webblog_blog.options` ON `h1webblog_blog.options.mapping` . `property_group_option_id` = `h1webblog_blog.options` . `id`
WHERE
(
(
(
`h1webblog_blog` . `published_at` < = ?
)
AND `h1webblog_blog.visibilities` . `sales_channel_id` = ?
)
AND COALESCE (
`h1webblog_blog.translation.fallback_2.isActive` ,
`h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.isActive`
) = ?
AND `h1webblog_blog` . `id` IN (? , ? , ? , ? )
)
GROUP BY
`h1webblog_blog.options` . `id`
Copy
SELECT LOWER (HEX (`h1webblog_blog.options` . `id` )) as `options.key` , COUNT (`h1webblog_blog` . `id` ) as `options.count` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` , `h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` , `h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` , `h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 WHERE `h1webblog_blog.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id` LEFT JOIN `h1webblog_option` `h1webblog_blog.options.mapping` ON `h1webblog_blog` . `id` = `h1webblog_blog.options.mapping` . `h1webblog_blog_id` LEFT JOIN `property_group_option` `h1webblog_blog.options` ON `h1webblog_blog.options.mapping` . `property_group_option_id` = `h1webblog_blog.options` . `id` WHERE (((`h1webblog_blog` . `published_at` < = '2025-04-08 02:51:04' ) AND `h1webblog_blog.visibilities` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND COALESCE (`h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` ) = 1 AND `h1webblog_blog` . `id` IN (0x7B98D6640BD445969CB9CEA7E932A55E , 0x8163C244553C403DBB39B8B26301DC38 , 0xABF3ACFD641C4490A2E8CF8EC6441EF1 , 0xCBE5CDD1D57A4B8C9D70425ABC0918DB )) GROUP BY `h1webblog_blog.options` . `id` ;
Copy
93
5.27 ms
SELECT `h1webblog_blog` . `id` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` , `h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` , `h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` , `h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = ? LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_2` . language_id = ? WHERE `h1webblog_blog.translation` . language_id = ? ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id` WHERE (((`h1webblog_blog` . `published_at` < = ? ) AND `h1webblog_blog.visibilities` . `sales_channel_id` = ? ) AND COALESCE (`h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` ) = ? AND `h1webblog_blog` . `id` IN (? , ? , ? , ? )) GROUP BY `h1webblog_blog` . `id` ORDER BY MAX (`h1webblog_blog` . `published_at` ) DESC LIMIT 24
Parameters :
[
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
"2025-04-08 02:51:04 "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
1
b"{˜Öd\v ÔE–œ¹Î§é2¥^ "
b"üc┬DU<@=╗9©▓c\x01 ▄8 "
b"½¾¼²d\x1C DÉóÞ¤ÄãD\x1E ± "
b"╦Õ═ÐızKîØpBZ╝\t\x18 █ "
]
SELECT
`h1webblog_blog` . `id`
FROM
`h1webblog_blog`
LEFT JOIN (
SELECT
`h1webblog_blog.translation` . h1webblog_blog_id ,
`h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` ,
`h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` ,
`h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` ,
`h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` ,
`h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` ,
`h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` ,
`h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` ,
`h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` ,
`h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` ,
`h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` ,
`h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` ,
`h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` ,
`h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` ,
`h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` ,
`h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` ,
`h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` ,
`h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` ,
`h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` ,
`h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` ,
`h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` ,
`h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` ,
`h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` ,
`h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` ,
`h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` ,
`h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` ,
`h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` ,
`h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` ,
`h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` ,
`h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` ,
`h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` ,
`h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` ,
`h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` ,
`h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId`
FROM
`h1webblog_blog_translation` `h1webblog_blog.translation`
LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id`
AND `h1webblog_blog.translation.fallback_1` . language_id = ?
LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id`
AND `h1webblog_blog.translation.fallback_2` . language_id = ?
WHERE
`h1webblog_blog.translation` . language_id = ?
) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id`
WHERE
(
(
(
`h1webblog_blog` . `published_at` < = ?
)
AND `h1webblog_blog.visibilities` . `sales_channel_id` = ?
)
AND COALESCE (
`h1webblog_blog.translation.fallback_2.isActive` ,
`h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.isActive`
) = ?
AND `h1webblog_blog` . `id` IN (? , ? , ? , ? )
)
GROUP BY
`h1webblog_blog` . `id`
ORDER BY
MAX (
`h1webblog_blog` . `published_at`
) DESC
LIMIT
24
Copy
SELECT `h1webblog_blog` . `id` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` , `h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` , `h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` , `h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 WHERE `h1webblog_blog.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id` WHERE (((`h1webblog_blog` . `published_at` < = '2025-04-08 02:51:04' ) AND `h1webblog_blog.visibilities` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND COALESCE (`h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` ) = 1 AND `h1webblog_blog` . `id` IN (0x7B98D6640BD445969CB9CEA7E932A55E , 0x8163C244553C403DBB39B8B26301DC38 , 0xABF3ACFD641C4490A2E8CF8EC6441EF1 , 0xCBE5CDD1D57A4B8C9D70425ABC0918DB )) GROUP BY `h1webblog_blog` . `id` ORDER BY MAX (`h1webblog_blog` . `published_at` ) DESC LIMIT 24 ;
Copy
94
3.20 ms
SELECT `h1webblog_blog` . `id` as `h1webblog_blog.id` , `h1webblog_blog` . `media_id` as `h1webblog_blog.mediaId` , `h1webblog_blog.media` . `id` as `h1webblog_blog.media.id` , `h1webblog_blog.media` . `user_id` as `h1webblog_blog.media.userId` , `h1webblog_blog.media` . `media_folder_id` as `h1webblog_blog.media.mediaFolderId` , `h1webblog_blog.media` . `mime_type` as `h1webblog_blog.media.mimeType` , `h1webblog_blog.media` . `file_extension` as `h1webblog_blog.media.fileExtension` , `h1webblog_blog.media` . `uploaded_at` as `h1webblog_blog.media.uploadedAt` , `h1webblog_blog.media` . `file_name` as `h1webblog_blog.media.fileName` , `h1webblog_blog.media` . `file_size` as `h1webblog_blog.media.fileSize` , `h1webblog_blog.media` . `media_type` as `h1webblog_blog.media.mediaTypeRaw` , `h1webblog_blog.media` . `meta_data` as `h1webblog_blog.media.metaData` , `h1webblog_blog.media` . `config` as `h1webblog_blog.media.config` , `h1webblog_blog.media` . `path` as `h1webblog_blog.media.path` , `h1webblog_blog.media` . `private` as `h1webblog_blog.media.private` , `h1webblog_blog.media` . `thumbnails_ro` as `h1webblog_blog.media.thumbnailsRo` , `h1webblog_blog.media` . `created_at` as `h1webblog_blog.media.createdAt` , `h1webblog_blog.media` . `updated_at` as `h1webblog_blog.media.updatedAt` , `h1webblog_blog.media.translation.fallback_2.title` , `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.title` , COALESCE (`h1webblog_blog.media.translation.fallback_2.title` , `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.title` , `h1webblog_blog.media.translation.title` ) as `h1webblog_blog.media.title` , `h1webblog_blog.media.translation.fallback_2.alt` , `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.alt` , COALESCE (`h1webblog_blog.media.translation.fallback_2.alt` , `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.alt` , `h1webblog_blog.media.translation.alt` ) as `h1webblog_blog.media.alt` , `h1webblog_blog.media.translation.fallback_2.customFields` , `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.customFields` , COALESCE (`h1webblog_blog.media.translation.fallback_2.customFields` , `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.customFields` , `h1webblog_blog.media.translation.customFields` ) as `h1webblog_blog.media.customFields` , `h1webblog_blog.media.translation.fallback_2.createdAt` , `h1webblog_blog.media.translation.fallback_1.createdAt` , `h1webblog_blog.media.translation.createdAt` , `h1webblog_blog.media.translation.fallback_2.updatedAt` , `h1webblog_blog.media.translation.fallback_1.updatedAt` , `h1webblog_blog.media.translation.updatedAt` , `h1webblog_blog.media.translation.fallback_2.mediaId` , `h1webblog_blog.media.translation.fallback_1.mediaId` , `h1webblog_blog.media.translation.mediaId` , `h1webblog_blog.media.translation.fallback_2.languageId` , `h1webblog_blog.media.translation.fallback_1.languageId` , `h1webblog_blog.media.translation.languageId` , `h1webblog_blog` . `category_tree` as `h1webblog_blog.categoryTree` , `h1webblog_blog` . `tag_ids` as `h1webblog_blog.tagIds` , `h1webblog_blog` . `property_ids` as `h1webblog_blog.propertyIds` , `h1webblog_blog` . `option_ids` as `h1webblog_blog.optionIds` , `h1webblog_blog` . `published_at` as `h1webblog_blog.publishedAt` , `h1webblog_blog` . `created_at` as `h1webblog_blog.createdAt` , `h1webblog_blog` . `updated_at` as `h1webblog_blog.updatedAt` , `h1webblog_blog` . `custom_fields` as `h1webblog_blog.customFields` , `h1webblog_blog` . `cms_page_id` as `h1webblog_blog.cmsPageId` , `h1webblog_blog` . `cms_page_version_id` as `h1webblog_blog.cmsPageVersionId` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.tags.mapping` . `tag_id` ) SEPARATOR '||' )
FROM `h1webblog_tag` `h1webblog_blog.tags.mapping`
WHERE `h1webblog_blog.tags.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.tags.id_mapping` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `h1webblog_property` `h1webblog_blog.properties.mapping`
WHERE `h1webblog_blog.properties.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.properties.id_mapping` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `h1webblog_option` `h1webblog_blog.options.mapping`
WHERE `h1webblog_blog.options.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.options.id_mapping` , `h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.title` , COALESCE (`h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.title` , `h1webblog_blog.translation.title` ) as `h1webblog_blog.title` , `h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.content` , COALESCE (`h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.content` , `h1webblog_blog.translation.content` ) as `h1webblog_blog.content` , `h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.shortContent` , COALESCE (`h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation.shortContent` ) as `h1webblog_blog.shortContent` , `h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.keywords` , COALESCE (`h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation.keywords` ) as `h1webblog_blog.keywords` , `h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.metaDescription` , COALESCE (`h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation.metaDescription` ) as `h1webblog_blog.metaDescription` , `h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.metaTitle` , COALESCE (`h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation.metaTitle` ) as `h1webblog_blog.metaTitle` , `h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` , COALESCE (`h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation.isActive` ) as `h1webblog_blog.isActive` , `h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.slotConfig` , COALESCE (`h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation.slotConfig` ) as `h1webblog_blog.slotConfig` , `h1webblog_blog.translation.fallback_2.createdAt` , `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation.fallback_2.updatedAt` , `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation.fallback_2.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation.fallback_2.languageId` , `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.languageId` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` , `h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` , `h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` , `h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = ? LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_2` . language_id = ? WHERE `h1webblog_blog.translation` . language_id = ? ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `media` `h1webblog_blog.media` ON `h1webblog_blog` . `media_id` = `h1webblog_blog.media` . `id` LEFT JOIN (SELECT `h1webblog_blog.media.translation` . media_id , `h1webblog_blog.media.translation` . title as `h1webblog_blog.media.translation.title` , `h1webblog_blog.media.translation` . alt as `h1webblog_blog.media.translation.alt` , `h1webblog_blog.media.translation` . custom_fields as `h1webblog_blog.media.translation.customFields` , `h1webblog_blog.media.translation` . created_at as `h1webblog_blog.media.translation.createdAt` , `h1webblog_blog.media.translation` . updated_at as `h1webblog_blog.media.translation.updatedAt` , `h1webblog_blog.media.translation` . media_id as `h1webblog_blog.media.translation.mediaId` , `h1webblog_blog.media.translation` . language_id as `h1webblog_blog.media.translation.languageId` , `h1webblog_blog.media.translation.fallback_1` . title as `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.fallback_1` . alt as `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.fallback_1` . custom_fields as `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.fallback_1` . created_at as `h1webblog_blog.media.translation.fallback_1.createdAt` , `h1webblog_blog.media.translation.fallback_1` . updated_at as `h1webblog_blog.media.translation.fallback_1.updatedAt` , `h1webblog_blog.media.translation.fallback_1` . media_id as `h1webblog_blog.media.translation.fallback_1.mediaId` , `h1webblog_blog.media.translation.fallback_1` . language_id as `h1webblog_blog.media.translation.fallback_1.languageId` , `h1webblog_blog.media.translation.fallback_2` . title as `h1webblog_blog.media.translation.fallback_2.title` , `h1webblog_blog.media.translation.fallback_2` . alt as `h1webblog_blog.media.translation.fallback_2.alt` , `h1webblog_blog.media.translation.fallback_2` . custom_fields as `h1webblog_blog.media.translation.fallback_2.customFields` , `h1webblog_blog.media.translation.fallback_2` . created_at as `h1webblog_blog.media.translation.fallback_2.createdAt` , `h1webblog_blog.media.translation.fallback_2` . updated_at as `h1webblog_blog.media.translation.fallback_2.updatedAt` , `h1webblog_blog.media.translation.fallback_2` . media_id as `h1webblog_blog.media.translation.fallback_2.mediaId` , `h1webblog_blog.media.translation.fallback_2` . language_id as `h1webblog_blog.media.translation.fallback_2.languageId` FROM `media_translation` `h1webblog_blog.media.translation` LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_1` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_1` . `media_id` AND `h1webblog_blog.media.translation.fallback_1` . language_id = ? LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_2` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_2` . `media_id` AND `h1webblog_blog.media.translation.fallback_2` . language_id = ? WHERE `h1webblog_blog.media.translation` . language_id = ? ) `h1webblog_blog.media.media_translation` ON `h1webblog_blog.media.media_translation` . `media_id` = `h1webblog_blog.media` . `id` WHERE `h1webblog_blog` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"üc┬DU<@=╗9©▓c\x01 ▄8 "
b"½¾¼²d\x1C DÉóÞ¤ÄãD\x1E ± "
b"{˜Öd\v ÔE–œ¹Î§é2¥^ "
b"╦Õ═ÐızKîØpBZ╝\t\x18 █ "
]
SELECT
`h1webblog_blog` . `id` as `h1webblog_blog.id` ,
`h1webblog_blog` . `media_id` as `h1webblog_blog.mediaId` ,
`h1webblog_blog.media` . `id` as `h1webblog_blog.media.id` ,
`h1webblog_blog.media` . `user_id` as `h1webblog_blog.media.userId` ,
`h1webblog_blog.media` . `media_folder_id` as `h1webblog_blog.media.mediaFolderId` ,
`h1webblog_blog.media` . `mime_type` as `h1webblog_blog.media.mimeType` ,
`h1webblog_blog.media` . `file_extension` as `h1webblog_blog.media.fileExtension` ,
`h1webblog_blog.media` . `uploaded_at` as `h1webblog_blog.media.uploadedAt` ,
`h1webblog_blog.media` . `file_name` as `h1webblog_blog.media.fileName` ,
`h1webblog_blog.media` . `file_size` as `h1webblog_blog.media.fileSize` ,
`h1webblog_blog.media` . `media_type` as `h1webblog_blog.media.mediaTypeRaw` ,
`h1webblog_blog.media` . `meta_data` as `h1webblog_blog.media.metaData` ,
`h1webblog_blog.media` . `config` as `h1webblog_blog.media.config` ,
`h1webblog_blog.media` . `path` as `h1webblog_blog.media.path` ,
`h1webblog_blog.media` . `private` as `h1webblog_blog.media.private` ,
`h1webblog_blog.media` . `thumbnails_ro` as `h1webblog_blog.media.thumbnailsRo` ,
`h1webblog_blog.media` . `created_at` as `h1webblog_blog.media.createdAt` ,
`h1webblog_blog.media` . `updated_at` as `h1webblog_blog.media.updatedAt` ,
`h1webblog_blog.media.translation.fallback_2.title` ,
`h1webblog_blog.media.translation.fallback_1.title` ,
`h1webblog_blog.media.translation.title` ,
COALESCE (
`h1webblog_blog.media.translation.fallback_2.title` ,
`h1webblog_blog.media.translation.fallback_1.title` ,
`h1webblog_blog.media.translation.title` ,
`h1webblog_blog.media.translation.title`
) as `h1webblog_blog.media.title` ,
`h1webblog_blog.media.translation.fallback_2.alt` ,
`h1webblog_blog.media.translation.fallback_1.alt` ,
`h1webblog_blog.media.translation.alt` ,
COALESCE (
`h1webblog_blog.media.translation.fallback_2.alt` ,
`h1webblog_blog.media.translation.fallback_1.alt` ,
`h1webblog_blog.media.translation.alt` ,
`h1webblog_blog.media.translation.alt`
) as `h1webblog_blog.media.alt` ,
`h1webblog_blog.media.translation.fallback_2.customFields` ,
`h1webblog_blog.media.translation.fallback_1.customFields` ,
`h1webblog_blog.media.translation.customFields` ,
COALESCE (
`h1webblog_blog.media.translation.fallback_2.customFields` ,
`h1webblog_blog.media.translation.fallback_1.customFields` ,
`h1webblog_blog.media.translation.customFields` ,
`h1webblog_blog.media.translation.customFields`
) as `h1webblog_blog.media.customFields` ,
`h1webblog_blog.media.translation.fallback_2.createdAt` ,
`h1webblog_blog.media.translation.fallback_1.createdAt` ,
`h1webblog_blog.media.translation.createdAt` ,
`h1webblog_blog.media.translation.fallback_2.updatedAt` ,
`h1webblog_blog.media.translation.fallback_1.updatedAt` ,
`h1webblog_blog.media.translation.updatedAt` ,
`h1webblog_blog.media.translation.fallback_2.mediaId` ,
`h1webblog_blog.media.translation.fallback_1.mediaId` ,
`h1webblog_blog.media.translation.mediaId` ,
`h1webblog_blog.media.translation.fallback_2.languageId` ,
`h1webblog_blog.media.translation.fallback_1.languageId` ,
`h1webblog_blog.media.translation.languageId` ,
`h1webblog_blog` . `category_tree` as `h1webblog_blog.categoryTree` ,
`h1webblog_blog` . `tag_ids` as `h1webblog_blog.tagIds` ,
`h1webblog_blog` . `property_ids` as `h1webblog_blog.propertyIds` ,
`h1webblog_blog` . `option_ids` as `h1webblog_blog.optionIds` ,
`h1webblog_blog` . `published_at` as `h1webblog_blog.publishedAt` ,
`h1webblog_blog` . `created_at` as `h1webblog_blog.createdAt` ,
`h1webblog_blog` . `updated_at` as `h1webblog_blog.updatedAt` ,
`h1webblog_blog` . `custom_fields` as `h1webblog_blog.customFields` ,
`h1webblog_blog` . `cms_page_id` as `h1webblog_blog.cmsPageId` ,
`h1webblog_blog` . `cms_page_version_id` as `h1webblog_blog.cmsPageVersionId` ,
(
SELECT
GROUP_CONCAT (
HEX (
`h1webblog_blog.tags.mapping` . `tag_id`
) SEPARATOR '||'
)
FROM
`h1webblog_tag` `h1webblog_blog.tags.mapping`
WHERE
`h1webblog_blog.tags.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
) as `h1webblog_blog.tags.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`h1webblog_blog.properties.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`h1webblog_property` `h1webblog_blog.properties.mapping`
WHERE
`h1webblog_blog.properties.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
) as `h1webblog_blog.properties.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`h1webblog_blog.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`h1webblog_option` `h1webblog_blog.options.mapping`
WHERE
`h1webblog_blog.options.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
) as `h1webblog_blog.options.id_mapping` ,
`h1webblog_blog.translation.fallback_2.title` ,
`h1webblog_blog.translation.fallback_1.title` ,
`h1webblog_blog.translation.title` ,
COALESCE (
`h1webblog_blog.translation.fallback_2.title` ,
`h1webblog_blog.translation.fallback_1.title` ,
`h1webblog_blog.translation.title` ,
`h1webblog_blog.translation.title`
) as `h1webblog_blog.title` ,
`h1webblog_blog.translation.fallback_2.content` ,
`h1webblog_blog.translation.fallback_1.content` ,
`h1webblog_blog.translation.content` ,
COALESCE (
`h1webblog_blog.translation.fallback_2.content` ,
`h1webblog_blog.translation.fallback_1.content` ,
`h1webblog_blog.translation.content` ,
`h1webblog_blog.translation.content`
) as `h1webblog_blog.content` ,
`h1webblog_blog.translation.fallback_2.shortContent` ,
`h1webblog_blog.translation.fallback_1.shortContent` ,
`h1webblog_blog.translation.shortContent` ,
COALESCE (
`h1webblog_blog.translation.fallback_2.shortContent` ,
`h1webblog_blog.translation.fallback_1.shortContent` ,
`h1webblog_blog.translation.shortContent` ,
`h1webblog_blog.translation.shortContent`
) as `h1webblog_blog.shortContent` ,
`h1webblog_blog.translation.fallback_2.keywords` ,
`h1webblog_blog.translation.fallback_1.keywords` ,
`h1webblog_blog.translation.keywords` ,
COALESCE (
`h1webblog_blog.translation.fallback_2.keywords` ,
`h1webblog_blog.translation.fallback_1.keywords` ,
`h1webblog_blog.translation.keywords` ,
`h1webblog_blog.translation.keywords`
) as `h1webblog_blog.keywords` ,
`h1webblog_blog.translation.fallback_2.metaDescription` ,
`h1webblog_blog.translation.fallback_1.metaDescription` ,
`h1webblog_blog.translation.metaDescription` ,
COALESCE (
`h1webblog_blog.translation.fallback_2.metaDescription` ,
`h1webblog_blog.translation.fallback_1.metaDescription` ,
`h1webblog_blog.translation.metaDescription` ,
`h1webblog_blog.translation.metaDescription`
) as `h1webblog_blog.metaDescription` ,
`h1webblog_blog.translation.fallback_2.metaTitle` ,
`h1webblog_blog.translation.fallback_1.metaTitle` ,
`h1webblog_blog.translation.metaTitle` ,
COALESCE (
`h1webblog_blog.translation.fallback_2.metaTitle` ,
`h1webblog_blog.translation.fallback_1.metaTitle` ,
`h1webblog_blog.translation.metaTitle` ,
`h1webblog_blog.translation.metaTitle`
) as `h1webblog_blog.metaTitle` ,
`h1webblog_blog.translation.fallback_2.isActive` ,
`h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.isActive` ,
COALESCE (
`h1webblog_blog.translation.fallback_2.isActive` ,
`h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.isActive` ,
`h1webblog_blog.translation.isActive`
) as `h1webblog_blog.isActive` ,
`h1webblog_blog.translation.fallback_2.slotConfig` ,
`h1webblog_blog.translation.fallback_1.slotConfig` ,
`h1webblog_blog.translation.slotConfig` ,
COALESCE (
`h1webblog_blog.translation.fallback_2.slotConfig` ,
`h1webblog_blog.translation.fallback_1.slotConfig` ,
`h1webblog_blog.translation.slotConfig` ,
`h1webblog_blog.translation.slotConfig`
) as `h1webblog_blog.slotConfig` ,
`h1webblog_blog.translation.fallback_2.createdAt` ,
`h1webblog_blog.translation.fallback_1.createdAt` ,
`h1webblog_blog.translation.createdAt` ,
`h1webblog_blog.translation.fallback_2.updatedAt` ,
`h1webblog_blog.translation.fallback_1.updatedAt` ,
`h1webblog_blog.translation.updatedAt` ,
`h1webblog_blog.translation.fallback_2.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_1.h1webblogBlogId` ,
`h1webblog_blog.translation.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_2.languageId` ,
`h1webblog_blog.translation.fallback_1.languageId` ,
`h1webblog_blog.translation.languageId`
FROM
`h1webblog_blog`
LEFT JOIN (
SELECT
`h1webblog_blog.translation` . h1webblog_blog_id ,
`h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` ,
`h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` ,
`h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` ,
`h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` ,
`h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` ,
`h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` ,
`h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` ,
`h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` ,
`h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` ,
`h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` ,
`h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` ,
`h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` ,
`h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` ,
`h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` ,
`h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` ,
`h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` ,
`h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` ,
`h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` ,
`h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` ,
`h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` ,
`h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` ,
`h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` ,
`h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` ,
`h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` ,
`h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` ,
`h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` ,
`h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` ,
`h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` ,
`h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` ,
`h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` ,
`h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` ,
`h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` ,
`h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId`
FROM
`h1webblog_blog_translation` `h1webblog_blog.translation`
LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id`
AND `h1webblog_blog.translation.fallback_1` . language_id = ?
LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id`
AND `h1webblog_blog.translation.fallback_2` . language_id = ?
WHERE
`h1webblog_blog.translation` . language_id = ?
) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
LEFT JOIN `media` `h1webblog_blog.media` ON `h1webblog_blog` . `media_id` = `h1webblog_blog.media` . `id`
LEFT JOIN (
SELECT
`h1webblog_blog.media.translation` . media_id ,
`h1webblog_blog.media.translation` . title as `h1webblog_blog.media.translation.title` ,
`h1webblog_blog.media.translation` . alt as `h1webblog_blog.media.translation.alt` ,
`h1webblog_blog.media.translation` . custom_fields as `h1webblog_blog.media.translation.customFields` ,
`h1webblog_blog.media.translation` . created_at as `h1webblog_blog.media.translation.createdAt` ,
`h1webblog_blog.media.translation` . updated_at as `h1webblog_blog.media.translation.updatedAt` ,
`h1webblog_blog.media.translation` . media_id as `h1webblog_blog.media.translation.mediaId` ,
`h1webblog_blog.media.translation` . language_id as `h1webblog_blog.media.translation.languageId` ,
`h1webblog_blog.media.translation.fallback_1` . title as `h1webblog_blog.media.translation.fallback_1.title` ,
`h1webblog_blog.media.translation.fallback_1` . alt as `h1webblog_blog.media.translation.fallback_1.alt` ,
`h1webblog_blog.media.translation.fallback_1` . custom_fields as `h1webblog_blog.media.translation.fallback_1.customFields` ,
`h1webblog_blog.media.translation.fallback_1` . created_at as `h1webblog_blog.media.translation.fallback_1.createdAt` ,
`h1webblog_blog.media.translation.fallback_1` . updated_at as `h1webblog_blog.media.translation.fallback_1.updatedAt` ,
`h1webblog_blog.media.translation.fallback_1` . media_id as `h1webblog_blog.media.translation.fallback_1.mediaId` ,
`h1webblog_blog.media.translation.fallback_1` . language_id as `h1webblog_blog.media.translation.fallback_1.languageId` ,
`h1webblog_blog.media.translation.fallback_2` . title as `h1webblog_blog.media.translation.fallback_2.title` ,
`h1webblog_blog.media.translation.fallback_2` . alt as `h1webblog_blog.media.translation.fallback_2.alt` ,
`h1webblog_blog.media.translation.fallback_2` . custom_fields as `h1webblog_blog.media.translation.fallback_2.customFields` ,
`h1webblog_blog.media.translation.fallback_2` . created_at as `h1webblog_blog.media.translation.fallback_2.createdAt` ,
`h1webblog_blog.media.translation.fallback_2` . updated_at as `h1webblog_blog.media.translation.fallback_2.updatedAt` ,
`h1webblog_blog.media.translation.fallback_2` . media_id as `h1webblog_blog.media.translation.fallback_2.mediaId` ,
`h1webblog_blog.media.translation.fallback_2` . language_id as `h1webblog_blog.media.translation.fallback_2.languageId`
FROM
`media_translation` `h1webblog_blog.media.translation`
LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_1` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_1` . `media_id`
AND `h1webblog_blog.media.translation.fallback_1` . language_id = ?
LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_2` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_2` . `media_id`
AND `h1webblog_blog.media.translation.fallback_2` . language_id = ?
WHERE
`h1webblog_blog.media.translation` . language_id = ?
) `h1webblog_blog.media.media_translation` ON `h1webblog_blog.media.media_translation` . `media_id` = `h1webblog_blog.media` . `id`
WHERE
`h1webblog_blog` . `id` IN (? , ? , ? , ? )
Copy
SELECT `h1webblog_blog` . `id` as `h1webblog_blog.id` , `h1webblog_blog` . `media_id` as `h1webblog_blog.mediaId` , `h1webblog_blog.media` . `id` as `h1webblog_blog.media.id` , `h1webblog_blog.media` . `user_id` as `h1webblog_blog.media.userId` , `h1webblog_blog.media` . `media_folder_id` as `h1webblog_blog.media.mediaFolderId` , `h1webblog_blog.media` . `mime_type` as `h1webblog_blog.media.mimeType` , `h1webblog_blog.media` . `file_extension` as `h1webblog_blog.media.fileExtension` , `h1webblog_blog.media` . `uploaded_at` as `h1webblog_blog.media.uploadedAt` , `h1webblog_blog.media` . `file_name` as `h1webblog_blog.media.fileName` , `h1webblog_blog.media` . `file_size` as `h1webblog_blog.media.fileSize` , `h1webblog_blog.media` . `media_type` as `h1webblog_blog.media.mediaTypeRaw` , `h1webblog_blog.media` . `meta_data` as `h1webblog_blog.media.metaData` , `h1webblog_blog.media` . `config` as `h1webblog_blog.media.config` , `h1webblog_blog.media` . `path` as `h1webblog_blog.media.path` , `h1webblog_blog.media` . `private` as `h1webblog_blog.media.private` , `h1webblog_blog.media` . `thumbnails_ro` as `h1webblog_blog.media.thumbnailsRo` , `h1webblog_blog.media` . `created_at` as `h1webblog_blog.media.createdAt` , `h1webblog_blog.media` . `updated_at` as `h1webblog_blog.media.updatedAt` , `h1webblog_blog.media.translation.fallback_2.title` , `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.title` , COALESCE (`h1webblog_blog.media.translation.fallback_2.title` , `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.title` , `h1webblog_blog.media.translation.title` ) as `h1webblog_blog.media.title` , `h1webblog_blog.media.translation.fallback_2.alt` , `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.alt` , COALESCE (`h1webblog_blog.media.translation.fallback_2.alt` , `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.alt` , `h1webblog_blog.media.translation.alt` ) as `h1webblog_blog.media.alt` , `h1webblog_blog.media.translation.fallback_2.customFields` , `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.customFields` , COALESCE (`h1webblog_blog.media.translation.fallback_2.customFields` , `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.customFields` , `h1webblog_blog.media.translation.customFields` ) as `h1webblog_blog.media.customFields` , `h1webblog_blog.media.translation.fallback_2.createdAt` , `h1webblog_blog.media.translation.fallback_1.createdAt` , `h1webblog_blog.media.translation.createdAt` , `h1webblog_blog.media.translation.fallback_2.updatedAt` , `h1webblog_blog.media.translation.fallback_1.updatedAt` , `h1webblog_blog.media.translation.updatedAt` , `h1webblog_blog.media.translation.fallback_2.mediaId` , `h1webblog_blog.media.translation.fallback_1.mediaId` , `h1webblog_blog.media.translation.mediaId` , `h1webblog_blog.media.translation.fallback_2.languageId` , `h1webblog_blog.media.translation.fallback_1.languageId` , `h1webblog_blog.media.translation.languageId` , `h1webblog_blog` . `category_tree` as `h1webblog_blog.categoryTree` , `h1webblog_blog` . `tag_ids` as `h1webblog_blog.tagIds` , `h1webblog_blog` . `property_ids` as `h1webblog_blog.propertyIds` , `h1webblog_blog` . `option_ids` as `h1webblog_blog.optionIds` , `h1webblog_blog` . `published_at` as `h1webblog_blog.publishedAt` , `h1webblog_blog` . `created_at` as `h1webblog_blog.createdAt` , `h1webblog_blog` . `updated_at` as `h1webblog_blog.updatedAt` , `h1webblog_blog` . `custom_fields` as `h1webblog_blog.customFields` , `h1webblog_blog` . `cms_page_id` as `h1webblog_blog.cmsPageId` , `h1webblog_blog` . `cms_page_version_id` as `h1webblog_blog.cmsPageVersionId` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.tags.mapping` . `tag_id` ) SEPARATOR '||' )
FROM `h1webblog_tag` `h1webblog_blog.tags.mapping`
WHERE `h1webblog_blog.tags.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.tags.id_mapping` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `h1webblog_property` `h1webblog_blog.properties.mapping`
WHERE `h1webblog_blog.properties.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.properties.id_mapping` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `h1webblog_option` `h1webblog_blog.options.mapping`
WHERE `h1webblog_blog.options.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.options.id_mapping` , `h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.title` , COALESCE (`h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.title` , `h1webblog_blog.translation.title` ) as `h1webblog_blog.title` , `h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.content` , COALESCE (`h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.content` , `h1webblog_blog.translation.content` ) as `h1webblog_blog.content` , `h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.shortContent` , COALESCE (`h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation.shortContent` ) as `h1webblog_blog.shortContent` , `h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.keywords` , COALESCE (`h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation.keywords` ) as `h1webblog_blog.keywords` , `h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.metaDescription` , COALESCE (`h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation.metaDescription` ) as `h1webblog_blog.metaDescription` , `h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.metaTitle` , COALESCE (`h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation.metaTitle` ) as `h1webblog_blog.metaTitle` , `h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` , COALESCE (`h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation.isActive` ) as `h1webblog_blog.isActive` , `h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.slotConfig` , COALESCE (`h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation.slotConfig` ) as `h1webblog_blog.slotConfig` , `h1webblog_blog.translation.fallback_2.createdAt` , `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation.fallback_2.updatedAt` , `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation.fallback_2.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation.fallback_2.languageId` , `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.languageId` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.fallback_2` . title as `h1webblog_blog.translation.fallback_2.title` , `h1webblog_blog.translation.fallback_2` . content as `h1webblog_blog.translation.fallback_2.content` , `h1webblog_blog.translation.fallback_2` . short_content as `h1webblog_blog.translation.fallback_2.shortContent` , `h1webblog_blog.translation.fallback_2` . keywords as `h1webblog_blog.translation.fallback_2.keywords` , `h1webblog_blog.translation.fallback_2` . meta_description as `h1webblog_blog.translation.fallback_2.metaDescription` , `h1webblog_blog.translation.fallback_2` . meta_title as `h1webblog_blog.translation.fallback_2.metaTitle` , `h1webblog_blog.translation.fallback_2` . is_active as `h1webblog_blog.translation.fallback_2.isActive` , `h1webblog_blog.translation.fallback_2` . slot_config as `h1webblog_blog.translation.fallback_2.slotConfig` , `h1webblog_blog.translation.fallback_2` . created_at as `h1webblog_blog.translation.fallback_2.createdAt` , `h1webblog_blog.translation.fallback_2` . updated_at as `h1webblog_blog.translation.fallback_2.updatedAt` , `h1webblog_blog.translation.fallback_2` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_2.h1webblogBlogId` , `h1webblog_blog.translation.fallback_2` . language_id as `h1webblog_blog.translation.fallback_2.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_2` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_2` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 WHERE `h1webblog_blog.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `media` `h1webblog_blog.media` ON `h1webblog_blog` . `media_id` = `h1webblog_blog.media` . `id` LEFT JOIN (SELECT `h1webblog_blog.media.translation` . media_id , `h1webblog_blog.media.translation` . title as `h1webblog_blog.media.translation.title` , `h1webblog_blog.media.translation` . alt as `h1webblog_blog.media.translation.alt` , `h1webblog_blog.media.translation` . custom_fields as `h1webblog_blog.media.translation.customFields` , `h1webblog_blog.media.translation` . created_at as `h1webblog_blog.media.translation.createdAt` , `h1webblog_blog.media.translation` . updated_at as `h1webblog_blog.media.translation.updatedAt` , `h1webblog_blog.media.translation` . media_id as `h1webblog_blog.media.translation.mediaId` , `h1webblog_blog.media.translation` . language_id as `h1webblog_blog.media.translation.languageId` , `h1webblog_blog.media.translation.fallback_1` . title as `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.fallback_1` . alt as `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.fallback_1` . custom_fields as `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.fallback_1` . created_at as `h1webblog_blog.media.translation.fallback_1.createdAt` , `h1webblog_blog.media.translation.fallback_1` . updated_at as `h1webblog_blog.media.translation.fallback_1.updatedAt` , `h1webblog_blog.media.translation.fallback_1` . media_id as `h1webblog_blog.media.translation.fallback_1.mediaId` , `h1webblog_blog.media.translation.fallback_1` . language_id as `h1webblog_blog.media.translation.fallback_1.languageId` , `h1webblog_blog.media.translation.fallback_2` . title as `h1webblog_blog.media.translation.fallback_2.title` , `h1webblog_blog.media.translation.fallback_2` . alt as `h1webblog_blog.media.translation.fallback_2.alt` , `h1webblog_blog.media.translation.fallback_2` . custom_fields as `h1webblog_blog.media.translation.fallback_2.customFields` , `h1webblog_blog.media.translation.fallback_2` . created_at as `h1webblog_blog.media.translation.fallback_2.createdAt` , `h1webblog_blog.media.translation.fallback_2` . updated_at as `h1webblog_blog.media.translation.fallback_2.updatedAt` , `h1webblog_blog.media.translation.fallback_2` . media_id as `h1webblog_blog.media.translation.fallback_2.mediaId` , `h1webblog_blog.media.translation.fallback_2` . language_id as `h1webblog_blog.media.translation.fallback_2.languageId` FROM `media_translation` `h1webblog_blog.media.translation` LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_1` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_1` . `media_id` AND `h1webblog_blog.media.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_2` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_2` . `media_id` AND `h1webblog_blog.media.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 WHERE `h1webblog_blog.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `h1webblog_blog.media.media_translation` ON `h1webblog_blog.media.media_translation` . `media_id` = `h1webblog_blog.media` . `id` WHERE `h1webblog_blog` . `id` IN (0x8163C244553C403DBB39B8B26301DC38 , 0xABF3ACFD641C4490A2E8CF8EC6441EF1 , 0x7B98D6640BD445969CB9CEA7E932A55E , 0xCBE5CDD1D57A4B8C9D70425ABC0918DB );
Copy
95
0.39 ms
SELECT `tag` . `id` as `tag.id` , `tag` . `name` as `tag.name` , `tag` . `created_at` as `tag.createdAt` , `tag` . `updated_at` as `tag.updatedAt` FROM `tag` WHERE `tag` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"ü´%X\x0F wD\x02 ¼\x01 ¸╔ãƒà\x18 "
b"‹åÂã6\x01 Jɤͦ*Š]s\x01 "
b"ü´%X\x0F wD\x02 ¼\x01 ¸╔ãƒà\x18 "
b"©ý¨¶]Ð@\x14 „3nCSê\x11 # "
b"ÍÝ0&â¥Ig«à\x1E ÙüYòV "
b"ü´%X\x0F wD\x02 ¼\x01 ¸╔ãƒà\x18 "
b"©ý¨¶]Ð@\x14 „3nCSê\x11 # "
b"ó\x00 ‹áóMw»¬Ê}\x7F mƒ¾ "
b"‹åÂã6\x01 Jɤͦ*Š]s\x01 "
b"©ý¨¶]Ð@\x14 „3nCSê\x11 # "
]
SELECT `tag` . `id` as `tag.id` , `tag` . `name` as `tag.name` , `tag` . `created_at` as `tag.createdAt` , `tag` . `updated_at` as `tag.updatedAt` FROM `tag` WHERE `tag` . `id` IN (0x81EF25580F774402AC01F7C9C69F8518 , 0x8BE5C2E336014AC9A4CDA62A8A5D7301 , 0x81EF25580F774402AC01F7C9C69F8518 , 0xA9FDA8B65DD0401484336E4353EA1123 , 0xD6ED302683BE4967AE851EEB81599556 , 0x81EF25580F774402AC01F7C9C69F8518 , 0xA9FDA8B65DD0401484336E4353EA1123 , 0xF3008BADE1F34D77BBACCA7D7F6D83BE , 0x8BE5C2E336014AC9A4CDA62A8A5D7301 , 0xA9FDA8B65DD0401484336E4353EA1123 );
Copy
96
0.70 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.translation.fallback_2.name` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_2.createdAt` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_2.updatedAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_2.propertyGroupOptionId` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_2.languageId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` 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` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.fallback_2` . name as `property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_2` . position as `property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_2` . custom_fields as `property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_2` . created_at as `property_group_option.translation.fallback_2.createdAt` , `property_group_option.translation.fallback_2` . updated_at as `property_group_option.translation.fallback_2.updatedAt` , `property_group_option.translation.fallback_2` . property_group_option_id as `property_group_option.translation.fallback_2.propertyGroupOptionId` , `property_group_option.translation.fallback_2` . language_id as `property_group_option.translation.fallback_2.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = ? LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_2` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_2` . `property_group_option_id` AND `property_group_option.translation.fallback_2` . language_id = ? 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` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"4¾ý\x13 f7E\x18 ¨Ô?5ϵQ‰ "
b"•ö§\x1C\x18\x1D Ef®k\x18 ؽR)\e "
b"Âz^ÿ6¾L\f ¹=‰\x02 ß5\x1D x "
b"Ô…~N\x00 !LY©\x05 ¢+ZîRQ "
b"ñ‹åýrJC¡§èf˜å=Âè "
b"4¾ý\x13 f7E\x18 ¨Ô?5ϵQ‰ "
b"•ö§\x1C\x18\x1D Ef®k\x18 ؽR)\e "
b"Âz^ÿ6¾L\f ¹=‰\x02 ß5\x1D x "
b"Ô…~N\x00 !LY©\x05 ¢+ZîRQ "
b"4¾ý\x13 f7E\x18 ¨Ô?5ϵQ‰ "
b"=„m¦lXG8³\x1D êï”ÛÔ\x02 "
b"""
m\x1C\x18 \n
…uEŽ„\x10\x1E üà®lO
"""
b"Âz^ÿ6¾L\f ¹=‰\x02 ß5\x1D x "
b"Ô…~N\x00 !LY©\x05 ¢+ZîRQ "
b"Þ•ÚÚoHI\x10 Š¾ŽÁ1Ôå· "
b"4¾ý\x13 f7E\x18 ¨Ô?5ϵQ‰ "
b"}àxg;\e JÞ®ü"\ë▓>\x01 "
b"¯2ì\x18 ]½AR¸*\‘rTªm "
b"Êù-ÙjO`ªŒiÞLd\x10 . "
b"ñ‹åýrJC¡§èf˜å=Âè "
b"û–c:BLHŽ¾\x00 w+¤\v $\x05 "
b"""
¹Ü‗\f\v \n
B7Å]\x1C ╗\r ╣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.translation.fallback_2.name` ,
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.fallback_2.name` ,
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.fallback_2.position` ,
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.fallback_2.position` ,
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.fallback_2.customFields` ,
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.fallback_2.customFields` ,
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) as `property_group_option.customFields` ,
`property_group_option.translation.fallback_2.createdAt` ,
`property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.fallback_2.updatedAt` ,
`property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.fallback_2.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.fallback_2.languageId` ,
`property_group_option.translation.fallback_1.languageId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
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` ,
`property_group_option.translation` . created_at as `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id as `property_group_option.translation.languageId` ,
`property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` ,
`property_group_option.translation.fallback_2` . name as `property_group_option.translation.fallback_2.name` ,
`property_group_option.translation.fallback_2` . position as `property_group_option.translation.fallback_2.position` ,
`property_group_option.translation.fallback_2` . custom_fields as `property_group_option.translation.fallback_2.customFields` ,
`property_group_option.translation.fallback_2` . created_at as `property_group_option.translation.fallback_2.createdAt` ,
`property_group_option.translation.fallback_2` . updated_at as `property_group_option.translation.fallback_2.updatedAt` ,
`property_group_option.translation.fallback_2` . property_group_option_id as `property_group_option.translation.fallback_2.propertyGroupOptionId` ,
`property_group_option.translation.fallback_2` . language_id as `property_group_option.translation.fallback_2.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id`
AND `property_group_option.translation.fallback_1` . language_id = ?
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_2` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_2` . `property_group_option_id`
AND `property_group_option.translation.fallback_2` . language_id = ?
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`
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.translation.fallback_2.name` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_2.createdAt` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_2.updatedAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_2.propertyGroupOptionId` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_2.languageId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` 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` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.fallback_2` . name as `property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_2` . position as `property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_2` . custom_fields as `property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_2` . created_at as `property_group_option.translation.fallback_2.createdAt` , `property_group_option.translation.fallback_2` . updated_at as `property_group_option.translation.fallback_2.updatedAt` , `property_group_option.translation.fallback_2` . property_group_option_id as `property_group_option.translation.fallback_2.propertyGroupOptionId` , `property_group_option.translation.fallback_2` . language_id as `property_group_option.translation.fallback_2.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_2` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_2` . `property_group_option_id` AND `property_group_option.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 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` WHERE `property_group_option` . `id` IN (0x34BEFD1366374518A8D43F35CFB55189 , 0x95F6A71C181D4566AE6B18D8BD52291B , 0xC27A5EFF36BE4C0CB93D8902DF351D78 , 0xD4857E4E00214C59A905A22B5AEE5251 , 0xF18BE5FD724A43A1A7E86698E53DC2E8 , 0x34BEFD1366374518A8D43F35CFB55189 , 0x95F6A71C181D4566AE6B18D8BD52291B , 0xC27A5EFF36BE4C0CB93D8902DF351D78 , 0xD4857E4E00214C59A905A22B5AEE5251 , 0x34BEFD1366374518A8D43F35CFB55189 , 0x3D846DA66C584738B31DEAEF94DBD402 , 0x6D1C180A8575458E84101EFCE0AE6C4F , 0xC27A5EFF36BE4C0CB93D8902DF351D78 , 0xD4857E4E00214C59A905A22B5AEE5251 , 0xDE95DADA6F4849108ABE8EC131D4E5B7 , 0x34BEFD1366374518A8D43F35CFB55189 , 0x7D8578673B1B4AE8A981225C89B23E01 , 0xAF32EC185DBD4152B82A5C917254AA6D , 0xCAF92DADD96A4F60AA8C69DE4C64102E , 0xF18BE5FD724A43A1A7E86698E53DC2E8 , 0xFB96633A424C488EBE00772BA40B2405 , 0xFB9AF20C0B0A42378F5D1CBB0DB978E7 );
Copy
97
2.44 ms
SELECT `h1webblog_blog_visibility` . `id` as `h1webblog_blog_visibility.id` , `h1webblog_blog_visibility` . `blog_id` as `h1webblog_blog_visibility.blogId` , `h1webblog_blog_visibility` . `h1webblog_blog_version_id` as `h1webblog_blog_visibility.h1webblogBlogVersionId` , `h1webblog_blog_visibility` . `sales_channel_id` as `h1webblog_blog_visibility.salesChannelId` , `h1webblog_blog_visibility` . `created_at` as `h1webblog_blog_visibility.createdAt` , `h1webblog_blog_visibility` . `updated_at` as `h1webblog_blog_visibility.updatedAt` FROM `h1webblog_blog_visibility` WHERE (`h1webblog_blog_visibility` . `blog_id` IN (? , ? , ? , ? ))
Parameters :
[
b"{˜Öd\v ÔE–œ¹Î§é2¥^ "
b"üc┬DU<@=╗9©▓c\x01 ▄8 "
b"½¾¼²d\x1C DÉóÞ¤ÄãD\x1E ± "
b"╦Õ═ÐızKîØpBZ╝\t\x18 █ "
]
SELECT `h1webblog_blog_visibility` . `id` as `h1webblog_blog_visibility.id` , `h1webblog_blog_visibility` . `blog_id` as `h1webblog_blog_visibility.blogId` , `h1webblog_blog_visibility` . `h1webblog_blog_version_id` as `h1webblog_blog_visibility.h1webblogBlogVersionId` , `h1webblog_blog_visibility` . `sales_channel_id` as `h1webblog_blog_visibility.salesChannelId` , `h1webblog_blog_visibility` . `created_at` as `h1webblog_blog_visibility.createdAt` , `h1webblog_blog_visibility` . `updated_at` as `h1webblog_blog_visibility.updatedAt` FROM `h1webblog_blog_visibility` WHERE (`h1webblog_blog_visibility` . `blog_id` IN (0x7B98D6640BD445969CB9CEA7E932A55E , 0x8163C244553C403DBB39B8B26301DC38 , 0xABF3ACFD641C4490A2E8CF8EC6441EF1 , 0xCBE5CDD1D57A4B8C9D70425ABC0918DB ));
Copy
98
3.07 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"õ\n i*bhC©žGN\x00 œ‚0% "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xF50A692A626843A99E474E009C823025 );
Copy
99
0.32 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b" ì…`ýîOcžF¾ôZ¦®\x16 "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xA0EC8560FDEE4F639E46BEF45AA6AE16 );
Copy
100
5.28 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_2.title` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_2.title` , `media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_2.alt` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_2.alt` , `media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_2.customFields` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_2.customFields` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_2.createdAt` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_2.updatedAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_2.mediaId` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_2.languageId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` , `media.translation.fallback_2` . title as `media.translation.fallback_2.title` , `media.translation.fallback_2` . alt as `media.translation.fallback_2.alt` , `media.translation.fallback_2` . custom_fields as `media.translation.fallback_2.customFields` , `media.translation.fallback_2` . created_at as `media.translation.fallback_2.createdAt` , `media.translation.fallback_2` . updated_at as `media.translation.fallback_2.updatedAt` , `media.translation.fallback_2` . media_id as `media.translation.fallback_2.mediaId` , `media.translation.fallback_2` . language_id as `media.translation.fallback_2.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = ? LEFT JOIN `media_translation` `media.translation.fallback_2` ON `media.translation` . `media_id` = `media.translation.fallback_2` . `media_id` AND `media.translation.fallback_2` . language_id = ? WHERE `media.translation` . language_id = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (`media` . `id` = ? AND (`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))
Parameters :
[
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‹^°V®s¿’ÃÜàæSØé "
false
true
"product_download "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.fallback_2.title` ,
`media.translation.fallback_1.title` ,
`media.translation.title` ,
COALESCE (
`media.translation.fallback_2.title` ,
`media.translation.fallback_1.title` ,
`media.translation.title` , `media.translation.title`
) as `media.title` ,
`media.translation.fallback_2.alt` ,
`media.translation.fallback_1.alt` ,
`media.translation.alt` ,
COALESCE (
`media.translation.fallback_2.alt` ,
`media.translation.fallback_1.alt` ,
`media.translation.alt` , `media.translation.alt`
) as `media.alt` ,
`media.translation.fallback_2.customFields` ,
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
COALESCE (
`media.translation.fallback_2.customFields` ,
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
`media.translation.customFields`
) as `media.customFields` ,
`media.translation.fallback_2.createdAt` ,
`media.translation.fallback_1.createdAt` ,
`media.translation.createdAt` ,
`media.translation.fallback_2.updatedAt` ,
`media.translation.fallback_1.updatedAt` ,
`media.translation.updatedAt` ,
`media.translation.fallback_2.mediaId` ,
`media.translation.fallback_1.mediaId` ,
`media.translation.mediaId` ,
`media.translation.fallback_2.languageId` ,
`media.translation.fallback_1.languageId` ,
`media.translation.languageId`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . media_id ,
`media.translation` . title as `media.translation.title` ,
`media.translation` . alt as `media.translation.alt` ,
`media.translation` . custom_fields as `media.translation.customFields` ,
`media.translation` . created_at as `media.translation.createdAt` ,
`media.translation` . updated_at as `media.translation.updatedAt` ,
`media.translation` . media_id as `media.translation.mediaId` ,
`media.translation` . language_id as `media.translation.languageId` ,
`media.translation.fallback_1` . title as `media.translation.fallback_1.title` ,
`media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` ,
`media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` ,
`media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` ,
`media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` ,
`media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` ,
`media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` ,
`media.translation.fallback_2` . title as `media.translation.fallback_2.title` ,
`media.translation.fallback_2` . alt as `media.translation.fallback_2.alt` ,
`media.translation.fallback_2` . custom_fields as `media.translation.fallback_2.customFields` ,
`media.translation.fallback_2` . created_at as `media.translation.fallback_2.createdAt` ,
`media.translation.fallback_2` . updated_at as `media.translation.fallback_2.updatedAt` ,
`media.translation.fallback_2` . media_id as `media.translation.fallback_2.mediaId` ,
`media.translation.fallback_2` . language_id as `media.translation.fallback_2.languageId`
FROM
`media_translation` `media.translation`
LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id`
AND `media.translation.fallback_1` . language_id = ?
LEFT JOIN `media_translation` `media.translation.fallback_2` ON `media.translation` . `media_id` = `media.translation.fallback_2` . `media_id`
AND `media.translation.fallback_2` . language_id = ?
WHERE
`media.translation` . language_id = ?
) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id`
LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id`
WHERE
(
`media` . `id` = ?
AND (
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_2.title` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_2.title` , `media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_2.alt` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_2.alt` , `media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_2.customFields` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_2.customFields` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_2.createdAt` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_2.updatedAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_2.mediaId` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_2.languageId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` , `media.translation.fallback_2` . title as `media.translation.fallback_2.title` , `media.translation.fallback_2` . alt as `media.translation.fallback_2.alt` , `media.translation.fallback_2` . custom_fields as `media.translation.fallback_2.customFields` , `media.translation.fallback_2` . created_at as `media.translation.fallback_2.createdAt` , `media.translation.fallback_2` . updated_at as `media.translation.fallback_2.updatedAt` , `media.translation.fallback_2` . media_id as `media.translation.fallback_2.mediaId` , `media.translation.fallback_2` . language_id as `media.translation.fallback_2.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `media_translation` `media.translation.fallback_2` ON `media.translation` . `media_id` = `media.translation.fallback_2` . `media_id` AND `media.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 WHERE `media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (`media` . `id` = 0x018B5EB056AE73BF92C3DCE0E653D8E9 AND (`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )));
Copy
101
0.55 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ‹^°V®s¿’ÃÜàæSØé "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018B5EB056AE73BF92C3DCE0E653D8E9 );
Copy
102
0.40 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"ü´%X\x0F wD\x02 ¼\x01 ¸╔ãƒà\x18 "
1
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0x81EF25580F774402AC01F7C9C69F8518 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
103
0.40 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"©ý¨¶]Ð@\x14 „3nCSê\x11 # "
1
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0xA9FDA8B65DD0401484336E4353EA1123 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
104
0.41 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"ÍÝ0&â¥Ig«à\x1E ÙüYòV "
1
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0xD6ED302683BE4967AE851EEB81599556 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
105
1.59 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"ü´%X\x0F wD\x02 ¼\x01 ¸╔ãƒà\x18 "
1
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0x81EF25580F774402AC01F7C9C69F8518 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
106
0.48 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"©ý¨¶]Ð@\x14 „3nCSê\x11 # "
1
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0xA9FDA8B65DD0401484336E4353EA1123 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
107
3.76 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"ó\x00 ‹áóMw»¬Ê}\x7F mƒ¾ "
1
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0xF3008BADE1F34D77BBACCA7D7F6D83BE AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
108
0.58 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"ü´%X\x0F wD\x02 ¼\x01 ¸╔ãƒà\x18 "
1
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0x81EF25580F774402AC01F7C9C69F8518 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
109
0.28 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"‹åÂã6\x01 Jɤͦ*Š]s\x01 "
1
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0x8BE5C2E336014AC9A4CDA62A8A5D7301 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
110
0.24 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"‹åÂã6\x01 Jɤͦ*Š]s\x01 "
1
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0x8BE5C2E336014AC9A4CDA62A8A5D7301 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
111
0.23 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"©ý¨¶]Ð@\x14 „3nCSê\x11 # "
1
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0xA9FDA8B65DD0401484336E4353EA1123 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
112
1.74 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.fallback_2.name` , `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_2.name` , `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_2.createdAt` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_2.updatedAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_2.propertyGroupId` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_2.languageId` , `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.languageId` , `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.fallback_2.title` , `property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.title` , COALESCE (`property_group_option.media.translation.fallback_2.title` , `property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) as `property_group_option.media.title` , `property_group_option.media.translation.fallback_2.alt` , `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.fallback_2.alt` , `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) as `property_group_option.media.alt` , `property_group_option.media.translation.fallback_2.customFields` , `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.fallback_2.customFields` , `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) as `property_group_option.media.customFields` , `property_group_option.media.translation.fallback_2.createdAt` , `property_group_option.media.translation.fallback_1.createdAt` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.fallback_2.updatedAt` , `property_group_option.media.translation.fallback_1.updatedAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.fallback_2.mediaId` , `property_group_option.media.translation.fallback_1.mediaId` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.fallback_2.languageId` , `property_group_option.media.translation.fallback_1.languageId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_2.createdAt` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_2.updatedAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_2.propertyGroupOptionId` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_2.languageId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` 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` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.fallback_2` . name as `property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_2` . position as `property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_2` . custom_fields as `property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_2` . created_at as `property_group_option.translation.fallback_2.createdAt` , `property_group_option.translation.fallback_2` . updated_at as `property_group_option.translation.fallback_2.updatedAt` , `property_group_option.translation.fallback_2` . property_group_option_id as `property_group_option.translation.fallback_2.propertyGroupOptionId` , `property_group_option.translation.fallback_2` . language_id as `property_group_option.translation.fallback_2.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = ? LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_2` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_2` . `property_group_option_id` AND `property_group_option.translation.fallback_2` . language_id = ? 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 `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.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` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` , `property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.fallback_2` . name as `property_group_option.group.translation.fallback_2.name` , `property_group_option.group.translation.fallback_2` . description as `property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_2` . position as `property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_2` . custom_fields as `property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_2` . created_at as `property_group_option.group.translation.fallback_2.createdAt` , `property_group_option.group.translation.fallback_2` . updated_at as `property_group_option.group.translation.fallback_2.updatedAt` , `property_group_option.group.translation.fallback_2` . property_group_id as `property_group_option.group.translation.fallback_2.propertyGroupId` , `property_group_option.group.translation.fallback_2` . language_id as `property_group_option.group.translation.fallback_2.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = ? LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_2` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_2` . `property_group_id` AND `property_group_option.group.translation.fallback_2` . language_id = ? 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` . title as `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields as `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at as `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at as `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id as `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id as `property_group_option.media.translation.languageId` , `property_group_option.media.translation.fallback_1` . title as `property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.fallback_1` . alt as `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.fallback_1` . custom_fields as `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.fallback_1` . created_at as `property_group_option.media.translation.fallback_1.createdAt` , `property_group_option.media.translation.fallback_1` . updated_at as `property_group_option.media.translation.fallback_1.updatedAt` , `property_group_option.media.translation.fallback_1` . media_id as `property_group_option.media.translation.fallback_1.mediaId` , `property_group_option.media.translation.fallback_1` . language_id as `property_group_option.media.translation.fallback_1.languageId` , `property_group_option.media.translation.fallback_2` . title as `property_group_option.media.translation.fallback_2.title` , `property_group_option.media.translation.fallback_2` . alt as `property_group_option.media.translation.fallback_2.alt` , `property_group_option.media.translation.fallback_2` . custom_fields as `property_group_option.media.translation.fallback_2.customFields` , `property_group_option.media.translation.fallback_2` . created_at as `property_group_option.media.translation.fallback_2.createdAt` , `property_group_option.media.translation.fallback_2` . updated_at as `property_group_option.media.translation.fallback_2.updatedAt` , `property_group_option.media.translation.fallback_2` . media_id as `property_group_option.media.translation.fallback_2.mediaId` , `property_group_option.media.translation.fallback_2` . language_id as `property_group_option.media.translation.fallback_2.languageId` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.fallback_1` . `media_id` AND `property_group_option.media.translation.fallback_1` . language_id = ? LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_2` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.fallback_2` . `media_id` AND `property_group_option.media.translation.fallback_2` . language_id = ? 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"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"4¾ý\x13 f7E\x18 ¨Ô?5ϵQ‰ "
b"•ö§\x1C\x18\x1D Ef®k\x18 ؽR)\e "
b"Âz^ÿ6¾L\f ¹=‰\x02 ß5\x1D x "
b"Ô…~N\x00 !LY©\x05 ¢+ZîRQ "
b"ñ‹åýrJC¡§èf˜å=Âè "
b"=„m¦lXG8³\x1D êï”ÛÔ\x02 "
b"""
m\x1C\x18 \n
…uEŽ„\x10\x1E üà®lO
"""
b"Þ•ÚÚoHI\x10 Š¾ŽÁ1Ôå· "
b"}àxg;\e JÞ®ü"\ë▓>\x01 "
b"¯2ì\x18 ]½AR¸*\‘rTªm "
b"Êù-ÙjO`ªŒiÞLd\x10 . "
b"û–c:BLHŽ¾\x00 w+¤\v $\x05 "
b"""
¹Ü‗\f\v \n
B7Å]\x1C ╗\r ╣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.fallback_2.name` ,
`property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.fallback_2.name` ,
`property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) as `property_group_option.group.name` ,
`property_group_option.group.translation.fallback_2.description` ,
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.fallback_2.description` ,
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) as `property_group_option.group.description` ,
`property_group_option.group.translation.fallback_2.position` ,
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.fallback_2.position` ,
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) as `property_group_option.group.position` ,
`property_group_option.group.translation.fallback_2.customFields` ,
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.fallback_2.customFields` ,
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields` ,
`property_group_option.group.translation.fallback_2.createdAt` ,
`property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.fallback_2.updatedAt` ,
`property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.fallback_2.propertyGroupId` ,
`property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.fallback_2.languageId` ,
`property_group_option.group.translation.fallback_1.languageId` ,
`property_group_option.group.translation.languageId` ,
`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.fallback_2.title` ,
`property_group_option.media.translation.fallback_1.title` ,
`property_group_option.media.translation.title` ,
COALESCE (
`property_group_option.media.translation.fallback_2.title` ,
`property_group_option.media.translation.fallback_1.title` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title`
) as `property_group_option.media.title` ,
`property_group_option.media.translation.fallback_2.alt` ,
`property_group_option.media.translation.fallback_1.alt` ,
`property_group_option.media.translation.alt` ,
COALESCE (
`property_group_option.media.translation.fallback_2.alt` ,
`property_group_option.media.translation.fallback_1.alt` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt`
) as `property_group_option.media.alt` ,
`property_group_option.media.translation.fallback_2.customFields` ,
`property_group_option.media.translation.fallback_1.customFields` ,
`property_group_option.media.translation.customFields` ,
COALESCE (
`property_group_option.media.translation.fallback_2.customFields` ,
`property_group_option.media.translation.fallback_1.customFields` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields`
) as `property_group_option.media.customFields` ,
`property_group_option.media.translation.fallback_2.createdAt` ,
`property_group_option.media.translation.fallback_1.createdAt` ,
`property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation.fallback_2.updatedAt` ,
`property_group_option.media.translation.fallback_1.updatedAt` ,
`property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation.fallback_2.mediaId` ,
`property_group_option.media.translation.fallback_1.mediaId` ,
`property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation.fallback_2.languageId` ,
`property_group_option.media.translation.fallback_1.languageId` ,
`property_group_option.media.translation.languageId` ,
`property_group_option.translation.fallback_2.name` ,
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.fallback_2.name` ,
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.fallback_2.position` ,
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.fallback_2.position` ,
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.fallback_2.customFields` ,
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.fallback_2.customFields` ,
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) as `property_group_option.customFields` ,
`property_group_option.translation.fallback_2.createdAt` ,
`property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.fallback_2.updatedAt` ,
`property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.fallback_2.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.fallback_2.languageId` ,
`property_group_option.translation.fallback_1.languageId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
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` ,
`property_group_option.translation` . created_at as `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id as `property_group_option.translation.languageId` ,
`property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` ,
`property_group_option.translation.fallback_2` . name as `property_group_option.translation.fallback_2.name` ,
`property_group_option.translation.fallback_2` . position as `property_group_option.translation.fallback_2.position` ,
`property_group_option.translation.fallback_2` . custom_fields as `property_group_option.translation.fallback_2.customFields` ,
`property_group_option.translation.fallback_2` . created_at as `property_group_option.translation.fallback_2.createdAt` ,
`property_group_option.translation.fallback_2` . updated_at as `property_group_option.translation.fallback_2.updatedAt` ,
`property_group_option.translation.fallback_2` . property_group_option_id as `property_group_option.translation.fallback_2.propertyGroupOptionId` ,
`property_group_option.translation.fallback_2` . language_id as `property_group_option.translation.fallback_2.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id`
AND `property_group_option.translation.fallback_1` . language_id = ?
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_2` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_2` . `property_group_option_id`
AND `property_group_option.translation.fallback_2` . language_id = ?
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 `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.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` ,
`property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` ,
`property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` ,
`property_group_option.group.translation.fallback_2` . name as `property_group_option.group.translation.fallback_2.name` ,
`property_group_option.group.translation.fallback_2` . description as `property_group_option.group.translation.fallback_2.description` ,
`property_group_option.group.translation.fallback_2` . position as `property_group_option.group.translation.fallback_2.position` ,
`property_group_option.group.translation.fallback_2` . custom_fields as `property_group_option.group.translation.fallback_2.customFields` ,
`property_group_option.group.translation.fallback_2` . created_at as `property_group_option.group.translation.fallback_2.createdAt` ,
`property_group_option.group.translation.fallback_2` . updated_at as `property_group_option.group.translation.fallback_2.updatedAt` ,
`property_group_option.group.translation.fallback_2` . property_group_id as `property_group_option.group.translation.fallback_2.propertyGroupId` ,
`property_group_option.group.translation.fallback_2` . language_id as `property_group_option.group.translation.fallback_2.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id`
AND `property_group_option.group.translation.fallback_1` . language_id = ?
LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_2` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_2` . `property_group_id`
AND `property_group_option.group.translation.fallback_2` . language_id = ?
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` . title as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . alt as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . custom_fields as `property_group_option.media.translation.customFields` ,
`property_group_option.media.translation` . created_at as `property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation` . updated_at as `property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation` . media_id as `property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation` . language_id as `property_group_option.media.translation.languageId` ,
`property_group_option.media.translation.fallback_1` . title as `property_group_option.media.translation.fallback_1.title` ,
`property_group_option.media.translation.fallback_1` . alt as `property_group_option.media.translation.fallback_1.alt` ,
`property_group_option.media.translation.fallback_1` . custom_fields as `property_group_option.media.translation.fallback_1.customFields` ,
`property_group_option.media.translation.fallback_1` . created_at as `property_group_option.media.translation.fallback_1.createdAt` ,
`property_group_option.media.translation.fallback_1` . updated_at as `property_group_option.media.translation.fallback_1.updatedAt` ,
`property_group_option.media.translation.fallback_1` . media_id as `property_group_option.media.translation.fallback_1.mediaId` ,
`property_group_option.media.translation.fallback_1` . language_id as `property_group_option.media.translation.fallback_1.languageId` ,
`property_group_option.media.translation.fallback_2` . title as `property_group_option.media.translation.fallback_2.title` ,
`property_group_option.media.translation.fallback_2` . alt as `property_group_option.media.translation.fallback_2.alt` ,
`property_group_option.media.translation.fallback_2` . custom_fields as `property_group_option.media.translation.fallback_2.customFields` ,
`property_group_option.media.translation.fallback_2` . created_at as `property_group_option.media.translation.fallback_2.createdAt` ,
`property_group_option.media.translation.fallback_2` . updated_at as `property_group_option.media.translation.fallback_2.updatedAt` ,
`property_group_option.media.translation.fallback_2` . media_id as `property_group_option.media.translation.fallback_2.mediaId` ,
`property_group_option.media.translation.fallback_2` . language_id as `property_group_option.media.translation.fallback_2.languageId`
FROM
`media_translation` `property_group_option.media.translation`
LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.fallback_1` . `media_id`
AND `property_group_option.media.translation.fallback_1` . language_id = ?
LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_2` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.fallback_2` . `media_id`
AND `property_group_option.media.translation.fallback_2` . language_id = ?
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.fallback_2.name` , `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_2.name` , `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_2.createdAt` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_2.updatedAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_2.propertyGroupId` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_2.languageId` , `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.languageId` , `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.fallback_2.title` , `property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.title` , COALESCE (`property_group_option.media.translation.fallback_2.title` , `property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) as `property_group_option.media.title` , `property_group_option.media.translation.fallback_2.alt` , `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.fallback_2.alt` , `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) as `property_group_option.media.alt` , `property_group_option.media.translation.fallback_2.customFields` , `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.fallback_2.customFields` , `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) as `property_group_option.media.customFields` , `property_group_option.media.translation.fallback_2.createdAt` , `property_group_option.media.translation.fallback_1.createdAt` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.fallback_2.updatedAt` , `property_group_option.media.translation.fallback_1.updatedAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.fallback_2.mediaId` , `property_group_option.media.translation.fallback_1.mediaId` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.fallback_2.languageId` , `property_group_option.media.translation.fallback_1.languageId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_2.createdAt` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_2.updatedAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_2.propertyGroupOptionId` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_2.languageId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` 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` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.fallback_2` . name as `property_group_option.translation.fallback_2.name` , `property_group_option.translation.fallback_2` . position as `property_group_option.translation.fallback_2.position` , `property_group_option.translation.fallback_2` . custom_fields as `property_group_option.translation.fallback_2.customFields` , `property_group_option.translation.fallback_2` . created_at as `property_group_option.translation.fallback_2.createdAt` , `property_group_option.translation.fallback_2` . updated_at as `property_group_option.translation.fallback_2.updatedAt` , `property_group_option.translation.fallback_2` . property_group_option_id as `property_group_option.translation.fallback_2.propertyGroupOptionId` , `property_group_option.translation.fallback_2` . language_id as `property_group_option.translation.fallback_2.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_2` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_2` . `property_group_option_id` AND `property_group_option.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 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 `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.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` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` , `property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.fallback_2` . name as `property_group_option.group.translation.fallback_2.name` , `property_group_option.group.translation.fallback_2` . description as `property_group_option.group.translation.fallback_2.description` , `property_group_option.group.translation.fallback_2` . position as `property_group_option.group.translation.fallback_2.position` , `property_group_option.group.translation.fallback_2` . custom_fields as `property_group_option.group.translation.fallback_2.customFields` , `property_group_option.group.translation.fallback_2` . created_at as `property_group_option.group.translation.fallback_2.createdAt` , `property_group_option.group.translation.fallback_2` . updated_at as `property_group_option.group.translation.fallback_2.updatedAt` , `property_group_option.group.translation.fallback_2` . property_group_id as `property_group_option.group.translation.fallback_2.propertyGroupId` , `property_group_option.group.translation.fallback_2` . language_id as `property_group_option.group.translation.fallback_2.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_2` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_2` . `property_group_id` AND `property_group_option.group.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 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` . title as `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields as `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at as `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at as `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id as `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id as `property_group_option.media.translation.languageId` , `property_group_option.media.translation.fallback_1` . title as `property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.fallback_1` . alt as `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.fallback_1` . custom_fields as `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.fallback_1` . created_at as `property_group_option.media.translation.fallback_1.createdAt` , `property_group_option.media.translation.fallback_1` . updated_at as `property_group_option.media.translation.fallback_1.updatedAt` , `property_group_option.media.translation.fallback_1` . media_id as `property_group_option.media.translation.fallback_1.mediaId` , `property_group_option.media.translation.fallback_1` . language_id as `property_group_option.media.translation.fallback_1.languageId` , `property_group_option.media.translation.fallback_2` . title as `property_group_option.media.translation.fallback_2.title` , `property_group_option.media.translation.fallback_2` . alt as `property_group_option.media.translation.fallback_2.alt` , `property_group_option.media.translation.fallback_2` . custom_fields as `property_group_option.media.translation.fallback_2.customFields` , `property_group_option.media.translation.fallback_2` . created_at as `property_group_option.media.translation.fallback_2.createdAt` , `property_group_option.media.translation.fallback_2` . updated_at as `property_group_option.media.translation.fallback_2.updatedAt` , `property_group_option.media.translation.fallback_2` . media_id as `property_group_option.media.translation.fallback_2.mediaId` , `property_group_option.media.translation.fallback_2` . language_id as `property_group_option.media.translation.fallback_2.languageId` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.fallback_1` . `media_id` AND `property_group_option.media.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_2` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.fallback_2` . `media_id` AND `property_group_option.media.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 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 (0x34BEFD1366374518A8D43F35CFB55189 , 0x95F6A71C181D4566AE6B18D8BD52291B , 0xC27A5EFF36BE4C0CB93D8902DF351D78 , 0xD4857E4E00214C59A905A22B5AEE5251 , 0xF18BE5FD724A43A1A7E86698E53DC2E8 , 0x3D846DA66C584738B31DEAEF94DBD402 , 0x6D1C180A8575458E84101EFCE0AE6C4F , 0xDE95DADA6F4849108ABE8EC131D4E5B7 , 0x7D8578673B1B4AE8A981225C89B23E01 , 0xAF32EC185DBD4152B82A5C917254AA6D , 0xCAF92DADD96A4F60AA8C69DE4C64102E , 0xFB96633A424C488EBE00772BA40B2405 , 0xFB9AF20C0B0A42378F5D1CBB0DB978E7 );
Copy
113
0.52 ms
SELECT `jett_mce_setting` . `id` FROM `jett_mce_setting` LEFT JOIN `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping` ON `jett_mce_setting` . `id` = `jett_mce_setting.salesChannels.mapping` . `jett_mce_setting_id` LEFT JOIN `sales_channel` `jett_mce_setting.salesChannels` ON `jett_mce_setting.salesChannels.mapping` . `sales_channel_id` = `jett_mce_setting.salesChannels` . `id` WHERE (`jett_mce_setting.salesChannels` . `id` = ? ) GROUP BY `jett_mce_setting` . `id`
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT `jett_mce_setting` . `id` FROM `jett_mce_setting` LEFT JOIN `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping` ON `jett_mce_setting` . `id` = `jett_mce_setting.salesChannels.mapping` . `jett_mce_setting_id` LEFT JOIN `sales_channel` `jett_mce_setting.salesChannels` ON `jett_mce_setting.salesChannels.mapping` . `sales_channel_id` = `jett_mce_setting.salesChannels` . `id` WHERE (`jett_mce_setting.salesChannels` . `id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) GROUP BY `jett_mce_setting` . `id` ;
Copy
114
0.45 ms
SELECT `jett_mce_setting` . `id` as `jett_mce_setting.id` , `jett_mce_setting` . `active` as `jett_mce_setting.active` , `jett_mce_setting` . `label` as `jett_mce_setting.label` , `jett_mce_setting` . `api_key` as `jett_mce_setting.apiKey` , `jett_mce_setting` . `list_id` as `jett_mce_setting.listId` , `jett_mce_setting` . `list_name` as `jett_mce_setting.listName` , `jett_mce_setting` . `store_id` as `jett_mce_setting.storeId` , `jett_mce_setting` . `store_name` as `jett_mce_setting.storeName` , `jett_mce_setting` . `store_domain_id` as `jett_mce_setting.storeDomainId` , `jett_mce_setting` . `store_currency_code` as `jett_mce_setting.storeCurrencyCode` , `jett_mce_setting` . `store_connected_site` as `jett_mce_setting.storeConnectedSite` , `jett_mce_setting` . `embed_connected_site` as `jett_mce_setting.embedConnectedSite` , `jett_mce_setting` . `customer_groups` as `jett_mce_setting.customerGroups` , `jett_mce_setting` . `subscriber_status` as `jett_mce_setting.subscriberStatus` , `jett_mce_setting` . `abandoned_carts` as `jett_mce_setting.abandonedCarts` , `jett_mce_setting` . `log_storage_period` as `jett_mce_setting.logStoragePeriod` , `jett_mce_setting` . `sync_limit` as `jett_mce_setting.syncLimit` , `jett_mce_setting` . `stats` as `jett_mce_setting.stats` , `jett_mce_setting` . `merge_fields` as `jett_mce_setting.mergeFields` , `jett_mce_setting` . `subscriber_sync_active` as `jett_mce_setting.subscriberSyncActive` , `jett_mce_setting` . `sync_all_languages` as `jett_mce_setting.syncAllLanguages` , `jett_mce_setting` . `sync_custom_fields_active` as `jett_mce_setting.syncCustomFieldsActive` , `jett_mce_setting` . `vendor_option` as `jett_mce_setting.vendorOption` , `jett_mce_setting` . `stats_sync_date` as `jett_mce_setting.statsSyncDate` , `jett_mce_setting` . `last_sync_date_for_orders` as `jett_mce_setting.lastSyncDateForOrders` , `jett_mce_setting` . `last_sync_date_for_products` as `jett_mce_setting.lastSyncDateForProducts` , `jett_mce_setting` . `last_sync_date_for_customers` as `jett_mce_setting.lastSyncDateForCustomers` , `jett_mce_setting` . `last_sync_date_for_subscribers` as `jett_mce_setting.lastSyncDateForSubscribers` , `jett_mce_setting` . `created_at` as `jett_mce_setting.createdAt` , `jett_mce_setting` . `updated_at` as `jett_mce_setting.updatedAt` , (SELECT GROUP_CONCAT (HEX (`jett_mce_setting.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping`
WHERE `jett_mce_setting.salesChannels.mapping` . `jett_mce_setting_id` = `jett_mce_setting` . `id` ) as `jett_mce_setting.salesChannels.id_mapping` , (SELECT GROUP_CONCAT (HEX (`jett_mce_setting.languages.mapping` . `language_id` ) SEPARATOR '||' )
FROM `jett_mce_setting_language` `jett_mce_setting.languages.mapping`
WHERE `jett_mce_setting.languages.mapping` . `jett_mce_setting_id` = `jett_mce_setting` . `id` ) as `jett_mce_setting.languages.id_mapping` FROM `jett_mce_setting` WHERE `jett_mce_setting` . `id` IN (? )
Parameters :
[
b"\x01 ŒCÇóãv€›5Ôx»À¸ì "
]
SELECT `jett_mce_setting` . `id` as `jett_mce_setting.id` , `jett_mce_setting` . `active` as `jett_mce_setting.active` , `jett_mce_setting` . `label` as `jett_mce_setting.label` , `jett_mce_setting` . `api_key` as `jett_mce_setting.apiKey` , `jett_mce_setting` . `list_id` as `jett_mce_setting.listId` , `jett_mce_setting` . `list_name` as `jett_mce_setting.listName` , `jett_mce_setting` . `store_id` as `jett_mce_setting.storeId` , `jett_mce_setting` . `store_name` as `jett_mce_setting.storeName` , `jett_mce_setting` . `store_domain_id` as `jett_mce_setting.storeDomainId` , `jett_mce_setting` . `store_currency_code` as `jett_mce_setting.storeCurrencyCode` , `jett_mce_setting` . `store_connected_site` as `jett_mce_setting.storeConnectedSite` , `jett_mce_setting` . `embed_connected_site` as `jett_mce_setting.embedConnectedSite` , `jett_mce_setting` . `customer_groups` as `jett_mce_setting.customerGroups` , `jett_mce_setting` . `subscriber_status` as `jett_mce_setting.subscriberStatus` , `jett_mce_setting` . `abandoned_carts` as `jett_mce_setting.abandonedCarts` , `jett_mce_setting` . `log_storage_period` as `jett_mce_setting.logStoragePeriod` , `jett_mce_setting` . `sync_limit` as `jett_mce_setting.syncLimit` , `jett_mce_setting` . `stats` as `jett_mce_setting.stats` , `jett_mce_setting` . `merge_fields` as `jett_mce_setting.mergeFields` , `jett_mce_setting` . `subscriber_sync_active` as `jett_mce_setting.subscriberSyncActive` , `jett_mce_setting` . `sync_all_languages` as `jett_mce_setting.syncAllLanguages` , `jett_mce_setting` . `sync_custom_fields_active` as `jett_mce_setting.syncCustomFieldsActive` , `jett_mce_setting` . `vendor_option` as `jett_mce_setting.vendorOption` , `jett_mce_setting` . `stats_sync_date` as `jett_mce_setting.statsSyncDate` , `jett_mce_setting` . `last_sync_date_for_orders` as `jett_mce_setting.lastSyncDateForOrders` , `jett_mce_setting` . `last_sync_date_for_products` as `jett_mce_setting.lastSyncDateForProducts` , `jett_mce_setting` . `last_sync_date_for_customers` as `jett_mce_setting.lastSyncDateForCustomers` , `jett_mce_setting` . `last_sync_date_for_subscribers` as `jett_mce_setting.lastSyncDateForSubscribers` , `jett_mce_setting` . `created_at` as `jett_mce_setting.createdAt` , `jett_mce_setting` . `updated_at` as `jett_mce_setting.updatedAt` , (SELECT GROUP_CONCAT (HEX (`jett_mce_setting.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping`
WHERE `jett_mce_setting.salesChannels.mapping` . `jett_mce_setting_id` = `jett_mce_setting` . `id` ) as `jett_mce_setting.salesChannels.id_mapping` , (SELECT GROUP_CONCAT (HEX (`jett_mce_setting.languages.mapping` . `language_id` ) SEPARATOR '||' )
FROM `jett_mce_setting_language` `jett_mce_setting.languages.mapping`
WHERE `jett_mce_setting.languages.mapping` . `jett_mce_setting_id` = `jett_mce_setting` . `id` ) as `jett_mce_setting.languages.id_mapping` FROM `jett_mce_setting` WHERE `jett_mce_setting` . `id` IN (0x018C43C7F3E376809B35D478BBC0B8EC );
Copy
115
4.89 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.createdAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name as `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . language_id = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel.analytics` . `id` as `sales_channel.analytics.id` ,
`sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` ,
`sales_channel.analytics` . `active` as `sales_channel.analytics.active` ,
`sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` ,
`sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` ,
`sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` ,
`sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.name` ,
`sales_channel.translation.name`
) as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName`
) as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields`
) as `sales_channel.customFields` ,
`sales_channel.translation.createdAt` ,
`sales_channel.translation.updatedAt` ,
`sales_channel.translation.salesChannelId` ,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . sales_channel_id ,
`sales_channel.translation` . name as `sales_channel.translation.name` ,
`sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . home_name as `sales_channel.translation.homeName` ,
`sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` ,
`sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` ,
`sales_channel.translation` . created_at as `sales_channel.translation.createdAt` ,
`sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` ,
`sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` ,
`sales_channel.translation` . language_id as `sales_channel.translation.languageId`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . language_id = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.createdAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name as `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` WHERE `sales_channel` . `id` IN (0x620E5F5D69E54CBD9E48BE5ABE54F7B3 );
Copy
116
0.36 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE `language` . `id` IN (? )
Parameters :
[
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE `language` . `id` IN (0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
117
0.38 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
JSON_UNQUOTE (JSON_EXTRACT (`domain` . custom_fields , '$.isoCode' )) AS overriddenLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
JSON_UNQUOTE (JSON_EXTRACT (`domain` . custom_fields , '$.isoCode' )) AS overriddenLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ;
Copy
118
0.78 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? , ? , ? )
Parameters :
[
"/h1webblog/018d7d9646ac71c1bf7a631122dddfd2 "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/h1webblog/018d7d9646ac71c1bf7a631122dddfd2' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , 0x4C0336B2410543DAB1CAF2364F3A7874 , 0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
119
0.11 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
120
0.43 ms
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = ? AND `payment_method` . `active` = ? )
Parameters :
[
"Kiener\MolliePayments\Handler\Method\ApplePayPayment "
true
]
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment' AND `payment_method` . `active` = 1 );
Copy
121
0.38 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
122
0.28 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
123
0.26 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
124
0.32 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
125
1.09 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.fallback_2.name` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.fallback_2.name` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.fallback_2.homeSlotConfig` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.fallback_2.homeSlotConfig` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.fallback_2.homeEnabled` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.fallback_2.homeEnabled` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.fallback_2.homeName` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.fallback_2.homeName` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.fallback_2.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.fallback_2.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.fallback_2.homeMetaDescription` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.fallback_2.homeMetaDescription` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.fallback_2.homeKeywords` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.fallback_2.homeKeywords` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.fallback_2.customFields` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.fallback_2.customFields` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.fallback_2.createdAt` , `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.createdAt` , `sales_channel.translation.fallback_2.updatedAt` , `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.fallback_2.salesChannelId` , `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.fallback_2.languageId` , `sales_channel.translation.fallback_1.languageId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name as `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` , `sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` , `sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId` , `sales_channel.translation.fallback_2` . name as `sales_channel.translation.fallback_2.name` , `sales_channel.translation.fallback_2` . home_slot_config as `sales_channel.translation.fallback_2.homeSlotConfig` , `sales_channel.translation.fallback_2` . home_enabled as `sales_channel.translation.fallback_2.homeEnabled` , `sales_channel.translation.fallback_2` . home_name as `sales_channel.translation.fallback_2.homeName` , `sales_channel.translation.fallback_2` . home_meta_title as `sales_channel.translation.fallback_2.homeMetaTitle` , `sales_channel.translation.fallback_2` . home_meta_description as `sales_channel.translation.fallback_2.homeMetaDescription` , `sales_channel.translation.fallback_2` . home_keywords as `sales_channel.translation.fallback_2.homeKeywords` , `sales_channel.translation.fallback_2` . custom_fields as `sales_channel.translation.fallback_2.customFields` , `sales_channel.translation.fallback_2` . created_at as `sales_channel.translation.fallback_2.createdAt` , `sales_channel.translation.fallback_2` . updated_at as `sales_channel.translation.fallback_2.updatedAt` , `sales_channel.translation.fallback_2` . sales_channel_id as `sales_channel.translation.fallback_2.salesChannelId` , `sales_channel.translation.fallback_2` . language_id as `sales_channel.translation.fallback_2.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id` AND `sales_channel.translation.fallback_1` . language_id = ? LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_2` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_2` . `sales_channel_id` AND `sales_channel.translation.fallback_2` . language_id = ? WHERE `sales_channel.translation` . language_id = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` WHERE (`sales_channel` . `active` = ? )
Parameters :
[
b"É(Ü\x17 ÎWI\x05 ¾ù%-Ò¤hò "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel.analytics` . `id` as `sales_channel.analytics.id` ,
`sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` ,
`sales_channel.analytics` . `active` as `sales_channel.analytics.active` ,
`sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` ,
`sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` ,
`sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` ,
`sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.translation.fallback_2.name` ,
`sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.fallback_2.name` ,
`sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name`
) as `sales_channel.name` ,
`sales_channel.translation.fallback_2.homeSlotConfig` ,
`sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.fallback_2.homeSlotConfig` ,
`sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.fallback_2.homeEnabled` ,
`sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.fallback_2.homeEnabled` ,
`sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled` ,
`sales_channel.translation.fallback_2.homeName` ,
`sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.fallback_2.homeName` ,
`sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName`
) as `sales_channel.homeName` ,
`sales_channel.translation.fallback_2.homeMetaTitle` ,
`sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.fallback_2.homeMetaTitle` ,
`sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.fallback_2.homeMetaDescription` ,
`sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.fallback_2.homeMetaDescription` ,
`sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.fallback_2.homeKeywords` ,
`sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.fallback_2.homeKeywords` ,
`sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords` ,
`sales_channel.translation.fallback_2.customFields` ,
`sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.fallback_2.customFields` ,
`sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields`
) as `sales_channel.customFields` ,
`sales_channel.translation.fallback_2.createdAt` ,
`sales_channel.translation.fallback_1.createdAt` ,
`sales_channel.translation.createdAt` ,
`sales_channel.translation.fallback_2.updatedAt` ,
`sales_channel.translation.fallback_1.updatedAt` ,
`sales_channel.translation.updatedAt` ,
`sales_channel.translation.fallback_2.salesChannelId` ,
`sales_channel.translation.fallback_1.salesChannelId` ,
`sales_channel.translation.salesChannelId` ,
`sales_channel.translation.fallback_2.languageId` ,
`sales_channel.translation.fallback_1.languageId` ,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . sales_channel_id ,
`sales_channel.translation` . name as `sales_channel.translation.name` ,
`sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . home_name as `sales_channel.translation.homeName` ,
`sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` ,
`sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` ,
`sales_channel.translation` . created_at as `sales_channel.translation.createdAt` ,
`sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` ,
`sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` ,
`sales_channel.translation` . language_id as `sales_channel.translation.languageId` ,
`sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` ,
`sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` ,
`sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` ,
`sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId` ,
`sales_channel.translation.fallback_2` . name as `sales_channel.translation.fallback_2.name` ,
`sales_channel.translation.fallback_2` . home_slot_config as `sales_channel.translation.fallback_2.homeSlotConfig` ,
`sales_channel.translation.fallback_2` . home_enabled as `sales_channel.translation.fallback_2.homeEnabled` ,
`sales_channel.translation.fallback_2` . home_name as `sales_channel.translation.fallback_2.homeName` ,
`sales_channel.translation.fallback_2` . home_meta_title as `sales_channel.translation.fallback_2.homeMetaTitle` ,
`sales_channel.translation.fallback_2` . home_meta_description as `sales_channel.translation.fallback_2.homeMetaDescription` ,
`sales_channel.translation.fallback_2` . home_keywords as `sales_channel.translation.fallback_2.homeKeywords` ,
`sales_channel.translation.fallback_2` . custom_fields as `sales_channel.translation.fallback_2.customFields` ,
`sales_channel.translation.fallback_2` . created_at as `sales_channel.translation.fallback_2.createdAt` ,
`sales_channel.translation.fallback_2` . updated_at as `sales_channel.translation.fallback_2.updatedAt` ,
`sales_channel.translation.fallback_2` . sales_channel_id as `sales_channel.translation.fallback_2.salesChannelId` ,
`sales_channel.translation.fallback_2` . language_id as `sales_channel.translation.fallback_2.languageId`
FROM
`sales_channel_translation` `sales_channel.translation`
LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id`
AND `sales_channel.translation.fallback_1` . language_id = ?
LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_2` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_2` . `sales_channel_id`
AND `sales_channel.translation.fallback_2` . language_id = ?
WHERE
`sales_channel.translation` . language_id = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id`
WHERE
(`sales_channel` . `active` = ? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.fallback_2.name` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.fallback_2.name` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.fallback_2.homeSlotConfig` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.fallback_2.homeSlotConfig` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.fallback_2.homeEnabled` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.fallback_2.homeEnabled` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.fallback_2.homeName` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.fallback_2.homeName` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.fallback_2.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.fallback_2.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.fallback_2.homeMetaDescription` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.fallback_2.homeMetaDescription` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.fallback_2.homeKeywords` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.fallback_2.homeKeywords` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.fallback_2.customFields` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.fallback_2.customFields` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.fallback_2.createdAt` , `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.createdAt` , `sales_channel.translation.fallback_2.updatedAt` , `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.fallback_2.salesChannelId` , `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.fallback_2.languageId` , `sales_channel.translation.fallback_1.languageId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name as `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` , `sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` , `sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId` , `sales_channel.translation.fallback_2` . name as `sales_channel.translation.fallback_2.name` , `sales_channel.translation.fallback_2` . home_slot_config as `sales_channel.translation.fallback_2.homeSlotConfig` , `sales_channel.translation.fallback_2` . home_enabled as `sales_channel.translation.fallback_2.homeEnabled` , `sales_channel.translation.fallback_2` . home_name as `sales_channel.translation.fallback_2.homeName` , `sales_channel.translation.fallback_2` . home_meta_title as `sales_channel.translation.fallback_2.homeMetaTitle` , `sales_channel.translation.fallback_2` . home_meta_description as `sales_channel.translation.fallback_2.homeMetaDescription` , `sales_channel.translation.fallback_2` . home_keywords as `sales_channel.translation.fallback_2.homeKeywords` , `sales_channel.translation.fallback_2` . custom_fields as `sales_channel.translation.fallback_2.customFields` , `sales_channel.translation.fallback_2` . created_at as `sales_channel.translation.fallback_2.createdAt` , `sales_channel.translation.fallback_2` . updated_at as `sales_channel.translation.fallback_2.updatedAt` , `sales_channel.translation.fallback_2` . sales_channel_id as `sales_channel.translation.fallback_2.salesChannelId` , `sales_channel.translation.fallback_2` . language_id as `sales_channel.translation.fallback_2.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id` AND `sales_channel.translation.fallback_1` . language_id = 0xC928DC17CE574905BEF9252DD2A468F2 LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_2` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_2` . `sales_channel_id` AND `sales_channel.translation.fallback_2` . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 WHERE `sales_channel.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` WHERE (`sales_channel` . `active` = 1 );
Copy
126
0.39 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? , ? , ? , ? , ? , ? ))
Parameters :
[
b"\x10\x1E\x15 J¹$M\x0E •‘˜\x7F ƒ! ± "
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
b"(\r ─\x1C «ôM\x13 ôÔó8ÅC9c "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
b"¸R$ô\x07 jHl¢\x00 ¹JÐÒ/Ç "
b"¿¤éßj¹Fû°ï?eÀߊ^ "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0x101E154AB9244D0E9591987F8321A0B1 , 0x12A33AEE1C1F4096AC63AC013D88CBED , 0x280DC41CAE934D1393E2A2388F433963 , 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 , 0xB85224F4076A486CA200B94AD0D22FC7 , 0xBFA4E9DF6AB946FBB0EF3F65C0DF8A5E ));
Copy
127
0.19 ms
SELECT `sales_channel_domain` . `id` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` = ? ) LIMIT 1
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT `sales_channel_domain` . `id` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) LIMIT 1 ;
Copy
128
0.16 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE `sales_channel_domain` . `id` IN (? )
Parameters :
[
b"""
\x01 Å\x17 ÏïNrnĹÌMÂ\n
Ë«
"""
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE `sales_channel_domain` . `id` IN (0x018F17D88B4E726E8EFBDE4DB60AD3AE );
Copy
129
0.19 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
130
0.35 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'nl-BE' ;
Copy
131
6.69 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 :
[
"/h1webblog/018d7d9646ac71c1bf7a631122dddfd2 "
"/navigation/dd1ba816880040fdac3bf9839b3409e2 "
"/navigation/de547c6d204c418fbd3e1fb25e37cec1 "
"/navigation/09a0ede5b6024a1188169a1698257db0 "
"/navigation/dcae9805bf87402c91ff65192f4c6d39 "
"/navigation/6041ac629ff74981aaa6aa1fdb80d1c7 "
"/navigation/3e3786427f3745668d85c1700d8f6dc4 "
"/navigation/210a507d02494830ac7f9cd0e44bce63 "
"/navigation/018bd791dbe47781bd06a26ef992eb03 "
"/navigation/5d8ad572dd24426c8f3b5abc340cf1e0 "
"/navigation/c70243cec476472a9f27ef41f6de1263 "
"/navigation/0ea2ef9abda6407db54ad6bd17321ae1 "
"/navigation/8ca5e5a13d854c26bc06316d448e2e33 "
"/navigation/9dd9a7be22084026b3c0c80748a2b650 "
"/navigation/018bd7bb7bd5747ba6b2123e107ba46a "
"/navigation/d387b5437e08428081a4322725714c70 "
"/navigation/018bd7c74eee774c929fe063692f6438 "
"/navigation/018bd7c7c19e796a85772cc72155784c "
"/navigation/018bd7c7ed727223b82addcd3d99a0a6 "
"/navigation/746ef7d056884b43b9ea715e2ccd1004 "
"/navigation/6983903fa8f447fabe478a5d036ccce8 "
"/navigation/97539461afc94a4ba2e94ecc02c50e91 "
"/navigation/93a64522c07f41e9940a48687d7a9de9 "
"/navigation/6e671e43c0ec44909a7532fcc60799d0 "
"/navigation/76f654081d49467688f1fee985033186 "
"/navigation/018bd82e162f7661ab6352322801dcfa "
"/navigation/006a311f810f4a90a7d9edf3f3e04bdd "
"/navigation/303e495ddda64b9f97109f8f7277cb01 "
"/navigation/2fea4e8dc478455c80e78a7c9a9549db "
"/navigation/9df078f8c56c40be81590260a0e882d4 "
"/navigation/0f196697b9134f05aead0ee205778f3f "
"/navigation/0931c7404d334a70a9b26e19b7ff1596 "
"/navigation/136fb1d824db4650ab869d00dc563b92 "
"/navigation/f496849e2e1b4a8a9182eb3b9e5b4955 "
"/navigation/7259223ac335478f9ea3ee94ed686171 "
"/navigation/c83982e05cb644e4aad72edb7a050149 "
"/navigation/130430dbc57445fe88d5c7b0d1562b19 "
"/navigation/3a02503acba54961982efcd0637849ca "
"/navigation/9d359fd841a74f5d902f3fea0f7f267c "
"/navigation/edcdb491bab148af98891db83d714d64 "
"/navigation/ba18c8c299cd4d6cbbb002cc638ae476 "
"/navigation/018deecdd9f47c679274a757e35582dc "
"/navigation/d7396d7de88040e08752c05c50a42af0 "
"/navigation/018deb5bed6678d7bfab7d3c0c363929 "
"/navigation/80722507a8e04bf4adf8da352f09d9db "
"/navigation/018deb6a88ea7ab6bfd60014c57e78eb "
"/navigation/d310019432cf489a81a15c9e1b3fed12 "
"/navigation/7505bd05eb434a06a8e08f5ea45c8e22 "
"/navigation/57f6eea92ad2454199d66b3f373cd798 "
"/navigation/e17e79e0795d40198517b4b30f3c5958 "
"/navigation/9bcbce7f90e444889bf5793b1a1535bd "
"/navigation/7db6a3a4fd174e8f96e92f3fea8af73a "
"/navigation/ecb1ff13ef66444098ed6b1b393af6cb "
"/navigation/638264e5676c4392b5d6ffb0cf0bbd8a "
"/navigation/9158c41954fe4b1aa58028ea5bdf60c8 "
"/navigation/6ef3fd2f16c044eda561a923a4b0c5a4 "
"/navigation/83d4d1012f4443e8bca2d3c72324bd02 "
"/navigation/1272d660a184459cbd4f251d519c1434 "
"/navigation/275649d9330c4ab8b340197274ed1a17 "
"/navigation/f1617d75e5d04ce7b79057a11531e5d5 "
"/navigation/b9bc9f37ab0b4282b3184b084840fdc9 "
"/navigation/d77e7367ef464dc3bf2dea88916b924b "
"/navigation/a7a530ae60a84acbbeab8b1bbd936add "
"/navigation/e1bc84cfe0c24e16a48029293023f6d1 "
"/navigation/91d513b49de9404e9546bc56ff0108af "
"/navigation/d57fbe09e19e4e57911fc72993a81be6 "
"/navigation/133439abeb2f4264b9caf030a12ec3c7 "
"/navigation/94a57d259fbf4fa48b61e7b06c40aafb "
"/navigation/87341c2a85a34a339103d152f49662e9 "
"/navigation/15fe45c5d0f2453b96df8368d67e9931 "
"/navigation/976b49fac2ea4b83a8581f2b199d6e91 "
"/detail/269896df53174bc7acd92f6be1b8d7b9 "
"/navigation/1bf0d6251ac546aaa95723063f8aec23 "
"/navigation/e860a9f1b87e439db76f1f5672e5dcb5 "
"/navigation/a8051eaa592e4fa28286559bfdef221f "
"/navigation/2842a9b5ab7a49589e0c9ce67095dadf "
"/navigation/bc5142b6174c41778f8bfc5b5bff9d44 "
"/navigation/89acb45d240b4448951d2fdd8f27c069 "
"/navigation/153eaaec48aa4a22aab5ce4a4e032ce9 "
"/navigation/7c4f802d0e3b46f197ae3b7d804c2973 "
"/detail/018ec1db6eed73a3abbb360a8a985a15 "
"/detail/018ec1e138e573cfb106b39a38a9de18 "
"/detail/018ec1cb02f872dfa73fcbc845ee3aa9 "
"/navigation/2b0d8806038c47c3997225b405d890db "
"/navigation/00b058bc4b9148c9b0c7c616f6c9b8d5 "
"/navigation/a4cc9589f6eb4d6e9a2b9e7a04344ca1 "
"/navigation/be432b5bef5540ab97646bf296dda98b "
"/navigation/3a168a99437f4161bfb64f2d74bc59a1 "
"/navigation/b768cab78b6a4249b059f6402bb04ce6 "
"/navigation/81145ec808cd4e3dbfd9550ba1ebe0d7 "
"/detail/70858eb69d604037869ebb6566e56203 "
"/navigation/88fda88a92bb415a81ecdb55cad77a19 "
"/navigation/6f33b8b26fc74ed0ad29de64da1f9cdf "
"/navigation/06e0709e1ff542569f0ef0bf73748fd7 "
"/navigation/977b6fd0a4a444ec837febd2dec119a4 "
"/navigation/cc68f4e32abb4971a1aa983cd0fcff2f "
"/navigation/21dd1fc46966402d8661fbda2cf5e0bc "
"/navigation/c157e9398c3a4e47a4b5e93feb73b121 "
"/navigation/d1367ab402ca49e7837c3c50201d4cac "
"/navigation/f3df76b7c84b47f798c77d2f913eed91 "
"/navigation/f3e9be797473451baed3e8465a86dedb "
"/navigation/a3e75d8056de4f3f841aafa61044b6da "
"/navigation/77700d219eab4e12bd754dd31bcd7c45 "
"/navigation/18c287a81016486db014a6b12f842d80 "
"/navigation/614e860d3d7a4cd3a302edd00ccc384f "
"/navigation/a22732ded4cf4a9699bdf718383c2e0c "
"/navigation/9f765a78682e44f686358031d242dacb "
"/navigation/aeb3081167ff43e3a7cad358b73934cc "
"/navigation/05668311095d49f9959f90cad7a0cd4e "
"/navigation/d240c1d282874be8a650c49e4430d019 "
"/navigation/a9514ed3727c4e238d52b367305efecb "
"/navigation/ae92020fc70647f7a822e1a5ffc323cf "
"/navigation/e7f381b818a74e97bcb62a770dbc0a3f "
"/navigation/3885dbf3a63c4b1b84f85792fb8a4536 "
"/navigation/5aed49078d6f4a66be3c1c7b28f28ecc "
"/navigation/e998fa5f026b467d86418f9a053dde3a "
"/navigation/9bdb2d41fd05409380f2962a30a305ec "
"/navigation/019fef3ea2034a02923ff6e29b9fd586 "
"/navigation/8b3d60ccfcb647d5a92992f7ce2ba69e "
"/navigation/e5bd89229efa4fd8bdc40961e44af7c2 "
"/navigation/991eefe06ff64c17bf7d1200f5eff970 "
"/navigation/5e84685cc49b44ab9ac019c1d9aeea2b "
"/navigation/193cff7fd2fc47838b7709396d9f7bf8 "
"/navigation/8919cfec1b134954a3b45e934861ba4f "
"/navigation/54e57ca9300e4a1880421eea97d43da0 "
"/navigation/39012a41817f44af87d33cf4490d2b38 "
"/navigation/27be5ca1bc5447a1b2abdc79ad0a57d5 "
"/detail/225aeb4133d64897adb9ee0749f9ac03 "
"/detail/510685d3f11c48d9bc9e0659f9887704 "
"/detail/36e7fa01991645669e89b7ced7fc87f1 "
"/detail/1d70297073b94d1d82f1c90de5978d13 "
"/detail/b505194a51004dedba270ce2537d6342 "
"/navigation/d416353931ff4c7c92ae748318d19bc7 "
"/detail/615f2ba4a3fa4aefa2a1c0a01929adeb "
"/detail/46ef5c9877484ae9a2a15193effc252e "
"/detail/bb7852c9b36348fb94f14256d9ad0615 "
"/detail/9e094c93e60b4b0cbf3c399f1f32c01c "
"/detail/018ce872eaea73779a748091a4bd1968 "
"/h1webblog/8163c244553c403dbb39b8b26301dc38 "
"/h1webblog/tag/81ef25580f774402ac01f7c9c69f8518 "
"/h1webblog/abf3acfd641c4490a2e8cf8ec6441ef1 "
"/h1webblog/7b98d6640bd445969cb9cea7e932a55e "
"/h1webblog/cbe5cdd1d57a4b8c9d70425abc0918db "
"/h1webblog/tag/8be5c2e336014ac9a4cda62a8a5d7301 "
"/navigation/a016a87c446f4c9880f3f269f4ac16c1 "
"/navigation/64115a40330b4543b464cffdf12c345f "
"/navigation/08b13d7084154c92b2eb2075b287307c "
"/navigation/7641236cd7e545c19259015da0d7dafc "
"/navigation/5a2f79dbf7fc45a7b3ef662499db9800 "
"/navigation/018cf811d9a9772484a6c381d3249b6c "
"/navigation/1954e5bbe16a4d0dade155ad59ce4e01 "
"/navigation/d668890f1fca4488a358f0f4f7e6f931 "
"/navigation/018b615e1337726aa9da148cc7aa5fa4 "
"/navigation/018b61f0a9c674228b777f6b5eb4280a "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
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 ('/h1webblog/018d7d9646ac71c1bf7a631122dddfd2' , '/navigation/dd1ba816880040fdac3bf9839b3409e2' , '/navigation/de547c6d204c418fbd3e1fb25e37cec1' , '/navigation/09a0ede5b6024a1188169a1698257db0' , '/navigation/dcae9805bf87402c91ff65192f4c6d39' , '/navigation/6041ac629ff74981aaa6aa1fdb80d1c7' , '/navigation/3e3786427f3745668d85c1700d8f6dc4' , '/navigation/210a507d02494830ac7f9cd0e44bce63' , '/navigation/018bd791dbe47781bd06a26ef992eb03' , '/navigation/5d8ad572dd24426c8f3b5abc340cf1e0' , '/navigation/c70243cec476472a9f27ef41f6de1263' , '/navigation/0ea2ef9abda6407db54ad6bd17321ae1' , '/navigation/8ca5e5a13d854c26bc06316d448e2e33' , '/navigation/9dd9a7be22084026b3c0c80748a2b650' , '/navigation/018bd7bb7bd5747ba6b2123e107ba46a' , '/navigation/d387b5437e08428081a4322725714c70' , '/navigation/018bd7c74eee774c929fe063692f6438' , '/navigation/018bd7c7c19e796a85772cc72155784c' , '/navigation/018bd7c7ed727223b82addcd3d99a0a6' , '/navigation/746ef7d056884b43b9ea715e2ccd1004' , '/navigation/6983903fa8f447fabe478a5d036ccce8' , '/navigation/97539461afc94a4ba2e94ecc02c50e91' , '/navigation/93a64522c07f41e9940a48687d7a9de9' , '/navigation/6e671e43c0ec44909a7532fcc60799d0' , '/navigation/76f654081d49467688f1fee985033186' , '/navigation/018bd82e162f7661ab6352322801dcfa' , '/navigation/006a311f810f4a90a7d9edf3f3e04bdd' , '/navigation/303e495ddda64b9f97109f8f7277cb01' , '/navigation/2fea4e8dc478455c80e78a7c9a9549db' , '/navigation/9df078f8c56c40be81590260a0e882d4' , '/navigation/0f196697b9134f05aead0ee205778f3f' , '/navigation/0931c7404d334a70a9b26e19b7ff1596' , '/navigation/136fb1d824db4650ab869d00dc563b92' , '/navigation/f496849e2e1b4a8a9182eb3b9e5b4955' , '/navigation/7259223ac335478f9ea3ee94ed686171' , '/navigation/c83982e05cb644e4aad72edb7a050149' , '/navigation/130430dbc57445fe88d5c7b0d1562b19' , '/navigation/3a02503acba54961982efcd0637849ca' , '/navigation/9d359fd841a74f5d902f3fea0f7f267c' , '/navigation/edcdb491bab148af98891db83d714d64' , '/navigation/ba18c8c299cd4d6cbbb002cc638ae476' , '/navigation/018deecdd9f47c679274a757e35582dc' , '/navigation/d7396d7de88040e08752c05c50a42af0' , '/navigation/018deb5bed6678d7bfab7d3c0c363929' , '/navigation/80722507a8e04bf4adf8da352f09d9db' , '/navigation/018deb6a88ea7ab6bfd60014c57e78eb' , '/navigation/d310019432cf489a81a15c9e1b3fed12' , '/navigation/7505bd05eb434a06a8e08f5ea45c8e22' , '/navigation/57f6eea92ad2454199d66b3f373cd798' , '/navigation/e17e79e0795d40198517b4b30f3c5958' , '/navigation/9bcbce7f90e444889bf5793b1a1535bd' , '/navigation/7db6a3a4fd174e8f96e92f3fea8af73a' , '/navigation/ecb1ff13ef66444098ed6b1b393af6cb' , '/navigation/638264e5676c4392b5d6ffb0cf0bbd8a' , '/navigation/9158c41954fe4b1aa58028ea5bdf60c8' , '/navigation/6ef3fd2f16c044eda561a923a4b0c5a4' , '/navigation/83d4d1012f4443e8bca2d3c72324bd02' , '/navigation/1272d660a184459cbd4f251d519c1434' , '/navigation/275649d9330c4ab8b340197274ed1a17' , '/navigation/f1617d75e5d04ce7b79057a11531e5d5' , '/navigation/b9bc9f37ab0b4282b3184b084840fdc9' , '/navigation/d77e7367ef464dc3bf2dea88916b924b' , '/navigation/a7a530ae60a84acbbeab8b1bbd936add' , '/navigation/e1bc84cfe0c24e16a48029293023f6d1' , '/navigation/91d513b49de9404e9546bc56ff0108af' , '/navigation/d57fbe09e19e4e57911fc72993a81be6' , '/navigation/133439abeb2f4264b9caf030a12ec3c7' , '/navigation/94a57d259fbf4fa48b61e7b06c40aafb' , '/navigation/87341c2a85a34a339103d152f49662e9' , '/navigation/15fe45c5d0f2453b96df8368d67e9931' , '/navigation/976b49fac2ea4b83a8581f2b199d6e91' , '/detail/269896df53174bc7acd92f6be1b8d7b9' , '/navigation/1bf0d6251ac546aaa95723063f8aec23' , '/navigation/e860a9f1b87e439db76f1f5672e5dcb5' , '/navigation/a8051eaa592e4fa28286559bfdef221f' , '/navigation/2842a9b5ab7a49589e0c9ce67095dadf' , '/navigation/bc5142b6174c41778f8bfc5b5bff9d44' , '/navigation/89acb45d240b4448951d2fdd8f27c069' , '/navigation/153eaaec48aa4a22aab5ce4a4e032ce9' , '/navigation/7c4f802d0e3b46f197ae3b7d804c2973' , '/detail/018ec1db6eed73a3abbb360a8a985a15' , '/detail/018ec1e138e573cfb106b39a38a9de18' , '/detail/018ec1cb02f872dfa73fcbc845ee3aa9' , '/navigation/2b0d8806038c47c3997225b405d890db' , '/navigation/00b058bc4b9148c9b0c7c616f6c9b8d5' , '/navigation/a4cc9589f6eb4d6e9a2b9e7a04344ca1' , '/navigation/be432b5bef5540ab97646bf296dda98b' , '/navigation/3a168a99437f4161bfb64f2d74bc59a1' , '/navigation/b768cab78b6a4249b059f6402bb04ce6' , '/navigation/81145ec808cd4e3dbfd9550ba1ebe0d7' , '/detail/70858eb69d604037869ebb6566e56203' , '/navigation/88fda88a92bb415a81ecdb55cad77a19' , '/navigation/6f33b8b26fc74ed0ad29de64da1f9cdf' , '/navigation/06e0709e1ff542569f0ef0bf73748fd7' , '/navigation/977b6fd0a4a444ec837febd2dec119a4' , '/navigation/cc68f4e32abb4971a1aa983cd0fcff2f' , '/navigation/21dd1fc46966402d8661fbda2cf5e0bc' , '/navigation/c157e9398c3a4e47a4b5e93feb73b121' , '/navigation/d1367ab402ca49e7837c3c50201d4cac' , '/navigation/f3df76b7c84b47f798c77d2f913eed91' , '/navigation/f3e9be797473451baed3e8465a86dedb' , '/navigation/a3e75d8056de4f3f841aafa61044b6da' , '/navigation/77700d219eab4e12bd754dd31bcd7c45' , '/navigation/18c287a81016486db014a6b12f842d80' , '/navigation/614e860d3d7a4cd3a302edd00ccc384f' , '/navigation/a22732ded4cf4a9699bdf718383c2e0c' , '/navigation/9f765a78682e44f686358031d242dacb' , '/navigation/aeb3081167ff43e3a7cad358b73934cc' , '/navigation/05668311095d49f9959f90cad7a0cd4e' , '/navigation/d240c1d282874be8a650c49e4430d019' , '/navigation/a9514ed3727c4e238d52b367305efecb' , '/navigation/ae92020fc70647f7a822e1a5ffc323cf' , '/navigation/e7f381b818a74e97bcb62a770dbc0a3f' , '/navigation/3885dbf3a63c4b1b84f85792fb8a4536' , '/navigation/5aed49078d6f4a66be3c1c7b28f28ecc' , '/navigation/e998fa5f026b467d86418f9a053dde3a' , '/navigation/9bdb2d41fd05409380f2962a30a305ec' , '/navigation/019fef3ea2034a02923ff6e29b9fd586' , '/navigation/8b3d60ccfcb647d5a92992f7ce2ba69e' , '/navigation/e5bd89229efa4fd8bdc40961e44af7c2' , '/navigation/991eefe06ff64c17bf7d1200f5eff970' , '/navigation/5e84685cc49b44ab9ac019c1d9aeea2b' , '/navigation/193cff7fd2fc47838b7709396d9f7bf8' , '/navigation/8919cfec1b134954a3b45e934861ba4f' , '/navigation/54e57ca9300e4a1880421eea97d43da0' , '/navigation/39012a41817f44af87d33cf4490d2b38' , '/navigation/27be5ca1bc5447a1b2abdc79ad0a57d5' , '/detail/225aeb4133d64897adb9ee0749f9ac03' , '/detail/510685d3f11c48d9bc9e0659f9887704' , '/detail/36e7fa01991645669e89b7ced7fc87f1' , '/detail/1d70297073b94d1d82f1c90de5978d13' , '/detail/b505194a51004dedba270ce2537d6342' , '/navigation/d416353931ff4c7c92ae748318d19bc7' , '/detail/615f2ba4a3fa4aefa2a1c0a01929adeb' , '/detail/46ef5c9877484ae9a2a15193effc252e' , '/detail/bb7852c9b36348fb94f14256d9ad0615' , '/detail/9e094c93e60b4b0cbf3c399f1f32c01c' , '/detail/018ce872eaea73779a748091a4bd1968' , '/h1webblog/8163c244553c403dbb39b8b26301dc38' , '/h1webblog/tag/81ef25580f774402ac01f7c9c69f8518' , '/h1webblog/abf3acfd641c4490a2e8cf8ec6441ef1' , '/h1webblog/7b98d6640bd445969cb9cea7e932a55e' , '/h1webblog/cbe5cdd1d57a4b8c9d70425abc0918db' , '/h1webblog/tag/8be5c2e336014ac9a4cda62a8a5d7301' , '/navigation/a016a87c446f4c9880f3f269f4ac16c1' , '/navigation/64115a40330b4543b464cffdf12c345f' , '/navigation/08b13d7084154c92b2eb2075b287307c' , '/navigation/7641236cd7e545c19259015da0d7dafc' , '/navigation/5a2f79dbf7fc45a7b3ef662499db9800' , '/navigation/018cf811d9a9772484a6c381d3249b6c' , '/navigation/1954e5bbe16a4d0dade155ad59ce4e01' , '/navigation/d668890f1fca4488a358f0f4f7e6f931' , '/navigation/018b615e1337726aa9da148cc7aa5fa4' , '/navigation/018b61f0a9c674228b777f6b5eb4280a' )) AND (seo_url . language_id = 0x085CBA76E4F74288B0FADCBE425C96A4 ) AND (seo_url . sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
132
0.44 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"Rmi0±ÝIÕºwö)¦¤w÷ "
b"Çò‚X¶Oš¨wÒ7³@ˆ® "
b"ÅL|g\x0E 'EL¶\x13 ÉÖÑéç‹ "
b"l›î.G\x08 OàžßP\x01 €Èéº "
b"""
~/ëàÕd@- ë\n
\x0F B]ü¸
"""
b"¥¶6o\x10 +A÷’LÚ¯+‹¿. "
b"®ÇÐj÷sFu¡®\r Ô˜£N= "
b"ʃ$Ã\t UCö¦Ÿ’0PxfW "
b"Þ$U¿Œ¢Kš„|ž9~@ri "
b"ã:╔\x06 ▀AÉɳ\x07 x\x01 E¦k "
b"\x01 ÅQ▄-Ïuvè.ýqkB\x00\x00 "
b"\x01 ÅQÔ¶Øs\x19 ░A\x05 Ȩ═ V "
b"È\f ¨É\v ðIPïô│Ú╚Ç°÷ "
]
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 (0x526D6930B1DD49D5BA77F629A6A477F7 , 0xADC7F28258B64F9AA877D237B34088AE , 0xC54C7C670E27454CB613C9D6D1E9E78B , 0x6C9BEE2E47084FE09EDF500180C8E9BA , 0x7E2FEBE0D564402DA0EB0A0F425DFCB8 , 0xA5B6366F102B41F7924CDAAF2B8BBF2E , 0xAEC7D06AF7734675A1AE0DD498A34E3D , 0xCA8324C3095543F6A69F923050786657 , 0xDE2455BF8CA24B9A847C9E397E407269 , 0xF0C63AC906DF419090FC07780145DD6B , 0x018F51DC2DD875768A2EEC716B420000 , 0x018F51E2F49D7319B04105D4F9CDFF56 , 0xD40CF9900BD049508B93B3E9C880F8F6 );
Copy