1
0.26 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.10 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
3
0.12 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
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
;
Copy
4
0.11 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
5
0.08 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
0.32 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""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
"infocenter/wiko-wiki/chain-polymerization "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 ) AND ((sales_channel_id = 0x64D7112131A2486390AF89B0F82B5A22 OR sales_channel_id IS NULL )) AND (seo_path_info = 'infocenter/wiko-wiki/chain-polymerization' );
Copy
7
0.08 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
8
0.09 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
"HJCJ40IZQJ1nqiYddL1wtoNWPswBpMbr "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x64D7112131A2486390AF89B0F82B5A22 ) AND (token = 'HJCJ40IZQJ1nqiYddL1wtoNWPswBpMbr' ) LIMIT 1 ;
Copy
9
0.07 ms
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0x64D7112131A2486390AF89B0F82B5A22
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
10
0.06 ms
SELECT LOWER (HEX (language . parent_id )) FROM language WHERE language . id = ?
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
]
SELECT LOWER (HEX (language . parent_id )) FROM language WHERE language . id = 0x2218F09C2ED94ACAB27D4B0B66481B14 ;
Copy
11
0.14 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.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) as `sales_channel.currency.shortName` , `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) as `sales_channel.currency.name` , `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) as `sales_channel.currency.customFields` , `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.fallback_1.languageId` , `sales_channel.currency.translation.languageId` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.createdAt` , `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.salesChannelId` , `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` 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 = ? 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` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . currency_id , `sales_channel.currency.translation` . short_name as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . name as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . custom_fields as `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId` , `sales_channel.currency.translation.fallback_1` . short_name as `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.fallback_1` . name as `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.fallback_1` . custom_fields as `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.fallback_1` . created_at as `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.fallback_1` . updated_at as `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.fallback_1` . currency_id as `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.fallback_1` . language_id as `sales_channel.currency.translation.fallback_1.languageId` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.fallback_1` . `currency_id` AND `sales_channel.currency.translation.fallback_1` . language_id = ? WHERE `sales_channel.currency.translation` . language_id = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
]
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.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.fallback_1.shortName` ,
`sales_channel.currency.translation.shortName` ,
COALESCE (
`sales_channel.currency.translation.fallback_1.shortName` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName`
) as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.fallback_1.name` ,
`sales_channel.currency.translation.name` ,
COALESCE (
`sales_channel.currency.translation.fallback_1.name` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name`
) as `sales_channel.currency.name` ,
`sales_channel.currency.translation.fallback_1.customFields` ,
`sales_channel.currency.translation.customFields` ,
COALESCE (
`sales_channel.currency.translation.fallback_1.customFields` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields`
) as `sales_channel.currency.customFields` ,
`sales_channel.currency.translation.fallback_1.createdAt` ,
`sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation.fallback_1.updatedAt` ,
`sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation.fallback_1.currencyId` ,
`sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation.fallback_1.languageId` ,
`sales_channel.currency.translation.languageId` ,
`sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name`
) as `sales_channel.name` ,
`sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled` ,
`sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName`
) as `sales_channel.homeName` ,
`sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords` ,
`sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields`
) as `sales_channel.customFields` ,
`sales_channel.translation.fallback_1.createdAt` ,
`sales_channel.translation.createdAt` ,
`sales_channel.translation.fallback_1.updatedAt` ,
`sales_channel.translation.updatedAt` ,
`sales_channel.translation.fallback_1.salesChannelId` ,
`sales_channel.translation.salesChannelId` ,
`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`
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 = ?
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`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . currency_id ,
`sales_channel.currency.translation` . short_name as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . name as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . custom_fields as `sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId` ,
`sales_channel.currency.translation.fallback_1` . short_name as `sales_channel.currency.translation.fallback_1.shortName` ,
`sales_channel.currency.translation.fallback_1` . name as `sales_channel.currency.translation.fallback_1.name` ,
`sales_channel.currency.translation.fallback_1` . custom_fields as `sales_channel.currency.translation.fallback_1.customFields` ,
`sales_channel.currency.translation.fallback_1` . created_at as `sales_channel.currency.translation.fallback_1.createdAt` ,
`sales_channel.currency.translation.fallback_1` . updated_at as `sales_channel.currency.translation.fallback_1.updatedAt` ,
`sales_channel.currency.translation.fallback_1` . currency_id as `sales_channel.currency.translation.fallback_1.currencyId` ,
`sales_channel.currency.translation.fallback_1` . language_id as `sales_channel.currency.translation.fallback_1.languageId`
FROM
`currency_translation` `sales_channel.currency.translation`
LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.fallback_1` . `currency_id`
AND `sales_channel.currency.translation.fallback_1` . language_id = ?
WHERE
`sales_channel.currency.translation` . language_id = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `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.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) as `sales_channel.currency.shortName` , `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) as `sales_channel.currency.name` , `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) as `sales_channel.currency.customFields` , `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.fallback_1.languageId` , `sales_channel.currency.translation.languageId` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.createdAt` , `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.salesChannelId` , `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` 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 = 0x2218F09C2ED94ACAB27D4B0B66481B14 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` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . currency_id , `sales_channel.currency.translation` . short_name as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . name as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . custom_fields as `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId` , `sales_channel.currency.translation.fallback_1` . short_name as `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.fallback_1` . name as `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.fallback_1` . custom_fields as `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.fallback_1` . created_at as `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.fallback_1` . updated_at as `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.fallback_1` . currency_id as `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.fallback_1` . language_id as `sales_channel.currency.translation.fallback_1.languageId` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.fallback_1` . `currency_id` AND `sales_channel.currency.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `sales_channel.currency.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x64D7112131A2486390AF89B0F82B5A22 );
Copy
12
0.07 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"dÎ\x11 !1óHcÉ»ë░°+Z" "
]
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 (0x64D7112131A2486390AF89B0F82B5A22 ));
Copy
13
0.08 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.fallback_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.fallback_1.shortName` , `currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.fallback_1.name` , `currency.translation.name` , COALESCE (`currency.translation.fallback_1.name` , `currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.fallback_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.fallback_1.customFields` , `currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.fallback_1.createdAt` , `currency.translation.createdAt` , `currency.translation.fallback_1.updatedAt` , `currency.translation.updatedAt` , `currency.translation.fallback_1.currencyId` , `currency.translation.currencyId` , `currency.translation.fallback_1.languageId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` , `currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` , `currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` , `currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` , `currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` , `currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` , `currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` , `currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id` AND `currency.translation.fallback_1` . language_id = ? WHERE `currency.translation` . language_id = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT
`currency` . `id` as `currency.id` ,
`currency` . `factor` as `currency.factor` ,
`currency` . `symbol` as `currency.symbol` ,
`currency` . `iso_code` as `currency.isoCode` ,
`currency` . `position` as `currency.position` ,
`currency` . `tax_free_from` as `currency.taxFreeFrom` ,
`currency` . `item_rounding` as `currency.itemRounding` ,
`currency` . `total_rounding` as `currency.totalRounding` ,
`currency` . `created_at` as `currency.createdAt` ,
`currency` . `updated_at` as `currency.updatedAt` ,
`currency.translation.fallback_1.shortName` ,
`currency.translation.shortName` ,
COALESCE (
`currency.translation.fallback_1.shortName` ,
`currency.translation.shortName` ,
`currency.translation.shortName`
) as `currency.shortName` ,
`currency.translation.fallback_1.name` ,
`currency.translation.name` ,
COALESCE (
`currency.translation.fallback_1.name` ,
`currency.translation.name` , `currency.translation.name`
) as `currency.name` ,
`currency.translation.fallback_1.customFields` ,
`currency.translation.customFields` ,
COALESCE (
`currency.translation.fallback_1.customFields` ,
`currency.translation.customFields` ,
`currency.translation.customFields`
) as `currency.customFields` ,
`currency.translation.fallback_1.createdAt` ,
`currency.translation.createdAt` ,
`currency.translation.fallback_1.updatedAt` ,
`currency.translation.updatedAt` ,
`currency.translation.fallback_1.currencyId` ,
`currency.translation.currencyId` ,
`currency.translation.fallback_1.languageId` ,
`currency.translation.languageId`
FROM
`currency`
LEFT JOIN (
SELECT
`currency.translation` . currency_id ,
`currency.translation` . short_name as `currency.translation.shortName` ,
`currency.translation` . name as `currency.translation.name` ,
`currency.translation` . custom_fields as `currency.translation.customFields` ,
`currency.translation` . created_at as `currency.translation.createdAt` ,
`currency.translation` . updated_at as `currency.translation.updatedAt` ,
`currency.translation` . currency_id as `currency.translation.currencyId` ,
`currency.translation` . language_id as `currency.translation.languageId` ,
`currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` ,
`currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` ,
`currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` ,
`currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` ,
`currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` ,
`currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` ,
`currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId`
FROM
`currency_translation` `currency.translation`
LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id`
AND `currency.translation.fallback_1` . language_id = ?
WHERE
`currency.translation` . language_id = ?
) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id`
WHERE
`currency` . `id` IN (? )
Copy
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.fallback_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.fallback_1.shortName` , `currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.fallback_1.name` , `currency.translation.name` , COALESCE (`currency.translation.fallback_1.name` , `currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.fallback_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.fallback_1.customFields` , `currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.fallback_1.createdAt` , `currency.translation.createdAt` , `currency.translation.fallback_1.updatedAt` , `currency.translation.updatedAt` , `currency.translation.fallback_1.currencyId` , `currency.translation.currencyId` , `currency.translation.fallback_1.languageId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` , `currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` , `currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` , `currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` , `currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` , `currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` , `currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` , `currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id` AND `currency.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `currency.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
14
0.08 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.fallback_1.name` , `country.translation.name` , COALESCE (`country.translation.fallback_1.name` , `country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , COALESCE (`country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.fallback_1.customFields` , `country.translation.customFields` , COALESCE (`country.translation.fallback_1.customFields` , `country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.fallback_1.createdAt` , `country.translation.createdAt` , `country.translation.fallback_1.updatedAt` , `country.translation.updatedAt` , `country.translation.fallback_1.countryId` , `country.translation.countryId` , `country.translation.fallback_1.languageId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` , `country.translation.fallback_1` . name as `country.translation.fallback_1.name` , `country.translation.fallback_1` . address_format as `country.translation.fallback_1.addressFormat` , `country.translation.fallback_1` . custom_fields as `country.translation.fallback_1.customFields` , `country.translation.fallback_1` . created_at as `country.translation.fallback_1.createdAt` , `country.translation.fallback_1` . updated_at as `country.translation.fallback_1.updatedAt` , `country.translation.fallback_1` . country_id as `country.translation.fallback_1.countryId` , `country.translation.fallback_1` . language_id as `country.translation.fallback_1.languageId` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation` . `country_id` = `country.translation.fallback_1` . `country_id` AND `country.translation.fallback_1` . language_id = ? WHERE `country.translation` . language_id = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"K!\x16 IƒÒAÔ³øG\x19 '\x16 t\x17 "
]
SELECT
`country` . `id` as `country.id` ,
`country` . `iso` as `country.iso` ,
`country` . `position` as `country.position` ,
`country` . `active` as `country.active` ,
`country` . `shipping_available` as `country.shippingAvailable` ,
`country` . `iso3` as `country.iso3` ,
`country` . `display_state_in_registration` as `country.displayStateInRegistration` ,
`country` . `force_state_in_registration` as `country.forceStateInRegistration` ,
`country` . `check_vat_id_pattern` as `country.checkVatIdPattern` ,
`country` . `vat_id_required` as `country.vatIdRequired` ,
`country` . `vat_id_pattern` as `country.vatIdPattern` ,
`country` . `customer_tax` as `country.customerTax` ,
`country` . `company_tax` as `country.companyTax` ,
`country` . `postal_code_required` as `country.postalCodeRequired` ,
`country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` ,
`country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` ,
`country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` ,
`country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` ,
`country` . `created_at` as `country.createdAt` ,
`country` . `updated_at` as `country.updatedAt` ,
`country.translation.fallback_1.name` ,
`country.translation.name` ,
COALESCE (
`country.translation.fallback_1.name` ,
`country.translation.name` , `country.translation.name`
) as `country.name` ,
`country.translation.fallback_1.addressFormat` ,
`country.translation.addressFormat` ,
COALESCE (
`country.translation.fallback_1.addressFormat` ,
`country.translation.addressFormat` ,
`country.translation.addressFormat`
) as `country.addressFormat` ,
`country.translation.fallback_1.customFields` ,
`country.translation.customFields` ,
COALESCE (
`country.translation.fallback_1.customFields` ,
`country.translation.customFields` ,
`country.translation.customFields`
) as `country.customFields` ,
`country.translation.fallback_1.createdAt` ,
`country.translation.createdAt` ,
`country.translation.fallback_1.updatedAt` ,
`country.translation.updatedAt` ,
`country.translation.fallback_1.countryId` ,
`country.translation.countryId` ,
`country.translation.fallback_1.languageId` ,
`country.translation.languageId`
FROM
`country`
LEFT JOIN (
SELECT
`country.translation` . country_id ,
`country.translation` . name as `country.translation.name` ,
`country.translation` . address_format as `country.translation.addressFormat` ,
`country.translation` . custom_fields as `country.translation.customFields` ,
`country.translation` . created_at as `country.translation.createdAt` ,
`country.translation` . updated_at as `country.translation.updatedAt` ,
`country.translation` . country_id as `country.translation.countryId` ,
`country.translation` . language_id as `country.translation.languageId` ,
`country.translation.fallback_1` . name as `country.translation.fallback_1.name` ,
`country.translation.fallback_1` . address_format as `country.translation.fallback_1.addressFormat` ,
`country.translation.fallback_1` . custom_fields as `country.translation.fallback_1.customFields` ,
`country.translation.fallback_1` . created_at as `country.translation.fallback_1.createdAt` ,
`country.translation.fallback_1` . updated_at as `country.translation.fallback_1.updatedAt` ,
`country.translation.fallback_1` . country_id as `country.translation.fallback_1.countryId` ,
`country.translation.fallback_1` . language_id as `country.translation.fallback_1.languageId`
FROM
`country_translation` `country.translation`
LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation` . `country_id` = `country.translation.fallback_1` . `country_id`
AND `country.translation.fallback_1` . language_id = ?
WHERE
`country.translation` . language_id = ?
) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id`
WHERE
`country` . `id` IN (? )
Copy
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.fallback_1.name` , `country.translation.name` , COALESCE (`country.translation.fallback_1.name` , `country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , COALESCE (`country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.fallback_1.customFields` , `country.translation.customFields` , COALESCE (`country.translation.fallback_1.customFields` , `country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.fallback_1.createdAt` , `country.translation.createdAt` , `country.translation.fallback_1.updatedAt` , `country.translation.updatedAt` , `country.translation.fallback_1.countryId` , `country.translation.countryId` , `country.translation.fallback_1.languageId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` , `country.translation.fallback_1` . name as `country.translation.fallback_1.name` , `country.translation.fallback_1` . address_format as `country.translation.fallback_1.addressFormat` , `country.translation.fallback_1` . custom_fields as `country.translation.fallback_1.customFields` , `country.translation.fallback_1` . created_at as `country.translation.fallback_1.createdAt` , `country.translation.fallback_1` . updated_at as `country.translation.fallback_1.updatedAt` , `country.translation.fallback_1` . country_id as `country.translation.fallback_1.countryId` , `country.translation.fallback_1` . language_id as `country.translation.fallback_1.languageId` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation` . `country_id` = `country.translation.fallback_1` . `country_id` AND `country.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `country.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x4B21164983D241D4B3F8471927167417 );
Copy
15
0.09 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.fallback_1.name` , `customer_group.translation.name` , COALESCE (`customer_group.translation.fallback_1.name` , `customer_group.translation.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` , `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.createdAt` , `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.updatedAt` , `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.customerGroupId` , `customer_group.translation.fallback_1.languageId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name as `customer_group.translation.name` , `customer_group.translation` . registration_title as `customer_group.translation.registrationTitle` , `customer_group.translation` . registration_introduction as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation` . custom_fields as `customer_group.translation.customFields` , `customer_group.translation` . created_at as `customer_group.translation.createdAt` , `customer_group.translation` . updated_at as `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id as `customer_group.translation.languageId` , `customer_group.translation.fallback_1` . name as `customer_group.translation.fallback_1.name` , `customer_group.translation.fallback_1` . registration_title as `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.fallback_1` . registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.fallback_1` . registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1` . registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.fallback_1` . custom_fields as `customer_group.translation.fallback_1.customFields` , `customer_group.translation.fallback_1` . created_at as `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.fallback_1` . updated_at as `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.fallback_1` . customer_group_id as `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.fallback_1` . language_id as `customer_group.translation.fallback_1.languageId` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.fallback_1` . `customer_group_id` AND `customer_group.translation.fallback_1` . language_id = ? WHERE `customer_group.translation` . language_id = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"²=\v ¿ÔÎE”²±¢\x16 *Æù "
]
SELECT
`customer_group` . `id` as `customer_group.id` ,
`customer_group` . `display_gross` as `customer_group.displayGross` ,
`customer_group` . `registration_active` as `customer_group.registrationActive` ,
`customer_group` . `created_at` as `customer_group.createdAt` ,
`customer_group` . `updated_at` as `customer_group.updatedAt` ,
`customer_group.translation.fallback_1.name` ,
`customer_group.translation.name` ,
COALESCE (
`customer_group.translation.fallback_1.name` ,
`customer_group.translation.name` ,
`customer_group.translation.name`
) as `customer_group.name` ,
`customer_group.translation.fallback_1.registrationTitle` ,
`customer_group.translation.registrationTitle` ,
COALESCE (
`customer_group.translation.fallback_1.registrationTitle` ,
`customer_group.translation.registrationTitle` ,
`customer_group.translation.registrationTitle`
) as `customer_group.registrationTitle` ,
`customer_group.translation.fallback_1.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction` ,
COALESCE (
`customer_group.translation.fallback_1.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction`
) as `customer_group.registrationIntroduction` ,
`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration` ,
COALESCE (
`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration`
) as `customer_group.registrationOnlyCompanyRegistration` ,
`customer_group.translation.fallback_1.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription` ,
COALESCE (
`customer_group.translation.fallback_1.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription`
) as `customer_group.registrationSeoMetaDescription` ,
`customer_group.translation.fallback_1.customFields` ,
`customer_group.translation.customFields` ,
COALESCE (
`customer_group.translation.fallback_1.customFields` ,
`customer_group.translation.customFields` ,
`customer_group.translation.customFields`
) as `customer_group.customFields` ,
`customer_group.translation.fallback_1.createdAt` ,
`customer_group.translation.createdAt` ,
`customer_group.translation.fallback_1.updatedAt` ,
`customer_group.translation.updatedAt` ,
`customer_group.translation.fallback_1.customerGroupId` ,
`customer_group.translation.customerGroupId` ,
`customer_group.translation.fallback_1.languageId` ,
`customer_group.translation.languageId`
FROM
`customer_group`
LEFT JOIN (
SELECT
`customer_group.translation` . customer_group_id ,
`customer_group.translation` . name as `customer_group.translation.name` ,
`customer_group.translation` . registration_title as `customer_group.translation.registrationTitle` ,
`customer_group.translation` . registration_introduction as `customer_group.translation.registrationIntroduction` ,
`customer_group.translation` . registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation` . registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription` ,
`customer_group.translation` . custom_fields as `customer_group.translation.customFields` ,
`customer_group.translation` . created_at as `customer_group.translation.createdAt` ,
`customer_group.translation` . updated_at as `customer_group.translation.updatedAt` ,
`customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` ,
`customer_group.translation` . language_id as `customer_group.translation.languageId` ,
`customer_group.translation.fallback_1` . name as `customer_group.translation.fallback_1.name` ,
`customer_group.translation.fallback_1` . registration_title as `customer_group.translation.fallback_1.registrationTitle` ,
`customer_group.translation.fallback_1` . registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction` ,
`customer_group.translation.fallback_1` . registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.fallback_1` . registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription` ,
`customer_group.translation.fallback_1` . custom_fields as `customer_group.translation.fallback_1.customFields` ,
`customer_group.translation.fallback_1` . created_at as `customer_group.translation.fallback_1.createdAt` ,
`customer_group.translation.fallback_1` . updated_at as `customer_group.translation.fallback_1.updatedAt` ,
`customer_group.translation.fallback_1` . customer_group_id as `customer_group.translation.fallback_1.customerGroupId` ,
`customer_group.translation.fallback_1` . language_id as `customer_group.translation.fallback_1.languageId`
FROM
`customer_group_translation` `customer_group.translation`
LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.fallback_1` . `customer_group_id`
AND `customer_group.translation.fallback_1` . language_id = ?
WHERE
`customer_group.translation` . language_id = ?
) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id`
WHERE
`customer_group` . `id` IN (? )
Copy
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.fallback_1.name` , `customer_group.translation.name` , COALESCE (`customer_group.translation.fallback_1.name` , `customer_group.translation.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` , `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.createdAt` , `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.updatedAt` , `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.customerGroupId` , `customer_group.translation.fallback_1.languageId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name as `customer_group.translation.name` , `customer_group.translation` . registration_title as `customer_group.translation.registrationTitle` , `customer_group.translation` . registration_introduction as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation` . custom_fields as `customer_group.translation.customFields` , `customer_group.translation` . created_at as `customer_group.translation.createdAt` , `customer_group.translation` . updated_at as `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id as `customer_group.translation.languageId` , `customer_group.translation.fallback_1` . name as `customer_group.translation.fallback_1.name` , `customer_group.translation.fallback_1` . registration_title as `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.fallback_1` . registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.fallback_1` . registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1` . registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.fallback_1` . custom_fields as `customer_group.translation.fallback_1.customFields` , `customer_group.translation.fallback_1` . created_at as `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.fallback_1` . updated_at as `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.fallback_1` . customer_group_id as `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.fallback_1` . language_id as `customer_group.translation.fallback_1.languageId` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.fallback_1` . `customer_group_id` AND `customer_group.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `customer_group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xB23D0BBFD4CE45C294B2B1A2162AC6F9 );
Copy
16
0.06 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
17
0.09 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) as `tax_rule.type.typeName` , `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.fallback_1.languageId` , `tax_rule.type.translation.languageId` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . tax_rule_type_id , `tax_rule.type.translation` . type_name as `tax_rule.type.translation.typeName` , `tax_rule.type.translation` . created_at as `tax_rule.type.translation.createdAt` , `tax_rule.type.translation` . updated_at as `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation` . tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation` . language_id as `tax_rule.type.translation.languageId` , `tax_rule.type.translation.fallback_1` . type_name as `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.fallback_1` . created_at as `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.fallback_1` . updated_at as `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.fallback_1` . tax_rule_type_id as `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.fallback_1` . language_id as `tax_rule.type.translation.fallback_1.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.fallback_1` . `tax_rule_type_id` AND `tax_rule.type.translation.fallback_1` . language_id = ? WHERE `tax_rule.type.translation` . language_id = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? ))
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"bá\x11\x10\x05 ØE{†ƒÈö2×)ƒ "
b"‰DÎWêOK\f ¹BÊK¢U’È "
b"ð\x01 ³nnµNĨ*Wì+Ãì "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) as `tax_rule.type.typeName` , `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.fallback_1.languageId` , `tax_rule.type.translation.languageId` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . tax_rule_type_id , `tax_rule.type.translation` . type_name as `tax_rule.type.translation.typeName` , `tax_rule.type.translation` . created_at as `tax_rule.type.translation.createdAt` , `tax_rule.type.translation` . updated_at as `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation` . tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation` . language_id as `tax_rule.type.translation.languageId` , `tax_rule.type.translation.fallback_1` . type_name as `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.fallback_1` . created_at as `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.fallback_1` . updated_at as `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.fallback_1` . tax_rule_type_id as `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.fallback_1` . language_id as `tax_rule.type.translation.fallback_1.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.fallback_1` . `tax_rule_type_id` AND `tax_rule.type.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `tax_rule.type.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x62E1111005D8457B8683C8F632D72983 , 0x8944CE57EA4F4B0CB942CA4BA25592C8 , 0xD001FC6E6EE64E8EB6F92A578D2BC78D ));
Copy
18
0.11 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.fallback_1.languageId` , `payment_method.media.translation.languageId` , `payment_method.translation.fallback_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.fallback_1.name` , `payment_method.translation.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.fallback_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.fallback_1.description` , `payment_method.translation.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` , `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.createdAt` , `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.updatedAt` , `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.paymentMethodId` , `payment_method.translation.fallback_1.languageId` , `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation` . payment_method_id , `payment_method.translation` . name as `payment_method.translation.name` , `payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` , `payment_method.translation` . description as `payment_method.translation.description` , `payment_method.translation` . custom_fields as `payment_method.translation.customFields` , `payment_method.translation` . created_at as `payment_method.translation.createdAt` , `payment_method.translation` . updated_at as `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id as `payment_method.translation.languageId` , `payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` , `payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` , `payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` , `payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id` AND `payment_method.translation.fallback_1` . language_id = ? WHERE `payment_method.translation` . language_id = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . media_id , `payment_method.media.translation` . title as `payment_method.media.translation.title` , `payment_method.media.translation` . alt as `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` , `payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id` AND `payment_method.media.translation.fallback_1` . language_id = ? WHERE `payment_method.media.translation` . language_id = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¹ÇUiì¦A\x0E »ÇH>\x13 «ßW "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.title` ,
COALESCE (
`payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title`
) as `payment_method.media.title` ,
`payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.alt` ,
COALESCE (
`payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt`
) as `payment_method.media.alt` ,
`payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.customFields` ,
COALESCE (
`payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields` ,
`payment_method.media.translation.fallback_1.createdAt` ,
`payment_method.media.translation.createdAt` ,
`payment_method.media.translation.fallback_1.updatedAt` ,
`payment_method.media.translation.updatedAt` ,
`payment_method.media.translation.fallback_1.mediaId` ,
`payment_method.media.translation.mediaId` ,
`payment_method.media.translation.fallback_1.languageId` ,
`payment_method.media.translation.languageId` ,
`payment_method.translation.fallback_1.name` ,
`payment_method.translation.name` ,
COALESCE (
`payment_method.translation.fallback_1.name` ,
`payment_method.translation.name` ,
`payment_method.translation.name`
) as `payment_method.name` ,
`payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
COALESCE (
`payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName` ,
`payment_method.translation.fallback_1.description` ,
`payment_method.translation.description` ,
COALESCE (
`payment_method.translation.fallback_1.description` ,
`payment_method.translation.description` ,
`payment_method.translation.description`
) as `payment_method.description` ,
`payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.customFields` ,
COALESCE (
`payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields`
) as `payment_method.customFields` ,
`payment_method.translation.fallback_1.createdAt` ,
`payment_method.translation.createdAt` ,
`payment_method.translation.fallback_1.updatedAt` ,
`payment_method.translation.updatedAt` ,
`payment_method.translation.fallback_1.paymentMethodId` ,
`payment_method.translation.paymentMethodId` ,
`payment_method.translation.fallback_1.languageId` ,
`payment_method.translation.languageId`
FROM
`payment_method`
LEFT JOIN (
SELECT
`payment_method.translation` . payment_method_id ,
`payment_method.translation` . name as `payment_method.translation.name` ,
`payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . description as `payment_method.translation.description` ,
`payment_method.translation` . custom_fields as `payment_method.translation.customFields` ,
`payment_method.translation` . created_at as `payment_method.translation.createdAt` ,
`payment_method.translation` . updated_at as `payment_method.translation.updatedAt` ,
`payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` ,
`payment_method.translation` . language_id as `payment_method.translation.languageId` ,
`payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` ,
`payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` ,
`payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` ,
`payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` ,
`payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` ,
`payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId`
FROM
`payment_method_translation` `payment_method.translation`
LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id`
AND `payment_method.translation.fallback_1` . language_id = ?
WHERE
`payment_method.translation` . language_id = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . media_id ,
`payment_method.media.translation` . title as `payment_method.media.translation.title` ,
`payment_method.media.translation` . alt as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` ,
`payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` ,
`payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` ,
`payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` ,
`payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` ,
`payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` ,
`payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` ,
`payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` ,
`payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `payment_method.media.translation`
LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id`
AND `payment_method.media.translation.fallback_1` . language_id = ?
WHERE
`payment_method.media.translation` . language_id = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.fallback_1.languageId` , `payment_method.media.translation.languageId` , `payment_method.translation.fallback_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.fallback_1.name` , `payment_method.translation.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.fallback_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.fallback_1.description` , `payment_method.translation.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` , `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.createdAt` , `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.updatedAt` , `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.paymentMethodId` , `payment_method.translation.fallback_1.languageId` , `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation` . payment_method_id , `payment_method.translation` . name as `payment_method.translation.name` , `payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` , `payment_method.translation` . description as `payment_method.translation.description` , `payment_method.translation` . custom_fields as `payment_method.translation.customFields` , `payment_method.translation` . created_at as `payment_method.translation.createdAt` , `payment_method.translation` . updated_at as `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id as `payment_method.translation.languageId` , `payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` , `payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` , `payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` , `payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id` AND `payment_method.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `payment_method.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . media_id , `payment_method.media.translation` . title as `payment_method.media.translation.title` , `payment_method.media.translation` . alt as `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` , `payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id` AND `payment_method.media.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `payment_method.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0xFB8055698DDD410EAF80483E13AEE157 );
Copy
19
0.12 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1.languageId` , `shipping_method.deliveryTime.translation.languageId` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.fallback_1.languageId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` , `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.createdAt` , `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.fallback_1.languageId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` , `shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = ? WHERE `shipping_method.translation` . language_id = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . delivery_time_id , `shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` , `shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = ? WHERE `shipping_method.deliveryTime.translation` . language_id = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . media_id , `shipping_method.media.translation` . title as `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` , `shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id` AND `shipping_method.media.translation.fallback_1` . language_id = ? WHERE `shipping_method.media.translation` . language_id = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x06 6UæòÄB\x7F ƒde„ZKHí "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
COALESCE (
`shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
COALESCE (
`shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields` ,
`shipping_method.deliveryTime.translation.fallback_1.createdAt` ,
`shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation.fallback_1.updatedAt` ,
`shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.fallback_1.languageId` ,
`shipping_method.deliveryTime.translation.languageId` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.title` ,
COALESCE (
`shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title`
) as `shipping_method.media.title` ,
`shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.alt` ,
COALESCE (
`shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt` ,
`shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.customFields` ,
COALESCE (
`shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields` ,
`shipping_method.media.translation.fallback_1.createdAt` ,
`shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation.fallback_1.updatedAt` ,
`shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation.fallback_1.mediaId` ,
`shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation.fallback_1.languageId` ,
`shipping_method.media.translation.languageId` ,
`shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.name` ,
COALESCE (
`shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name`
) as `shipping_method.name` ,
`shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.description` ,
COALESCE (
`shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description`
) as `shipping_method.description` ,
`shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
COALESCE (
`shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl` ,
`shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.customFields` ,
COALESCE (
`shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields`
) as `shipping_method.customFields` ,
`shipping_method.translation.fallback_1.createdAt` ,
`shipping_method.translation.createdAt` ,
`shipping_method.translation.fallback_1.updatedAt` ,
`shipping_method.translation.updatedAt` ,
`shipping_method.translation.fallback_1.shippingMethodId` ,
`shipping_method.translation.shippingMethodId` ,
`shipping_method.translation.fallback_1.languageId` ,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation` . shipping_method_id ,
`shipping_method.translation` . name as `shipping_method.translation.name` ,
`shipping_method.translation` . description as `shipping_method.translation.description` ,
`shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` ,
`shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` ,
`shipping_method.translation` . created_at as `shipping_method.translation.createdAt` ,
`shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` ,
`shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` ,
`shipping_method.translation` . language_id as `shipping_method.translation.languageId` ,
`shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` ,
`shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` ,
`shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` ,
`shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id`
AND `shipping_method.translation.fallback_1` . language_id = ?
WHERE
`shipping_method.translation` . language_id = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . delivery_time_id ,
`shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` ,
`shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` ,
`shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id`
AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = ?
WHERE
`shipping_method.deliveryTime.translation` . language_id = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . media_id ,
`shipping_method.media.translation` . title as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` ,
`shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` ,
`shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` ,
`shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` ,
`shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` ,
`shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `shipping_method.media.translation`
LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id`
AND `shipping_method.media.translation.fallback_1` . language_id = ?
WHERE
`shipping_method.media.translation` . language_id = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1.languageId` , `shipping_method.deliveryTime.translation.languageId` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.fallback_1.languageId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` , `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.createdAt` , `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.fallback_1.languageId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` , `shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `shipping_method.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . delivery_time_id , `shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` , `shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `shipping_method.deliveryTime.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . media_id , `shipping_method.media.translation` . title as `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` , `shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id` AND `shipping_method.media.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `shipping_method.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x063655E6F2C4427F836465845A4B48ED );
Copy
20
0.06 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"K!\x16 IƒÒAÔ³øG\x19 '\x16 t\x17 "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x4B21164983D241D4B3F8471927167417 ) LIMIT 1 ;
Copy
21
0.42 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
22
0.06 ms
SELECT `cart` . `cart` as payload , `cart` . `rule_ids` , 0 as `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"HJCJ40IZQJ1nqiYddL1wtoNWPswBpMbr "
]
SELECT `cart` . `cart` as payload , `cart` . `rule_ids` , 0 as `compressed` FROM cart WHERE `token` = 'HJCJ40IZQJ1nqiYddL1wtoNWPswBpMbr' ;
Copy
23
0.06 ms
SELECT `rule` . `id` FROM `rule` ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
24
0.07 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"\x02 x\x11 ús\r F<²å*Š³^É% "
b"\x18 ¤åÉfCG╚¬æ×cõ`[\n "
b"1¼¾Jc—L¼º ø\x1F ,bâÖ "
b"""
H{\e .Ô\n
Gä˜ øh1’R£
"""
b"ÛP&ÈñŸJ…£Úe(C=’\x03 "
b"╣x}\x06 cìO│øÄÆ=DB\f\x11 "
b"Ê\ml¹äG¤ïaƒX¦Ø϶ "
b"\t =Ú\x05\x19 »HWŸ’¤¥¹T{® "
b"\x12 ‡é¼‘ôLš¥[³´v\x16 ®\x11 "
]
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 (0x027811FA730D463CB2E52A8AB35EC925 , 0x18CF8690664347C8AA919E63E4605B0A , 0x31BCBE4A63974CBCBA20F81F2C62E2D6 , 0x487B1B2ED40A47E49820F868319252A3 , 0xDB5026C8F19F4A85A3DA6528433D9203 , 0xB9787D06638D4FB39B8E923D44420C11 , 0xD25C6D6CFB8447CF8B619F58DD9DD8F4 , 0x093DDA0519BB48579F92A4A5B9547BAE , 0x1287E9BC91F44C9AA55BB3B47616AE11 );
Copy
25
0.10 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
26
0.09 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` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Ž2ù\x02\x13 qØŠ\x16 í\x06 Ýö\x16 Q "
]
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` . `id` IN (? )
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` . `id` IN (0x018E32F9021371D88A16ED06DDF61651 );
Copy
27
0.06 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 Ž2ù\x02\x13 qØŠ\x16 í\x06 Ýö\x16 Q "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x018E32F9021371D88A16ED06DDF61651 ));
Copy
28
0.08 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` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “° ÷BrÚ¥Õ6Ìž\x00 •Ä "
]
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` . `id` IN (? )
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` . `id` IN (0x0193B0A0F74272DAA5D536CC9E0095C4 );
Copy
29
0.07 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “° ÷BrÚ¥Õ6Ìž\x00 •Ä "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0193B0A0F74272DAA5D536CC9E0095C4 ));
Copy
30
0.06 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
31
0.06 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
32
0.08 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"dÎ\x11 !1óHcÉ»ë░°+Z" "
b"K!\x16 IƒÒAÔ³øG\x19 '\x16 t\x17 "
]
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` = 0x64D7112131A2486390AF89B0F82B5A22 )) AND (`country` . `id` IN (0x4B21164983D241D4B3F8471927167417 )) GROUP BY `country` . `id` ;
Copy
33
0.09 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
34
0.08 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` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Ž2ù\x02\x13 qØŠ\x16 í\x06 Ýö\x16 Q "
]
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` . `id` IN (? )
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` . `id` IN (0x018E32F9021371D88A16ED06DDF61651 );
Copy
35
0.06 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 Ž2ù\x02\x13 qØŠ\x16 í\x06 Ýö\x16 Q "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x018E32F9021371D88A16ED06DDF61651 ));
Copy
36
0.08 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` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “° ÷BrÚ¥Õ6Ìž\x00 •Ä "
]
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` . `id` IN (? )
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` . `id` IN (0x0193B0A0F74272DAA5D536CC9E0095C4 );
Copy
37
0.06 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “° ÷BrÚ¥Õ6Ìž\x00 •Ä "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0193B0A0F74272DAA5D536CC9E0095C4 ));
Copy
38
0.06 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.02 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.10 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x64D7112131A2486390AF89B0F82B5A22 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
41
1.48 ms
SELECT `cbax_lexicon_entry` . `id` as `cbax_lexicon_entry.id` , `cbax_lexicon_entry` . `impressions` as `cbax_lexicon_entry.impressions` , `cbax_lexicon_entry` . `date` as `cbax_lexicon_entry.date` , `cbax_lexicon_entry` . `link` as `cbax_lexicon_entry.link` , `cbax_lexicon_entry` . `link_target` as `cbax_lexicon_entry.linkTarget` , `cbax_lexicon_entry` . `listing_type` as `cbax_lexicon_entry.listingType` , `cbax_lexicon_entry` . `product_stream_id` as `cbax_lexicon_entry.productStreamId` , `cbax_lexicon_entry` . `product_layout` as `cbax_lexicon_entry.productLayout` , `cbax_lexicon_entry` . `product_template` as `cbax_lexicon_entry.productTemplate` , `cbax_lexicon_entry` . `product_slider_width` as `cbax_lexicon_entry.productSliderWidth` , `cbax_lexicon_entry` . `product_sorting` as `cbax_lexicon_entry.productSorting` , `cbax_lexicon_entry` . `product_limit` as `cbax_lexicon_entry.productLimit` , `cbax_lexicon_entry` . `attribute2` as `cbax_lexicon_entry.attribute2` , `cbax_lexicon_entry` . `attribute3` as `cbax_lexicon_entry.attribute3` , `cbax_lexicon_entry` . `media2_id` as `cbax_lexicon_entry.media2Id` , `cbax_lexicon_entry` . `media3_id` as `cbax_lexicon_entry.media3Id` , `cbax_lexicon_entry` . `created_at` as `cbax_lexicon_entry.createdAt` , `cbax_lexicon_entry` . `updated_at` as `cbax_lexicon_entry.updatedAt` , (SELECT GROUP_CONCAT (HEX (`cbax_lexicon_entry.products.mapping` . `product_id` ) SEPARATOR '||' )
FROM `cbax_lexicon_product` `cbax_lexicon_entry.products.mapping`
WHERE `cbax_lexicon_entry.products.mapping` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id` ) as `cbax_lexicon_entry.products.id_mapping` , `cbax_lexicon_entry.media2` . `id` as `cbax_lexicon_entry.media2.id` , `cbax_lexicon_entry.media2` . `user_id` as `cbax_lexicon_entry.media2.userId` , `cbax_lexicon_entry.media2` . `media_folder_id` as `cbax_lexicon_entry.media2.mediaFolderId` , `cbax_lexicon_entry.media2` . `mime_type` as `cbax_lexicon_entry.media2.mimeType` , `cbax_lexicon_entry.media2` . `file_extension` as `cbax_lexicon_entry.media2.fileExtension` , `cbax_lexicon_entry.media2` . `uploaded_at` as `cbax_lexicon_entry.media2.uploadedAt` , `cbax_lexicon_entry.media2` . `file_name` as `cbax_lexicon_entry.media2.fileName` , `cbax_lexicon_entry.media2` . `file_size` as `cbax_lexicon_entry.media2.fileSize` , `cbax_lexicon_entry.media2` . `media_type` as `cbax_lexicon_entry.media2.mediaTypeRaw` , `cbax_lexicon_entry.media2` . `meta_data` as `cbax_lexicon_entry.media2.metaData` , `cbax_lexicon_entry.media2` . `private` as `cbax_lexicon_entry.media2.private` , `cbax_lexicon_entry.media2` . `thumbnails_ro` as `cbax_lexicon_entry.media2.thumbnailsRo` , `cbax_lexicon_entry.media2` . `created_at` as `cbax_lexicon_entry.media2.createdAt` , `cbax_lexicon_entry.media2` . `updated_at` as `cbax_lexicon_entry.media2.updatedAt` , `cbax_lexicon_entry.media2.translation.fallback_1.title` , `cbax_lexicon_entry.media2.translation.title` , COALESCE (`cbax_lexicon_entry.media2.translation.fallback_1.title` , `cbax_lexicon_entry.media2.translation.title` , `cbax_lexicon_entry.media2.translation.title` ) as `cbax_lexicon_entry.media2.title` , `cbax_lexicon_entry.media2.translation.fallback_1.alt` , `cbax_lexicon_entry.media2.translation.alt` , COALESCE (`cbax_lexicon_entry.media2.translation.fallback_1.alt` , `cbax_lexicon_entry.media2.translation.alt` , `cbax_lexicon_entry.media2.translation.alt` ) as `cbax_lexicon_entry.media2.alt` , `cbax_lexicon_entry.media2.translation.fallback_1.customFields` , `cbax_lexicon_entry.media2.translation.customFields` , COALESCE (`cbax_lexicon_entry.media2.translation.fallback_1.customFields` , `cbax_lexicon_entry.media2.translation.customFields` , `cbax_lexicon_entry.media2.translation.customFields` ) as `cbax_lexicon_entry.media2.customFields` , `cbax_lexicon_entry.media2.translation.fallback_1.createdAt` , `cbax_lexicon_entry.media2.translation.createdAt` , `cbax_lexicon_entry.media2.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.media2.translation.updatedAt` , `cbax_lexicon_entry.media2.translation.fallback_1.mediaId` , `cbax_lexicon_entry.media2.translation.mediaId` , `cbax_lexicon_entry.media2.translation.fallback_1.languageId` , `cbax_lexicon_entry.media2.translation.languageId` , `cbax_lexicon_entry.media3` . `id` as `cbax_lexicon_entry.media3.id` , `cbax_lexicon_entry.media3` . `user_id` as `cbax_lexicon_entry.media3.userId` , `cbax_lexicon_entry.media3` . `media_folder_id` as `cbax_lexicon_entry.media3.mediaFolderId` , `cbax_lexicon_entry.media3` . `mime_type` as `cbax_lexicon_entry.media3.mimeType` , `cbax_lexicon_entry.media3` . `file_extension` as `cbax_lexicon_entry.media3.fileExtension` , `cbax_lexicon_entry.media3` . `uploaded_at` as `cbax_lexicon_entry.media3.uploadedAt` , `cbax_lexicon_entry.media3` . `file_name` as `cbax_lexicon_entry.media3.fileName` , `cbax_lexicon_entry.media3` . `file_size` as `cbax_lexicon_entry.media3.fileSize` , `cbax_lexicon_entry.media3` . `media_type` as `cbax_lexicon_entry.media3.mediaTypeRaw` , `cbax_lexicon_entry.media3` . `meta_data` as `cbax_lexicon_entry.media3.metaData` , `cbax_lexicon_entry.media3` . `private` as `cbax_lexicon_entry.media3.private` , `cbax_lexicon_entry.media3` . `thumbnails_ro` as `cbax_lexicon_entry.media3.thumbnailsRo` , `cbax_lexicon_entry.media3` . `created_at` as `cbax_lexicon_entry.media3.createdAt` , `cbax_lexicon_entry.media3` . `updated_at` as `cbax_lexicon_entry.media3.updatedAt` , `cbax_lexicon_entry.media3.translation.fallback_1.title` , `cbax_lexicon_entry.media3.translation.title` , COALESCE (`cbax_lexicon_entry.media3.translation.fallback_1.title` , `cbax_lexicon_entry.media3.translation.title` , `cbax_lexicon_entry.media3.translation.title` ) as `cbax_lexicon_entry.media3.title` , `cbax_lexicon_entry.media3.translation.fallback_1.alt` , `cbax_lexicon_entry.media3.translation.alt` , COALESCE (`cbax_lexicon_entry.media3.translation.fallback_1.alt` , `cbax_lexicon_entry.media3.translation.alt` , `cbax_lexicon_entry.media3.translation.alt` ) as `cbax_lexicon_entry.media3.alt` , `cbax_lexicon_entry.media3.translation.fallback_1.customFields` , `cbax_lexicon_entry.media3.translation.customFields` , COALESCE (`cbax_lexicon_entry.media3.translation.fallback_1.customFields` , `cbax_lexicon_entry.media3.translation.customFields` , `cbax_lexicon_entry.media3.translation.customFields` ) as `cbax_lexicon_entry.media3.customFields` , `cbax_lexicon_entry.media3.translation.fallback_1.createdAt` , `cbax_lexicon_entry.media3.translation.createdAt` , `cbax_lexicon_entry.media3.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.media3.translation.updatedAt` , `cbax_lexicon_entry.media3.translation.fallback_1.mediaId` , `cbax_lexicon_entry.media3.translation.mediaId` , `cbax_lexicon_entry.media3.translation.fallback_1.languageId` , `cbax_lexicon_entry.media3.translation.languageId` , `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation.title` ) as `cbax_lexicon_entry.title` , `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation.keyword` ) as `cbax_lexicon_entry.keyword` , `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation.description` ) as `cbax_lexicon_entry.description` , `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` ) as `cbax_lexicon_entry.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` ) as `cbax_lexicon_entry.linkDescription` , `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` ) as `cbax_lexicon_entry.metaTitle` , `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` ) as `cbax_lexicon_entry.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` ) as `cbax_lexicon_entry.metaDescription` , `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation.headline` ) as `cbax_lexicon_entry.headline` , `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation.attribute1` ) as `cbax_lexicon_entry.attribute1` , `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation.attribute4` ) as `cbax_lexicon_entry.attribute4` , `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation.attribute5` ) as `cbax_lexicon_entry.attribute5` , `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation.attribute6` ) as `cbax_lexicon_entry.attribute6` , `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1.languageId` , `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id , `cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` , `cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1` . language_id = ? WHERE `cbax_lexicon_entry.translation` . language_id = ? ) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id` LEFT JOIN `media` `cbax_lexicon_entry.media2` ON `cbax_lexicon_entry` . `media2_id` = `cbax_lexicon_entry.media2` . `id` LEFT JOIN `media` `cbax_lexicon_entry.media3` ON `cbax_lexicon_entry` . `media3_id` = `cbax_lexicon_entry.media3` . `id` LEFT JOIN (SELECT `cbax_lexicon_entry.media2.translation` . media_id , `cbax_lexicon_entry.media2.translation` . title as `cbax_lexicon_entry.media2.translation.title` , `cbax_lexicon_entry.media2.translation` . alt as `cbax_lexicon_entry.media2.translation.alt` , `cbax_lexicon_entry.media2.translation` . custom_fields as `cbax_lexicon_entry.media2.translation.customFields` , `cbax_lexicon_entry.media2.translation` . created_at as `cbax_lexicon_entry.media2.translation.createdAt` , `cbax_lexicon_entry.media2.translation` . updated_at as `cbax_lexicon_entry.media2.translation.updatedAt` , `cbax_lexicon_entry.media2.translation` . media_id as `cbax_lexicon_entry.media2.translation.mediaId` , `cbax_lexicon_entry.media2.translation` . language_id as `cbax_lexicon_entry.media2.translation.languageId` , `cbax_lexicon_entry.media2.translation.fallback_1` . title as `cbax_lexicon_entry.media2.translation.fallback_1.title` , `cbax_lexicon_entry.media2.translation.fallback_1` . alt as `cbax_lexicon_entry.media2.translation.fallback_1.alt` , `cbax_lexicon_entry.media2.translation.fallback_1` . custom_fields as `cbax_lexicon_entry.media2.translation.fallback_1.customFields` , `cbax_lexicon_entry.media2.translation.fallback_1` . created_at as `cbax_lexicon_entry.media2.translation.fallback_1.createdAt` , `cbax_lexicon_entry.media2.translation.fallback_1` . updated_at as `cbax_lexicon_entry.media2.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.media2.translation.fallback_1` . media_id as `cbax_lexicon_entry.media2.translation.fallback_1.mediaId` , `cbax_lexicon_entry.media2.translation.fallback_1` . language_id as `cbax_lexicon_entry.media2.translation.fallback_1.languageId` FROM `media_translation` `cbax_lexicon_entry.media2.translation` LEFT JOIN `media_translation` `cbax_lexicon_entry.media2.translation.fallback_1` ON `cbax_lexicon_entry.media2.translation` . `media_id` = `cbax_lexicon_entry.media2.translation.fallback_1` . `media_id` AND `cbax_lexicon_entry.media2.translation.fallback_1` . language_id = ? WHERE `cbax_lexicon_entry.media2.translation` . language_id = ? ) `cbax_lexicon_entry.media2.media_translation` ON `cbax_lexicon_entry.media2.media_translation` . `media_id` = `cbax_lexicon_entry.media2` . `id` LEFT JOIN (SELECT `cbax_lexicon_entry.media3.translation` . media_id , `cbax_lexicon_entry.media3.translation` . title as `cbax_lexicon_entry.media3.translation.title` , `cbax_lexicon_entry.media3.translation` . alt as `cbax_lexicon_entry.media3.translation.alt` , `cbax_lexicon_entry.media3.translation` . custom_fields as `cbax_lexicon_entry.media3.translation.customFields` , `cbax_lexicon_entry.media3.translation` . created_at as `cbax_lexicon_entry.media3.translation.createdAt` , `cbax_lexicon_entry.media3.translation` . updated_at as `cbax_lexicon_entry.media3.translation.updatedAt` , `cbax_lexicon_entry.media3.translation` . media_id as `cbax_lexicon_entry.media3.translation.mediaId` , `cbax_lexicon_entry.media3.translation` . language_id as `cbax_lexicon_entry.media3.translation.languageId` , `cbax_lexicon_entry.media3.translation.fallback_1` . title as `cbax_lexicon_entry.media3.translation.fallback_1.title` , `cbax_lexicon_entry.media3.translation.fallback_1` . alt as `cbax_lexicon_entry.media3.translation.fallback_1.alt` , `cbax_lexicon_entry.media3.translation.fallback_1` . custom_fields as `cbax_lexicon_entry.media3.translation.fallback_1.customFields` , `cbax_lexicon_entry.media3.translation.fallback_1` . created_at as `cbax_lexicon_entry.media3.translation.fallback_1.createdAt` , `cbax_lexicon_entry.media3.translation.fallback_1` . updated_at as `cbax_lexicon_entry.media3.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.media3.translation.fallback_1` . media_id as `cbax_lexicon_entry.media3.translation.fallback_1.mediaId` , `cbax_lexicon_entry.media3.translation.fallback_1` . language_id as `cbax_lexicon_entry.media3.translation.fallback_1.languageId` FROM `media_translation` `cbax_lexicon_entry.media3.translation` LEFT JOIN `media_translation` `cbax_lexicon_entry.media3.translation.fallback_1` ON `cbax_lexicon_entry.media3.translation` . `media_id` = `cbax_lexicon_entry.media3.translation.fallback_1` . `media_id` AND `cbax_lexicon_entry.media3.translation.fallback_1` . language_id = ? WHERE `cbax_lexicon_entry.media3.translation` . language_id = ? ) `cbax_lexicon_entry.media3.media_translation` ON `cbax_lexicon_entry.media3.media_translation` . `media_id` = `cbax_lexicon_entry.media3` . `id` WHERE (`cbax_lexicon_entry` . `id` = ? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “l£hÓsÖ‚àãÂZ”©Â "
]
SELECT
`cbax_lexicon_entry` . `id` as `cbax_lexicon_entry.id` ,
`cbax_lexicon_entry` . `impressions` as `cbax_lexicon_entry.impressions` ,
`cbax_lexicon_entry` . `date` as `cbax_lexicon_entry.date` ,
`cbax_lexicon_entry` . `link` as `cbax_lexicon_entry.link` ,
`cbax_lexicon_entry` . `link_target` as `cbax_lexicon_entry.linkTarget` ,
`cbax_lexicon_entry` . `listing_type` as `cbax_lexicon_entry.listingType` ,
`cbax_lexicon_entry` . `product_stream_id` as `cbax_lexicon_entry.productStreamId` ,
`cbax_lexicon_entry` . `product_layout` as `cbax_lexicon_entry.productLayout` ,
`cbax_lexicon_entry` . `product_template` as `cbax_lexicon_entry.productTemplate` ,
`cbax_lexicon_entry` . `product_slider_width` as `cbax_lexicon_entry.productSliderWidth` ,
`cbax_lexicon_entry` . `product_sorting` as `cbax_lexicon_entry.productSorting` ,
`cbax_lexicon_entry` . `product_limit` as `cbax_lexicon_entry.productLimit` ,
`cbax_lexicon_entry` . `attribute2` as `cbax_lexicon_entry.attribute2` ,
`cbax_lexicon_entry` . `attribute3` as `cbax_lexicon_entry.attribute3` ,
`cbax_lexicon_entry` . `media2_id` as `cbax_lexicon_entry.media2Id` ,
`cbax_lexicon_entry` . `media3_id` as `cbax_lexicon_entry.media3Id` ,
`cbax_lexicon_entry` . `created_at` as `cbax_lexicon_entry.createdAt` ,
`cbax_lexicon_entry` . `updated_at` as `cbax_lexicon_entry.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`cbax_lexicon_entry.products.mapping` . `product_id`
) SEPARATOR '||'
)
FROM
`cbax_lexicon_product` `cbax_lexicon_entry.products.mapping`
WHERE
`cbax_lexicon_entry.products.mapping` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id`
) as `cbax_lexicon_entry.products.id_mapping` ,
`cbax_lexicon_entry.media2` . `id` as `cbax_lexicon_entry.media2.id` ,
`cbax_lexicon_entry.media2` . `user_id` as `cbax_lexicon_entry.media2.userId` ,
`cbax_lexicon_entry.media2` . `media_folder_id` as `cbax_lexicon_entry.media2.mediaFolderId` ,
`cbax_lexicon_entry.media2` . `mime_type` as `cbax_lexicon_entry.media2.mimeType` ,
`cbax_lexicon_entry.media2` . `file_extension` as `cbax_lexicon_entry.media2.fileExtension` ,
`cbax_lexicon_entry.media2` . `uploaded_at` as `cbax_lexicon_entry.media2.uploadedAt` ,
`cbax_lexicon_entry.media2` . `file_name` as `cbax_lexicon_entry.media2.fileName` ,
`cbax_lexicon_entry.media2` . `file_size` as `cbax_lexicon_entry.media2.fileSize` ,
`cbax_lexicon_entry.media2` . `media_type` as `cbax_lexicon_entry.media2.mediaTypeRaw` ,
`cbax_lexicon_entry.media2` . `meta_data` as `cbax_lexicon_entry.media2.metaData` ,
`cbax_lexicon_entry.media2` . `private` as `cbax_lexicon_entry.media2.private` ,
`cbax_lexicon_entry.media2` . `thumbnails_ro` as `cbax_lexicon_entry.media2.thumbnailsRo` ,
`cbax_lexicon_entry.media2` . `created_at` as `cbax_lexicon_entry.media2.createdAt` ,
`cbax_lexicon_entry.media2` . `updated_at` as `cbax_lexicon_entry.media2.updatedAt` ,
`cbax_lexicon_entry.media2.translation.fallback_1.title` ,
`cbax_lexicon_entry.media2.translation.title` ,
COALESCE (
`cbax_lexicon_entry.media2.translation.fallback_1.title` ,
`cbax_lexicon_entry.media2.translation.title` ,
`cbax_lexicon_entry.media2.translation.title`
) as `cbax_lexicon_entry.media2.title` ,
`cbax_lexicon_entry.media2.translation.fallback_1.alt` ,
`cbax_lexicon_entry.media2.translation.alt` ,
COALESCE (
`cbax_lexicon_entry.media2.translation.fallback_1.alt` ,
`cbax_lexicon_entry.media2.translation.alt` ,
`cbax_lexicon_entry.media2.translation.alt`
) as `cbax_lexicon_entry.media2.alt` ,
`cbax_lexicon_entry.media2.translation.fallback_1.customFields` ,
`cbax_lexicon_entry.media2.translation.customFields` ,
COALESCE (
`cbax_lexicon_entry.media2.translation.fallback_1.customFields` ,
`cbax_lexicon_entry.media2.translation.customFields` ,
`cbax_lexicon_entry.media2.translation.customFields`
) as `cbax_lexicon_entry.media2.customFields` ,
`cbax_lexicon_entry.media2.translation.fallback_1.createdAt` ,
`cbax_lexicon_entry.media2.translation.createdAt` ,
`cbax_lexicon_entry.media2.translation.fallback_1.updatedAt` ,
`cbax_lexicon_entry.media2.translation.updatedAt` ,
`cbax_lexicon_entry.media2.translation.fallback_1.mediaId` ,
`cbax_lexicon_entry.media2.translation.mediaId` ,
`cbax_lexicon_entry.media2.translation.fallback_1.languageId` ,
`cbax_lexicon_entry.media2.translation.languageId` ,
`cbax_lexicon_entry.media3` . `id` as `cbax_lexicon_entry.media3.id` ,
`cbax_lexicon_entry.media3` . `user_id` as `cbax_lexicon_entry.media3.userId` ,
`cbax_lexicon_entry.media3` . `media_folder_id` as `cbax_lexicon_entry.media3.mediaFolderId` ,
`cbax_lexicon_entry.media3` . `mime_type` as `cbax_lexicon_entry.media3.mimeType` ,
`cbax_lexicon_entry.media3` . `file_extension` as `cbax_lexicon_entry.media3.fileExtension` ,
`cbax_lexicon_entry.media3` . `uploaded_at` as `cbax_lexicon_entry.media3.uploadedAt` ,
`cbax_lexicon_entry.media3` . `file_name` as `cbax_lexicon_entry.media3.fileName` ,
`cbax_lexicon_entry.media3` . `file_size` as `cbax_lexicon_entry.media3.fileSize` ,
`cbax_lexicon_entry.media3` . `media_type` as `cbax_lexicon_entry.media3.mediaTypeRaw` ,
`cbax_lexicon_entry.media3` . `meta_data` as `cbax_lexicon_entry.media3.metaData` ,
`cbax_lexicon_entry.media3` . `private` as `cbax_lexicon_entry.media3.private` ,
`cbax_lexicon_entry.media3` . `thumbnails_ro` as `cbax_lexicon_entry.media3.thumbnailsRo` ,
`cbax_lexicon_entry.media3` . `created_at` as `cbax_lexicon_entry.media3.createdAt` ,
`cbax_lexicon_entry.media3` . `updated_at` as `cbax_lexicon_entry.media3.updatedAt` ,
`cbax_lexicon_entry.media3.translation.fallback_1.title` ,
`cbax_lexicon_entry.media3.translation.title` ,
COALESCE (
`cbax_lexicon_entry.media3.translation.fallback_1.title` ,
`cbax_lexicon_entry.media3.translation.title` ,
`cbax_lexicon_entry.media3.translation.title`
) as `cbax_lexicon_entry.media3.title` ,
`cbax_lexicon_entry.media3.translation.fallback_1.alt` ,
`cbax_lexicon_entry.media3.translation.alt` ,
COALESCE (
`cbax_lexicon_entry.media3.translation.fallback_1.alt` ,
`cbax_lexicon_entry.media3.translation.alt` ,
`cbax_lexicon_entry.media3.translation.alt`
) as `cbax_lexicon_entry.media3.alt` ,
`cbax_lexicon_entry.media3.translation.fallback_1.customFields` ,
`cbax_lexicon_entry.media3.translation.customFields` ,
COALESCE (
`cbax_lexicon_entry.media3.translation.fallback_1.customFields` ,
`cbax_lexicon_entry.media3.translation.customFields` ,
`cbax_lexicon_entry.media3.translation.customFields`
) as `cbax_lexicon_entry.media3.customFields` ,
`cbax_lexicon_entry.media3.translation.fallback_1.createdAt` ,
`cbax_lexicon_entry.media3.translation.createdAt` ,
`cbax_lexicon_entry.media3.translation.fallback_1.updatedAt` ,
`cbax_lexicon_entry.media3.translation.updatedAt` ,
`cbax_lexicon_entry.media3.translation.fallback_1.mediaId` ,
`cbax_lexicon_entry.media3.translation.mediaId` ,
`cbax_lexicon_entry.media3.translation.fallback_1.languageId` ,
`cbax_lexicon_entry.media3.translation.languageId` ,
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title` ,
`cbax_lexicon_entry.translation.title`
) as `cbax_lexicon_entry.title` ,
`cbax_lexicon_entry.translation.fallback_1.keyword` ,
`cbax_lexicon_entry.translation.keyword` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.keyword` ,
`cbax_lexicon_entry.translation.keyword` ,
`cbax_lexicon_entry.translation.keyword`
) as `cbax_lexicon_entry.keyword` ,
`cbax_lexicon_entry.translation.fallback_1.description` ,
`cbax_lexicon_entry.translation.description` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.description` ,
`cbax_lexicon_entry.translation.description` ,
`cbax_lexicon_entry.translation.description`
) as `cbax_lexicon_entry.description` ,
`cbax_lexicon_entry.translation.fallback_1.descriptionLong` ,
`cbax_lexicon_entry.translation.descriptionLong` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.descriptionLong` ,
`cbax_lexicon_entry.translation.descriptionLong` ,
`cbax_lexicon_entry.translation.descriptionLong`
) as `cbax_lexicon_entry.descriptionLong` ,
`cbax_lexicon_entry.translation.fallback_1.linkDescription` ,
`cbax_lexicon_entry.translation.linkDescription` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.linkDescription` ,
`cbax_lexicon_entry.translation.linkDescription` ,
`cbax_lexicon_entry.translation.linkDescription`
) as `cbax_lexicon_entry.linkDescription` ,
`cbax_lexicon_entry.translation.fallback_1.metaTitle` ,
`cbax_lexicon_entry.translation.metaTitle` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.metaTitle` ,
`cbax_lexicon_entry.translation.metaTitle` ,
`cbax_lexicon_entry.translation.metaTitle`
) as `cbax_lexicon_entry.metaTitle` ,
`cbax_lexicon_entry.translation.fallback_1.metaKeywords` ,
`cbax_lexicon_entry.translation.metaKeywords` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.metaKeywords` ,
`cbax_lexicon_entry.translation.metaKeywords` ,
`cbax_lexicon_entry.translation.metaKeywords`
) as `cbax_lexicon_entry.metaKeywords` ,
`cbax_lexicon_entry.translation.fallback_1.metaDescription` ,
`cbax_lexicon_entry.translation.metaDescription` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.metaDescription` ,
`cbax_lexicon_entry.translation.metaDescription` ,
`cbax_lexicon_entry.translation.metaDescription`
) as `cbax_lexicon_entry.metaDescription` ,
`cbax_lexicon_entry.translation.fallback_1.headline` ,
`cbax_lexicon_entry.translation.headline` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.headline` ,
`cbax_lexicon_entry.translation.headline` ,
`cbax_lexicon_entry.translation.headline`
) as `cbax_lexicon_entry.headline` ,
`cbax_lexicon_entry.translation.fallback_1.attribute1` ,
`cbax_lexicon_entry.translation.attribute1` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute1` ,
`cbax_lexicon_entry.translation.attribute1` ,
`cbax_lexicon_entry.translation.attribute1`
) as `cbax_lexicon_entry.attribute1` ,
`cbax_lexicon_entry.translation.fallback_1.attribute4` ,
`cbax_lexicon_entry.translation.attribute4` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute4` ,
`cbax_lexicon_entry.translation.attribute4` ,
`cbax_lexicon_entry.translation.attribute4`
) as `cbax_lexicon_entry.attribute4` ,
`cbax_lexicon_entry.translation.fallback_1.attribute5` ,
`cbax_lexicon_entry.translation.attribute5` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute5` ,
`cbax_lexicon_entry.translation.attribute5` ,
`cbax_lexicon_entry.translation.attribute5`
) as `cbax_lexicon_entry.attribute5` ,
`cbax_lexicon_entry.translation.fallback_1.attribute6` ,
`cbax_lexicon_entry.translation.attribute6` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute6` ,
`cbax_lexicon_entry.translation.attribute6` ,
`cbax_lexicon_entry.translation.attribute6`
) as `cbax_lexicon_entry.attribute6` ,
`cbax_lexicon_entry.translation.fallback_1.createdAt` ,
`cbax_lexicon_entry.translation.createdAt` ,
`cbax_lexicon_entry.translation.fallback_1.updatedAt` ,
`cbax_lexicon_entry.translation.updatedAt` ,
`cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation.fallback_1.languageId` ,
`cbax_lexicon_entry.translation.languageId`
FROM
`cbax_lexicon_entry`
LEFT JOIN (
SELECT
`cbax_lexicon_entry.translation` . cbax_lexicon_entry_id ,
`cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` ,
`cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` ,
`cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` ,
`cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` ,
`cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` ,
`cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` ,
`cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` ,
`cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` ,
`cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` ,
`cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` ,
`cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` ,
`cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` ,
`cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` ,
`cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` ,
`cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` ,
`cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` ,
`cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` ,
`cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` ,
`cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` ,
`cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` ,
`cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` ,
`cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` ,
`cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` ,
`cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId`
FROM
`cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation`
LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id`
AND `cbax_lexicon_entry.translation.fallback_1` . language_id = ?
WHERE
`cbax_lexicon_entry.translation` . language_id = ?
) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id`
LEFT JOIN `media` `cbax_lexicon_entry.media2` ON `cbax_lexicon_entry` . `media2_id` = `cbax_lexicon_entry.media2` . `id`
LEFT JOIN `media` `cbax_lexicon_entry.media3` ON `cbax_lexicon_entry` . `media3_id` = `cbax_lexicon_entry.media3` . `id`
LEFT JOIN (
SELECT
`cbax_lexicon_entry.media2.translation` . media_id ,
`cbax_lexicon_entry.media2.translation` . title as `cbax_lexicon_entry.media2.translation.title` ,
`cbax_lexicon_entry.media2.translation` . alt as `cbax_lexicon_entry.media2.translation.alt` ,
`cbax_lexicon_entry.media2.translation` . custom_fields as `cbax_lexicon_entry.media2.translation.customFields` ,
`cbax_lexicon_entry.media2.translation` . created_at as `cbax_lexicon_entry.media2.translation.createdAt` ,
`cbax_lexicon_entry.media2.translation` . updated_at as `cbax_lexicon_entry.media2.translation.updatedAt` ,
`cbax_lexicon_entry.media2.translation` . media_id as `cbax_lexicon_entry.media2.translation.mediaId` ,
`cbax_lexicon_entry.media2.translation` . language_id as `cbax_lexicon_entry.media2.translation.languageId` ,
`cbax_lexicon_entry.media2.translation.fallback_1` . title as `cbax_lexicon_entry.media2.translation.fallback_1.title` ,
`cbax_lexicon_entry.media2.translation.fallback_1` . alt as `cbax_lexicon_entry.media2.translation.fallback_1.alt` ,
`cbax_lexicon_entry.media2.translation.fallback_1` . custom_fields as `cbax_lexicon_entry.media2.translation.fallback_1.customFields` ,
`cbax_lexicon_entry.media2.translation.fallback_1` . created_at as `cbax_lexicon_entry.media2.translation.fallback_1.createdAt` ,
`cbax_lexicon_entry.media2.translation.fallback_1` . updated_at as `cbax_lexicon_entry.media2.translation.fallback_1.updatedAt` ,
`cbax_lexicon_entry.media2.translation.fallback_1` . media_id as `cbax_lexicon_entry.media2.translation.fallback_1.mediaId` ,
`cbax_lexicon_entry.media2.translation.fallback_1` . language_id as `cbax_lexicon_entry.media2.translation.fallback_1.languageId`
FROM
`media_translation` `cbax_lexicon_entry.media2.translation`
LEFT JOIN `media_translation` `cbax_lexicon_entry.media2.translation.fallback_1` ON `cbax_lexicon_entry.media2.translation` . `media_id` = `cbax_lexicon_entry.media2.translation.fallback_1` . `media_id`
AND `cbax_lexicon_entry.media2.translation.fallback_1` . language_id = ?
WHERE
`cbax_lexicon_entry.media2.translation` . language_id = ?
) `cbax_lexicon_entry.media2.media_translation` ON `cbax_lexicon_entry.media2.media_translation` . `media_id` = `cbax_lexicon_entry.media2` . `id`
LEFT JOIN (
SELECT
`cbax_lexicon_entry.media3.translation` . media_id ,
`cbax_lexicon_entry.media3.translation` . title as `cbax_lexicon_entry.media3.translation.title` ,
`cbax_lexicon_entry.media3.translation` . alt as `cbax_lexicon_entry.media3.translation.alt` ,
`cbax_lexicon_entry.media3.translation` . custom_fields as `cbax_lexicon_entry.media3.translation.customFields` ,
`cbax_lexicon_entry.media3.translation` . created_at as `cbax_lexicon_entry.media3.translation.createdAt` ,
`cbax_lexicon_entry.media3.translation` . updated_at as `cbax_lexicon_entry.media3.translation.updatedAt` ,
`cbax_lexicon_entry.media3.translation` . media_id as `cbax_lexicon_entry.media3.translation.mediaId` ,
`cbax_lexicon_entry.media3.translation` . language_id as `cbax_lexicon_entry.media3.translation.languageId` ,
`cbax_lexicon_entry.media3.translation.fallback_1` . title as `cbax_lexicon_entry.media3.translation.fallback_1.title` ,
`cbax_lexicon_entry.media3.translation.fallback_1` . alt as `cbax_lexicon_entry.media3.translation.fallback_1.alt` ,
`cbax_lexicon_entry.media3.translation.fallback_1` . custom_fields as `cbax_lexicon_entry.media3.translation.fallback_1.customFields` ,
`cbax_lexicon_entry.media3.translation.fallback_1` . created_at as `cbax_lexicon_entry.media3.translation.fallback_1.createdAt` ,
`cbax_lexicon_entry.media3.translation.fallback_1` . updated_at as `cbax_lexicon_entry.media3.translation.fallback_1.updatedAt` ,
`cbax_lexicon_entry.media3.translation.fallback_1` . media_id as `cbax_lexicon_entry.media3.translation.fallback_1.mediaId` ,
`cbax_lexicon_entry.media3.translation.fallback_1` . language_id as `cbax_lexicon_entry.media3.translation.fallback_1.languageId`
FROM
`media_translation` `cbax_lexicon_entry.media3.translation`
LEFT JOIN `media_translation` `cbax_lexicon_entry.media3.translation.fallback_1` ON `cbax_lexicon_entry.media3.translation` . `media_id` = `cbax_lexicon_entry.media3.translation.fallback_1` . `media_id`
AND `cbax_lexicon_entry.media3.translation.fallback_1` . language_id = ?
WHERE
`cbax_lexicon_entry.media3.translation` . language_id = ?
) `cbax_lexicon_entry.media3.media_translation` ON `cbax_lexicon_entry.media3.media_translation` . `media_id` = `cbax_lexicon_entry.media3` . `id`
WHERE
(`cbax_lexicon_entry` . `id` = ? )
Copy
SELECT `cbax_lexicon_entry` . `id` as `cbax_lexicon_entry.id` , `cbax_lexicon_entry` . `impressions` as `cbax_lexicon_entry.impressions` , `cbax_lexicon_entry` . `date` as `cbax_lexicon_entry.date` , `cbax_lexicon_entry` . `link` as `cbax_lexicon_entry.link` , `cbax_lexicon_entry` . `link_target` as `cbax_lexicon_entry.linkTarget` , `cbax_lexicon_entry` . `listing_type` as `cbax_lexicon_entry.listingType` , `cbax_lexicon_entry` . `product_stream_id` as `cbax_lexicon_entry.productStreamId` , `cbax_lexicon_entry` . `product_layout` as `cbax_lexicon_entry.productLayout` , `cbax_lexicon_entry` . `product_template` as `cbax_lexicon_entry.productTemplate` , `cbax_lexicon_entry` . `product_slider_width` as `cbax_lexicon_entry.productSliderWidth` , `cbax_lexicon_entry` . `product_sorting` as `cbax_lexicon_entry.productSorting` , `cbax_lexicon_entry` . `product_limit` as `cbax_lexicon_entry.productLimit` , `cbax_lexicon_entry` . `attribute2` as `cbax_lexicon_entry.attribute2` , `cbax_lexicon_entry` . `attribute3` as `cbax_lexicon_entry.attribute3` , `cbax_lexicon_entry` . `media2_id` as `cbax_lexicon_entry.media2Id` , `cbax_lexicon_entry` . `media3_id` as `cbax_lexicon_entry.media3Id` , `cbax_lexicon_entry` . `created_at` as `cbax_lexicon_entry.createdAt` , `cbax_lexicon_entry` . `updated_at` as `cbax_lexicon_entry.updatedAt` , (SELECT GROUP_CONCAT (HEX (`cbax_lexicon_entry.products.mapping` . `product_id` ) SEPARATOR '||' )
FROM `cbax_lexicon_product` `cbax_lexicon_entry.products.mapping`
WHERE `cbax_lexicon_entry.products.mapping` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id` ) as `cbax_lexicon_entry.products.id_mapping` , `cbax_lexicon_entry.media2` . `id` as `cbax_lexicon_entry.media2.id` , `cbax_lexicon_entry.media2` . `user_id` as `cbax_lexicon_entry.media2.userId` , `cbax_lexicon_entry.media2` . `media_folder_id` as `cbax_lexicon_entry.media2.mediaFolderId` , `cbax_lexicon_entry.media2` . `mime_type` as `cbax_lexicon_entry.media2.mimeType` , `cbax_lexicon_entry.media2` . `file_extension` as `cbax_lexicon_entry.media2.fileExtension` , `cbax_lexicon_entry.media2` . `uploaded_at` as `cbax_lexicon_entry.media2.uploadedAt` , `cbax_lexicon_entry.media2` . `file_name` as `cbax_lexicon_entry.media2.fileName` , `cbax_lexicon_entry.media2` . `file_size` as `cbax_lexicon_entry.media2.fileSize` , `cbax_lexicon_entry.media2` . `media_type` as `cbax_lexicon_entry.media2.mediaTypeRaw` , `cbax_lexicon_entry.media2` . `meta_data` as `cbax_lexicon_entry.media2.metaData` , `cbax_lexicon_entry.media2` . `private` as `cbax_lexicon_entry.media2.private` , `cbax_lexicon_entry.media2` . `thumbnails_ro` as `cbax_lexicon_entry.media2.thumbnailsRo` , `cbax_lexicon_entry.media2` . `created_at` as `cbax_lexicon_entry.media2.createdAt` , `cbax_lexicon_entry.media2` . `updated_at` as `cbax_lexicon_entry.media2.updatedAt` , `cbax_lexicon_entry.media2.translation.fallback_1.title` , `cbax_lexicon_entry.media2.translation.title` , COALESCE (`cbax_lexicon_entry.media2.translation.fallback_1.title` , `cbax_lexicon_entry.media2.translation.title` , `cbax_lexicon_entry.media2.translation.title` ) as `cbax_lexicon_entry.media2.title` , `cbax_lexicon_entry.media2.translation.fallback_1.alt` , `cbax_lexicon_entry.media2.translation.alt` , COALESCE (`cbax_lexicon_entry.media2.translation.fallback_1.alt` , `cbax_lexicon_entry.media2.translation.alt` , `cbax_lexicon_entry.media2.translation.alt` ) as `cbax_lexicon_entry.media2.alt` , `cbax_lexicon_entry.media2.translation.fallback_1.customFields` , `cbax_lexicon_entry.media2.translation.customFields` , COALESCE (`cbax_lexicon_entry.media2.translation.fallback_1.customFields` , `cbax_lexicon_entry.media2.translation.customFields` , `cbax_lexicon_entry.media2.translation.customFields` ) as `cbax_lexicon_entry.media2.customFields` , `cbax_lexicon_entry.media2.translation.fallback_1.createdAt` , `cbax_lexicon_entry.media2.translation.createdAt` , `cbax_lexicon_entry.media2.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.media2.translation.updatedAt` , `cbax_lexicon_entry.media2.translation.fallback_1.mediaId` , `cbax_lexicon_entry.media2.translation.mediaId` , `cbax_lexicon_entry.media2.translation.fallback_1.languageId` , `cbax_lexicon_entry.media2.translation.languageId` , `cbax_lexicon_entry.media3` . `id` as `cbax_lexicon_entry.media3.id` , `cbax_lexicon_entry.media3` . `user_id` as `cbax_lexicon_entry.media3.userId` , `cbax_lexicon_entry.media3` . `media_folder_id` as `cbax_lexicon_entry.media3.mediaFolderId` , `cbax_lexicon_entry.media3` . `mime_type` as `cbax_lexicon_entry.media3.mimeType` , `cbax_lexicon_entry.media3` . `file_extension` as `cbax_lexicon_entry.media3.fileExtension` , `cbax_lexicon_entry.media3` . `uploaded_at` as `cbax_lexicon_entry.media3.uploadedAt` , `cbax_lexicon_entry.media3` . `file_name` as `cbax_lexicon_entry.media3.fileName` , `cbax_lexicon_entry.media3` . `file_size` as `cbax_lexicon_entry.media3.fileSize` , `cbax_lexicon_entry.media3` . `media_type` as `cbax_lexicon_entry.media3.mediaTypeRaw` , `cbax_lexicon_entry.media3` . `meta_data` as `cbax_lexicon_entry.media3.metaData` , `cbax_lexicon_entry.media3` . `private` as `cbax_lexicon_entry.media3.private` , `cbax_lexicon_entry.media3` . `thumbnails_ro` as `cbax_lexicon_entry.media3.thumbnailsRo` , `cbax_lexicon_entry.media3` . `created_at` as `cbax_lexicon_entry.media3.createdAt` , `cbax_lexicon_entry.media3` . `updated_at` as `cbax_lexicon_entry.media3.updatedAt` , `cbax_lexicon_entry.media3.translation.fallback_1.title` , `cbax_lexicon_entry.media3.translation.title` , COALESCE (`cbax_lexicon_entry.media3.translation.fallback_1.title` , `cbax_lexicon_entry.media3.translation.title` , `cbax_lexicon_entry.media3.translation.title` ) as `cbax_lexicon_entry.media3.title` , `cbax_lexicon_entry.media3.translation.fallback_1.alt` , `cbax_lexicon_entry.media3.translation.alt` , COALESCE (`cbax_lexicon_entry.media3.translation.fallback_1.alt` , `cbax_lexicon_entry.media3.translation.alt` , `cbax_lexicon_entry.media3.translation.alt` ) as `cbax_lexicon_entry.media3.alt` , `cbax_lexicon_entry.media3.translation.fallback_1.customFields` , `cbax_lexicon_entry.media3.translation.customFields` , COALESCE (`cbax_lexicon_entry.media3.translation.fallback_1.customFields` , `cbax_lexicon_entry.media3.translation.customFields` , `cbax_lexicon_entry.media3.translation.customFields` ) as `cbax_lexicon_entry.media3.customFields` , `cbax_lexicon_entry.media3.translation.fallback_1.createdAt` , `cbax_lexicon_entry.media3.translation.createdAt` , `cbax_lexicon_entry.media3.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.media3.translation.updatedAt` , `cbax_lexicon_entry.media3.translation.fallback_1.mediaId` , `cbax_lexicon_entry.media3.translation.mediaId` , `cbax_lexicon_entry.media3.translation.fallback_1.languageId` , `cbax_lexicon_entry.media3.translation.languageId` , `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation.title` ) as `cbax_lexicon_entry.title` , `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation.keyword` ) as `cbax_lexicon_entry.keyword` , `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation.description` ) as `cbax_lexicon_entry.description` , `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` ) as `cbax_lexicon_entry.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` ) as `cbax_lexicon_entry.linkDescription` , `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` ) as `cbax_lexicon_entry.metaTitle` , `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` ) as `cbax_lexicon_entry.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` ) as `cbax_lexicon_entry.metaDescription` , `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation.headline` ) as `cbax_lexicon_entry.headline` , `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation.attribute1` ) as `cbax_lexicon_entry.attribute1` , `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation.attribute4` ) as `cbax_lexicon_entry.attribute4` , `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation.attribute5` ) as `cbax_lexicon_entry.attribute5` , `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation.attribute6` ) as `cbax_lexicon_entry.attribute6` , `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1.languageId` , `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id , `cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` , `cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `cbax_lexicon_entry.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id` LEFT JOIN `media` `cbax_lexicon_entry.media2` ON `cbax_lexicon_entry` . `media2_id` = `cbax_lexicon_entry.media2` . `id` LEFT JOIN `media` `cbax_lexicon_entry.media3` ON `cbax_lexicon_entry` . `media3_id` = `cbax_lexicon_entry.media3` . `id` LEFT JOIN (SELECT `cbax_lexicon_entry.media2.translation` . media_id , `cbax_lexicon_entry.media2.translation` . title as `cbax_lexicon_entry.media2.translation.title` , `cbax_lexicon_entry.media2.translation` . alt as `cbax_lexicon_entry.media2.translation.alt` , `cbax_lexicon_entry.media2.translation` . custom_fields as `cbax_lexicon_entry.media2.translation.customFields` , `cbax_lexicon_entry.media2.translation` . created_at as `cbax_lexicon_entry.media2.translation.createdAt` , `cbax_lexicon_entry.media2.translation` . updated_at as `cbax_lexicon_entry.media2.translation.updatedAt` , `cbax_lexicon_entry.media2.translation` . media_id as `cbax_lexicon_entry.media2.translation.mediaId` , `cbax_lexicon_entry.media2.translation` . language_id as `cbax_lexicon_entry.media2.translation.languageId` , `cbax_lexicon_entry.media2.translation.fallback_1` . title as `cbax_lexicon_entry.media2.translation.fallback_1.title` , `cbax_lexicon_entry.media2.translation.fallback_1` . alt as `cbax_lexicon_entry.media2.translation.fallback_1.alt` , `cbax_lexicon_entry.media2.translation.fallback_1` . custom_fields as `cbax_lexicon_entry.media2.translation.fallback_1.customFields` , `cbax_lexicon_entry.media2.translation.fallback_1` . created_at as `cbax_lexicon_entry.media2.translation.fallback_1.createdAt` , `cbax_lexicon_entry.media2.translation.fallback_1` . updated_at as `cbax_lexicon_entry.media2.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.media2.translation.fallback_1` . media_id as `cbax_lexicon_entry.media2.translation.fallback_1.mediaId` , `cbax_lexicon_entry.media2.translation.fallback_1` . language_id as `cbax_lexicon_entry.media2.translation.fallback_1.languageId` FROM `media_translation` `cbax_lexicon_entry.media2.translation` LEFT JOIN `media_translation` `cbax_lexicon_entry.media2.translation.fallback_1` ON `cbax_lexicon_entry.media2.translation` . `media_id` = `cbax_lexicon_entry.media2.translation.fallback_1` . `media_id` AND `cbax_lexicon_entry.media2.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `cbax_lexicon_entry.media2.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cbax_lexicon_entry.media2.media_translation` ON `cbax_lexicon_entry.media2.media_translation` . `media_id` = `cbax_lexicon_entry.media2` . `id` LEFT JOIN (SELECT `cbax_lexicon_entry.media3.translation` . media_id , `cbax_lexicon_entry.media3.translation` . title as `cbax_lexicon_entry.media3.translation.title` , `cbax_lexicon_entry.media3.translation` . alt as `cbax_lexicon_entry.media3.translation.alt` , `cbax_lexicon_entry.media3.translation` . custom_fields as `cbax_lexicon_entry.media3.translation.customFields` , `cbax_lexicon_entry.media3.translation` . created_at as `cbax_lexicon_entry.media3.translation.createdAt` , `cbax_lexicon_entry.media3.translation` . updated_at as `cbax_lexicon_entry.media3.translation.updatedAt` , `cbax_lexicon_entry.media3.translation` . media_id as `cbax_lexicon_entry.media3.translation.mediaId` , `cbax_lexicon_entry.media3.translation` . language_id as `cbax_lexicon_entry.media3.translation.languageId` , `cbax_lexicon_entry.media3.translation.fallback_1` . title as `cbax_lexicon_entry.media3.translation.fallback_1.title` , `cbax_lexicon_entry.media3.translation.fallback_1` . alt as `cbax_lexicon_entry.media3.translation.fallback_1.alt` , `cbax_lexicon_entry.media3.translation.fallback_1` . custom_fields as `cbax_lexicon_entry.media3.translation.fallback_1.customFields` , `cbax_lexicon_entry.media3.translation.fallback_1` . created_at as `cbax_lexicon_entry.media3.translation.fallback_1.createdAt` , `cbax_lexicon_entry.media3.translation.fallback_1` . updated_at as `cbax_lexicon_entry.media3.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.media3.translation.fallback_1` . media_id as `cbax_lexicon_entry.media3.translation.fallback_1.mediaId` , `cbax_lexicon_entry.media3.translation.fallback_1` . language_id as `cbax_lexicon_entry.media3.translation.fallback_1.languageId` FROM `media_translation` `cbax_lexicon_entry.media3.translation` LEFT JOIN `media_translation` `cbax_lexicon_entry.media3.translation.fallback_1` ON `cbax_lexicon_entry.media3.translation` . `media_id` = `cbax_lexicon_entry.media3.translation.fallback_1` . `media_id` AND `cbax_lexicon_entry.media3.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `cbax_lexicon_entry.media3.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cbax_lexicon_entry.media3.media_translation` ON `cbax_lexicon_entry.media3.media_translation` . `media_id` = `cbax_lexicon_entry.media3` . `id` WHERE (`cbax_lexicon_entry` . `id` = 0x01936CA368D373D682E0E3C25A94A9C2 );
Copy
42
0.48 ms
SELECT `cbax_lexicon_entry` . `id` FROM `cbax_lexicon_entry` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry` . `id` = `cbax_lexicon_entry.saleschannels` . `cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry` . `date` < = ? ) AND `cbax_lexicon_entry.saleschannels` . `sales_channel_id` = ? ) GROUP BY `cbax_lexicon_entry` . `id`
Parameters :
[
"2025-04-18 19:12:12 "
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
]
SELECT `cbax_lexicon_entry` . `id` FROM `cbax_lexicon_entry` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry` . `id` = `cbax_lexicon_entry.saleschannels` . `cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry` . `date` < = '2025-04-18 19:12:12' ) AND `cbax_lexicon_entry.saleschannels` . `sales_channel_id` = 0x64D7112131A2486390AF89B0F82B5A22 ) GROUP BY `cbax_lexicon_entry` . `id` ;
Copy
43
3.07 ms
SELECT `cbax_lexicon_entry` . `id` as `cbax_lexicon_entry.id` , `cbax_lexicon_entry` . `impressions` as `cbax_lexicon_entry.impressions` , `cbax_lexicon_entry` . `date` as `cbax_lexicon_entry.date` , `cbax_lexicon_entry` . `link` as `cbax_lexicon_entry.link` , `cbax_lexicon_entry` . `link_target` as `cbax_lexicon_entry.linkTarget` , `cbax_lexicon_entry` . `listing_type` as `cbax_lexicon_entry.listingType` , `cbax_lexicon_entry` . `product_stream_id` as `cbax_lexicon_entry.productStreamId` , `cbax_lexicon_entry` . `product_layout` as `cbax_lexicon_entry.productLayout` , `cbax_lexicon_entry` . `product_template` as `cbax_lexicon_entry.productTemplate` , `cbax_lexicon_entry` . `product_slider_width` as `cbax_lexicon_entry.productSliderWidth` , `cbax_lexicon_entry` . `product_sorting` as `cbax_lexicon_entry.productSorting` , `cbax_lexicon_entry` . `product_limit` as `cbax_lexicon_entry.productLimit` , `cbax_lexicon_entry` . `attribute2` as `cbax_lexicon_entry.attribute2` , `cbax_lexicon_entry` . `attribute3` as `cbax_lexicon_entry.attribute3` , `cbax_lexicon_entry` . `media2_id` as `cbax_lexicon_entry.media2Id` , `cbax_lexicon_entry` . `media3_id` as `cbax_lexicon_entry.media3Id` , `cbax_lexicon_entry` . `created_at` as `cbax_lexicon_entry.createdAt` , `cbax_lexicon_entry` . `updated_at` as `cbax_lexicon_entry.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation.title` ) as `cbax_lexicon_entry.title` , `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation.keyword` ) as `cbax_lexicon_entry.keyword` , `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation.description` ) as `cbax_lexicon_entry.description` , `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` ) as `cbax_lexicon_entry.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` ) as `cbax_lexicon_entry.linkDescription` , `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` ) as `cbax_lexicon_entry.metaTitle` , `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` ) as `cbax_lexicon_entry.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` ) as `cbax_lexicon_entry.metaDescription` , `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation.headline` ) as `cbax_lexicon_entry.headline` , `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation.attribute1` ) as `cbax_lexicon_entry.attribute1` , `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation.attribute4` ) as `cbax_lexicon_entry.attribute4` , `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation.attribute5` ) as `cbax_lexicon_entry.attribute5` , `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation.attribute6` ) as `cbax_lexicon_entry.attribute6` , `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1.languageId` , `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id , `cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` , `cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1` . language_id = ? WHERE `cbax_lexicon_entry.translation` . language_id = ? ) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id` WHERE `cbax_lexicon_entry` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ô?╣\x1A 6s°îLêYì%fª "
b"\x01 “h/l¥rر'iÍðŠ·õ "
b"""
\x01 “h4\n
msu¬óþìu¹\x04\x15
"""
b"\x01 “hevzsP¹‰±Î’¡\x19 } "
b"\x01 “hh)ŽpC¯$\x06\x07 (Mʦ "
b"\x01 ôhiþ{q\ÅRÿ¸¥\x05\e ┼ "
b"""
\x01 “hr»kq\x08 “‘Ï\x1D ão\n
ø
"""
b"\x01 “hx|ðr+ˆ\x06\f Ü"‰o\x1E "
b"\x01 ôh\x7F ÷£qæú(ı/[(ɯ "
b"\x01 ôhà▒`reì¯kî»)\x12\x7F "
b"\x01 “h‡V‡r{·àÂòø(Èô "
b"\x01 “hŽéÿr@¿\x08\x1C x\x17 W]• "
b"\x01 “h‘\x0E áqòŒ&ãb×mù\x18 "
b"\x01 “h”!¢r¢›\x16 …‚\x1A ļý "
b"\x01 “h–gsäˆ$–Iþ\x12 ø\t "
b"\x01 “h˜¬0pˆº¬\x12 Àä‡`B "
b"\x01 “h›QÝqž·=Çbš\x0F n¾ "
b"\x01 ôhØ┴\x04 qTüö─h█Æ╚V "
b"\x01 ôh¿\x0E âsDÉ/0¾┌VÈë "
b"\x01 ôh½0Ñqƒüd]³ZTIO "
b"\x01 ôh¡<÷r²ÉJ.6Oh\x03\x1D "
b"\x01 “h¯ª´s\x00 •B”_uß\x13 ‚ "
b"\x01 ôh▒}YrÿÂV┘\x10 ┐çØ "
b"\x01 “h³/(râ…O<ð¸Pôú "
b"\x01 “hµ\x05 Ûrn‘«NvA`Õ¸ "
b"\x01 “h¸—\x13 sD¨N~¹J¾üq "
b"\x01 ôh╣‗\x18 rðŦ¨\x11 ÇFN "
b"\x01 “h»«kqg¬“óïš®(\x00 "
b"\x01 “h½·Žsf²záÌ…˜"[ "
b"\x01 “h¿ŠFq—¨ð÷†~†Ð\x1E "
b"\x01 “hÁ\t ss\x02 ¶³ÛË«\e ËÑ "
b"\x01 “hº¯sÚ¶ñì\x04 @\x1D þ• "
b"\x01 “hÅßDp\x0F ©\x1A è÷Vp\x10 ÷ "
b"\x01 “hÇÒŸsQŽýåGŠ¦\x07 # "
b"\x01 “hÊ`ßp\t ±s²›þ÷\v\x08 "
b"\x01 “hÐ\f\x07 q\x19 ›\x08 [\x17 º&ô\x17 "
b"\x01 “hÑ—¡r?¬\x15\x0F\x06 Å]IÑ "
b"\x01 “hÓÈ$p˺>\x12\x05 5:k› "
b"\x01 “hÕ–·q.¿^~dG—\x10\x10 "
b"\x01 ôhÎØÁq╗ºc'║o±¤╝ "
b"\x01 “hÙ\x04 –r%‘èö-9¢îö "
b"\x01 “hÚXÀp¨Žëöuô·Š\x00 "
b"""
\x01 “hÜ\x05 erK¡dÞî„\n
\x07 4
"""
b"\x01 ôh¦²ûq▓áyÒ\x05 ûë\x03 Ø "
b"\x01 “hà\x03 .r\x07 …i&ˆÒì9– "
b"\x01 “há’ñqý¢Ï\x03 ¼âãƒN "
b"\x01 “häüÞsj¹¡‚\x06\v úk£ "
b"\x01 “hæn¾qy®Ï_šì"q” "
b"\x01 ôhÚÆ\x16 q\x04 À─ï"âÌ╦Å "
b"\x01 ôh‗▓§qãØz\x10 ¥iÁ¥L "
b"\x01 “hõ±¸sÊ‘6é`â·#Z "
b"\x01 “hù]¢p÷¥\x0E ó\x16 5Eñv "
b"\x01 ôh¹I\x00 r╗«ê\x04 4=É8┼ "
b"\x01 “lqÊ–p¦¯\f #ìè\x1A 9Ñ "
b"\x01 “lsGÏrK£e\x00 ‘ÚÒeü "
b"\x01 ôlx·┐s(Å\x0E ╠\x15 ãÈHQ "
b"\x01 “l}‹)r\x1A º{\t Ó=\r eI "
b"\x01 “lƒ¯\x00 r\x1D ‘À\x04 •pàa/ "
b"\x01 “l†§ùq¿¢s3-—8\x11 n "
b"\x01 “lˆúhp±¥/càe߉¬ "
b"\x01 “lŠ‚'sʘü´’à*v6 "
b"\x01 ôlì©s6╗_PªÈ╣ç? "
b"\x01 ôlÉ<0q>»ë╠×ñ\x00 ¬- "
b"\x01 “l‘ðÍp:¡v%É:ÎçN "
b"\x01 ôlø°lq\x14 æ\x05 rÅ΃│ç "
b"\x01 ôlØ×ñpOÇ\f ┐@VY~á "
b"\x01 “lŸ\x1E Arµºy'›Lh¢ö "
b"\x01 “l ®Iq\x17 ®e¯Š\x1A ø˜\x12 "
b"\x01 “l£hÓsÖ‚àãÂZ”©Â "
b"\x01 “l¤Öêpš›X\x02\x14\x11 :"2 "
b"\x01 “l¦T÷p`†y ªÂ‰ïï "
b"\x01 “l¨$©p5·Ð‚/ ¢†f "
b"\x01 “l©ŒyqÚ¢rö=c°ƒ\r "
b"\x01 “l«\x18\x05 re¥€‡]g{Â’ "
b"\x01 “l¬ÜJr·«!Ÿ„ç-•ë "
b"\x01 “l®¢Ôr§´{ò%Ñ¥ÓŒ "
b"\x01 “l¯ûïq\x06 œ\x0E –Qž]þ¨ "
b"""
\x01 ôl▒ñ\x17 sÚØ/¼\n
u8VÕ
"""
b"\x01 “l³`\x1A s\x1F ¬áR\x1A Õœ\x1F ] "
b"\x01 “lµ%Npé¢VF*GÓkÁ "
b"\x01 ôl¾fp└¢èØGº─±´ "
b"\x01 “l¹‰XsØš®+j]«GØ "
b"\x01 “l»<õsa Þf\x1C\x19 oËb "
b"\x01 “l¼Ë\x1A s¦€NSS¸\x19 ‚2 "
b"\x01 “l¾»\x19 qn‘}lŸùÿ\x1F õ "
b"\x01 “lÁ/fqLˆ\x00 ~Èjm, "
b"\x01 “lÃr°p̘Ý퀂¢wö "
b"\x01 “lÅS€r{»p[ý4\x03 àU "
b"\x01 ôlù7rèجêãø/ÑÕ "
b"\x01 “lÉÜmrõœ5Çœ08Fõ "
b"\x01 “lËy3sb«!Cÿãô@\x1F "
b"""
\x01 “lÍ\n
\x18 sÍ¿{Î/–šÚ¾
"""
b"\x01 “lΪ\x07 pF„ÏèÎ÷}Âò "
b"\x01 ôlð0FsÌüı┤êþ¦ÙZ "
b"\x01 “lÑ“`p\x02 ·òên|ë·Ò "
b"\x01 ôlÈMïrÿÉÙÇßJ»\x05 Ï "
b"\x01 “lÕéwq°’ÌPÓ\x1C kû "
b"\x01 “lØp<s\x08 ±‚lÖXì¼° "
b"\x01 “lÚYypçŒïêó\x0F /V$ "
b"\x01 “lÛדpÒ˜Ui{ñw^Ö "
b"\x01 “lÝs&qØ¿¤Óë3-ˆn "
b"\x01 “lßX\e r’‰ð\x06\x16 _8…g "
b"\x01 “lá)*s´€fæ†ê‰6Z "
b"\x01 “lâðJr?¥n³=\x18 5ŽS "
b"\x01 “læ*AqÛ¬¸šü!ÕiZ "
b"\x01 ôlÞO@r‗â´ıı×~╬ì "
b"\x01 ôlÚ╚Éq¯©ZÓ?ǯôÌ "
b"\x01 “lëv¦q\x13 ±»^lá\x1D |O "
b"\x01 “lí+<rÅŸÙ\x00\x10 WOH "
b"\x01 “lîéÊr(º(YbÁY–? "
b"\x01 “lñ\x16 sî®Ù\x13 Õ’|&å "
b"\x01 “lòŸ²q“®\x06 .a\x1E\x16\x14 "
b"\x01 “lý\r \x11 r‰ªõØ\x0F ß¾˜¯ "
b"\x01 “lþ¯\x11 s²·P.BL΃j "
b"\x01 “m\x00 M>q•¦Ön¨Òæ3\t "
b"\x01 “m\x02\e\x02 rø…YÛ!®\x02 ö‰ "
b"\x01 “m\x03 ¢Cp[£¾W“R)¨2 "
b"\x01 “m\x05 C\x16 s‘–m\x17 ‚^‡ÔÌ "
b"\x01 ôm\x06 ËÚs ½]³mæ\x1F 1ì "
b"\x01 “m\x08 ÉÂpJ„ØŒ•8àA\x18 "
b"\x01 “m\v á\x18 sN–DHþùå\x7F ñ "
b"\x01 “m\r ʈp\x1A €iU>\x13 ³jô "
b"\x01 “m\x0F Źq,³Skz–\x10 r\x0E "
b"\x01 “m\x13 ³\x14 qO»¿kÓÝðÞ\e "
b"\x01 “m\x15 SNrV°U9Œ™l}ò "
b"\x01 “m\x17\x05\x08 p% ’< l,\x10\x1F "
b"\x01 “m\x1A ¦\x7F pFˆÈó¡“:Ù& "
b"\x01 ôm\x1D h\x16 p¿ò¹¡ÿùü!─ "
b"\x01 ôm [\x1A q\x02 ¬«(└X¬×Ø "
b"\x01 ôm"\r ]pÍ┐»Dk}öSì "
b"\x01 “m#ßÎr\x08 …ÑÜvon÷³ "
b"\x01 “m&ä÷q‰šqóÚ!yoš "
b"\x01 “m)‡krǘüÜ‹\x02 .z¯ "
b"\x01 “m*î…s¢‰\~Ò>Èõ» "
b"\x01 ôm,gÀp\x08 ªõ¬±3ZıØ "
b"\x01 ôm-¶¯p\x11 å\x0F Y:üCøø "
b"\x01 “m/HCqiªY\x18 '—Ô<Z "
b"\x01 “m0¸¦r’¢hÝŸô‹\x10 ¯ "
b"\x01 ôm2Ðäq$üzÉıAıc* "
b"\x01 “m4WÎs#”¶j\x08 ³M^e "
b"\x01 “m5áGq\x11 ˆ\x1D Kä‡9Õû "
b"\x01 “m8¢\e r›”X·¡ÆÊr‰ "
b"\x01 ôm:C┐p®ò$ËÉ│rÊ│ "
b"\x01 “m<\v Qr0’\x17 ÂÚ¹%'æ "
b"\x01 “m=‘Õp<²&™þª\\x17 7 "
b"\x01 ômA‗Ær\x18 ÁÅà┌ä\x00 ┼´ "
b"\x01 ômDf¸qîì\x0F ¶╦¨JMM "
b"\x01 “mEñ™p*¯\x04 |kÖL¼| "
b"\x01 “mG´ÂrÒ‡¬r£\x11 …\f – "
b"\x01 “mI_Ñp†² „\x1E Œƒ›þ "
b"\x01 “mK\x17 ØpΤ™Î{R£žœ "
b"""
\x01 “mPNgs꼫lí\n
¨Æâ
"""
b"\x01 “mQºpr`Œ\x07 Ô„ä\v 1Ö "
b"\x01 “mS¤7r¹Œõ©Ì™ª‚Z "
b"\x01 ômU0Sq÷«╦^ÅÈU▀ "
b"\x01 “mV±ùq©‘{É\x7F q"ÒE "
b"\x01 “mX\x07 4q:‡ùD¯°¢“ "
b"\x01 “mY€#q›VÙ\x07 x\r ¦É "
b"""
\x01 “m[\n
“s\x15 „ž¬üŽÚb2
"""
b"\x01 ôm\µåpF¬Úì¥7rËJ "
b"\x01 ôm^┤\x1C sêá▒²uÅ;P# "
b"\x01 “maLQsl‰xܳس\x07 ? "
b"\x01 ômbñ╦s¢ÅRôÐ\x03 Mx: "
b"\x01 ômâ(BrKº\x08 Ü5ìu»Z "
b"\x01 “m„̪sŠ¶K\x14 ‰è%„f "
b"\x01 “m†%ÆrC•äFòFQφ "
b"\x01 “m‡ýds\x1C —ÿb\x12 Tªô‡ "
b"\x01 “mŠ8êq\x7F €1Ýïðš+Ê "
b"\x01 “m‹†·s,‡8~\x7F\x18\t\x06 ß "
b"\x01 “mŒÖ¶q\x17 ›¾¦œÊ˜fø "
b"\x01 ômÄÅ3qßïÍ\x7F │v ñU "
b"\x01 ômÅ█oq9íL4\x1C åtÛ6 "
b"\x01 ômæµ─p┬ÅF=«\x1A ôÈ· "
b"\x01 “m“RŽsé‰mjEÙÈi• "
b"\x01 “m”ÌSsó°\x07 øÑÞø0 "
b"\x01 “m–Œ¨qö¶4bV~Â\x02\v "
b"\x01 ”õ\x0F _KrÛ…pχ\x11 ·\x18 © "
]
SELECT
`cbax_lexicon_entry` . `id` as `cbax_lexicon_entry.id` ,
`cbax_lexicon_entry` . `impressions` as `cbax_lexicon_entry.impressions` ,
`cbax_lexicon_entry` . `date` as `cbax_lexicon_entry.date` ,
`cbax_lexicon_entry` . `link` as `cbax_lexicon_entry.link` ,
`cbax_lexicon_entry` . `link_target` as `cbax_lexicon_entry.linkTarget` ,
`cbax_lexicon_entry` . `listing_type` as `cbax_lexicon_entry.listingType` ,
`cbax_lexicon_entry` . `product_stream_id` as `cbax_lexicon_entry.productStreamId` ,
`cbax_lexicon_entry` . `product_layout` as `cbax_lexicon_entry.productLayout` ,
`cbax_lexicon_entry` . `product_template` as `cbax_lexicon_entry.productTemplate` ,
`cbax_lexicon_entry` . `product_slider_width` as `cbax_lexicon_entry.productSliderWidth` ,
`cbax_lexicon_entry` . `product_sorting` as `cbax_lexicon_entry.productSorting` ,
`cbax_lexicon_entry` . `product_limit` as `cbax_lexicon_entry.productLimit` ,
`cbax_lexicon_entry` . `attribute2` as `cbax_lexicon_entry.attribute2` ,
`cbax_lexicon_entry` . `attribute3` as `cbax_lexicon_entry.attribute3` ,
`cbax_lexicon_entry` . `media2_id` as `cbax_lexicon_entry.media2Id` ,
`cbax_lexicon_entry` . `media3_id` as `cbax_lexicon_entry.media3Id` ,
`cbax_lexicon_entry` . `created_at` as `cbax_lexicon_entry.createdAt` ,
`cbax_lexicon_entry` . `updated_at` as `cbax_lexicon_entry.updatedAt` ,
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title` ,
`cbax_lexicon_entry.translation.title`
) as `cbax_lexicon_entry.title` ,
`cbax_lexicon_entry.translation.fallback_1.keyword` ,
`cbax_lexicon_entry.translation.keyword` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.keyword` ,
`cbax_lexicon_entry.translation.keyword` ,
`cbax_lexicon_entry.translation.keyword`
) as `cbax_lexicon_entry.keyword` ,
`cbax_lexicon_entry.translation.fallback_1.description` ,
`cbax_lexicon_entry.translation.description` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.description` ,
`cbax_lexicon_entry.translation.description` ,
`cbax_lexicon_entry.translation.description`
) as `cbax_lexicon_entry.description` ,
`cbax_lexicon_entry.translation.fallback_1.descriptionLong` ,
`cbax_lexicon_entry.translation.descriptionLong` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.descriptionLong` ,
`cbax_lexicon_entry.translation.descriptionLong` ,
`cbax_lexicon_entry.translation.descriptionLong`
) as `cbax_lexicon_entry.descriptionLong` ,
`cbax_lexicon_entry.translation.fallback_1.linkDescription` ,
`cbax_lexicon_entry.translation.linkDescription` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.linkDescription` ,
`cbax_lexicon_entry.translation.linkDescription` ,
`cbax_lexicon_entry.translation.linkDescription`
) as `cbax_lexicon_entry.linkDescription` ,
`cbax_lexicon_entry.translation.fallback_1.metaTitle` ,
`cbax_lexicon_entry.translation.metaTitle` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.metaTitle` ,
`cbax_lexicon_entry.translation.metaTitle` ,
`cbax_lexicon_entry.translation.metaTitle`
) as `cbax_lexicon_entry.metaTitle` ,
`cbax_lexicon_entry.translation.fallback_1.metaKeywords` ,
`cbax_lexicon_entry.translation.metaKeywords` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.metaKeywords` ,
`cbax_lexicon_entry.translation.metaKeywords` ,
`cbax_lexicon_entry.translation.metaKeywords`
) as `cbax_lexicon_entry.metaKeywords` ,
`cbax_lexicon_entry.translation.fallback_1.metaDescription` ,
`cbax_lexicon_entry.translation.metaDescription` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.metaDescription` ,
`cbax_lexicon_entry.translation.metaDescription` ,
`cbax_lexicon_entry.translation.metaDescription`
) as `cbax_lexicon_entry.metaDescription` ,
`cbax_lexicon_entry.translation.fallback_1.headline` ,
`cbax_lexicon_entry.translation.headline` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.headline` ,
`cbax_lexicon_entry.translation.headline` ,
`cbax_lexicon_entry.translation.headline`
) as `cbax_lexicon_entry.headline` ,
`cbax_lexicon_entry.translation.fallback_1.attribute1` ,
`cbax_lexicon_entry.translation.attribute1` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute1` ,
`cbax_lexicon_entry.translation.attribute1` ,
`cbax_lexicon_entry.translation.attribute1`
) as `cbax_lexicon_entry.attribute1` ,
`cbax_lexicon_entry.translation.fallback_1.attribute4` ,
`cbax_lexicon_entry.translation.attribute4` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute4` ,
`cbax_lexicon_entry.translation.attribute4` ,
`cbax_lexicon_entry.translation.attribute4`
) as `cbax_lexicon_entry.attribute4` ,
`cbax_lexicon_entry.translation.fallback_1.attribute5` ,
`cbax_lexicon_entry.translation.attribute5` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute5` ,
`cbax_lexicon_entry.translation.attribute5` ,
`cbax_lexicon_entry.translation.attribute5`
) as `cbax_lexicon_entry.attribute5` ,
`cbax_lexicon_entry.translation.fallback_1.attribute6` ,
`cbax_lexicon_entry.translation.attribute6` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute6` ,
`cbax_lexicon_entry.translation.attribute6` ,
`cbax_lexicon_entry.translation.attribute6`
) as `cbax_lexicon_entry.attribute6` ,
`cbax_lexicon_entry.translation.fallback_1.createdAt` ,
`cbax_lexicon_entry.translation.createdAt` ,
`cbax_lexicon_entry.translation.fallback_1.updatedAt` ,
`cbax_lexicon_entry.translation.updatedAt` ,
`cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation.fallback_1.languageId` ,
`cbax_lexicon_entry.translation.languageId`
FROM
`cbax_lexicon_entry`
LEFT JOIN (
SELECT
`cbax_lexicon_entry.translation` . cbax_lexicon_entry_id ,
`cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` ,
`cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` ,
`cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` ,
`cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` ,
`cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` ,
`cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` ,
`cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` ,
`cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` ,
`cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` ,
`cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` ,
`cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` ,
`cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` ,
`cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` ,
`cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` ,
`cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` ,
`cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` ,
`cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` ,
`cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` ,
`cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` ,
`cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` ,
`cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` ,
`cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` ,
`cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` ,
`cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId`
FROM
`cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation`
LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id`
AND `cbax_lexicon_entry.translation.fallback_1` . language_id = ?
WHERE
`cbax_lexicon_entry.translation` . language_id = ?
) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id`
WHERE
`cbax_lexicon_entry` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `cbax_lexicon_entry` . `id` as `cbax_lexicon_entry.id` , `cbax_lexicon_entry` . `impressions` as `cbax_lexicon_entry.impressions` , `cbax_lexicon_entry` . `date` as `cbax_lexicon_entry.date` , `cbax_lexicon_entry` . `link` as `cbax_lexicon_entry.link` , `cbax_lexicon_entry` . `link_target` as `cbax_lexicon_entry.linkTarget` , `cbax_lexicon_entry` . `listing_type` as `cbax_lexicon_entry.listingType` , `cbax_lexicon_entry` . `product_stream_id` as `cbax_lexicon_entry.productStreamId` , `cbax_lexicon_entry` . `product_layout` as `cbax_lexicon_entry.productLayout` , `cbax_lexicon_entry` . `product_template` as `cbax_lexicon_entry.productTemplate` , `cbax_lexicon_entry` . `product_slider_width` as `cbax_lexicon_entry.productSliderWidth` , `cbax_lexicon_entry` . `product_sorting` as `cbax_lexicon_entry.productSorting` , `cbax_lexicon_entry` . `product_limit` as `cbax_lexicon_entry.productLimit` , `cbax_lexicon_entry` . `attribute2` as `cbax_lexicon_entry.attribute2` , `cbax_lexicon_entry` . `attribute3` as `cbax_lexicon_entry.attribute3` , `cbax_lexicon_entry` . `media2_id` as `cbax_lexicon_entry.media2Id` , `cbax_lexicon_entry` . `media3_id` as `cbax_lexicon_entry.media3Id` , `cbax_lexicon_entry` . `created_at` as `cbax_lexicon_entry.createdAt` , `cbax_lexicon_entry` . `updated_at` as `cbax_lexicon_entry.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation.title` ) as `cbax_lexicon_entry.title` , `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation.keyword` ) as `cbax_lexicon_entry.keyword` , `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation.description` ) as `cbax_lexicon_entry.description` , `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` ) as `cbax_lexicon_entry.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` ) as `cbax_lexicon_entry.linkDescription` , `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` ) as `cbax_lexicon_entry.metaTitle` , `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` ) as `cbax_lexicon_entry.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` ) as `cbax_lexicon_entry.metaDescription` , `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation.headline` ) as `cbax_lexicon_entry.headline` , `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation.attribute1` ) as `cbax_lexicon_entry.attribute1` , `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation.attribute4` ) as `cbax_lexicon_entry.attribute4` , `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation.attribute5` ) as `cbax_lexicon_entry.attribute5` , `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation.attribute6` ) as `cbax_lexicon_entry.attribute6` , `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1.languageId` , `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id , `cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` , `cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `cbax_lexicon_entry.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id` WHERE `cbax_lexicon_entry` . `id` IN (0x01933FB91A3673F88C4C88598D2566A6 , 0x0193682F6CA572D8B12769CDF08AB7F5 , 0x019368340A6D7375ACF3FEEC75B90415 , 0x01936865767A7350B989B1CE92A1197D , 0x01936868298E7043AF240607284DCAA6 , 0x01936869E77B715C8F5298F7BE051BC5 , 0x01936872BB6B71089391CF1DE36F0AF8 , 0x019368787CF0722B88060CDC22896F1E , 0x0193687FF69C7191A328D52F5B2890EE , 0x01936885B16072658DEE6B8CAF29127F , 0x019368875687727BB7E0C2F2F828C8F4 , 0x0193688EE9FF7240BF081C7817575D95 , 0x019368910EE171F28C26E362D76DF918 , 0x0193689421A272A29B1685821AC4BCFD , 0x0193689667AD73E488249649FE12F809 , 0x01936898AC307088BAAC12C0E4876042 , 0x0193689B51DD719EB73DC7629A0F6EBE , 0x0193689DC10471548194C468DB92C856 , 0x019368A80E837344902F30F3DA56D489 , 0x019368AB30A5719F81645DFC5A54494F , 0x019368AD3CF672FD904A2E364F68031D , 0x019368AFAAB473009542945F75DF1382 , 0x019368B17D597298B656D910F0BF879D , 0x019368B32F2872E2854F3CF0B850F4FA , 0x019368B505DB726E91AB4E764160D5B8 , 0x019368B897137344A84E7EB94ABEFC71 , 0x019368B9F21872D08FDDF0F91180464E , 0x019368BBAB6B7167AC93F3EF9AAE2800 , 0x019368BDB78E7366B27AE1CC8598225B , 0x019368BF8A467197A8F0F7867E86D01E , 0x019368C109737302B6B3DBCBAB1BCBD1 , 0x019368C2BAAF73DAB6F1EC04401DFE95 , 0x019368C5DF44700FA91AE8F7567010F7 , 0x019368C7D29F73518EFDE5478AA60723 , 0x019368CA60DF7009B173B29BFEF70B08 , 0x019368D00C0771199B085B17BA26F417 , 0x019368D197A1723FAC150F06C55D49D1 , 0x019368D3C82470CBBA3E1205353A6B9B , 0x019368D596B7712EBF5E7E6447971010 , 0x019368D79DB571BBA76327BA6FF1CFBC , 0x019368D90496722591E8F62D39A2EEF6 , 0x019368DA58C070A88EEBF675F4B78A00 , 0x019368DC0565724BA164DEEE840A0734 , 0x019368DDFD9671B2A079E3059689039D , 0x019368E0032E720785692688D2EC3996 , 0x019368E192F171FDA2CF03BCE2E3834E , 0x019368E4FCDE736AB9A182060BFA6BA3 , 0x019368E66EBE7179AECF5F9AEC227194 , 0x019368E992167104B7C48B2283DECB8F , 0x019368F2B2F571C69D7A10BE69B5BE4C , 0x019368F5B1B873CA9136E960E2B7235A , 0x019368F95DA270F7A50EF3163545F176 , 0x019368FB490072BBAE8804343D9038C5 , 0x01936C71CA9670A6AF0C23ECE81A39D1 , 0x01936C7347CF724BA3650091DAD265FC , 0x01936C78FABF73288F0ECC15C6D44851 , 0x01936C7D8B29721ABA7B09D33D0D6549 , 0x01936C83AF00721D91C0049570E0612F , 0x01936C86A7F971BFA273332D9738116E , 0x01936C88FA6870B1A52F63E065DF89AC , 0x01936C8A822773CA98FCB492E02A7636 , 0x01936C8DB8F07336BB5F50A6D4B9873F , 0x01936C903C30713EAF89CC9EA400AA2D , 0x01936C91F0CD703AA17625C93ACEE74E , 0x01936C9BF86C71149105728FD79FB387 , 0x01936C9D9EA4704F800CBF4056597EA0 , 0x01936C9F1E4172B5BA79279B4C68A2F6 , 0x01936CA0AE497117AE65AF8A1AF89812 , 0x01936CA368D373D682E0E3C25A94A9C2 , 0x01936CA4D6EA709A9B580214113A2232 , 0x01936CA654F77060867920AAC289EFEF , 0x01936CA824A97035B7D0822FA0A28666 , 0x01936CA98C7971DAA272F63D63B0830D , 0x01936CAB18057265A580875D677BC292 , 0x01936CACDC4A72B7AB219F84E72D95EB , 0x01936CAEA2D472A7B47BF225D1A5D38C , 0x01936CAFFBEF71069C0E96519E5DFEA8 , 0x01936CB1A41773E99D2FAC0A753856E5 , 0x01936CB3601A731FACE1521AD59C1F5D , 0x01936CB5254E70E9A256462A47D36BC1 , 0x01936CB6F36670C0BD8A9D47A7C4F1EF , 0x01936CB9895873D89AAE2B6A5DAB47D8 , 0x01936CBB3CF57361A0DE661C196FCB62 , 0x01936CBCCB1A73A6804E5353B8198232 , 0x01936CBEBB19716E917D6C9FF9FF1FF5 , 0x01936CC12F66714C88007EC86A6D2CC2 , 0x01936CC372B070CC98DDED8082A277F6 , 0x01936CC55380727BBB705BFD3403E055 , 0x01936CC7FB37728A9DAA88C69B2FA5E5 , 0x01936CC9DC6D72F59C35C79C303846F5 , 0x01936CCB79337362AB2143FFE3F4401F , 0x01936CCD0A1873CDBF7BCE2F969ADABE , 0x01936CCEAA07704684CFE8CEF77DC2F2 , 0x01936CD0304673DE81D5B488E7DDEB5A , 0x01936CD193607002B7F2EA6E7CEBB7D2 , 0x01936CD44D8B729890EB80E14AAF05D8 , 0x01936CD5E97771B092CC50D31C6BFB20 , 0x01936CD8703C7308B1826CD658ECBCB0 , 0x01936CDA597970E78CEFEAF30F2F5624 , 0x01936CDBD79370D29855697BF1775ED6 , 0x01936CDD732671D8BFA4D3EB332D886E , 0x01936CDF581B729289F006165F388567 , 0x01936CE1292A73B48066E686EA89365A , 0x01936CE2F04A723FA56EB33D18358E53 , 0x01936CE62A4171DBACB89AFC21D5695A , 0x01936CE84F4072F283EFD5D59E7ECE8D , 0x01936CE9C89071EEB85AE03F80EE93DE , 0x01936CEB76A67113B1BB5E6CE11D7C4F , 0x01936CED2B3C72C59FADD90010574F48 , 0x01936CEEE9CA7228BA285962C159963F , 0x01936CF116AD73EEAED913D5927C26E5 , 0x01936CF29FB27193AEAD062E611E1614 , 0x01936CFD0D117289AAF5D80FDFBE98AF , 0x01936CFEAF1173B2B7502E424CCE836A , 0x01936D004D3E7195A6D66EA8D2E63309 , 0x01936D021B0272F88559DB21AE02F689 , 0x01936D03A243705BA3BE57935229A832 , 0x01936D0543167391966D17825E87D4CC , 0x01936D06D3E97320AB5DFC6D911F318D , 0x01936D08C9C2704A84D88C9538E04118 , 0x01936D0BE118734E964448FEF9E57FF1 , 0x01936D0DCA88701A8069553E13B36AF4 , 0x01936D0FC5B9712CB3536B7A9610720E , 0x01936D13B314714FBBBF6BD3DDF0DE1B , 0x01936D15534E7256B055398C996C7DF2 , 0x01936D1705087025A0923CA06C2C101F , 0x01936D1AA67F704688C8F3A1933AD926 , 0x01936D1D681670A895FBAD98978121C4 , 0x01936D205B1A7102AAAE28C058AA9E9D , 0x01936D220D5D70D6BFAF446B7D94538D , 0x01936D23DFCE720885D1DC766F6EF7B3 , 0x01936D26E4F771899A71F3DA21796F9A , 0x01936D29876B72C798FCDC8B022E7AAF , 0x01936D2AEE8573A2895C7ED23EC8F5BB , 0x01936D2C67B77008A6E4AAF1335AD59D , 0x01936D2DF4EE7011860F593A81439B9B , 0x01936D2F48437169AA59182797D43C5A , 0x01936D30B8A67292A268DD9FF48B10AF , 0x01936D32D1847124817A90D541D5632A , 0x01936D3457CE732394B66A08B34D5E65 , 0x01936D35E1477111881D4BE48739D5FB , 0x01936D38A21B729B9458B7A1C6CA7289 , 0x01936D3A43BF70A99524D390B372D2B3 , 0x01936D3C0B5172309217C2DAB92527E6 , 0x01936D3D91D5703CB22699FEAA5C1737 , 0x01936D41F2927218B58F85DA8400C5EF , 0x01936D4466F7718C8D0FF4CBF94A4D4D , 0x01936D45F199702AAF047C6BD64CBC7C , 0x01936D47B4C272D287AC72A311850C96 , 0x01936D495FD17086B220841E8C839BFE , 0x01936D4B17D870CEA499CE7B52A39E9C , 0x01936D504E6773EABCAB6CED0AA8C6E2 , 0x01936D51BA7072608C07D484E40B31D6 , 0x01936D53A43772B98CF5A9CC99AA825A , 0x01936D55305371F6AECB5E8FD455DF20 , 0x01936D56B1F971A9917BC97F7122D245 , 0x01936D580734713A87F9AD44AFB0A293 , 0x01936D598023719BAD56D907780DA6C9 , 0x01936D5B0A937315849EACFC8EDA6232 , 0x01936D5CE6867046AAE98DBE3772D34A , 0x01936D5EB41C7388A0B1FD758F3B5023 , 0x01936D614C51736C8978DCB3D8B3073F , 0x01936D62A4CB73BD8F5293D1034D783A , 0x01936D832842724BA7089A358D75AF5A , 0x01936D84CCAA738AB64B1489E8258466 , 0x01936D8625C6724395E446F24651CF86 , 0x01936D87FD64731C97FF621254AAF487 , 0x01936D8A38EA717F8031DDEFF09A2BCA , 0x01936D8B86B7732C87387E7F180906DF , 0x01936D8CD6B671179BBEA69CCA9866F8 , 0x01936D8E8F3371E18BD67FB376FFA455 , 0x01936D8FDB6F7139A14C341C8674EA36 , 0x01936D91E6C470C28F463DAE1A93D4FA , 0x01936D93528E73E9896D6A45D9C86995 , 0x01936D94CC5373C3B3B007F8D1DEF830 , 0x01936D968CA871F6B63462567EC2020B , 0x0194F50F5F4B72DB8570CF8711B718A9 );
Copy
44
0.10 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` . `language_id` = ? AND `seo_url` . `sales_channel_id` = ? AND `seo_url` . `route_name` = ? AND `seo_url` . `is_deleted` = ? AND `seo_url` . `is_canonical` = ? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
"frontend.cbax.lexicon.detail "
0
1
]
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` . `language_id` = 0x2218F09C2ED94ACAB27D4B0B66481B14 AND `seo_url` . `sales_channel_id` = 0x64D7112131A2486390AF89B0F82B5A22 AND `seo_url` . `route_name` = 'frontend.cbax.lexicon.detail' AND `seo_url` . `is_deleted` = 0 AND `seo_url` . `is_canonical` = 1 );
Copy
45
0.08 ms
SELECT `cbax_lexicon_entry` . `id` FROM `cbax_lexicon_entry` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry` . `id` = `cbax_lexicon_entry.saleschannels` . `cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry` . `date` < = ? ) AND `cbax_lexicon_entry.saleschannels` . `sales_channel_id` = ? ) GROUP BY `cbax_lexicon_entry` . `id`
Parameters :
[
"2025-04-18 19:12:12 "
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
]
SELECT `cbax_lexicon_entry` . `id` FROM `cbax_lexicon_entry` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry` . `id` = `cbax_lexicon_entry.saleschannels` . `cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry` . `date` < = '2025-04-18 19:12:12' ) AND `cbax_lexicon_entry.saleschannels` . `sales_channel_id` = 0x64D7112131A2486390AF89B0F82B5A22 ) GROUP BY `cbax_lexicon_entry` . `id` ;
Copy
46
3.03 ms
SELECT `cbax_lexicon_entry` . `id` as `cbax_lexicon_entry.id` , `cbax_lexicon_entry` . `impressions` as `cbax_lexicon_entry.impressions` , `cbax_lexicon_entry` . `date` as `cbax_lexicon_entry.date` , `cbax_lexicon_entry` . `link` as `cbax_lexicon_entry.link` , `cbax_lexicon_entry` . `link_target` as `cbax_lexicon_entry.linkTarget` , `cbax_lexicon_entry` . `listing_type` as `cbax_lexicon_entry.listingType` , `cbax_lexicon_entry` . `product_stream_id` as `cbax_lexicon_entry.productStreamId` , `cbax_lexicon_entry` . `product_layout` as `cbax_lexicon_entry.productLayout` , `cbax_lexicon_entry` . `product_template` as `cbax_lexicon_entry.productTemplate` , `cbax_lexicon_entry` . `product_slider_width` as `cbax_lexicon_entry.productSliderWidth` , `cbax_lexicon_entry` . `product_sorting` as `cbax_lexicon_entry.productSorting` , `cbax_lexicon_entry` . `product_limit` as `cbax_lexicon_entry.productLimit` , `cbax_lexicon_entry` . `attribute2` as `cbax_lexicon_entry.attribute2` , `cbax_lexicon_entry` . `attribute3` as `cbax_lexicon_entry.attribute3` , `cbax_lexicon_entry` . `media2_id` as `cbax_lexicon_entry.media2Id` , `cbax_lexicon_entry` . `media3_id` as `cbax_lexicon_entry.media3Id` , `cbax_lexicon_entry` . `created_at` as `cbax_lexicon_entry.createdAt` , `cbax_lexicon_entry` . `updated_at` as `cbax_lexicon_entry.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation.title` ) as `cbax_lexicon_entry.title` , `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation.keyword` ) as `cbax_lexicon_entry.keyword` , `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation.description` ) as `cbax_lexicon_entry.description` , `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` ) as `cbax_lexicon_entry.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` ) as `cbax_lexicon_entry.linkDescription` , `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` ) as `cbax_lexicon_entry.metaTitle` , `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` ) as `cbax_lexicon_entry.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` ) as `cbax_lexicon_entry.metaDescription` , `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation.headline` ) as `cbax_lexicon_entry.headline` , `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation.attribute1` ) as `cbax_lexicon_entry.attribute1` , `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation.attribute4` ) as `cbax_lexicon_entry.attribute4` , `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation.attribute5` ) as `cbax_lexicon_entry.attribute5` , `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation.attribute6` ) as `cbax_lexicon_entry.attribute6` , `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1.languageId` , `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id , `cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` , `cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1` . language_id = ? WHERE `cbax_lexicon_entry.translation` . language_id = ? ) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id` WHERE `cbax_lexicon_entry` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ô?╣\x1A 6s°îLêYì%fª "
b"\x01 “h/l¥rر'iÍðŠ·õ "
b"""
\x01 “h4\n
msu¬óþìu¹\x04\x15
"""
b"\x01 “hevzsP¹‰±Î’¡\x19 } "
b"\x01 “hh)ŽpC¯$\x06\x07 (Mʦ "
b"\x01 ôhiþ{q\ÅRÿ¸¥\x05\e ┼ "
b"""
\x01 “hr»kq\x08 “‘Ï\x1D ão\n
ø
"""
b"\x01 “hx|ðr+ˆ\x06\f Ü"‰o\x1E "
b"\x01 ôh\x7F ÷£qæú(ı/[(ɯ "
b"\x01 ôhà▒`reì¯kî»)\x12\x7F "
b"\x01 “h‡V‡r{·àÂòø(Èô "
b"\x01 “hŽéÿr@¿\x08\x1C x\x17 W]• "
b"\x01 “h‘\x0E áqòŒ&ãb×mù\x18 "
b"\x01 “h”!¢r¢›\x16 …‚\x1A ļý "
b"\x01 “h–gsäˆ$–Iþ\x12 ø\t "
b"\x01 “h˜¬0pˆº¬\x12 Àä‡`B "
b"\x01 “h›QÝqž·=Çbš\x0F n¾ "
b"\x01 ôhØ┴\x04 qTüö─h█Æ╚V "
b"\x01 ôh¿\x0E âsDÉ/0¾┌VÈë "
b"\x01 ôh½0Ñqƒüd]³ZTIO "
b"\x01 ôh¡<÷r²ÉJ.6Oh\x03\x1D "
b"\x01 “h¯ª´s\x00 •B”_uß\x13 ‚ "
b"\x01 ôh▒}YrÿÂV┘\x10 ┐çØ "
b"\x01 “h³/(râ…O<ð¸Pôú "
b"\x01 “hµ\x05 Ûrn‘«NvA`Õ¸ "
b"\x01 “h¸—\x13 sD¨N~¹J¾üq "
b"\x01 ôh╣‗\x18 rðŦ¨\x11 ÇFN "
b"\x01 “h»«kqg¬“óïš®(\x00 "
b"\x01 “h½·Žsf²záÌ…˜"[ "
b"\x01 “h¿ŠFq—¨ð÷†~†Ð\x1E "
b"\x01 “hÁ\t ss\x02 ¶³ÛË«\e ËÑ "
b"\x01 “hº¯sÚ¶ñì\x04 @\x1D þ• "
b"\x01 “hÅßDp\x0F ©\x1A è÷Vp\x10 ÷ "
b"\x01 “hÇÒŸsQŽýåGŠ¦\x07 # "
b"\x01 “hÊ`ßp\t ±s²›þ÷\v\x08 "
b"\x01 “hÐ\f\x07 q\x19 ›\x08 [\x17 º&ô\x17 "
b"\x01 “hÑ—¡r?¬\x15\x0F\x06 Å]IÑ "
b"\x01 “hÓÈ$p˺>\x12\x05 5:k› "
b"\x01 “hÕ–·q.¿^~dG—\x10\x10 "
b"\x01 ôhÎØÁq╗ºc'║o±¤╝ "
b"\x01 “hÙ\x04 –r%‘èö-9¢îö "
b"\x01 “hÚXÀp¨Žëöuô·Š\x00 "
b"""
\x01 “hÜ\x05 erK¡dÞî„\n
\x07 4
"""
b"\x01 ôh¦²ûq▓áyÒ\x05 ûë\x03 Ø "
b"\x01 “hà\x03 .r\x07 …i&ˆÒì9– "
b"\x01 “há’ñqý¢Ï\x03 ¼âãƒN "
b"\x01 “häüÞsj¹¡‚\x06\v úk£ "
b"\x01 “hæn¾qy®Ï_šì"q” "
b"\x01 ôhÚÆ\x16 q\x04 À─ï"âÌ╦Å "
b"\x01 ôh‗▓§qãØz\x10 ¥iÁ¥L "
b"\x01 “hõ±¸sÊ‘6é`â·#Z "
b"\x01 “hù]¢p÷¥\x0E ó\x16 5Eñv "
b"\x01 ôh¹I\x00 r╗«ê\x04 4=É8┼ "
b"\x01 “lqÊ–p¦¯\f #ìè\x1A 9Ñ "
b"\x01 “lsGÏrK£e\x00 ‘ÚÒeü "
b"\x01 ôlx·┐s(Å\x0E ╠\x15 ãÈHQ "
b"\x01 “l}‹)r\x1A º{\t Ó=\r eI "
b"\x01 “lƒ¯\x00 r\x1D ‘À\x04 •pàa/ "
b"\x01 “l†§ùq¿¢s3-—8\x11 n "
b"\x01 “lˆúhp±¥/càe߉¬ "
b"\x01 “lŠ‚'sʘü´’à*v6 "
b"\x01 ôlì©s6╗_PªÈ╣ç? "
b"\x01 ôlÉ<0q>»ë╠×ñ\x00 ¬- "
b"\x01 “l‘ðÍp:¡v%É:ÎçN "
b"\x01 ôlø°lq\x14 æ\x05 rÅ΃│ç "
b"\x01 ôlØ×ñpOÇ\f ┐@VY~á "
b"\x01 “lŸ\x1E Arµºy'›Lh¢ö "
b"\x01 “l ®Iq\x17 ®e¯Š\x1A ø˜\x12 "
b"\x01 “l£hÓsÖ‚àãÂZ”©Â "
b"\x01 “l¤Öêpš›X\x02\x14\x11 :"2 "
b"\x01 “l¦T÷p`†y ªÂ‰ïï "
b"\x01 “l¨$©p5·Ð‚/ ¢†f "
b"\x01 “l©ŒyqÚ¢rö=c°ƒ\r "
b"\x01 “l«\x18\x05 re¥€‡]g{Â’ "
b"\x01 “l¬ÜJr·«!Ÿ„ç-•ë "
b"\x01 “l®¢Ôr§´{ò%Ñ¥ÓŒ "
b"\x01 “l¯ûïq\x06 œ\x0E –Qž]þ¨ "
b"""
\x01 ôl▒ñ\x17 sÚØ/¼\n
u8VÕ
"""
b"\x01 “l³`\x1A s\x1F ¬áR\x1A Õœ\x1F ] "
b"\x01 “lµ%Npé¢VF*GÓkÁ "
b"\x01 ôl¾fp└¢èØGº─±´ "
b"\x01 “l¹‰XsØš®+j]«GØ "
b"\x01 “l»<õsa Þf\x1C\x19 oËb "
b"\x01 “l¼Ë\x1A s¦€NSS¸\x19 ‚2 "
b"\x01 “l¾»\x19 qn‘}lŸùÿ\x1F õ "
b"\x01 “lÁ/fqLˆ\x00 ~Èjm, "
b"\x01 “lÃr°p̘Ý퀂¢wö "
b"\x01 “lÅS€r{»p[ý4\x03 àU "
b"\x01 ôlù7rèجêãø/ÑÕ "
b"\x01 “lÉÜmrõœ5Çœ08Fõ "
b"\x01 “lËy3sb«!Cÿãô@\x1F "
b"""
\x01 “lÍ\n
\x18 sÍ¿{Î/–šÚ¾
"""
b"\x01 “lΪ\x07 pF„ÏèÎ÷}Âò "
b"\x01 ôlð0FsÌüı┤êþ¦ÙZ "
b"\x01 “lÑ“`p\x02 ·òên|ë·Ò "
b"\x01 ôlÈMïrÿÉÙÇßJ»\x05 Ï "
b"\x01 “lÕéwq°’ÌPÓ\x1C kû "
b"\x01 “lØp<s\x08 ±‚lÖXì¼° "
b"\x01 “lÚYypçŒïêó\x0F /V$ "
b"\x01 “lÛדpÒ˜Ui{ñw^Ö "
b"\x01 “lÝs&qØ¿¤Óë3-ˆn "
b"\x01 “lßX\e r’‰ð\x06\x16 _8…g "
b"\x01 “lá)*s´€fæ†ê‰6Z "
b"\x01 “lâðJr?¥n³=\x18 5ŽS "
b"\x01 “læ*AqÛ¬¸šü!ÕiZ "
b"\x01 ôlÞO@r‗â´ıı×~╬ì "
b"\x01 ôlÚ╚Éq¯©ZÓ?ǯôÌ "
b"\x01 “lëv¦q\x13 ±»^lá\x1D |O "
b"\x01 “lí+<rÅŸÙ\x00\x10 WOH "
b"\x01 “lîéÊr(º(YbÁY–? "
b"\x01 “lñ\x16 sî®Ù\x13 Õ’|&å "
b"\x01 “lòŸ²q“®\x06 .a\x1E\x16\x14 "
b"\x01 “lý\r \x11 r‰ªõØ\x0F ß¾˜¯ "
b"\x01 “lþ¯\x11 s²·P.BL΃j "
b"\x01 “m\x00 M>q•¦Ön¨Òæ3\t "
b"\x01 “m\x02\e\x02 rø…YÛ!®\x02 ö‰ "
b"\x01 “m\x03 ¢Cp[£¾W“R)¨2 "
b"\x01 “m\x05 C\x16 s‘–m\x17 ‚^‡ÔÌ "
b"\x01 ôm\x06 ËÚs ½]³mæ\x1F 1ì "
b"\x01 “m\x08 ÉÂpJ„ØŒ•8àA\x18 "
b"\x01 “m\v á\x18 sN–DHþùå\x7F ñ "
b"\x01 “m\r ʈp\x1A €iU>\x13 ³jô "
b"\x01 “m\x0F Źq,³Skz–\x10 r\x0E "
b"\x01 “m\x13 ³\x14 qO»¿kÓÝðÞ\e "
b"\x01 “m\x15 SNrV°U9Œ™l}ò "
b"\x01 “m\x17\x05\x08 p% ’< l,\x10\x1F "
b"\x01 “m\x1A ¦\x7F pFˆÈó¡“:Ù& "
b"\x01 ôm\x1D h\x16 p¿ò¹¡ÿùü!─ "
b"\x01 ôm [\x1A q\x02 ¬«(└X¬×Ø "
b"\x01 ôm"\r ]pÍ┐»Dk}öSì "
b"\x01 “m#ßÎr\x08 …ÑÜvon÷³ "
b"\x01 “m&ä÷q‰šqóÚ!yoš "
b"\x01 “m)‡krǘüÜ‹\x02 .z¯ "
b"\x01 “m*î…s¢‰\~Ò>Èõ» "
b"\x01 ôm,gÀp\x08 ªõ¬±3ZıØ "
b"\x01 ôm-¶¯p\x11 å\x0F Y:üCøø "
b"\x01 “m/HCqiªY\x18 '—Ô<Z "
b"\x01 “m0¸¦r’¢hÝŸô‹\x10 ¯ "
b"\x01 ôm2Ðäq$üzÉıAıc* "
b"\x01 “m4WÎs#”¶j\x08 ³M^e "
b"\x01 “m5áGq\x11 ˆ\x1D Kä‡9Õû "
b"\x01 “m8¢\e r›”X·¡ÆÊr‰ "
b"\x01 ôm:C┐p®ò$ËÉ│rÊ│ "
b"\x01 “m<\v Qr0’\x17 ÂÚ¹%'æ "
b"\x01 “m=‘Õp<²&™þª\\x17 7 "
b"\x01 ômA‗Ær\x18 ÁÅà┌ä\x00 ┼´ "
b"\x01 ômDf¸qîì\x0F ¶╦¨JMM "
b"\x01 “mEñ™p*¯\x04 |kÖL¼| "
b"\x01 “mG´ÂrÒ‡¬r£\x11 …\f – "
b"\x01 “mI_Ñp†² „\x1E Œƒ›þ "
b"\x01 “mK\x17 ØpΤ™Î{R£žœ "
b"""
\x01 “mPNgs꼫lí\n
¨Æâ
"""
b"\x01 “mQºpr`Œ\x07 Ô„ä\v 1Ö "
b"\x01 “mS¤7r¹Œõ©Ì™ª‚Z "
b"\x01 ômU0Sq÷«╦^ÅÈU▀ "
b"\x01 “mV±ùq©‘{É\x7F q"ÒE "
b"\x01 “mX\x07 4q:‡ùD¯°¢“ "
b"\x01 “mY€#q›VÙ\x07 x\r ¦É "
b"""
\x01 “m[\n
“s\x15 „ž¬üŽÚb2
"""
b"\x01 ôm\µåpF¬Úì¥7rËJ "
b"\x01 ôm^┤\x1C sêá▒²uÅ;P# "
b"\x01 “maLQsl‰xܳس\x07 ? "
b"\x01 ômbñ╦s¢ÅRôÐ\x03 Mx: "
b"\x01 ômâ(BrKº\x08 Ü5ìu»Z "
b"\x01 “m„̪sŠ¶K\x14 ‰è%„f "
b"\x01 “m†%ÆrC•äFòFQφ "
b"\x01 “m‡ýds\x1C —ÿb\x12 Tªô‡ "
b"\x01 “mŠ8êq\x7F €1Ýïðš+Ê "
b"\x01 “m‹†·s,‡8~\x7F\x18\t\x06 ß "
b"\x01 “mŒÖ¶q\x17 ›¾¦œÊ˜fø "
b"\x01 ômÄÅ3qßïÍ\x7F │v ñU "
b"\x01 ômÅ█oq9íL4\x1C åtÛ6 "
b"\x01 ômæµ─p┬ÅF=«\x1A ôÈ· "
b"\x01 “m“RŽsé‰mjEÙÈi• "
b"\x01 “m”ÌSsó°\x07 øÑÞø0 "
b"\x01 “m–Œ¨qö¶4bV~Â\x02\v "
b"\x01 ”õ\x0F _KrÛ…pχ\x11 ·\x18 © "
]
SELECT
`cbax_lexicon_entry` . `id` as `cbax_lexicon_entry.id` ,
`cbax_lexicon_entry` . `impressions` as `cbax_lexicon_entry.impressions` ,
`cbax_lexicon_entry` . `date` as `cbax_lexicon_entry.date` ,
`cbax_lexicon_entry` . `link` as `cbax_lexicon_entry.link` ,
`cbax_lexicon_entry` . `link_target` as `cbax_lexicon_entry.linkTarget` ,
`cbax_lexicon_entry` . `listing_type` as `cbax_lexicon_entry.listingType` ,
`cbax_lexicon_entry` . `product_stream_id` as `cbax_lexicon_entry.productStreamId` ,
`cbax_lexicon_entry` . `product_layout` as `cbax_lexicon_entry.productLayout` ,
`cbax_lexicon_entry` . `product_template` as `cbax_lexicon_entry.productTemplate` ,
`cbax_lexicon_entry` . `product_slider_width` as `cbax_lexicon_entry.productSliderWidth` ,
`cbax_lexicon_entry` . `product_sorting` as `cbax_lexicon_entry.productSorting` ,
`cbax_lexicon_entry` . `product_limit` as `cbax_lexicon_entry.productLimit` ,
`cbax_lexicon_entry` . `attribute2` as `cbax_lexicon_entry.attribute2` ,
`cbax_lexicon_entry` . `attribute3` as `cbax_lexicon_entry.attribute3` ,
`cbax_lexicon_entry` . `media2_id` as `cbax_lexicon_entry.media2Id` ,
`cbax_lexicon_entry` . `media3_id` as `cbax_lexicon_entry.media3Id` ,
`cbax_lexicon_entry` . `created_at` as `cbax_lexicon_entry.createdAt` ,
`cbax_lexicon_entry` . `updated_at` as `cbax_lexicon_entry.updatedAt` ,
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title` ,
`cbax_lexicon_entry.translation.title`
) as `cbax_lexicon_entry.title` ,
`cbax_lexicon_entry.translation.fallback_1.keyword` ,
`cbax_lexicon_entry.translation.keyword` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.keyword` ,
`cbax_lexicon_entry.translation.keyword` ,
`cbax_lexicon_entry.translation.keyword`
) as `cbax_lexicon_entry.keyword` ,
`cbax_lexicon_entry.translation.fallback_1.description` ,
`cbax_lexicon_entry.translation.description` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.description` ,
`cbax_lexicon_entry.translation.description` ,
`cbax_lexicon_entry.translation.description`
) as `cbax_lexicon_entry.description` ,
`cbax_lexicon_entry.translation.fallback_1.descriptionLong` ,
`cbax_lexicon_entry.translation.descriptionLong` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.descriptionLong` ,
`cbax_lexicon_entry.translation.descriptionLong` ,
`cbax_lexicon_entry.translation.descriptionLong`
) as `cbax_lexicon_entry.descriptionLong` ,
`cbax_lexicon_entry.translation.fallback_1.linkDescription` ,
`cbax_lexicon_entry.translation.linkDescription` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.linkDescription` ,
`cbax_lexicon_entry.translation.linkDescription` ,
`cbax_lexicon_entry.translation.linkDescription`
) as `cbax_lexicon_entry.linkDescription` ,
`cbax_lexicon_entry.translation.fallback_1.metaTitle` ,
`cbax_lexicon_entry.translation.metaTitle` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.metaTitle` ,
`cbax_lexicon_entry.translation.metaTitle` ,
`cbax_lexicon_entry.translation.metaTitle`
) as `cbax_lexicon_entry.metaTitle` ,
`cbax_lexicon_entry.translation.fallback_1.metaKeywords` ,
`cbax_lexicon_entry.translation.metaKeywords` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.metaKeywords` ,
`cbax_lexicon_entry.translation.metaKeywords` ,
`cbax_lexicon_entry.translation.metaKeywords`
) as `cbax_lexicon_entry.metaKeywords` ,
`cbax_lexicon_entry.translation.fallback_1.metaDescription` ,
`cbax_lexicon_entry.translation.metaDescription` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.metaDescription` ,
`cbax_lexicon_entry.translation.metaDescription` ,
`cbax_lexicon_entry.translation.metaDescription`
) as `cbax_lexicon_entry.metaDescription` ,
`cbax_lexicon_entry.translation.fallback_1.headline` ,
`cbax_lexicon_entry.translation.headline` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.headline` ,
`cbax_lexicon_entry.translation.headline` ,
`cbax_lexicon_entry.translation.headline`
) as `cbax_lexicon_entry.headline` ,
`cbax_lexicon_entry.translation.fallback_1.attribute1` ,
`cbax_lexicon_entry.translation.attribute1` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute1` ,
`cbax_lexicon_entry.translation.attribute1` ,
`cbax_lexicon_entry.translation.attribute1`
) as `cbax_lexicon_entry.attribute1` ,
`cbax_lexicon_entry.translation.fallback_1.attribute4` ,
`cbax_lexicon_entry.translation.attribute4` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute4` ,
`cbax_lexicon_entry.translation.attribute4` ,
`cbax_lexicon_entry.translation.attribute4`
) as `cbax_lexicon_entry.attribute4` ,
`cbax_lexicon_entry.translation.fallback_1.attribute5` ,
`cbax_lexicon_entry.translation.attribute5` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute5` ,
`cbax_lexicon_entry.translation.attribute5` ,
`cbax_lexicon_entry.translation.attribute5`
) as `cbax_lexicon_entry.attribute5` ,
`cbax_lexicon_entry.translation.fallback_1.attribute6` ,
`cbax_lexicon_entry.translation.attribute6` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute6` ,
`cbax_lexicon_entry.translation.attribute6` ,
`cbax_lexicon_entry.translation.attribute6`
) as `cbax_lexicon_entry.attribute6` ,
`cbax_lexicon_entry.translation.fallback_1.createdAt` ,
`cbax_lexicon_entry.translation.createdAt` ,
`cbax_lexicon_entry.translation.fallback_1.updatedAt` ,
`cbax_lexicon_entry.translation.updatedAt` ,
`cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation.fallback_1.languageId` ,
`cbax_lexicon_entry.translation.languageId`
FROM
`cbax_lexicon_entry`
LEFT JOIN (
SELECT
`cbax_lexicon_entry.translation` . cbax_lexicon_entry_id ,
`cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` ,
`cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` ,
`cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` ,
`cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` ,
`cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` ,
`cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` ,
`cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` ,
`cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` ,
`cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` ,
`cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` ,
`cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` ,
`cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` ,
`cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` ,
`cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` ,
`cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` ,
`cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` ,
`cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` ,
`cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` ,
`cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` ,
`cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` ,
`cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` ,
`cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` ,
`cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` ,
`cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId`
FROM
`cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation`
LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id`
AND `cbax_lexicon_entry.translation.fallback_1` . language_id = ?
WHERE
`cbax_lexicon_entry.translation` . language_id = ?
) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id`
WHERE
`cbax_lexicon_entry` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `cbax_lexicon_entry` . `id` as `cbax_lexicon_entry.id` , `cbax_lexicon_entry` . `impressions` as `cbax_lexicon_entry.impressions` , `cbax_lexicon_entry` . `date` as `cbax_lexicon_entry.date` , `cbax_lexicon_entry` . `link` as `cbax_lexicon_entry.link` , `cbax_lexicon_entry` . `link_target` as `cbax_lexicon_entry.linkTarget` , `cbax_lexicon_entry` . `listing_type` as `cbax_lexicon_entry.listingType` , `cbax_lexicon_entry` . `product_stream_id` as `cbax_lexicon_entry.productStreamId` , `cbax_lexicon_entry` . `product_layout` as `cbax_lexicon_entry.productLayout` , `cbax_lexicon_entry` . `product_template` as `cbax_lexicon_entry.productTemplate` , `cbax_lexicon_entry` . `product_slider_width` as `cbax_lexicon_entry.productSliderWidth` , `cbax_lexicon_entry` . `product_sorting` as `cbax_lexicon_entry.productSorting` , `cbax_lexicon_entry` . `product_limit` as `cbax_lexicon_entry.productLimit` , `cbax_lexicon_entry` . `attribute2` as `cbax_lexicon_entry.attribute2` , `cbax_lexicon_entry` . `attribute3` as `cbax_lexicon_entry.attribute3` , `cbax_lexicon_entry` . `media2_id` as `cbax_lexicon_entry.media2Id` , `cbax_lexicon_entry` . `media3_id` as `cbax_lexicon_entry.media3Id` , `cbax_lexicon_entry` . `created_at` as `cbax_lexicon_entry.createdAt` , `cbax_lexicon_entry` . `updated_at` as `cbax_lexicon_entry.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation.title` ) as `cbax_lexicon_entry.title` , `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation.keyword` ) as `cbax_lexicon_entry.keyword` , `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation.description` ) as `cbax_lexicon_entry.description` , `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` ) as `cbax_lexicon_entry.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` ) as `cbax_lexicon_entry.linkDescription` , `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` ) as `cbax_lexicon_entry.metaTitle` , `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` ) as `cbax_lexicon_entry.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` ) as `cbax_lexicon_entry.metaDescription` , `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation.headline` ) as `cbax_lexicon_entry.headline` , `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation.attribute1` ) as `cbax_lexicon_entry.attribute1` , `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation.attribute4` ) as `cbax_lexicon_entry.attribute4` , `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation.attribute5` ) as `cbax_lexicon_entry.attribute5` , `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation.attribute6` ) as `cbax_lexicon_entry.attribute6` , `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1.languageId` , `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id , `cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` , `cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `cbax_lexicon_entry.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id` WHERE `cbax_lexicon_entry` . `id` IN (0x01933FB91A3673F88C4C88598D2566A6 , 0x0193682F6CA572D8B12769CDF08AB7F5 , 0x019368340A6D7375ACF3FEEC75B90415 , 0x01936865767A7350B989B1CE92A1197D , 0x01936868298E7043AF240607284DCAA6 , 0x01936869E77B715C8F5298F7BE051BC5 , 0x01936872BB6B71089391CF1DE36F0AF8 , 0x019368787CF0722B88060CDC22896F1E , 0x0193687FF69C7191A328D52F5B2890EE , 0x01936885B16072658DEE6B8CAF29127F , 0x019368875687727BB7E0C2F2F828C8F4 , 0x0193688EE9FF7240BF081C7817575D95 , 0x019368910EE171F28C26E362D76DF918 , 0x0193689421A272A29B1685821AC4BCFD , 0x0193689667AD73E488249649FE12F809 , 0x01936898AC307088BAAC12C0E4876042 , 0x0193689B51DD719EB73DC7629A0F6EBE , 0x0193689DC10471548194C468DB92C856 , 0x019368A80E837344902F30F3DA56D489 , 0x019368AB30A5719F81645DFC5A54494F , 0x019368AD3CF672FD904A2E364F68031D , 0x019368AFAAB473009542945F75DF1382 , 0x019368B17D597298B656D910F0BF879D , 0x019368B32F2872E2854F3CF0B850F4FA , 0x019368B505DB726E91AB4E764160D5B8 , 0x019368B897137344A84E7EB94ABEFC71 , 0x019368B9F21872D08FDDF0F91180464E , 0x019368BBAB6B7167AC93F3EF9AAE2800 , 0x019368BDB78E7366B27AE1CC8598225B , 0x019368BF8A467197A8F0F7867E86D01E , 0x019368C109737302B6B3DBCBAB1BCBD1 , 0x019368C2BAAF73DAB6F1EC04401DFE95 , 0x019368C5DF44700FA91AE8F7567010F7 , 0x019368C7D29F73518EFDE5478AA60723 , 0x019368CA60DF7009B173B29BFEF70B08 , 0x019368D00C0771199B085B17BA26F417 , 0x019368D197A1723FAC150F06C55D49D1 , 0x019368D3C82470CBBA3E1205353A6B9B , 0x019368D596B7712EBF5E7E6447971010 , 0x019368D79DB571BBA76327BA6FF1CFBC , 0x019368D90496722591E8F62D39A2EEF6 , 0x019368DA58C070A88EEBF675F4B78A00 , 0x019368DC0565724BA164DEEE840A0734 , 0x019368DDFD9671B2A079E3059689039D , 0x019368E0032E720785692688D2EC3996 , 0x019368E192F171FDA2CF03BCE2E3834E , 0x019368E4FCDE736AB9A182060BFA6BA3 , 0x019368E66EBE7179AECF5F9AEC227194 , 0x019368E992167104B7C48B2283DECB8F , 0x019368F2B2F571C69D7A10BE69B5BE4C , 0x019368F5B1B873CA9136E960E2B7235A , 0x019368F95DA270F7A50EF3163545F176 , 0x019368FB490072BBAE8804343D9038C5 , 0x01936C71CA9670A6AF0C23ECE81A39D1 , 0x01936C7347CF724BA3650091DAD265FC , 0x01936C78FABF73288F0ECC15C6D44851 , 0x01936C7D8B29721ABA7B09D33D0D6549 , 0x01936C83AF00721D91C0049570E0612F , 0x01936C86A7F971BFA273332D9738116E , 0x01936C88FA6870B1A52F63E065DF89AC , 0x01936C8A822773CA98FCB492E02A7636 , 0x01936C8DB8F07336BB5F50A6D4B9873F , 0x01936C903C30713EAF89CC9EA400AA2D , 0x01936C91F0CD703AA17625C93ACEE74E , 0x01936C9BF86C71149105728FD79FB387 , 0x01936C9D9EA4704F800CBF4056597EA0 , 0x01936C9F1E4172B5BA79279B4C68A2F6 , 0x01936CA0AE497117AE65AF8A1AF89812 , 0x01936CA368D373D682E0E3C25A94A9C2 , 0x01936CA4D6EA709A9B580214113A2232 , 0x01936CA654F77060867920AAC289EFEF , 0x01936CA824A97035B7D0822FA0A28666 , 0x01936CA98C7971DAA272F63D63B0830D , 0x01936CAB18057265A580875D677BC292 , 0x01936CACDC4A72B7AB219F84E72D95EB , 0x01936CAEA2D472A7B47BF225D1A5D38C , 0x01936CAFFBEF71069C0E96519E5DFEA8 , 0x01936CB1A41773E99D2FAC0A753856E5 , 0x01936CB3601A731FACE1521AD59C1F5D , 0x01936CB5254E70E9A256462A47D36BC1 , 0x01936CB6F36670C0BD8A9D47A7C4F1EF , 0x01936CB9895873D89AAE2B6A5DAB47D8 , 0x01936CBB3CF57361A0DE661C196FCB62 , 0x01936CBCCB1A73A6804E5353B8198232 , 0x01936CBEBB19716E917D6C9FF9FF1FF5 , 0x01936CC12F66714C88007EC86A6D2CC2 , 0x01936CC372B070CC98DDED8082A277F6 , 0x01936CC55380727BBB705BFD3403E055 , 0x01936CC7FB37728A9DAA88C69B2FA5E5 , 0x01936CC9DC6D72F59C35C79C303846F5 , 0x01936CCB79337362AB2143FFE3F4401F , 0x01936CCD0A1873CDBF7BCE2F969ADABE , 0x01936CCEAA07704684CFE8CEF77DC2F2 , 0x01936CD0304673DE81D5B488E7DDEB5A , 0x01936CD193607002B7F2EA6E7CEBB7D2 , 0x01936CD44D8B729890EB80E14AAF05D8 , 0x01936CD5E97771B092CC50D31C6BFB20 , 0x01936CD8703C7308B1826CD658ECBCB0 , 0x01936CDA597970E78CEFEAF30F2F5624 , 0x01936CDBD79370D29855697BF1775ED6 , 0x01936CDD732671D8BFA4D3EB332D886E , 0x01936CDF581B729289F006165F388567 , 0x01936CE1292A73B48066E686EA89365A , 0x01936CE2F04A723FA56EB33D18358E53 , 0x01936CE62A4171DBACB89AFC21D5695A , 0x01936CE84F4072F283EFD5D59E7ECE8D , 0x01936CE9C89071EEB85AE03F80EE93DE , 0x01936CEB76A67113B1BB5E6CE11D7C4F , 0x01936CED2B3C72C59FADD90010574F48 , 0x01936CEEE9CA7228BA285962C159963F , 0x01936CF116AD73EEAED913D5927C26E5 , 0x01936CF29FB27193AEAD062E611E1614 , 0x01936CFD0D117289AAF5D80FDFBE98AF , 0x01936CFEAF1173B2B7502E424CCE836A , 0x01936D004D3E7195A6D66EA8D2E63309 , 0x01936D021B0272F88559DB21AE02F689 , 0x01936D03A243705BA3BE57935229A832 , 0x01936D0543167391966D17825E87D4CC , 0x01936D06D3E97320AB5DFC6D911F318D , 0x01936D08C9C2704A84D88C9538E04118 , 0x01936D0BE118734E964448FEF9E57FF1 , 0x01936D0DCA88701A8069553E13B36AF4 , 0x01936D0FC5B9712CB3536B7A9610720E , 0x01936D13B314714FBBBF6BD3DDF0DE1B , 0x01936D15534E7256B055398C996C7DF2 , 0x01936D1705087025A0923CA06C2C101F , 0x01936D1AA67F704688C8F3A1933AD926 , 0x01936D1D681670A895FBAD98978121C4 , 0x01936D205B1A7102AAAE28C058AA9E9D , 0x01936D220D5D70D6BFAF446B7D94538D , 0x01936D23DFCE720885D1DC766F6EF7B3 , 0x01936D26E4F771899A71F3DA21796F9A , 0x01936D29876B72C798FCDC8B022E7AAF , 0x01936D2AEE8573A2895C7ED23EC8F5BB , 0x01936D2C67B77008A6E4AAF1335AD59D , 0x01936D2DF4EE7011860F593A81439B9B , 0x01936D2F48437169AA59182797D43C5A , 0x01936D30B8A67292A268DD9FF48B10AF , 0x01936D32D1847124817A90D541D5632A , 0x01936D3457CE732394B66A08B34D5E65 , 0x01936D35E1477111881D4BE48739D5FB , 0x01936D38A21B729B9458B7A1C6CA7289 , 0x01936D3A43BF70A99524D390B372D2B3 , 0x01936D3C0B5172309217C2DAB92527E6 , 0x01936D3D91D5703CB22699FEAA5C1737 , 0x01936D41F2927218B58F85DA8400C5EF , 0x01936D4466F7718C8D0FF4CBF94A4D4D , 0x01936D45F199702AAF047C6BD64CBC7C , 0x01936D47B4C272D287AC72A311850C96 , 0x01936D495FD17086B220841E8C839BFE , 0x01936D4B17D870CEA499CE7B52A39E9C , 0x01936D504E6773EABCAB6CED0AA8C6E2 , 0x01936D51BA7072608C07D484E40B31D6 , 0x01936D53A43772B98CF5A9CC99AA825A , 0x01936D55305371F6AECB5E8FD455DF20 , 0x01936D56B1F971A9917BC97F7122D245 , 0x01936D580734713A87F9AD44AFB0A293 , 0x01936D598023719BAD56D907780DA6C9 , 0x01936D5B0A937315849EACFC8EDA6232 , 0x01936D5CE6867046AAE98DBE3772D34A , 0x01936D5EB41C7388A0B1FD758F3B5023 , 0x01936D614C51736C8978DCB3D8B3073F , 0x01936D62A4CB73BD8F5293D1034D783A , 0x01936D832842724BA7089A358D75AF5A , 0x01936D84CCAA738AB64B1489E8258466 , 0x01936D8625C6724395E446F24651CF86 , 0x01936D87FD64731C97FF621254AAF487 , 0x01936D8A38EA717F8031DDEFF09A2BCA , 0x01936D8B86B7732C87387E7F180906DF , 0x01936D8CD6B671179BBEA69CCA9866F8 , 0x01936D8E8F3371E18BD67FB376FFA455 , 0x01936D8FDB6F7139A14C341C8674EA36 , 0x01936D91E6C470C28F463DAE1A93D4FA , 0x01936D93528E73E9896D6A45D9C86995 , 0x01936D94CC5373C3B3B007F8D1DEF830 , 0x01936D968CA871F6B63462567EC2020B , 0x0194F50F5F4B72DB8570CF8711B718A9 );
Copy
47
0.13 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` . `language_id` = ? AND `seo_url` . `sales_channel_id` = ? AND `seo_url` . `route_name` = ? AND `seo_url` . `is_deleted` = ? AND `seo_url` . `is_canonical` = ? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
"frontend.cbax.lexicon.detail "
0
1
]
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` . `language_id` = 0x2218F09C2ED94ACAB27D4B0B66481B14 AND `seo_url` . `sales_channel_id` = 0x64D7112131A2486390AF89B0F82B5A22 AND `seo_url` . `route_name` = 'frontend.cbax.lexicon.detail' AND `seo_url` . `is_deleted` = 0 AND `seo_url` . `is_canonical` = 1 );
Copy
48
0.07 ms
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0x64D7112131A2486390AF89B0F82B5A22 AND `language.salesChannels` . `id` = 0x64D7112131A2486390AF89B0F82B5A22 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
49
0.09 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.fallback_1.name` , `language.translationCode.translation.name` , COALESCE (`language.translationCode.translation.fallback_1.name` , `language.translationCode.translation.name` , `language.translationCode.translation.name` ) as `language.translationCode.name` , `language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.territory` , COALESCE (`language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` ) as `language.translationCode.territory` , `language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.customFields` , COALESCE (`language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` ) as `language.translationCode.customFields` , `language.translationCode.translation.fallback_1.createdAt` , `language.translationCode.translation.createdAt` , `language.translationCode.translation.fallback_1.updatedAt` , `language.translationCode.translation.updatedAt` , `language.translationCode.translation.fallback_1.localeId` , `language.translationCode.translation.localeId` , `language.translationCode.translation.fallback_1.languageId` , `language.translationCode.translation.languageId` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . locale_id , `language.translationCode.translation` . name as `language.translationCode.translation.name` , `language.translationCode.translation` . territory as `language.translationCode.translation.territory` , `language.translationCode.translation` . custom_fields as `language.translationCode.translation.customFields` , `language.translationCode.translation` . created_at as `language.translationCode.translation.createdAt` , `language.translationCode.translation` . updated_at as `language.translationCode.translation.updatedAt` , `language.translationCode.translation` . locale_id as `language.translationCode.translation.localeId` , `language.translationCode.translation` . language_id as `language.translationCode.translation.languageId` , `language.translationCode.translation.fallback_1` . name as `language.translationCode.translation.fallback_1.name` , `language.translationCode.translation.fallback_1` . territory as `language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.fallback_1` . custom_fields as `language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.fallback_1` . created_at as `language.translationCode.translation.fallback_1.createdAt` , `language.translationCode.translation.fallback_1` . updated_at as `language.translationCode.translation.fallback_1.updatedAt` , `language.translationCode.translation.fallback_1` . locale_id as `language.translationCode.translation.fallback_1.localeId` , `language.translationCode.translation.fallback_1` . language_id as `language.translationCode.translation.fallback_1.languageId` FROM `locale_translation` `language.translationCode.translation` LEFT JOIN `locale_translation` `language.translationCode.translation.fallback_1` ON `language.translationCode.translation` . `locale_id` = `language.translationCode.translation.fallback_1` . `locale_id` AND `language.translationCode.translation.fallback_1` . language_id = ? WHERE `language.translationCode.translation` . language_id = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? , ? , ? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"ØïO³ñ«@Ò╝\x16 T\x14 «\x11 pÅ "
]
SELECT
`language` . `id` as `language.id` ,
`language` . `parent_id` as `language.parentId` ,
`language` . `locale_id` as `language.localeId` ,
`language` . `translation_code_id` as `language.translationCodeId` ,
`language` . `name` as `language.name` ,
`language` . `custom_fields` as `language.customFields` ,
`language` . `created_at` as `language.createdAt` ,
`language` . `updated_at` as `language.updatedAt` ,
`language.productSearchConfig` . `id` as `language.productSearchConfig.id` ,
`language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` ,
`language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` ,
`language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` ,
`language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` ,
`language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` ,
`language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` ,
`language.translationCode` . `id` as `language.translationCode.id` ,
`language.translationCode` . `code` as `language.translationCode.code` ,
`language.translationCode` . `created_at` as `language.translationCode.createdAt` ,
`language.translationCode` . `updated_at` as `language.translationCode.updatedAt` ,
`language.translationCode.translation.fallback_1.name` ,
`language.translationCode.translation.name` ,
COALESCE (
`language.translationCode.translation.fallback_1.name` ,
`language.translationCode.translation.name` ,
`language.translationCode.translation.name`
) as `language.translationCode.name` ,
`language.translationCode.translation.fallback_1.territory` ,
`language.translationCode.translation.territory` ,
COALESCE (
`language.translationCode.translation.fallback_1.territory` ,
`language.translationCode.translation.territory` ,
`language.translationCode.translation.territory`
) as `language.translationCode.territory` ,
`language.translationCode.translation.fallback_1.customFields` ,
`language.translationCode.translation.customFields` ,
COALESCE (
`language.translationCode.translation.fallback_1.customFields` ,
`language.translationCode.translation.customFields` ,
`language.translationCode.translation.customFields`
) as `language.translationCode.customFields` ,
`language.translationCode.translation.fallback_1.createdAt` ,
`language.translationCode.translation.createdAt` ,
`language.translationCode.translation.fallback_1.updatedAt` ,
`language.translationCode.translation.updatedAt` ,
`language.translationCode.translation.fallback_1.localeId` ,
`language.translationCode.translation.localeId` ,
`language.translationCode.translation.fallback_1.languageId` ,
`language.translationCode.translation.languageId`
FROM
`language`
LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id`
LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id`
LEFT JOIN (
SELECT
`language.translationCode.translation` . locale_id ,
`language.translationCode.translation` . name as `language.translationCode.translation.name` ,
`language.translationCode.translation` . territory as `language.translationCode.translation.territory` ,
`language.translationCode.translation` . custom_fields as `language.translationCode.translation.customFields` ,
`language.translationCode.translation` . created_at as `language.translationCode.translation.createdAt` ,
`language.translationCode.translation` . updated_at as `language.translationCode.translation.updatedAt` ,
`language.translationCode.translation` . locale_id as `language.translationCode.translation.localeId` ,
`language.translationCode.translation` . language_id as `language.translationCode.translation.languageId` ,
`language.translationCode.translation.fallback_1` . name as `language.translationCode.translation.fallback_1.name` ,
`language.translationCode.translation.fallback_1` . territory as `language.translationCode.translation.fallback_1.territory` ,
`language.translationCode.translation.fallback_1` . custom_fields as `language.translationCode.translation.fallback_1.customFields` ,
`language.translationCode.translation.fallback_1` . created_at as `language.translationCode.translation.fallback_1.createdAt` ,
`language.translationCode.translation.fallback_1` . updated_at as `language.translationCode.translation.fallback_1.updatedAt` ,
`language.translationCode.translation.fallback_1` . locale_id as `language.translationCode.translation.fallback_1.localeId` ,
`language.translationCode.translation.fallback_1` . language_id as `language.translationCode.translation.fallback_1.languageId`
FROM
`locale_translation` `language.translationCode.translation`
LEFT JOIN `locale_translation` `language.translationCode.translation.fallback_1` ON `language.translationCode.translation` . `locale_id` = `language.translationCode.translation.fallback_1` . `locale_id`
AND `language.translationCode.translation.fallback_1` . language_id = ?
WHERE
`language.translationCode.translation` . language_id = ?
) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id`
WHERE
`language` . `id` IN (? , ? , ? )
Copy
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.fallback_1.name` , `language.translationCode.translation.name` , COALESCE (`language.translationCode.translation.fallback_1.name` , `language.translationCode.translation.name` , `language.translationCode.translation.name` ) as `language.translationCode.name` , `language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.territory` , COALESCE (`language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` ) as `language.translationCode.territory` , `language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.customFields` , COALESCE (`language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` ) as `language.translationCode.customFields` , `language.translationCode.translation.fallback_1.createdAt` , `language.translationCode.translation.createdAt` , `language.translationCode.translation.fallback_1.updatedAt` , `language.translationCode.translation.updatedAt` , `language.translationCode.translation.fallback_1.localeId` , `language.translationCode.translation.localeId` , `language.translationCode.translation.fallback_1.languageId` , `language.translationCode.translation.languageId` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . locale_id , `language.translationCode.translation` . name as `language.translationCode.translation.name` , `language.translationCode.translation` . territory as `language.translationCode.translation.territory` , `language.translationCode.translation` . custom_fields as `language.translationCode.translation.customFields` , `language.translationCode.translation` . created_at as `language.translationCode.translation.createdAt` , `language.translationCode.translation` . updated_at as `language.translationCode.translation.updatedAt` , `language.translationCode.translation` . locale_id as `language.translationCode.translation.localeId` , `language.translationCode.translation` . language_id as `language.translationCode.translation.languageId` , `language.translationCode.translation.fallback_1` . name as `language.translationCode.translation.fallback_1.name` , `language.translationCode.translation.fallback_1` . territory as `language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.fallback_1` . custom_fields as `language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.fallback_1` . created_at as `language.translationCode.translation.fallback_1.createdAt` , `language.translationCode.translation.fallback_1` . updated_at as `language.translationCode.translation.fallback_1.updatedAt` , `language.translationCode.translation.fallback_1` . locale_id as `language.translationCode.translation.fallback_1.localeId` , `language.translationCode.translation.fallback_1` . language_id as `language.translationCode.translation.fallback_1.languageId` FROM `locale_translation` `language.translationCode.translation` LEFT JOIN `locale_translation` `language.translationCode.translation.fallback_1` ON `language.translationCode.translation` . `locale_id` = `language.translationCode.translation.fallback_1` . `locale_id` AND `language.translationCode.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `language.translationCode.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , 0x2218F09C2ED94ACAB27D4B0B66481B14 , 0x9D8B4FFCA4AE40E3BC165414AE11708F );
Copy
50
0.06 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"‗L1üQ\x14 HHñ3¶I¹Ê\x19 "
b"‗L1üQ\x14 HHñ3¶I¹Ê\x19 "
b"‗L1üQ\x14 HHñ3¶I¹Ê\x19 "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xF24C318151144848A4F033F449FBD219 OR `parent_id` = 0xF24C318151144848A4F033F449FBD219 OR `id` = 0xF24C318151144848A4F033F449FBD219
;
Copy
51
3.56 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) as `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) as `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) as `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `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` 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 WHERE `category.translation` . language_id = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . category_version_id = `category` . version_id LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title as `category.media.translation.title` , `category.media.translation` . alt as `category.media.translation.alt` , `category.media.translation` . custom_fields as `category.media.translation.customFields` , `category.media.translation` . created_at as `category.media.translation.createdAt` , `category.media.translation` . updated_at as `category.media.translation.updatedAt` , `category.media.translation` . media_id as `category.media.translation.mediaId` , `category.media.translation` . language_id as `category.media.translation.languageId` , `category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = ? WHERE `category.media.translation` . language_id = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|f24c318151144848a4f033f449fbd219|% "
1
7
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
`category.media.translation.title`
) as `category.media.title` ,
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
`category.media.translation.alt`
) as `category.media.alt` ,
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) as `category.media.customFields` ,
`category.media.translation.fallback_1.createdAt` ,
`category.media.translation.createdAt` ,
`category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.fallback_1.mediaId` ,
`category.media.translation.mediaId` ,
`category.media.translation.fallback_1.languageId` ,
`category.media.translation.languageId` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`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`
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
WHERE
`category.translation` . language_id = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . category_version_id = `category` . version_id
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title as `category.media.translation.title` ,
`category.media.translation` . alt as `category.media.translation.alt` ,
`category.media.translation` . custom_fields as `category.media.translation.customFields` ,
`category.media.translation` . created_at as `category.media.translation.createdAt` ,
`category.media.translation` . updated_at as `category.media.translation.updatedAt` ,
`category.media.translation` . media_id as `category.media.translation.mediaId` ,
`category.media.translation` . language_id as `category.media.translation.languageId` ,
`category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` ,
`category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` ,
`category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` ,
`category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` ,
`category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` ,
`category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId`
FROM
`media_translation` `category.media.translation`
LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id`
AND `category.media.translation.fallback_1` . language_id = ?
WHERE
`category.media.translation` . language_id = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) as `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) as `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) as `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `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` 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 = 0x2218F09C2ED94ACAB27D4B0B66481B14 AND `category.translation` . category_version_id = `category.translation.fallback_1` . 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 LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title as `category.media.translation.title` , `category.media.translation` . alt as `category.media.translation.alt` , `category.media.translation` . custom_fields as `category.media.translation.customFields` , `category.media.translation` . created_at as `category.media.translation.createdAt` , `category.media.translation` . updated_at as `category.media.translation.updatedAt` , `category.media.translation` . media_id as `category.media.translation.mediaId` , `category.media.translation` . language_id as `category.media.translation.languageId` , `category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `category.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|f24c318151144848a4f033f449fbd219|%' AND (`category` . `level` > 1 AND `category` . `level` < = 7 )));
Copy
52
0.08 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
53
0.08 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|f24c318151144848a4f033f449fbd219|% "
7
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|f24c318151144848a4f033f449fbd219|%' AND `category` . `level` = 7 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
54
0.15 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) as `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) as `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) as `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `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` 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 WHERE `category.translation` . language_id = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . category_version_id = `category` . version_id LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title as `category.media.translation.title` , `category.media.translation` . alt as `category.media.translation.alt` , `category.media.translation` . custom_fields as `category.media.translation.customFields` , `category.media.translation` . created_at as `category.media.translation.createdAt` , `category.media.translation` . updated_at as `category.media.translation.updatedAt` , `category.media.translation` . media_id as `category.media.translation.mediaId` , `category.media.translation` . language_id as `category.media.translation.languageId` , `category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = ? WHERE `category.media.translation` . language_id = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"‗L1üQ\x14 HHñ3¶I¹Ê\x19 "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
`category.media.translation.title`
) as `category.media.title` ,
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
`category.media.translation.alt`
) as `category.media.alt` ,
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) as `category.media.customFields` ,
`category.media.translation.fallback_1.createdAt` ,
`category.media.translation.createdAt` ,
`category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.fallback_1.mediaId` ,
`category.media.translation.mediaId` ,
`category.media.translation.fallback_1.languageId` ,
`category.media.translation.languageId` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`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`
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
WHERE
`category.translation` . language_id = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . category_version_id = `category` . version_id
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title as `category.media.translation.title` ,
`category.media.translation` . alt as `category.media.translation.alt` ,
`category.media.translation` . custom_fields as `category.media.translation.customFields` ,
`category.media.translation` . created_at as `category.media.translation.createdAt` ,
`category.media.translation` . updated_at as `category.media.translation.updatedAt` ,
`category.media.translation` . media_id as `category.media.translation.mediaId` ,
`category.media.translation` . language_id as `category.media.translation.languageId` ,
`category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` ,
`category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` ,
`category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` ,
`category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` ,
`category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` ,
`category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId`
FROM
`media_translation` `category.media.translation`
LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id`
AND `category.media.translation.fallback_1` . language_id = ?
WHERE
`category.media.translation` . language_id = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) as `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) as `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) as `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `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` 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 = 0x2218F09C2ED94ACAB27D4B0B66481B14 AND `category.translation` . category_version_id = `category.translation.fallback_1` . 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 LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title as `category.media.translation.title` , `category.media.translation` . alt as `category.media.translation.alt` , `category.media.translation` . custom_fields as `category.media.translation.customFields` , `category.media.translation` . created_at as `category.media.translation.createdAt` , `category.media.translation` . updated_at as `category.media.translation.updatedAt` , `category.media.translation` . media_id as `category.media.translation.mediaId` , `category.media.translation` . language_id as `category.media.translation.languageId` , `category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `category.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xF24C318151144848A4F033F449FBD219 ));
Copy
55
0.10 ms
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0x64D7112131A2486390AF89B0F82B5A22 ) GROUP BY `currency` . `id` ;
Copy
56
0.08 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.fallback_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.fallback_1.shortName` , `currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.fallback_1.name` , `currency.translation.name` , COALESCE (`currency.translation.fallback_1.name` , `currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.fallback_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.fallback_1.customFields` , `currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.fallback_1.createdAt` , `currency.translation.createdAt` , `currency.translation.fallback_1.updatedAt` , `currency.translation.updatedAt` , `currency.translation.fallback_1.currencyId` , `currency.translation.currencyId` , `currency.translation.fallback_1.languageId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` , `currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` , `currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` , `currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` , `currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` , `currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` , `currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` , `currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id` AND `currency.translation.fallback_1` . language_id = ? WHERE `currency.translation` . language_id = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT
`currency` . `id` as `currency.id` ,
`currency` . `factor` as `currency.factor` ,
`currency` . `symbol` as `currency.symbol` ,
`currency` . `iso_code` as `currency.isoCode` ,
`currency` . `position` as `currency.position` ,
`currency` . `tax_free_from` as `currency.taxFreeFrom` ,
`currency` . `item_rounding` as `currency.itemRounding` ,
`currency` . `total_rounding` as `currency.totalRounding` ,
`currency` . `created_at` as `currency.createdAt` ,
`currency` . `updated_at` as `currency.updatedAt` ,
`currency.translation.fallback_1.shortName` ,
`currency.translation.shortName` ,
COALESCE (
`currency.translation.fallback_1.shortName` ,
`currency.translation.shortName` ,
`currency.translation.shortName`
) as `currency.shortName` ,
`currency.translation.fallback_1.name` ,
`currency.translation.name` ,
COALESCE (
`currency.translation.fallback_1.name` ,
`currency.translation.name` , `currency.translation.name`
) as `currency.name` ,
`currency.translation.fallback_1.customFields` ,
`currency.translation.customFields` ,
COALESCE (
`currency.translation.fallback_1.customFields` ,
`currency.translation.customFields` ,
`currency.translation.customFields`
) as `currency.customFields` ,
`currency.translation.fallback_1.createdAt` ,
`currency.translation.createdAt` ,
`currency.translation.fallback_1.updatedAt` ,
`currency.translation.updatedAt` ,
`currency.translation.fallback_1.currencyId` ,
`currency.translation.currencyId` ,
`currency.translation.fallback_1.languageId` ,
`currency.translation.languageId`
FROM
`currency`
LEFT JOIN (
SELECT
`currency.translation` . currency_id ,
`currency.translation` . short_name as `currency.translation.shortName` ,
`currency.translation` . name as `currency.translation.name` ,
`currency.translation` . custom_fields as `currency.translation.customFields` ,
`currency.translation` . created_at as `currency.translation.createdAt` ,
`currency.translation` . updated_at as `currency.translation.updatedAt` ,
`currency.translation` . currency_id as `currency.translation.currencyId` ,
`currency.translation` . language_id as `currency.translation.languageId` ,
`currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` ,
`currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` ,
`currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` ,
`currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` ,
`currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` ,
`currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` ,
`currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId`
FROM
`currency_translation` `currency.translation`
LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id`
AND `currency.translation.fallback_1` . language_id = ?
WHERE
`currency.translation` . language_id = ?
) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id`
WHERE
`currency` . `id` IN (? )
Copy
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.fallback_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.fallback_1.shortName` , `currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.fallback_1.name` , `currency.translation.name` , COALESCE (`currency.translation.fallback_1.name` , `currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.fallback_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.fallback_1.customFields` , `currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.fallback_1.createdAt` , `currency.translation.createdAt` , `currency.translation.fallback_1.updatedAt` , `currency.translation.updatedAt` , `currency.translation.fallback_1.currencyId` , `currency.translation.currencyId` , `currency.translation.fallback_1.languageId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` , `currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` , `currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` , `currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` , `currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` , `currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` , `currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` , `currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id` AND `currency.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `currency.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
57
0.07 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 ïp┌É_w╠é?b~=¤¿Þ "
b"\x01 ïp┌É_w╠é?b~=¤¿Þ "
b"\x01 ïp┌É_w╠é?b~=¤¿Þ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x018B70DA905F77CC823F627E3DCFA8E8 OR `parent_id` = 0x018B70DA905F77CC823F627E3DCFA8E8 OR `id` = 0x018B70DA905F77CC823F627E3DCFA8E8
;
Copy
58
0.14 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) as `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) as `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) as `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `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` 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 WHERE `category.translation` . language_id = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . category_version_id = `category` . version_id LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title as `category.media.translation.title` , `category.media.translation` . alt as `category.media.translation.alt` , `category.media.translation` . custom_fields as `category.media.translation.customFields` , `category.media.translation` . created_at as `category.media.translation.createdAt` , `category.media.translation` . updated_at as `category.media.translation.updatedAt` , `category.media.translation` . media_id as `category.media.translation.mediaId` , `category.media.translation` . language_id as `category.media.translation.languageId` , `category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = ? WHERE `category.media.translation` . language_id = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|018b70da905f77cc823f627e3dcfa8e8|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
`category.media.translation.title`
) as `category.media.title` ,
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
`category.media.translation.alt`
) as `category.media.alt` ,
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) as `category.media.customFields` ,
`category.media.translation.fallback_1.createdAt` ,
`category.media.translation.createdAt` ,
`category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.fallback_1.mediaId` ,
`category.media.translation.mediaId` ,
`category.media.translation.fallback_1.languageId` ,
`category.media.translation.languageId` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`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`
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
WHERE
`category.translation` . language_id = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . category_version_id = `category` . version_id
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title as `category.media.translation.title` ,
`category.media.translation` . alt as `category.media.translation.alt` ,
`category.media.translation` . custom_fields as `category.media.translation.customFields` ,
`category.media.translation` . created_at as `category.media.translation.createdAt` ,
`category.media.translation` . updated_at as `category.media.translation.updatedAt` ,
`category.media.translation` . media_id as `category.media.translation.mediaId` ,
`category.media.translation` . language_id as `category.media.translation.languageId` ,
`category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` ,
`category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` ,
`category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` ,
`category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` ,
`category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` ,
`category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId`
FROM
`media_translation` `category.media.translation`
LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id`
AND `category.media.translation.fallback_1` . language_id = ?
WHERE
`category.media.translation` . language_id = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) as `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) as `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) as `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `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` 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 = 0x2218F09C2ED94ACAB27D4B0B66481B14 AND `category.translation` . category_version_id = `category.translation.fallback_1` . 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 LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title as `category.media.translation.title` , `category.media.translation` . alt as `category.media.translation.alt` , `category.media.translation` . custom_fields as `category.media.translation.customFields` , `category.media.translation` . created_at as `category.media.translation.createdAt` , `category.media.translation` . updated_at as `category.media.translation.updatedAt` , `category.media.translation` . media_id as `category.media.translation.mediaId` , `category.media.translation` . language_id as `category.media.translation.languageId` , `category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `category.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|018b70da905f77cc823f627e3dcfa8e8|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
59
0.07 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|018b70da905f77cc823f627e3dcfa8e8|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|018b70da905f77cc823f627e3dcfa8e8|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
60
0.12 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) as `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) as `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) as `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `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` 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 WHERE `category.translation` . language_id = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . category_version_id = `category` . version_id LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title as `category.media.translation.title` , `category.media.translation` . alt as `category.media.translation.alt` , `category.media.translation` . custom_fields as `category.media.translation.customFields` , `category.media.translation` . created_at as `category.media.translation.createdAt` , `category.media.translation` . updated_at as `category.media.translation.updatedAt` , `category.media.translation` . media_id as `category.media.translation.mediaId` , `category.media.translation` . language_id as `category.media.translation.languageId` , `category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = ? WHERE `category.media.translation` . language_id = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ïp┌É_w╠é?b~=¤¿Þ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
`category.media.translation.title`
) as `category.media.title` ,
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
`category.media.translation.alt`
) as `category.media.alt` ,
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) as `category.media.customFields` ,
`category.media.translation.fallback_1.createdAt` ,
`category.media.translation.createdAt` ,
`category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.fallback_1.mediaId` ,
`category.media.translation.mediaId` ,
`category.media.translation.fallback_1.languageId` ,
`category.media.translation.languageId` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`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`
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
WHERE
`category.translation` . language_id = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . category_version_id = `category` . version_id
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title as `category.media.translation.title` ,
`category.media.translation` . alt as `category.media.translation.alt` ,
`category.media.translation` . custom_fields as `category.media.translation.customFields` ,
`category.media.translation` . created_at as `category.media.translation.createdAt` ,
`category.media.translation` . updated_at as `category.media.translation.updatedAt` ,
`category.media.translation` . media_id as `category.media.translation.mediaId` ,
`category.media.translation` . language_id as `category.media.translation.languageId` ,
`category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` ,
`category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` ,
`category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` ,
`category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` ,
`category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` ,
`category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId`
FROM
`media_translation` `category.media.translation`
LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id`
AND `category.media.translation.fallback_1` . language_id = ?
WHERE
`category.media.translation` . language_id = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) as `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) as `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) as `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `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` 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 = 0x2218F09C2ED94ACAB27D4B0B66481B14 AND `category.translation` . category_version_id = `category.translation.fallback_1` . 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 LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title as `category.media.translation.title` , `category.media.translation` . alt as `category.media.translation.alt` , `category.media.translation` . custom_fields as `category.media.translation.customFields` , `category.media.translation` . created_at as `category.media.translation.createdAt` , `category.media.translation` . updated_at as `category.media.translation.updatedAt` , `category.media.translation` . media_id as `category.media.translation.mediaId` , `category.media.translation` . language_id as `category.media.translation.languageId` , `category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `category.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x018B70DA905F77CC823F627E3DCFA8E8 ));
Copy
61
0.06 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"dÎ\x11 !1óHcÉ»ë░°+Z" "
"NimbitsPriceOnRequestNext.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x64D7112131A2486390AF89B0F82B5A22 ) AND (configuration_key LIKE 'NimbitsPriceOnRequestNext.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
62
0.07 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` , `shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = ? WHERE `shipping_method.translation` . language_id = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` )) ASC
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` , `shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `shipping_method.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0x64D7112131A2486390AF89B0F82B5A22 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` )) ASC ;
Copy
63
0.12 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1.languageId` , `shipping_method.deliveryTime.translation.languageId` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.fallback_1.languageId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` , `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.createdAt` , `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.fallback_1.languageId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` , `shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = ? WHERE `shipping_method.translation` . language_id = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . delivery_time_id , `shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` , `shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = ? WHERE `shipping_method.deliveryTime.translation` . language_id = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . media_id , `shipping_method.media.translation` . title as `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` , `shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id` AND `shipping_method.media.translation.fallback_1` . language_id = ? WHERE `shipping_method.media.translation` . language_id = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x06 6UæòÄB\x7F ƒde„ZKHí "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
COALESCE (
`shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
COALESCE (
`shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields` ,
`shipping_method.deliveryTime.translation.fallback_1.createdAt` ,
`shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation.fallback_1.updatedAt` ,
`shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.fallback_1.languageId` ,
`shipping_method.deliveryTime.translation.languageId` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.title` ,
COALESCE (
`shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title`
) as `shipping_method.media.title` ,
`shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.alt` ,
COALESCE (
`shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt` ,
`shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.customFields` ,
COALESCE (
`shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields` ,
`shipping_method.media.translation.fallback_1.createdAt` ,
`shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation.fallback_1.updatedAt` ,
`shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation.fallback_1.mediaId` ,
`shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation.fallback_1.languageId` ,
`shipping_method.media.translation.languageId` ,
`shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.name` ,
COALESCE (
`shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name`
) as `shipping_method.name` ,
`shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.description` ,
COALESCE (
`shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description`
) as `shipping_method.description` ,
`shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
COALESCE (
`shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl` ,
`shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.customFields` ,
COALESCE (
`shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields`
) as `shipping_method.customFields` ,
`shipping_method.translation.fallback_1.createdAt` ,
`shipping_method.translation.createdAt` ,
`shipping_method.translation.fallback_1.updatedAt` ,
`shipping_method.translation.updatedAt` ,
`shipping_method.translation.fallback_1.shippingMethodId` ,
`shipping_method.translation.shippingMethodId` ,
`shipping_method.translation.fallback_1.languageId` ,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation` . shipping_method_id ,
`shipping_method.translation` . name as `shipping_method.translation.name` ,
`shipping_method.translation` . description as `shipping_method.translation.description` ,
`shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` ,
`shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` ,
`shipping_method.translation` . created_at as `shipping_method.translation.createdAt` ,
`shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` ,
`shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` ,
`shipping_method.translation` . language_id as `shipping_method.translation.languageId` ,
`shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` ,
`shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` ,
`shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` ,
`shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id`
AND `shipping_method.translation.fallback_1` . language_id = ?
WHERE
`shipping_method.translation` . language_id = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . delivery_time_id ,
`shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` ,
`shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` ,
`shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id`
AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = ?
WHERE
`shipping_method.deliveryTime.translation` . language_id = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . media_id ,
`shipping_method.media.translation` . title as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` ,
`shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` ,
`shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` ,
`shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` ,
`shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` ,
`shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `shipping_method.media.translation`
LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id`
AND `shipping_method.media.translation.fallback_1` . language_id = ?
WHERE
`shipping_method.media.translation` . language_id = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1.languageId` , `shipping_method.deliveryTime.translation.languageId` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.fallback_1.languageId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` , `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.createdAt` , `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.fallback_1.languageId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` , `shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `shipping_method.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . delivery_time_id , `shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` , `shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `shipping_method.deliveryTime.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . media_id , `shipping_method.media.translation` . title as `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` , `shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id` AND `shipping_method.media.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `shipping_method.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x063655E6F2C4427F836465845A4B48ED );
Copy
64
0.09 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
65
0.09 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` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Ž2ù\x02\x13 qØŠ\x16 í\x06 Ýö\x16 Q "
]
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` . `id` IN (? )
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` . `id` IN (0x018E32F9021371D88A16ED06DDF61651 );
Copy
66
0.06 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 Ž2ù\x02\x13 qØŠ\x16 í\x06 Ýö\x16 Q "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x018E32F9021371D88A16ED06DDF61651 ));
Copy
67
0.08 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` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “° ÷BrÚ¥Õ6Ìž\x00 •Ä "
]
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` . `id` IN (? )
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` . `id` IN (0x0193B0A0F74272DAA5D536CC9E0095C4 );
Copy
68
0.06 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “° ÷BrÚ¥Õ6Ìž\x00 •Ä "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0193B0A0F74272DAA5D536CC9E0095C4 ));
Copy
69
0.06 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
70
0.06 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
71
0.06 ms
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0x64D7112131A2486390AF89B0F82B5A22 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
72
0.11 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.fallback_1.languageId` , `payment_method.media.translation.languageId` , `payment_method.translation.fallback_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.fallback_1.name` , `payment_method.translation.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.fallback_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.fallback_1.description` , `payment_method.translation.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` , `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.createdAt` , `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.updatedAt` , `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.paymentMethodId` , `payment_method.translation.fallback_1.languageId` , `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation` . payment_method_id , `payment_method.translation` . name as `payment_method.translation.name` , `payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` , `payment_method.translation` . description as `payment_method.translation.description` , `payment_method.translation` . custom_fields as `payment_method.translation.customFields` , `payment_method.translation` . created_at as `payment_method.translation.createdAt` , `payment_method.translation` . updated_at as `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id as `payment_method.translation.languageId` , `payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` , `payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` , `payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` , `payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id` AND `payment_method.translation.fallback_1` . language_id = ? WHERE `payment_method.translation` . language_id = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . media_id , `payment_method.media.translation` . title as `payment_method.media.translation.title` , `payment_method.media.translation` . alt as `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` , `payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id` AND `payment_method.media.translation.fallback_1` . language_id = ? WHERE `payment_method.media.translation` . language_id = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¹ÇUiì¦A\x0E »ÇH>\x13 «ßW "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.title` ,
COALESCE (
`payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title`
) as `payment_method.media.title` ,
`payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.alt` ,
COALESCE (
`payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt`
) as `payment_method.media.alt` ,
`payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.customFields` ,
COALESCE (
`payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields` ,
`payment_method.media.translation.fallback_1.createdAt` ,
`payment_method.media.translation.createdAt` ,
`payment_method.media.translation.fallback_1.updatedAt` ,
`payment_method.media.translation.updatedAt` ,
`payment_method.media.translation.fallback_1.mediaId` ,
`payment_method.media.translation.mediaId` ,
`payment_method.media.translation.fallback_1.languageId` ,
`payment_method.media.translation.languageId` ,
`payment_method.translation.fallback_1.name` ,
`payment_method.translation.name` ,
COALESCE (
`payment_method.translation.fallback_1.name` ,
`payment_method.translation.name` ,
`payment_method.translation.name`
) as `payment_method.name` ,
`payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
COALESCE (
`payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName` ,
`payment_method.translation.fallback_1.description` ,
`payment_method.translation.description` ,
COALESCE (
`payment_method.translation.fallback_1.description` ,
`payment_method.translation.description` ,
`payment_method.translation.description`
) as `payment_method.description` ,
`payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.customFields` ,
COALESCE (
`payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields`
) as `payment_method.customFields` ,
`payment_method.translation.fallback_1.createdAt` ,
`payment_method.translation.createdAt` ,
`payment_method.translation.fallback_1.updatedAt` ,
`payment_method.translation.updatedAt` ,
`payment_method.translation.fallback_1.paymentMethodId` ,
`payment_method.translation.paymentMethodId` ,
`payment_method.translation.fallback_1.languageId` ,
`payment_method.translation.languageId`
FROM
`payment_method`
LEFT JOIN (
SELECT
`payment_method.translation` . payment_method_id ,
`payment_method.translation` . name as `payment_method.translation.name` ,
`payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . description as `payment_method.translation.description` ,
`payment_method.translation` . custom_fields as `payment_method.translation.customFields` ,
`payment_method.translation` . created_at as `payment_method.translation.createdAt` ,
`payment_method.translation` . updated_at as `payment_method.translation.updatedAt` ,
`payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` ,
`payment_method.translation` . language_id as `payment_method.translation.languageId` ,
`payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` ,
`payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` ,
`payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` ,
`payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` ,
`payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` ,
`payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId`
FROM
`payment_method_translation` `payment_method.translation`
LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id`
AND `payment_method.translation.fallback_1` . language_id = ?
WHERE
`payment_method.translation` . language_id = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . media_id ,
`payment_method.media.translation` . title as `payment_method.media.translation.title` ,
`payment_method.media.translation` . alt as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` ,
`payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` ,
`payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` ,
`payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` ,
`payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` ,
`payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` ,
`payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` ,
`payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` ,
`payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `payment_method.media.translation`
LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id`
AND `payment_method.media.translation.fallback_1` . language_id = ?
WHERE
`payment_method.media.translation` . language_id = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.fallback_1.languageId` , `payment_method.media.translation.languageId` , `payment_method.translation.fallback_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.fallback_1.name` , `payment_method.translation.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.fallback_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.fallback_1.description` , `payment_method.translation.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` , `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.createdAt` , `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.updatedAt` , `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.paymentMethodId` , `payment_method.translation.fallback_1.languageId` , `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation` . payment_method_id , `payment_method.translation` . name as `payment_method.translation.name` , `payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` , `payment_method.translation` . description as `payment_method.translation.description` , `payment_method.translation` . custom_fields as `payment_method.translation.customFields` , `payment_method.translation` . created_at as `payment_method.translation.createdAt` , `payment_method.translation` . updated_at as `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id as `payment_method.translation.languageId` , `payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` , `payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` , `payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` , `payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id` AND `payment_method.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `payment_method.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . media_id , `payment_method.media.translation` . title as `payment_method.media.translation.title` , `payment_method.media.translation` . alt as `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` , `payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id` AND `payment_method.media.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `payment_method.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0xFB8055698DDD410EAF80483E13AEE157 );
Copy
73
0.09 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
74
0.08 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` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Ž2ù\x02\x13 qØŠ\x16 í\x06 Ýö\x16 Q "
]
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` . `id` IN (? )
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` . `id` IN (0x018E32F9021371D88A16ED06DDF61651 );
Copy
75
0.04 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 Ž2ù\x02\x13 qØŠ\x16 í\x06 Ýö\x16 Q "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x018E32F9021371D88A16ED06DDF61651 ));
Copy
76
0.08 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` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “° ÷BrÚ¥Õ6Ìž\x00 •Ä "
]
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` . `id` IN (? )
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` . `id` IN (0x0193B0A0F74272DAA5D536CC9E0095C4 );
Copy
77
0.04 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “° ÷BrÚ¥Õ6Ìž\x00 •Ä "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0193B0A0F74272DAA5D536CC9E0095C4 ));
Copy
78
0.07 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
79
0.06 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
80
0.09 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_1.name` , `cms_page.translation.name` , COALESCE (`cms_page.translation.fallback_1.name` , `cms_page.translation.name` , `cms_page.translation.name` ) as `cms_page.name` , `cms_page.translation.fallback_1.customFields` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.fallback_1.customFields` , `cms_page.translation.customFields` , `cms_page.translation.customFields` ) as `cms_page.customFields` , `cms_page.translation.fallback_1.createdAt` , `cms_page.translation.createdAt` , `cms_page.translation.fallback_1.updatedAt` , `cms_page.translation.updatedAt` , `cms_page.translation.fallback_1.cmsPageId` , `cms_page.translation.cmsPageId` , `cms_page.translation.fallback_1.languageId` , `cms_page.translation.languageId` , `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` 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 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` = ? ))
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “?¡…Or¹‹"WÞB\x05\x04 ˆ "
]
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_1.name` ,
`cms_page.translation.name` ,
COALESCE (
`cms_page.translation.fallback_1.name` ,
`cms_page.translation.name` , `cms_page.translation.name`
) as `cms_page.name` ,
`cms_page.translation.fallback_1.customFields` ,
`cms_page.translation.customFields` ,
COALESCE (
`cms_page.translation.fallback_1.customFields` ,
`cms_page.translation.customFields` ,
`cms_page.translation.customFields`
) as `cms_page.customFields` ,
`cms_page.translation.fallback_1.createdAt` ,
`cms_page.translation.createdAt` ,
`cms_page.translation.fallback_1.updatedAt` ,
`cms_page.translation.updatedAt` ,
`cms_page.translation.fallback_1.cmsPageId` ,
`cms_page.translation.cmsPageId` ,
`cms_page.translation.fallback_1.languageId` ,
`cms_page.translation.languageId` ,
`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`
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
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` = ? )
)
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_1.name` , `cms_page.translation.name` , COALESCE (`cms_page.translation.fallback_1.name` , `cms_page.translation.name` , `cms_page.translation.name` ) as `cms_page.name` , `cms_page.translation.fallback_1.customFields` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.fallback_1.customFields` , `cms_page.translation.customFields` , `cms_page.translation.customFields` ) as `cms_page.customFields` , `cms_page.translation.fallback_1.createdAt` , `cms_page.translation.createdAt` , `cms_page.translation.fallback_1.updatedAt` , `cms_page.translation.updatedAt` , `cms_page.translation.fallback_1.cmsPageId` , `cms_page.translation.cmsPageId` , `cms_page.translation.fallback_1.languageId` , `cms_page.translation.languageId` , `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` 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 = 0x2218F09C2ED94ACAB27D4B0B66481B14 AND `cms_page.translation` . cms_page_version_id = `cms_page.translation.fallback_1` . 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` = 0x01933FA1854F72B98B2257DE42050488 ));
Copy
81
0.09 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` . `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_1.title` , `cms_section.backgroundMedia.translation.title` , COALESCE (`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_1.alt` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`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_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`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_1.createdAt` , `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation.fallback_1.updatedAt` , `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation.fallback_1.mediaId` , `cms_section.backgroundMedia.translation.mediaId` , `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` 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 = ? 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""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “?¡…Or¹‹"WÞB\x05\x04 ˆ "
]
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` . `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_1.title` ,
`cms_section.backgroundMedia.translation.title` ,
COALESCE (
`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_1.alt` ,
`cms_section.backgroundMedia.translation.alt` ,
COALESCE (
`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_1.customFields` ,
`cms_section.backgroundMedia.translation.customFields` ,
COALESCE (
`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_1.createdAt` ,
`cms_section.backgroundMedia.translation.createdAt` ,
`cms_section.backgroundMedia.translation.fallback_1.updatedAt` ,
`cms_section.backgroundMedia.translation.updatedAt` ,
`cms_section.backgroundMedia.translation.fallback_1.mediaId` ,
`cms_section.backgroundMedia.translation.mediaId` ,
`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`
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 = ?
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` . `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_1.title` , `cms_section.backgroundMedia.translation.title` , COALESCE (`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_1.alt` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`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_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`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_1.createdAt` , `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation.fallback_1.updatedAt` , `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation.fallback_1.mediaId` , `cms_section.backgroundMedia.translation.mediaId` , `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` 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 = 0x2218F09C2ED94ACAB27D4B0B66481B14 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 (0x01933FA1854F72B98B2257DE42050488 )));
Copy
82
0.09 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` . `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_1.title` , `cms_block.backgroundMedia.translation.title` , COALESCE (`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_1.alt` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`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_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`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_1.createdAt` , `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation.fallback_1.updatedAt` , `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation.fallback_1.mediaId` , `cms_block.backgroundMedia.translation.mediaId` , `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` 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 = ? 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""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “?¡…Or¹‹"WÞB^¾ƒ "
b"\x01 “?¡…Or¹‹"WÞD•Õq "
]
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` . `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_1.title` ,
`cms_block.backgroundMedia.translation.title` ,
COALESCE (
`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_1.alt` ,
`cms_block.backgroundMedia.translation.alt` ,
COALESCE (
`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_1.customFields` ,
`cms_block.backgroundMedia.translation.customFields` ,
COALESCE (
`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_1.createdAt` ,
`cms_block.backgroundMedia.translation.createdAt` ,
`cms_block.backgroundMedia.translation.fallback_1.updatedAt` ,
`cms_block.backgroundMedia.translation.updatedAt` ,
`cms_block.backgroundMedia.translation.fallback_1.mediaId` ,
`cms_block.backgroundMedia.translation.mediaId` ,
`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`
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 = ?
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` . `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_1.title` , `cms_block.backgroundMedia.translation.title` , COALESCE (`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_1.alt` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`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_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`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_1.createdAt` , `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation.fallback_1.updatedAt` , `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation.fallback_1.mediaId` , `cms_block.backgroundMedia.translation.mediaId` , `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` 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 = 0x2218F09C2ED94ACAB27D4B0B66481B14 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 (0x01933FA1854F72B98B2257DE425EBE83 , 0x01933FA1854F72B98B2257DE4495D571 )));
Copy
83
0.09 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , `cms_slot.translation.config` ) as `cms_slot.config` , `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) as `cms_slot.customFields` , `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.createdAt` , `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.languageId` , `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` 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 WHERE `cms_slot.translation` . language_id = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . cms_slot_version_id = `cms_slot` . version_id WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? , ? )))
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “?¡…Or¹‹"WÞB³_‚ "
b"\x01 “?¡…Or¹‹"WÞDðÎw "
b"\x01 “?¡…Or¹‹"WÞF\x05 ›\x02 "
b"\x01 “?¡…Or¹‹"WÞG\x04 Íä "
b"\x01 “?¡…Or¹‹"WÞH#[® "
b"\x01 “?¡…Or¹‹"WÞIChx "
]
SELECT
`cms_slot` . `id` as `cms_slot.id` ,
`cms_slot` . `version_id` as `cms_slot.versionId` ,
`cms_slot` . `type` as `cms_slot.type` ,
`cms_slot` . `slot` as `cms_slot.slot` ,
`cms_slot` . `locked` as `cms_slot.locked` ,
`cms_slot` . `cms_block_id` as `cms_slot.blockId` ,
`cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` ,
`cms_slot` . `created_at` as `cms_slot.createdAt` ,
`cms_slot` . `updated_at` as `cms_slot.updatedAt` ,
`cms_slot.translation.fallback_1.config` ,
`cms_slot.translation.config` ,
COALESCE (
`cms_slot.translation.fallback_1.config` ,
`cms_slot.translation.config` ,
`cms_slot.translation.config`
) as `cms_slot.config` ,
`cms_slot.translation.fallback_1.customFields` ,
`cms_slot.translation.customFields` ,
COALESCE (
`cms_slot.translation.fallback_1.customFields` ,
`cms_slot.translation.customFields` ,
`cms_slot.translation.customFields`
) as `cms_slot.customFields` ,
`cms_slot.translation.fallback_1.createdAt` ,
`cms_slot.translation.createdAt` ,
`cms_slot.translation.fallback_1.updatedAt` ,
`cms_slot.translation.updatedAt` ,
`cms_slot.translation.fallback_1.cmsSlotId` ,
`cms_slot.translation.cmsSlotId` ,
`cms_slot.translation.fallback_1.languageId` ,
`cms_slot.translation.languageId` ,
`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`
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
WHERE
`cms_slot.translation` . language_id = ?
) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id`
AND `cms_slot.cms_slot_translation` . cms_slot_version_id = `cms_slot` . version_id
WHERE
(`cms_slot` . `version_id` = ? )
AND (
(
`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? , ? )
)
)
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.translation.fallback_1.config` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , `cms_slot.translation.config` ) as `cms_slot.config` , `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) as `cms_slot.customFields` , `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.createdAt` , `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.languageId` , `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` 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 = 0x2218F09C2ED94ACAB27D4B0B66481B14 AND `cms_slot.translation` . cms_slot_version_id = `cms_slot.translation.fallback_1` . 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 WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x01933FA1854F72B98B2257DE42B35F82 , 0x01933FA1854F72B98B2257DE44F0CE77 , 0x01933FA1854F72B98B2257DE46059B02 , 0x01933FA1854F72B98B2257DE4704CDE4 , 0x01933FA1854F72B98B2257DE48235BAE , 0x01933FA1854F72B98B2257DE49436878 )));
Copy
84
1.37 ms
SELECT `cbax_lexicon_entry` . `id` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id , `cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` , `cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1` . language_id = ? WHERE `cbax_lexicon_entry.translation` . language_id = ? ) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry` . `id` = `cbax_lexicon_entry.saleschannels` . `cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry` . `date` < = ? ) AND `cbax_lexicon_entry.saleschannels` . `sales_channel_id` = ? AND (COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` ) LIKE ? OR COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` ) LIKE ? OR COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` ) LIKE ? OR COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` ) LIKE ? OR COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` ) LIKE ? OR COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` ) LIKE ? )) GROUP BY `cbax_lexicon_entry` . `id` ORDER BY MIN (COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` )) ASC
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
"2025-04-18 19:12:12 "
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
"C% "
"&C% "
"#C% "
"+C% "
"-C% "
"@C% "
]
SELECT
`cbax_lexicon_entry` . `id`
FROM
`cbax_lexicon_entry`
LEFT JOIN (
SELECT
`cbax_lexicon_entry.translation` . cbax_lexicon_entry_id ,
`cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` ,
`cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` ,
`cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` ,
`cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` ,
`cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` ,
`cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` ,
`cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` ,
`cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` ,
`cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` ,
`cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` ,
`cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` ,
`cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` ,
`cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` ,
`cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` ,
`cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` ,
`cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` ,
`cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` ,
`cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` ,
`cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` ,
`cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` ,
`cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` ,
`cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` ,
`cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` ,
`cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId`
FROM
`cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation`
LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id`
AND `cbax_lexicon_entry.translation.fallback_1` . language_id = ?
WHERE
`cbax_lexicon_entry.translation` . language_id = ?
) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id`
LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry` . `id` = `cbax_lexicon_entry.saleschannels` . `cbax_lexicon_entry_id`
WHERE
(
(`cbax_lexicon_entry` . `date` < = ? )
AND `cbax_lexicon_entry.saleschannels` . `sales_channel_id` = ?
AND (
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title`
) LIKE ?
OR COALESCE (
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title`
) LIKE ?
OR COALESCE (
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title`
) LIKE ?
OR COALESCE (
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title`
) LIKE ?
OR COALESCE (
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title`
) LIKE ?
OR COALESCE (
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title`
) LIKE ?
)
)
GROUP BY
`cbax_lexicon_entry` . `id`
ORDER BY
MIN (
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title`
)
) ASC
Copy
SELECT `cbax_lexicon_entry` . `id` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id , `cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` , `cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `cbax_lexicon_entry.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry` . `id` = `cbax_lexicon_entry.saleschannels` . `cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry` . `date` < = '2025-04-18 19:12:12' ) AND `cbax_lexicon_entry.saleschannels` . `sales_channel_id` = 0x64D7112131A2486390AF89B0F82B5A22 AND (COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` ) LIKE 'C%' OR COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` ) LIKE '&C%' OR COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` ) LIKE '#C%' OR COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` ) LIKE '+C%' OR COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` ) LIKE '-C%' OR COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` ) LIKE '@C%' )) GROUP BY `cbax_lexicon_entry` . `id` ORDER BY MIN (COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` )) ASC ;
Copy
85
0.91 ms
SELECT `cbax_lexicon_entry` . `id` as `cbax_lexicon_entry.id` , `cbax_lexicon_entry` . `impressions` as `cbax_lexicon_entry.impressions` , `cbax_lexicon_entry` . `date` as `cbax_lexicon_entry.date` , `cbax_lexicon_entry` . `link` as `cbax_lexicon_entry.link` , `cbax_lexicon_entry` . `link_target` as `cbax_lexicon_entry.linkTarget` , `cbax_lexicon_entry` . `listing_type` as `cbax_lexicon_entry.listingType` , `cbax_lexicon_entry` . `product_stream_id` as `cbax_lexicon_entry.productStreamId` , `cbax_lexicon_entry` . `product_layout` as `cbax_lexicon_entry.productLayout` , `cbax_lexicon_entry` . `product_template` as `cbax_lexicon_entry.productTemplate` , `cbax_lexicon_entry` . `product_slider_width` as `cbax_lexicon_entry.productSliderWidth` , `cbax_lexicon_entry` . `product_sorting` as `cbax_lexicon_entry.productSorting` , `cbax_lexicon_entry` . `product_limit` as `cbax_lexicon_entry.productLimit` , `cbax_lexicon_entry` . `attribute2` as `cbax_lexicon_entry.attribute2` , `cbax_lexicon_entry` . `attribute3` as `cbax_lexicon_entry.attribute3` , `cbax_lexicon_entry` . `media2_id` as `cbax_lexicon_entry.media2Id` , `cbax_lexicon_entry` . `media3_id` as `cbax_lexicon_entry.media3Id` , `cbax_lexicon_entry` . `created_at` as `cbax_lexicon_entry.createdAt` , `cbax_lexicon_entry` . `updated_at` as `cbax_lexicon_entry.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation.title` ) as `cbax_lexicon_entry.title` , `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation.keyword` ) as `cbax_lexicon_entry.keyword` , `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation.description` ) as `cbax_lexicon_entry.description` , `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` ) as `cbax_lexicon_entry.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` ) as `cbax_lexicon_entry.linkDescription` , `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` ) as `cbax_lexicon_entry.metaTitle` , `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` ) as `cbax_lexicon_entry.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` ) as `cbax_lexicon_entry.metaDescription` , `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation.headline` ) as `cbax_lexicon_entry.headline` , `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation.attribute1` ) as `cbax_lexicon_entry.attribute1` , `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation.attribute4` ) as `cbax_lexicon_entry.attribute4` , `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation.attribute5` ) as `cbax_lexicon_entry.attribute5` , `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation.attribute6` ) as `cbax_lexicon_entry.attribute6` , `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1.languageId` , `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id , `cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` , `cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1` . language_id = ? WHERE `cbax_lexicon_entry.translation` . language_id = ? ) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id` WHERE `cbax_lexicon_entry` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “l ®Iq\x17 ®e¯Š\x1A ø˜\x12 "
b"\x01 “l£hÓsÖ‚àãÂZ”©Â "
b"\x01 “h½·Žsf²záÌ…˜"[ "
b"\x01 ôh╣‗\x18 rðŦ¨\x11 ÇFN "
b"\x01 “h»«kqg¬“óïš®(\x00 "
b"\x01 “h¿ŠFq—¨ð÷†~†Ð\x1E "
b"\x01 “l®¢Ôr§´{ò%Ñ¥ÓŒ "
b"\x01 “l¯ûïq\x06 œ\x0E –Qž]þ¨ "
b"""
\x01 ôl▒ñ\x17 sÚØ/¼\n
u8VÕ
"""
b"\x01 “l³`\x1A s\x1F ¬áR\x1A Õœ\x1F ] "
b"\x01 ôlù7rèجêãø/ÑÕ "
b"\x01 “lµ%Npé¢VF*GÓkÁ "
b"\x01 “hŽéÿr@¿\x08\x1C x\x17 W]• "
b"\x01 ôl¾fp└¢èØGº─±´ "
b"\x01 “l¹‰XsØš®+j]«GØ "
b"\x01 “l»<õsa Þf\x1C\x19 oËb "
b"\x01 ômbñ╦s¢ÅRôÐ\x03 Mx: "
b"\x01 “h›QÝqž·=Çbš\x0F n¾ "
b"\x01 “hÁ\t ss\x02 ¶³ÛË«\e ËÑ "
b"\x01 “mK\x17 ØpΤ™Î{R£žœ "
]
SELECT
`cbax_lexicon_entry` . `id` as `cbax_lexicon_entry.id` ,
`cbax_lexicon_entry` . `impressions` as `cbax_lexicon_entry.impressions` ,
`cbax_lexicon_entry` . `date` as `cbax_lexicon_entry.date` ,
`cbax_lexicon_entry` . `link` as `cbax_lexicon_entry.link` ,
`cbax_lexicon_entry` . `link_target` as `cbax_lexicon_entry.linkTarget` ,
`cbax_lexicon_entry` . `listing_type` as `cbax_lexicon_entry.listingType` ,
`cbax_lexicon_entry` . `product_stream_id` as `cbax_lexicon_entry.productStreamId` ,
`cbax_lexicon_entry` . `product_layout` as `cbax_lexicon_entry.productLayout` ,
`cbax_lexicon_entry` . `product_template` as `cbax_lexicon_entry.productTemplate` ,
`cbax_lexicon_entry` . `product_slider_width` as `cbax_lexicon_entry.productSliderWidth` ,
`cbax_lexicon_entry` . `product_sorting` as `cbax_lexicon_entry.productSorting` ,
`cbax_lexicon_entry` . `product_limit` as `cbax_lexicon_entry.productLimit` ,
`cbax_lexicon_entry` . `attribute2` as `cbax_lexicon_entry.attribute2` ,
`cbax_lexicon_entry` . `attribute3` as `cbax_lexicon_entry.attribute3` ,
`cbax_lexicon_entry` . `media2_id` as `cbax_lexicon_entry.media2Id` ,
`cbax_lexicon_entry` . `media3_id` as `cbax_lexicon_entry.media3Id` ,
`cbax_lexicon_entry` . `created_at` as `cbax_lexicon_entry.createdAt` ,
`cbax_lexicon_entry` . `updated_at` as `cbax_lexicon_entry.updatedAt` ,
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title` ,
`cbax_lexicon_entry.translation.title`
) as `cbax_lexicon_entry.title` ,
`cbax_lexicon_entry.translation.fallback_1.keyword` ,
`cbax_lexicon_entry.translation.keyword` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.keyword` ,
`cbax_lexicon_entry.translation.keyword` ,
`cbax_lexicon_entry.translation.keyword`
) as `cbax_lexicon_entry.keyword` ,
`cbax_lexicon_entry.translation.fallback_1.description` ,
`cbax_lexicon_entry.translation.description` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.description` ,
`cbax_lexicon_entry.translation.description` ,
`cbax_lexicon_entry.translation.description`
) as `cbax_lexicon_entry.description` ,
`cbax_lexicon_entry.translation.fallback_1.descriptionLong` ,
`cbax_lexicon_entry.translation.descriptionLong` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.descriptionLong` ,
`cbax_lexicon_entry.translation.descriptionLong` ,
`cbax_lexicon_entry.translation.descriptionLong`
) as `cbax_lexicon_entry.descriptionLong` ,
`cbax_lexicon_entry.translation.fallback_1.linkDescription` ,
`cbax_lexicon_entry.translation.linkDescription` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.linkDescription` ,
`cbax_lexicon_entry.translation.linkDescription` ,
`cbax_lexicon_entry.translation.linkDescription`
) as `cbax_lexicon_entry.linkDescription` ,
`cbax_lexicon_entry.translation.fallback_1.metaTitle` ,
`cbax_lexicon_entry.translation.metaTitle` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.metaTitle` ,
`cbax_lexicon_entry.translation.metaTitle` ,
`cbax_lexicon_entry.translation.metaTitle`
) as `cbax_lexicon_entry.metaTitle` ,
`cbax_lexicon_entry.translation.fallback_1.metaKeywords` ,
`cbax_lexicon_entry.translation.metaKeywords` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.metaKeywords` ,
`cbax_lexicon_entry.translation.metaKeywords` ,
`cbax_lexicon_entry.translation.metaKeywords`
) as `cbax_lexicon_entry.metaKeywords` ,
`cbax_lexicon_entry.translation.fallback_1.metaDescription` ,
`cbax_lexicon_entry.translation.metaDescription` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.metaDescription` ,
`cbax_lexicon_entry.translation.metaDescription` ,
`cbax_lexicon_entry.translation.metaDescription`
) as `cbax_lexicon_entry.metaDescription` ,
`cbax_lexicon_entry.translation.fallback_1.headline` ,
`cbax_lexicon_entry.translation.headline` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.headline` ,
`cbax_lexicon_entry.translation.headline` ,
`cbax_lexicon_entry.translation.headline`
) as `cbax_lexicon_entry.headline` ,
`cbax_lexicon_entry.translation.fallback_1.attribute1` ,
`cbax_lexicon_entry.translation.attribute1` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute1` ,
`cbax_lexicon_entry.translation.attribute1` ,
`cbax_lexicon_entry.translation.attribute1`
) as `cbax_lexicon_entry.attribute1` ,
`cbax_lexicon_entry.translation.fallback_1.attribute4` ,
`cbax_lexicon_entry.translation.attribute4` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute4` ,
`cbax_lexicon_entry.translation.attribute4` ,
`cbax_lexicon_entry.translation.attribute4`
) as `cbax_lexicon_entry.attribute4` ,
`cbax_lexicon_entry.translation.fallback_1.attribute5` ,
`cbax_lexicon_entry.translation.attribute5` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute5` ,
`cbax_lexicon_entry.translation.attribute5` ,
`cbax_lexicon_entry.translation.attribute5`
) as `cbax_lexicon_entry.attribute5` ,
`cbax_lexicon_entry.translation.fallback_1.attribute6` ,
`cbax_lexicon_entry.translation.attribute6` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute6` ,
`cbax_lexicon_entry.translation.attribute6` ,
`cbax_lexicon_entry.translation.attribute6`
) as `cbax_lexicon_entry.attribute6` ,
`cbax_lexicon_entry.translation.fallback_1.createdAt` ,
`cbax_lexicon_entry.translation.createdAt` ,
`cbax_lexicon_entry.translation.fallback_1.updatedAt` ,
`cbax_lexicon_entry.translation.updatedAt` ,
`cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation.fallback_1.languageId` ,
`cbax_lexicon_entry.translation.languageId`
FROM
`cbax_lexicon_entry`
LEFT JOIN (
SELECT
`cbax_lexicon_entry.translation` . cbax_lexicon_entry_id ,
`cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` ,
`cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` ,
`cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` ,
`cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` ,
`cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` ,
`cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` ,
`cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` ,
`cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` ,
`cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` ,
`cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` ,
`cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` ,
`cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` ,
`cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` ,
`cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` ,
`cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` ,
`cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` ,
`cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` ,
`cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` ,
`cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` ,
`cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` ,
`cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` ,
`cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` ,
`cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` ,
`cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId`
FROM
`cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation`
LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id`
AND `cbax_lexicon_entry.translation.fallback_1` . language_id = ?
WHERE
`cbax_lexicon_entry.translation` . language_id = ?
) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id`
WHERE
`cbax_lexicon_entry` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ?
)
Copy
SELECT `cbax_lexicon_entry` . `id` as `cbax_lexicon_entry.id` , `cbax_lexicon_entry` . `impressions` as `cbax_lexicon_entry.impressions` , `cbax_lexicon_entry` . `date` as `cbax_lexicon_entry.date` , `cbax_lexicon_entry` . `link` as `cbax_lexicon_entry.link` , `cbax_lexicon_entry` . `link_target` as `cbax_lexicon_entry.linkTarget` , `cbax_lexicon_entry` . `listing_type` as `cbax_lexicon_entry.listingType` , `cbax_lexicon_entry` . `product_stream_id` as `cbax_lexicon_entry.productStreamId` , `cbax_lexicon_entry` . `product_layout` as `cbax_lexicon_entry.productLayout` , `cbax_lexicon_entry` . `product_template` as `cbax_lexicon_entry.productTemplate` , `cbax_lexicon_entry` . `product_slider_width` as `cbax_lexicon_entry.productSliderWidth` , `cbax_lexicon_entry` . `product_sorting` as `cbax_lexicon_entry.productSorting` , `cbax_lexicon_entry` . `product_limit` as `cbax_lexicon_entry.productLimit` , `cbax_lexicon_entry` . `attribute2` as `cbax_lexicon_entry.attribute2` , `cbax_lexicon_entry` . `attribute3` as `cbax_lexicon_entry.attribute3` , `cbax_lexicon_entry` . `media2_id` as `cbax_lexicon_entry.media2Id` , `cbax_lexicon_entry` . `media3_id` as `cbax_lexicon_entry.media3Id` , `cbax_lexicon_entry` . `created_at` as `cbax_lexicon_entry.createdAt` , `cbax_lexicon_entry` . `updated_at` as `cbax_lexicon_entry.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation.title` ) as `cbax_lexicon_entry.title` , `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation.keyword` ) as `cbax_lexicon_entry.keyword` , `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation.description` ) as `cbax_lexicon_entry.description` , `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` ) as `cbax_lexicon_entry.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` ) as `cbax_lexicon_entry.linkDescription` , `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` ) as `cbax_lexicon_entry.metaTitle` , `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` ) as `cbax_lexicon_entry.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` ) as `cbax_lexicon_entry.metaDescription` , `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation.headline` ) as `cbax_lexicon_entry.headline` , `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation.attribute1` ) as `cbax_lexicon_entry.attribute1` , `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation.attribute4` ) as `cbax_lexicon_entry.attribute4` , `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation.attribute5` ) as `cbax_lexicon_entry.attribute5` , `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation.attribute6` ) as `cbax_lexicon_entry.attribute6` , `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1.languageId` , `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id , `cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` , `cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `cbax_lexicon_entry.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id` WHERE `cbax_lexicon_entry` . `id` IN (0x01936CA0AE497117AE65AF8A1AF89812 , 0x01936CA368D373D682E0E3C25A94A9C2 , 0x019368BDB78E7366B27AE1CC8598225B , 0x019368B9F21872D08FDDF0F91180464E , 0x019368BBAB6B7167AC93F3EF9AAE2800 , 0x019368BF8A467197A8F0F7867E86D01E , 0x01936CAEA2D472A7B47BF225D1A5D38C , 0x01936CAFFBEF71069C0E96519E5DFEA8 , 0x01936CB1A41773E99D2FAC0A753856E5 , 0x01936CB3601A731FACE1521AD59C1F5D , 0x01936CC7FB37728A9DAA88C69B2FA5E5 , 0x01936CB5254E70E9A256462A47D36BC1 , 0x0193688EE9FF7240BF081C7817575D95 , 0x01936CB6F36670C0BD8A9D47A7C4F1EF , 0x01936CB9895873D89AAE2B6A5DAB47D8 , 0x01936CBB3CF57361A0DE661C196FCB62 , 0x01936D62A4CB73BD8F5293D1034D783A , 0x0193689B51DD719EB73DC7629A0F6EBE , 0x019368C109737302B6B3DBCBAB1BCBD1 , 0x01936D4B17D870CEA499CE7B52A39E9C );
Copy
86
0.08 ms
SELECT `cbax_lexicon_entry` . `id` FROM `cbax_lexicon_entry` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry` . `id` = `cbax_lexicon_entry.saleschannels` . `cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry` . `date` < = ? ) AND `cbax_lexicon_entry.saleschannels` . `sales_channel_id` = ? ) GROUP BY `cbax_lexicon_entry` . `id`
Parameters :
[
"2025-04-18 19:12:12 "
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
]
SELECT `cbax_lexicon_entry` . `id` FROM `cbax_lexicon_entry` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry` . `id` = `cbax_lexicon_entry.saleschannels` . `cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry` . `date` < = '2025-04-18 19:12:12' ) AND `cbax_lexicon_entry.saleschannels` . `sales_channel_id` = 0x64D7112131A2486390AF89B0F82B5A22 ) GROUP BY `cbax_lexicon_entry` . `id` ;
Copy
87
2.91 ms
SELECT `cbax_lexicon_entry` . `id` as `cbax_lexicon_entry.id` , `cbax_lexicon_entry` . `impressions` as `cbax_lexicon_entry.impressions` , `cbax_lexicon_entry` . `date` as `cbax_lexicon_entry.date` , `cbax_lexicon_entry` . `link` as `cbax_lexicon_entry.link` , `cbax_lexicon_entry` . `link_target` as `cbax_lexicon_entry.linkTarget` , `cbax_lexicon_entry` . `listing_type` as `cbax_lexicon_entry.listingType` , `cbax_lexicon_entry` . `product_stream_id` as `cbax_lexicon_entry.productStreamId` , `cbax_lexicon_entry` . `product_layout` as `cbax_lexicon_entry.productLayout` , `cbax_lexicon_entry` . `product_template` as `cbax_lexicon_entry.productTemplate` , `cbax_lexicon_entry` . `product_slider_width` as `cbax_lexicon_entry.productSliderWidth` , `cbax_lexicon_entry` . `product_sorting` as `cbax_lexicon_entry.productSorting` , `cbax_lexicon_entry` . `product_limit` as `cbax_lexicon_entry.productLimit` , `cbax_lexicon_entry` . `attribute2` as `cbax_lexicon_entry.attribute2` , `cbax_lexicon_entry` . `attribute3` as `cbax_lexicon_entry.attribute3` , `cbax_lexicon_entry` . `media2_id` as `cbax_lexicon_entry.media2Id` , `cbax_lexicon_entry` . `media3_id` as `cbax_lexicon_entry.media3Id` , `cbax_lexicon_entry` . `created_at` as `cbax_lexicon_entry.createdAt` , `cbax_lexicon_entry` . `updated_at` as `cbax_lexicon_entry.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation.title` ) as `cbax_lexicon_entry.title` , `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation.keyword` ) as `cbax_lexicon_entry.keyword` , `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation.description` ) as `cbax_lexicon_entry.description` , `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` ) as `cbax_lexicon_entry.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` ) as `cbax_lexicon_entry.linkDescription` , `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` ) as `cbax_lexicon_entry.metaTitle` , `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` ) as `cbax_lexicon_entry.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` ) as `cbax_lexicon_entry.metaDescription` , `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation.headline` ) as `cbax_lexicon_entry.headline` , `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation.attribute1` ) as `cbax_lexicon_entry.attribute1` , `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation.attribute4` ) as `cbax_lexicon_entry.attribute4` , `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation.attribute5` ) as `cbax_lexicon_entry.attribute5` , `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation.attribute6` ) as `cbax_lexicon_entry.attribute6` , `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1.languageId` , `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id , `cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` , `cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1` . language_id = ? WHERE `cbax_lexicon_entry.translation` . language_id = ? ) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id` WHERE `cbax_lexicon_entry` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ô?╣\x1A 6s°îLêYì%fª "
b"\x01 “h/l¥rر'iÍðŠ·õ "
b"""
\x01 “h4\n
msu¬óþìu¹\x04\x15
"""
b"\x01 “hevzsP¹‰±Î’¡\x19 } "
b"\x01 “hh)ŽpC¯$\x06\x07 (Mʦ "
b"\x01 ôhiþ{q\ÅRÿ¸¥\x05\e ┼ "
b"""
\x01 “hr»kq\x08 “‘Ï\x1D ão\n
ø
"""
b"\x01 “hx|ðr+ˆ\x06\f Ü"‰o\x1E "
b"\x01 ôh\x7F ÷£qæú(ı/[(ɯ "
b"\x01 ôhà▒`reì¯kî»)\x12\x7F "
b"\x01 “h‡V‡r{·àÂòø(Èô "
b"\x01 “hŽéÿr@¿\x08\x1C x\x17 W]• "
b"\x01 “h‘\x0E áqòŒ&ãb×mù\x18 "
b"\x01 “h”!¢r¢›\x16 …‚\x1A ļý "
b"\x01 “h–gsäˆ$–Iþ\x12 ø\t "
b"\x01 “h˜¬0pˆº¬\x12 Àä‡`B "
b"\x01 “h›QÝqž·=Çbš\x0F n¾ "
b"\x01 ôhØ┴\x04 qTüö─h█Æ╚V "
b"\x01 ôh¿\x0E âsDÉ/0¾┌VÈë "
b"\x01 ôh½0Ñqƒüd]³ZTIO "
b"\x01 ôh¡<÷r²ÉJ.6Oh\x03\x1D "
b"\x01 “h¯ª´s\x00 •B”_uß\x13 ‚ "
b"\x01 ôh▒}YrÿÂV┘\x10 ┐çØ "
b"\x01 “h³/(râ…O<ð¸Pôú "
b"\x01 “hµ\x05 Ûrn‘«NvA`Õ¸ "
b"\x01 “h¸—\x13 sD¨N~¹J¾üq "
b"\x01 ôh╣‗\x18 rðŦ¨\x11 ÇFN "
b"\x01 “h»«kqg¬“óïš®(\x00 "
b"\x01 “h½·Žsf²záÌ…˜"[ "
b"\x01 “h¿ŠFq—¨ð÷†~†Ð\x1E "
b"\x01 “hÁ\t ss\x02 ¶³ÛË«\e ËÑ "
b"\x01 “hº¯sÚ¶ñì\x04 @\x1D þ• "
b"\x01 “hÅßDp\x0F ©\x1A è÷Vp\x10 ÷ "
b"\x01 “hÇÒŸsQŽýåGŠ¦\x07 # "
b"\x01 “hÊ`ßp\t ±s²›þ÷\v\x08 "
b"\x01 “hÐ\f\x07 q\x19 ›\x08 [\x17 º&ô\x17 "
b"\x01 “hÑ—¡r?¬\x15\x0F\x06 Å]IÑ "
b"\x01 “hÓÈ$p˺>\x12\x05 5:k› "
b"\x01 “hÕ–·q.¿^~dG—\x10\x10 "
b"\x01 ôhÎØÁq╗ºc'║o±¤╝ "
b"\x01 “hÙ\x04 –r%‘èö-9¢îö "
b"\x01 “hÚXÀp¨Žëöuô·Š\x00 "
b"""
\x01 “hÜ\x05 erK¡dÞî„\n
\x07 4
"""
b"\x01 ôh¦²ûq▓áyÒ\x05 ûë\x03 Ø "
b"\x01 “hà\x03 .r\x07 …i&ˆÒì9– "
b"\x01 “há’ñqý¢Ï\x03 ¼âãƒN "
b"\x01 “häüÞsj¹¡‚\x06\v úk£ "
b"\x01 “hæn¾qy®Ï_šì"q” "
b"\x01 ôhÚÆ\x16 q\x04 À─ï"âÌ╦Å "
b"\x01 ôh‗▓§qãØz\x10 ¥iÁ¥L "
b"\x01 “hõ±¸sÊ‘6é`â·#Z "
b"\x01 “hù]¢p÷¥\x0E ó\x16 5Eñv "
b"\x01 ôh¹I\x00 r╗«ê\x04 4=É8┼ "
b"\x01 “lqÊ–p¦¯\f #ìè\x1A 9Ñ "
b"\x01 “lsGÏrK£e\x00 ‘ÚÒeü "
b"\x01 ôlx·┐s(Å\x0E ╠\x15 ãÈHQ "
b"\x01 “l}‹)r\x1A º{\t Ó=\r eI "
b"\x01 “lƒ¯\x00 r\x1D ‘À\x04 •pàa/ "
b"\x01 “l†§ùq¿¢s3-—8\x11 n "
b"\x01 “lˆúhp±¥/càe߉¬ "
b"\x01 “lŠ‚'sʘü´’à*v6 "
b"\x01 ôlì©s6╗_PªÈ╣ç? "
b"\x01 ôlÉ<0q>»ë╠×ñ\x00 ¬- "
b"\x01 “l‘ðÍp:¡v%É:ÎçN "
b"\x01 ôlø°lq\x14 æ\x05 rÅ΃│ç "
b"\x01 ôlØ×ñpOÇ\f ┐@VY~á "
b"\x01 “lŸ\x1E Arµºy'›Lh¢ö "
b"\x01 “l ®Iq\x17 ®e¯Š\x1A ø˜\x12 "
b"\x01 “l£hÓsÖ‚àãÂZ”©Â "
b"\x01 “l¤Öêpš›X\x02\x14\x11 :"2 "
b"\x01 “l¦T÷p`†y ªÂ‰ïï "
b"\x01 “l¨$©p5·Ð‚/ ¢†f "
b"\x01 “l©ŒyqÚ¢rö=c°ƒ\r "
b"\x01 “l«\x18\x05 re¥€‡]g{Â’ "
b"\x01 “l¬ÜJr·«!Ÿ„ç-•ë "
b"\x01 “l®¢Ôr§´{ò%Ñ¥ÓŒ "
b"\x01 “l¯ûïq\x06 œ\x0E –Qž]þ¨ "
b"""
\x01 ôl▒ñ\x17 sÚØ/¼\n
u8VÕ
"""
b"\x01 “l³`\x1A s\x1F ¬áR\x1A Õœ\x1F ] "
b"\x01 “lµ%Npé¢VF*GÓkÁ "
b"\x01 ôl¾fp└¢èØGº─±´ "
b"\x01 “l¹‰XsØš®+j]«GØ "
b"\x01 “l»<õsa Þf\x1C\x19 oËb "
b"\x01 “l¼Ë\x1A s¦€NSS¸\x19 ‚2 "
b"\x01 “l¾»\x19 qn‘}lŸùÿ\x1F õ "
b"\x01 “lÁ/fqLˆ\x00 ~Èjm, "
b"\x01 “lÃr°p̘Ý퀂¢wö "
b"\x01 “lÅS€r{»p[ý4\x03 àU "
b"\x01 ôlù7rèجêãø/ÑÕ "
b"\x01 “lÉÜmrõœ5Çœ08Fõ "
b"\x01 “lËy3sb«!Cÿãô@\x1F "
b"""
\x01 “lÍ\n
\x18 sÍ¿{Î/–šÚ¾
"""
b"\x01 “lΪ\x07 pF„ÏèÎ÷}Âò "
b"\x01 ôlð0FsÌüı┤êþ¦ÙZ "
b"\x01 “lÑ“`p\x02 ·òên|ë·Ò "
b"\x01 ôlÈMïrÿÉÙÇßJ»\x05 Ï "
b"\x01 “lÕéwq°’ÌPÓ\x1C kû "
b"\x01 “lØp<s\x08 ±‚lÖXì¼° "
b"\x01 “lÚYypçŒïêó\x0F /V$ "
b"\x01 “lÛדpÒ˜Ui{ñw^Ö "
b"\x01 “lÝs&qØ¿¤Óë3-ˆn "
b"\x01 “lßX\e r’‰ð\x06\x16 _8…g "
b"\x01 “lá)*s´€fæ†ê‰6Z "
b"\x01 “lâðJr?¥n³=\x18 5ŽS "
b"\x01 “læ*AqÛ¬¸šü!ÕiZ "
b"\x01 ôlÞO@r‗â´ıı×~╬ì "
b"\x01 ôlÚ╚Éq¯©ZÓ?ǯôÌ "
b"\x01 “lëv¦q\x13 ±»^lá\x1D |O "
b"\x01 “lí+<rÅŸÙ\x00\x10 WOH "
b"\x01 “lîéÊr(º(YbÁY–? "
b"\x01 “lñ\x16 sî®Ù\x13 Õ’|&å "
b"\x01 “lòŸ²q“®\x06 .a\x1E\x16\x14 "
b"\x01 “lý\r \x11 r‰ªõØ\x0F ß¾˜¯ "
b"\x01 “lþ¯\x11 s²·P.BL΃j "
b"\x01 “m\x00 M>q•¦Ön¨Òæ3\t "
b"\x01 “m\x02\e\x02 rø…YÛ!®\x02 ö‰ "
b"\x01 “m\x03 ¢Cp[£¾W“R)¨2 "
b"\x01 “m\x05 C\x16 s‘–m\x17 ‚^‡ÔÌ "
b"\x01 ôm\x06 ËÚs ½]³mæ\x1F 1ì "
b"\x01 “m\x08 ÉÂpJ„ØŒ•8àA\x18 "
b"\x01 “m\v á\x18 sN–DHþùå\x7F ñ "
b"\x01 “m\r ʈp\x1A €iU>\x13 ³jô "
b"\x01 “m\x0F Źq,³Skz–\x10 r\x0E "
b"\x01 “m\x13 ³\x14 qO»¿kÓÝðÞ\e "
b"\x01 “m\x15 SNrV°U9Œ™l}ò "
b"\x01 “m\x17\x05\x08 p% ’< l,\x10\x1F "
b"\x01 “m\x1A ¦\x7F pFˆÈó¡“:Ù& "
b"\x01 ôm\x1D h\x16 p¿ò¹¡ÿùü!─ "
b"\x01 ôm [\x1A q\x02 ¬«(└X¬×Ø "
b"\x01 ôm"\r ]pÍ┐»Dk}öSì "
b"\x01 “m#ßÎr\x08 …ÑÜvon÷³ "
b"\x01 “m&ä÷q‰šqóÚ!yoš "
b"\x01 “m)‡krǘüÜ‹\x02 .z¯ "
b"\x01 “m*î…s¢‰\~Ò>Èõ» "
b"\x01 ôm,gÀp\x08 ªõ¬±3ZıØ "
b"\x01 ôm-¶¯p\x11 å\x0F Y:üCøø "
b"\x01 “m/HCqiªY\x18 '—Ô<Z "
b"\x01 “m0¸¦r’¢hÝŸô‹\x10 ¯ "
b"\x01 ôm2Ðäq$üzÉıAıc* "
b"\x01 “m4WÎs#”¶j\x08 ³M^e "
b"\x01 “m5áGq\x11 ˆ\x1D Kä‡9Õû "
b"\x01 “m8¢\e r›”X·¡ÆÊr‰ "
b"\x01 ôm:C┐p®ò$ËÉ│rÊ│ "
b"\x01 “m<\v Qr0’\x17 ÂÚ¹%'æ "
b"\x01 “m=‘Õp<²&™þª\\x17 7 "
b"\x01 ômA‗Ær\x18 ÁÅà┌ä\x00 ┼´ "
b"\x01 ômDf¸qîì\x0F ¶╦¨JMM "
b"\x01 “mEñ™p*¯\x04 |kÖL¼| "
b"\x01 “mG´ÂrÒ‡¬r£\x11 …\f – "
b"\x01 “mI_Ñp†² „\x1E Œƒ›þ "
b"\x01 “mK\x17 ØpΤ™Î{R£žœ "
b"""
\x01 “mPNgs꼫lí\n
¨Æâ
"""
b"\x01 “mQºpr`Œ\x07 Ô„ä\v 1Ö "
b"\x01 “mS¤7r¹Œõ©Ì™ª‚Z "
b"\x01 ômU0Sq÷«╦^ÅÈU▀ "
b"\x01 “mV±ùq©‘{É\x7F q"ÒE "
b"\x01 “mX\x07 4q:‡ùD¯°¢“ "
b"\x01 “mY€#q›VÙ\x07 x\r ¦É "
b"""
\x01 “m[\n
“s\x15 „ž¬üŽÚb2
"""
b"\x01 ôm\µåpF¬Úì¥7rËJ "
b"\x01 ôm^┤\x1C sêá▒²uÅ;P# "
b"\x01 “maLQsl‰xܳس\x07 ? "
b"\x01 ômbñ╦s¢ÅRôÐ\x03 Mx: "
b"\x01 ômâ(BrKº\x08 Ü5ìu»Z "
b"\x01 “m„̪sŠ¶K\x14 ‰è%„f "
b"\x01 “m†%ÆrC•äFòFQφ "
b"\x01 “m‡ýds\x1C —ÿb\x12 Tªô‡ "
b"\x01 “mŠ8êq\x7F €1Ýïðš+Ê "
b"\x01 “m‹†·s,‡8~\x7F\x18\t\x06 ß "
b"\x01 “mŒÖ¶q\x17 ›¾¦œÊ˜fø "
b"\x01 ômÄÅ3qßïÍ\x7F │v ñU "
b"\x01 ômÅ█oq9íL4\x1C åtÛ6 "
b"\x01 ômæµ─p┬ÅF=«\x1A ôÈ· "
b"\x01 “m“RŽsé‰mjEÙÈi• "
b"\x01 “m”ÌSsó°\x07 øÑÞø0 "
b"\x01 “m–Œ¨qö¶4bV~Â\x02\v "
b"\x01 ”õ\x0F _KrÛ…pχ\x11 ·\x18 © "
]
SELECT
`cbax_lexicon_entry` . `id` as `cbax_lexicon_entry.id` ,
`cbax_lexicon_entry` . `impressions` as `cbax_lexicon_entry.impressions` ,
`cbax_lexicon_entry` . `date` as `cbax_lexicon_entry.date` ,
`cbax_lexicon_entry` . `link` as `cbax_lexicon_entry.link` ,
`cbax_lexicon_entry` . `link_target` as `cbax_lexicon_entry.linkTarget` ,
`cbax_lexicon_entry` . `listing_type` as `cbax_lexicon_entry.listingType` ,
`cbax_lexicon_entry` . `product_stream_id` as `cbax_lexicon_entry.productStreamId` ,
`cbax_lexicon_entry` . `product_layout` as `cbax_lexicon_entry.productLayout` ,
`cbax_lexicon_entry` . `product_template` as `cbax_lexicon_entry.productTemplate` ,
`cbax_lexicon_entry` . `product_slider_width` as `cbax_lexicon_entry.productSliderWidth` ,
`cbax_lexicon_entry` . `product_sorting` as `cbax_lexicon_entry.productSorting` ,
`cbax_lexicon_entry` . `product_limit` as `cbax_lexicon_entry.productLimit` ,
`cbax_lexicon_entry` . `attribute2` as `cbax_lexicon_entry.attribute2` ,
`cbax_lexicon_entry` . `attribute3` as `cbax_lexicon_entry.attribute3` ,
`cbax_lexicon_entry` . `media2_id` as `cbax_lexicon_entry.media2Id` ,
`cbax_lexicon_entry` . `media3_id` as `cbax_lexicon_entry.media3Id` ,
`cbax_lexicon_entry` . `created_at` as `cbax_lexicon_entry.createdAt` ,
`cbax_lexicon_entry` . `updated_at` as `cbax_lexicon_entry.updatedAt` ,
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.title` ,
`cbax_lexicon_entry.translation.title`
) as `cbax_lexicon_entry.title` ,
`cbax_lexicon_entry.translation.fallback_1.keyword` ,
`cbax_lexicon_entry.translation.keyword` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.keyword` ,
`cbax_lexicon_entry.translation.keyword` ,
`cbax_lexicon_entry.translation.keyword`
) as `cbax_lexicon_entry.keyword` ,
`cbax_lexicon_entry.translation.fallback_1.description` ,
`cbax_lexicon_entry.translation.description` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.description` ,
`cbax_lexicon_entry.translation.description` ,
`cbax_lexicon_entry.translation.description`
) as `cbax_lexicon_entry.description` ,
`cbax_lexicon_entry.translation.fallback_1.descriptionLong` ,
`cbax_lexicon_entry.translation.descriptionLong` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.descriptionLong` ,
`cbax_lexicon_entry.translation.descriptionLong` ,
`cbax_lexicon_entry.translation.descriptionLong`
) as `cbax_lexicon_entry.descriptionLong` ,
`cbax_lexicon_entry.translation.fallback_1.linkDescription` ,
`cbax_lexicon_entry.translation.linkDescription` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.linkDescription` ,
`cbax_lexicon_entry.translation.linkDescription` ,
`cbax_lexicon_entry.translation.linkDescription`
) as `cbax_lexicon_entry.linkDescription` ,
`cbax_lexicon_entry.translation.fallback_1.metaTitle` ,
`cbax_lexicon_entry.translation.metaTitle` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.metaTitle` ,
`cbax_lexicon_entry.translation.metaTitle` ,
`cbax_lexicon_entry.translation.metaTitle`
) as `cbax_lexicon_entry.metaTitle` ,
`cbax_lexicon_entry.translation.fallback_1.metaKeywords` ,
`cbax_lexicon_entry.translation.metaKeywords` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.metaKeywords` ,
`cbax_lexicon_entry.translation.metaKeywords` ,
`cbax_lexicon_entry.translation.metaKeywords`
) as `cbax_lexicon_entry.metaKeywords` ,
`cbax_lexicon_entry.translation.fallback_1.metaDescription` ,
`cbax_lexicon_entry.translation.metaDescription` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.metaDescription` ,
`cbax_lexicon_entry.translation.metaDescription` ,
`cbax_lexicon_entry.translation.metaDescription`
) as `cbax_lexicon_entry.metaDescription` ,
`cbax_lexicon_entry.translation.fallback_1.headline` ,
`cbax_lexicon_entry.translation.headline` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.headline` ,
`cbax_lexicon_entry.translation.headline` ,
`cbax_lexicon_entry.translation.headline`
) as `cbax_lexicon_entry.headline` ,
`cbax_lexicon_entry.translation.fallback_1.attribute1` ,
`cbax_lexicon_entry.translation.attribute1` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute1` ,
`cbax_lexicon_entry.translation.attribute1` ,
`cbax_lexicon_entry.translation.attribute1`
) as `cbax_lexicon_entry.attribute1` ,
`cbax_lexicon_entry.translation.fallback_1.attribute4` ,
`cbax_lexicon_entry.translation.attribute4` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute4` ,
`cbax_lexicon_entry.translation.attribute4` ,
`cbax_lexicon_entry.translation.attribute4`
) as `cbax_lexicon_entry.attribute4` ,
`cbax_lexicon_entry.translation.fallback_1.attribute5` ,
`cbax_lexicon_entry.translation.attribute5` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute5` ,
`cbax_lexicon_entry.translation.attribute5` ,
`cbax_lexicon_entry.translation.attribute5`
) as `cbax_lexicon_entry.attribute5` ,
`cbax_lexicon_entry.translation.fallback_1.attribute6` ,
`cbax_lexicon_entry.translation.attribute6` ,
COALESCE (
`cbax_lexicon_entry.translation.fallback_1.attribute6` ,
`cbax_lexicon_entry.translation.attribute6` ,
`cbax_lexicon_entry.translation.attribute6`
) as `cbax_lexicon_entry.attribute6` ,
`cbax_lexicon_entry.translation.fallback_1.createdAt` ,
`cbax_lexicon_entry.translation.createdAt` ,
`cbax_lexicon_entry.translation.fallback_1.updatedAt` ,
`cbax_lexicon_entry.translation.updatedAt` ,
`cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation.fallback_1.languageId` ,
`cbax_lexicon_entry.translation.languageId`
FROM
`cbax_lexicon_entry`
LEFT JOIN (
SELECT
`cbax_lexicon_entry.translation` . cbax_lexicon_entry_id ,
`cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` ,
`cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` ,
`cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` ,
`cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` ,
`cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` ,
`cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` ,
`cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` ,
`cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` ,
`cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` ,
`cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` ,
`cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` ,
`cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` ,
`cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` ,
`cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` ,
`cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` ,
`cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` ,
`cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` ,
`cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` ,
`cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` ,
`cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` ,
`cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` ,
`cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` ,
`cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` ,
`cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` ,
`cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` ,
`cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` ,
`cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` ,
`cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId`
FROM
`cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation`
LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id`
AND `cbax_lexicon_entry.translation.fallback_1` . language_id = ?
WHERE
`cbax_lexicon_entry.translation` . language_id = ?
) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id`
WHERE
`cbax_lexicon_entry` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `cbax_lexicon_entry` . `id` as `cbax_lexicon_entry.id` , `cbax_lexicon_entry` . `impressions` as `cbax_lexicon_entry.impressions` , `cbax_lexicon_entry` . `date` as `cbax_lexicon_entry.date` , `cbax_lexicon_entry` . `link` as `cbax_lexicon_entry.link` , `cbax_lexicon_entry` . `link_target` as `cbax_lexicon_entry.linkTarget` , `cbax_lexicon_entry` . `listing_type` as `cbax_lexicon_entry.listingType` , `cbax_lexicon_entry` . `product_stream_id` as `cbax_lexicon_entry.productStreamId` , `cbax_lexicon_entry` . `product_layout` as `cbax_lexicon_entry.productLayout` , `cbax_lexicon_entry` . `product_template` as `cbax_lexicon_entry.productTemplate` , `cbax_lexicon_entry` . `product_slider_width` as `cbax_lexicon_entry.productSliderWidth` , `cbax_lexicon_entry` . `product_sorting` as `cbax_lexicon_entry.productSorting` , `cbax_lexicon_entry` . `product_limit` as `cbax_lexicon_entry.productLimit` , `cbax_lexicon_entry` . `attribute2` as `cbax_lexicon_entry.attribute2` , `cbax_lexicon_entry` . `attribute3` as `cbax_lexicon_entry.attribute3` , `cbax_lexicon_entry` . `media2_id` as `cbax_lexicon_entry.media2Id` , `cbax_lexicon_entry` . `media3_id` as `cbax_lexicon_entry.media3Id` , `cbax_lexicon_entry` . `created_at` as `cbax_lexicon_entry.createdAt` , `cbax_lexicon_entry` . `updated_at` as `cbax_lexicon_entry.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation.title` ) as `cbax_lexicon_entry.title` , `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation.keyword` ) as `cbax_lexicon_entry.keyword` , `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation.description` ) as `cbax_lexicon_entry.description` , `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation.descriptionLong` ) as `cbax_lexicon_entry.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation.linkDescription` ) as `cbax_lexicon_entry.linkDescription` , `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation.metaTitle` ) as `cbax_lexicon_entry.metaTitle` , `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation.metaKeywords` ) as `cbax_lexicon_entry.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation.metaDescription` ) as `cbax_lexicon_entry.metaDescription` , `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation.headline` ) as `cbax_lexicon_entry.headline` , `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation.attribute1` ) as `cbax_lexicon_entry.attribute1` , `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation.attribute4` ) as `cbax_lexicon_entry.attribute4` , `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation.attribute5` ) as `cbax_lexicon_entry.attribute5` , `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , COALESCE (`cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation.attribute6` ) as `cbax_lexicon_entry.attribute6` , `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1.languageId` , `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id , `cbax_lexicon_entry.translation` . title as `cbax_lexicon_entry.translation.title` , `cbax_lexicon_entry.translation` . keyword as `cbax_lexicon_entry.translation.keyword` , `cbax_lexicon_entry.translation` . description as `cbax_lexicon_entry.translation.description` , `cbax_lexicon_entry.translation` . description_long as `cbax_lexicon_entry.translation.descriptionLong` , `cbax_lexicon_entry.translation` . link_description as `cbax_lexicon_entry.translation.linkDescription` , `cbax_lexicon_entry.translation` . meta_title as `cbax_lexicon_entry.translation.metaTitle` , `cbax_lexicon_entry.translation` . meta_keywords as `cbax_lexicon_entry.translation.metaKeywords` , `cbax_lexicon_entry.translation` . meta_description as `cbax_lexicon_entry.translation.metaDescription` , `cbax_lexicon_entry.translation` . headline as `cbax_lexicon_entry.translation.headline` , `cbax_lexicon_entry.translation` . attribute1 as `cbax_lexicon_entry.translation.attribute1` , `cbax_lexicon_entry.translation` . attribute4 as `cbax_lexicon_entry.translation.attribute4` , `cbax_lexicon_entry.translation` . attribute5 as `cbax_lexicon_entry.translation.attribute5` , `cbax_lexicon_entry.translation` . attribute6 as `cbax_lexicon_entry.translation.attribute6` , `cbax_lexicon_entry.translation` . created_at as `cbax_lexicon_entry.translation.createdAt` , `cbax_lexicon_entry.translation` . updated_at as `cbax_lexicon_entry.translation.updatedAt` , `cbax_lexicon_entry.translation` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation` . language_id as `cbax_lexicon_entry.translation.languageId` , `cbax_lexicon_entry.translation.fallback_1` . title as `cbax_lexicon_entry.translation.fallback_1.title` , `cbax_lexicon_entry.translation.fallback_1` . keyword as `cbax_lexicon_entry.translation.fallback_1.keyword` , `cbax_lexicon_entry.translation.fallback_1` . description as `cbax_lexicon_entry.translation.fallback_1.description` , `cbax_lexicon_entry.translation.fallback_1` . description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong` , `cbax_lexicon_entry.translation.fallback_1` . link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription` , `cbax_lexicon_entry.translation.fallback_1` . meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle` , `cbax_lexicon_entry.translation.fallback_1` . meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords` , `cbax_lexicon_entry.translation.fallback_1` . meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription` , `cbax_lexicon_entry.translation.fallback_1` . headline as `cbax_lexicon_entry.translation.fallback_1.headline` , `cbax_lexicon_entry.translation.fallback_1` . attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1` , `cbax_lexicon_entry.translation.fallback_1` . attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4` , `cbax_lexicon_entry.translation.fallback_1` . attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5` , `cbax_lexicon_entry.translation.fallback_1` . attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6` , `cbax_lexicon_entry.translation.fallback_1` . created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt` , `cbax_lexicon_entry.translation.fallback_1` . updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt` , `cbax_lexicon_entry.translation.fallback_1` . cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId` , `cbax_lexicon_entry.translation.fallback_1` . language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1` . `cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `cbax_lexicon_entry.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation` . `cbax_lexicon_entry_id` = `cbax_lexicon_entry` . `id` WHERE `cbax_lexicon_entry` . `id` IN (0x01933FB91A3673F88C4C88598D2566A6 , 0x0193682F6CA572D8B12769CDF08AB7F5 , 0x019368340A6D7375ACF3FEEC75B90415 , 0x01936865767A7350B989B1CE92A1197D , 0x01936868298E7043AF240607284DCAA6 , 0x01936869E77B715C8F5298F7BE051BC5 , 0x01936872BB6B71089391CF1DE36F0AF8 , 0x019368787CF0722B88060CDC22896F1E , 0x0193687FF69C7191A328D52F5B2890EE , 0x01936885B16072658DEE6B8CAF29127F , 0x019368875687727BB7E0C2F2F828C8F4 , 0x0193688EE9FF7240BF081C7817575D95 , 0x019368910EE171F28C26E362D76DF918 , 0x0193689421A272A29B1685821AC4BCFD , 0x0193689667AD73E488249649FE12F809 , 0x01936898AC307088BAAC12C0E4876042 , 0x0193689B51DD719EB73DC7629A0F6EBE , 0x0193689DC10471548194C468DB92C856 , 0x019368A80E837344902F30F3DA56D489 , 0x019368AB30A5719F81645DFC5A54494F , 0x019368AD3CF672FD904A2E364F68031D , 0x019368AFAAB473009542945F75DF1382 , 0x019368B17D597298B656D910F0BF879D , 0x019368B32F2872E2854F3CF0B850F4FA , 0x019368B505DB726E91AB4E764160D5B8 , 0x019368B897137344A84E7EB94ABEFC71 , 0x019368B9F21872D08FDDF0F91180464E , 0x019368BBAB6B7167AC93F3EF9AAE2800 , 0x019368BDB78E7366B27AE1CC8598225B , 0x019368BF8A467197A8F0F7867E86D01E , 0x019368C109737302B6B3DBCBAB1BCBD1 , 0x019368C2BAAF73DAB6F1EC04401DFE95 , 0x019368C5DF44700FA91AE8F7567010F7 , 0x019368C7D29F73518EFDE5478AA60723 , 0x019368CA60DF7009B173B29BFEF70B08 , 0x019368D00C0771199B085B17BA26F417 , 0x019368D197A1723FAC150F06C55D49D1 , 0x019368D3C82470CBBA3E1205353A6B9B , 0x019368D596B7712EBF5E7E6447971010 , 0x019368D79DB571BBA76327BA6FF1CFBC , 0x019368D90496722591E8F62D39A2EEF6 , 0x019368DA58C070A88EEBF675F4B78A00 , 0x019368DC0565724BA164DEEE840A0734 , 0x019368DDFD9671B2A079E3059689039D , 0x019368E0032E720785692688D2EC3996 , 0x019368E192F171FDA2CF03BCE2E3834E , 0x019368E4FCDE736AB9A182060BFA6BA3 , 0x019368E66EBE7179AECF5F9AEC227194 , 0x019368E992167104B7C48B2283DECB8F , 0x019368F2B2F571C69D7A10BE69B5BE4C , 0x019368F5B1B873CA9136E960E2B7235A , 0x019368F95DA270F7A50EF3163545F176 , 0x019368FB490072BBAE8804343D9038C5 , 0x01936C71CA9670A6AF0C23ECE81A39D1 , 0x01936C7347CF724BA3650091DAD265FC , 0x01936C78FABF73288F0ECC15C6D44851 , 0x01936C7D8B29721ABA7B09D33D0D6549 , 0x01936C83AF00721D91C0049570E0612F , 0x01936C86A7F971BFA273332D9738116E , 0x01936C88FA6870B1A52F63E065DF89AC , 0x01936C8A822773CA98FCB492E02A7636 , 0x01936C8DB8F07336BB5F50A6D4B9873F , 0x01936C903C30713EAF89CC9EA400AA2D , 0x01936C91F0CD703AA17625C93ACEE74E , 0x01936C9BF86C71149105728FD79FB387 , 0x01936C9D9EA4704F800CBF4056597EA0 , 0x01936C9F1E4172B5BA79279B4C68A2F6 , 0x01936CA0AE497117AE65AF8A1AF89812 , 0x01936CA368D373D682E0E3C25A94A9C2 , 0x01936CA4D6EA709A9B580214113A2232 , 0x01936CA654F77060867920AAC289EFEF , 0x01936CA824A97035B7D0822FA0A28666 , 0x01936CA98C7971DAA272F63D63B0830D , 0x01936CAB18057265A580875D677BC292 , 0x01936CACDC4A72B7AB219F84E72D95EB , 0x01936CAEA2D472A7B47BF225D1A5D38C , 0x01936CAFFBEF71069C0E96519E5DFEA8 , 0x01936CB1A41773E99D2FAC0A753856E5 , 0x01936CB3601A731FACE1521AD59C1F5D , 0x01936CB5254E70E9A256462A47D36BC1 , 0x01936CB6F36670C0BD8A9D47A7C4F1EF , 0x01936CB9895873D89AAE2B6A5DAB47D8 , 0x01936CBB3CF57361A0DE661C196FCB62 , 0x01936CBCCB1A73A6804E5353B8198232 , 0x01936CBEBB19716E917D6C9FF9FF1FF5 , 0x01936CC12F66714C88007EC86A6D2CC2 , 0x01936CC372B070CC98DDED8082A277F6 , 0x01936CC55380727BBB705BFD3403E055 , 0x01936CC7FB37728A9DAA88C69B2FA5E5 , 0x01936CC9DC6D72F59C35C79C303846F5 , 0x01936CCB79337362AB2143FFE3F4401F , 0x01936CCD0A1873CDBF7BCE2F969ADABE , 0x01936CCEAA07704684CFE8CEF77DC2F2 , 0x01936CD0304673DE81D5B488E7DDEB5A , 0x01936CD193607002B7F2EA6E7CEBB7D2 , 0x01936CD44D8B729890EB80E14AAF05D8 , 0x01936CD5E97771B092CC50D31C6BFB20 , 0x01936CD8703C7308B1826CD658ECBCB0 , 0x01936CDA597970E78CEFEAF30F2F5624 , 0x01936CDBD79370D29855697BF1775ED6 , 0x01936CDD732671D8BFA4D3EB332D886E , 0x01936CDF581B729289F006165F388567 , 0x01936CE1292A73B48066E686EA89365A , 0x01936CE2F04A723FA56EB33D18358E53 , 0x01936CE62A4171DBACB89AFC21D5695A , 0x01936CE84F4072F283EFD5D59E7ECE8D , 0x01936CE9C89071EEB85AE03F80EE93DE , 0x01936CEB76A67113B1BB5E6CE11D7C4F , 0x01936CED2B3C72C59FADD90010574F48 , 0x01936CEEE9CA7228BA285962C159963F , 0x01936CF116AD73EEAED913D5927C26E5 , 0x01936CF29FB27193AEAD062E611E1614 , 0x01936CFD0D117289AAF5D80FDFBE98AF , 0x01936CFEAF1173B2B7502E424CCE836A , 0x01936D004D3E7195A6D66EA8D2E63309 , 0x01936D021B0272F88559DB21AE02F689 , 0x01936D03A243705BA3BE57935229A832 , 0x01936D0543167391966D17825E87D4CC , 0x01936D06D3E97320AB5DFC6D911F318D , 0x01936D08C9C2704A84D88C9538E04118 , 0x01936D0BE118734E964448FEF9E57FF1 , 0x01936D0DCA88701A8069553E13B36AF4 , 0x01936D0FC5B9712CB3536B7A9610720E , 0x01936D13B314714FBBBF6BD3DDF0DE1B , 0x01936D15534E7256B055398C996C7DF2 , 0x01936D1705087025A0923CA06C2C101F , 0x01936D1AA67F704688C8F3A1933AD926 , 0x01936D1D681670A895FBAD98978121C4 , 0x01936D205B1A7102AAAE28C058AA9E9D , 0x01936D220D5D70D6BFAF446B7D94538D , 0x01936D23DFCE720885D1DC766F6EF7B3 , 0x01936D26E4F771899A71F3DA21796F9A , 0x01936D29876B72C798FCDC8B022E7AAF , 0x01936D2AEE8573A2895C7ED23EC8F5BB , 0x01936D2C67B77008A6E4AAF1335AD59D , 0x01936D2DF4EE7011860F593A81439B9B , 0x01936D2F48437169AA59182797D43C5A , 0x01936D30B8A67292A268DD9FF48B10AF , 0x01936D32D1847124817A90D541D5632A , 0x01936D3457CE732394B66A08B34D5E65 , 0x01936D35E1477111881D4BE48739D5FB , 0x01936D38A21B729B9458B7A1C6CA7289 , 0x01936D3A43BF70A99524D390B372D2B3 , 0x01936D3C0B5172309217C2DAB92527E6 , 0x01936D3D91D5703CB22699FEAA5C1737 , 0x01936D41F2927218B58F85DA8400C5EF , 0x01936D4466F7718C8D0FF4CBF94A4D4D , 0x01936D45F199702AAF047C6BD64CBC7C , 0x01936D47B4C272D287AC72A311850C96 , 0x01936D495FD17086B220841E8C839BFE , 0x01936D4B17D870CEA499CE7B52A39E9C , 0x01936D504E6773EABCAB6CED0AA8C6E2 , 0x01936D51BA7072608C07D484E40B31D6 , 0x01936D53A43772B98CF5A9CC99AA825A , 0x01936D55305371F6AECB5E8FD455DF20 , 0x01936D56B1F971A9917BC97F7122D245 , 0x01936D580734713A87F9AD44AFB0A293 , 0x01936D598023719BAD56D907780DA6C9 , 0x01936D5B0A937315849EACFC8EDA6232 , 0x01936D5CE6867046AAE98DBE3772D34A , 0x01936D5EB41C7388A0B1FD758F3B5023 , 0x01936D614C51736C8978DCB3D8B3073F , 0x01936D62A4CB73BD8F5293D1034D783A , 0x01936D832842724BA7089A358D75AF5A , 0x01936D84CCAA738AB64B1489E8258466 , 0x01936D8625C6724395E446F24651CF86 , 0x01936D87FD64731C97FF621254AAF487 , 0x01936D8A38EA717F8031DDEFF09A2BCA , 0x01936D8B86B7732C87387E7F180906DF , 0x01936D8CD6B671179BBEA69CCA9866F8 , 0x01936D8E8F3371E18BD67FB376FFA455 , 0x01936D8FDB6F7139A14C341C8674EA36 , 0x01936D91E6C470C28F463DAE1A93D4FA , 0x01936D93528E73E9896D6A45D9C86995 , 0x01936D94CC5373C3B3B007F8D1DEF830 , 0x01936D968CA871F6B63462567EC2020B , 0x0194F50F5F4B72DB8570CF8711B718A9 );
Copy
88
0.08 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id ;
Copy
89
0.16 ms
SELECT 1 as `exists` , `id` FROM `cbax_lexicon_entry` WHERE `id` IN (? )
Parameters :
[
b"\x01 “l£hÓsÖ‚àãÂZ”©Â "
]
SELECT 1 as `exists` , `id` FROM `cbax_lexicon_entry` WHERE `id` IN (0x01936CA368D373D682E0E3C25A94A9C2 );
Copy
90
0.06 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
91
0.26 ms
UPDATE `cbax_lexicon_entry` SET `impressions` = ? , `updated_at` = ? WHERE id = ?
Parameters :
[
479
"2025-04-18 19:12:12.841 "
b"\x01 “l£hÓsÖ‚àãÂZ”©Â "
]
UPDATE `cbax_lexicon_entry` SET `impressions` = 479 , `updated_at` = '2025-04-18 19:12:12.841' WHERE id = 0x01936CA368D373D682E0E3C25A94A9C2 ;
Copy
92
0.13 ms
"COMMIT"
93
0.11 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
94
0.09 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` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Ž2ù\x02\x13 qØŠ\x16 í\x06 Ýö\x16 Q "
]
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` . `id` IN (? )
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` . `id` IN (0x018E32F9021371D88A16ED06DDF61651 );
Copy
95
0.06 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 Ž2ù\x02\x13 qØŠ\x16 í\x06 Ýö\x16 Q "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x018E32F9021371D88A16ED06DDF61651 ));
Copy
96
0.08 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` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “° ÷BrÚ¥Õ6Ìž\x00 •Ä "
]
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` . `id` IN (? )
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` . `id` IN (0x0193B0A0F74272DAA5D536CC9E0095C4 );
Copy
97
0.06 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “° ÷BrÚ¥Õ6Ìž\x00 •Ä "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0193B0A0F74272DAA5D536CC9E0095C4 ));
Copy
98
0.05 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
99
0.02 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
100
0.33 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` . `language_id` = ? AND `seo_url` . `sales_channel_id` = ? AND `seo_url` . `route_name` = ? AND `seo_url` . `path_info` = ? AND `seo_url` . `is_deleted` = ? AND `seo_url` . `is_canonical` = ? )
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
"frontend.cbax.lexicon.detail "
"/cbax/lexicon/detail/01936ca368d373d682e0e3c25a94a9c2 "
0
1
]
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` . `language_id` = 0x2218F09C2ED94ACAB27D4B0B66481B14 AND `seo_url` . `sales_channel_id` = 0x64D7112131A2486390AF89B0F82B5A22 AND `seo_url` . `route_name` = 'frontend.cbax.lexicon.detail' AND `seo_url` . `path_info` = '/cbax/lexicon/detail/01936ca368d373d682e0e3c25a94a9c2' AND `seo_url` . `is_deleted` = 0 AND `seo_url` . `is_canonical` = 1 );
Copy
101
0.06 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'en-GB' ;
Copy
102
0.06 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"ß—\x00 I\x1E <Ew¿ÙÇh\x19 t "
]
SELECT iso FROM snippet_set WHERE id = 0xDF9700491E3C4577BFD9C76819A074C2 ;
Copy
103
0.02 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0x64D7112131A2486390AF89B0F82B5A22
;
Copy
104
0.07 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
105
0.06 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
106
0.06 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
107
0.06 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
108
0.06 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
109
0.06 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
110
0.06 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
111
0.06 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
112
0.06 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
113
0.03 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"ß—\x00 I\x1E <Ew¿ÙÇh\x19 t "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0xDF9700491E3C4577BFD9C76819A074C2 ;
Copy
114
0.06 ms
SELECT `app` . `id` FROM `app` LIMIT 1
SELECT `app` . `id` FROM `app` LIMIT 1 ;
Copy
115
0.06 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
116
0.10 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.fallback_1.description` , `theme.translation.description` , COALESCE (`theme.translation.fallback_1.description` , `theme.translation.description` , `theme.translation.description` ) as `theme.description` , `theme.translation.fallback_1.labels` , `theme.translation.labels` , COALESCE (`theme.translation.fallback_1.labels` , `theme.translation.labels` , `theme.translation.labels` ) as `theme.labels` , `theme.translation.fallback_1.helpTexts` , `theme.translation.helpTexts` , COALESCE (`theme.translation.fallback_1.helpTexts` , `theme.translation.helpTexts` , `theme.translation.helpTexts` ) as `theme.helpTexts` , `theme.translation.fallback_1.customFields` , `theme.translation.customFields` , COALESCE (`theme.translation.fallback_1.customFields` , `theme.translation.customFields` , `theme.translation.customFields` ) as `theme.customFields` , `theme.translation.fallback_1.createdAt` , `theme.translation.createdAt` , `theme.translation.fallback_1.updatedAt` , `theme.translation.updatedAt` , `theme.translation.fallback_1.themeId` , `theme.translation.themeId` , `theme.translation.fallback_1.languageId` , `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation` . theme_id , `theme.translation` . description as `theme.translation.description` , `theme.translation` . labels as `theme.translation.labels` , `theme.translation` . help_texts as `theme.translation.helpTexts` , `theme.translation` . custom_fields as `theme.translation.customFields` , `theme.translation` . created_at as `theme.translation.createdAt` , `theme.translation` . updated_at as `theme.translation.updatedAt` , `theme.translation` . theme_id as `theme.translation.themeId` , `theme.translation` . language_id as `theme.translation.languageId` , `theme.translation.fallback_1` . description as `theme.translation.fallback_1.description` , `theme.translation.fallback_1` . labels as `theme.translation.fallback_1.labels` , `theme.translation.fallback_1` . help_texts as `theme.translation.fallback_1.helpTexts` , `theme.translation.fallback_1` . custom_fields as `theme.translation.fallback_1.customFields` , `theme.translation.fallback_1` . created_at as `theme.translation.fallback_1.createdAt` , `theme.translation.fallback_1` . updated_at as `theme.translation.fallback_1.updatedAt` , `theme.translation.fallback_1` . theme_id as `theme.translation.fallback_1.themeId` , `theme.translation.fallback_1` . language_id as `theme.translation.fallback_1.languageId` FROM `theme_translation` `theme.translation` LEFT JOIN `theme_translation` `theme.translation.fallback_1` ON `theme.translation` . `theme_id` = `theme.translation.fallback_1` . `theme_id` AND `theme.translation.fallback_1` . language_id = ? WHERE `theme.translation` . language_id = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT
`theme` . `id` as `theme.id` ,
`theme` . `technical_name` as `theme.technicalName` ,
`theme` . `name` as `theme.name` ,
`theme` . `author` as `theme.author` ,
`theme` . `preview_media_id` as `theme.previewMediaId` ,
`theme` . `parent_theme_id` as `theme.parentThemeId` ,
`theme` . `theme_json` as `theme.themeJson` ,
`theme` . `base_config` as `theme.baseConfig` ,
`theme` . `config_values` as `theme.configValues` ,
`theme` . `active` as `theme.active` ,
`theme` . `created_at` as `theme.createdAt` ,
`theme` . `updated_at` as `theme.updatedAt` ,
`theme.translation.fallback_1.description` ,
`theme.translation.description` ,
COALESCE (
`theme.translation.fallback_1.description` ,
`theme.translation.description` ,
`theme.translation.description`
) as `theme.description` ,
`theme.translation.fallback_1.labels` ,
`theme.translation.labels` ,
COALESCE (
`theme.translation.fallback_1.labels` ,
`theme.translation.labels` , `theme.translation.labels`
) as `theme.labels` ,
`theme.translation.fallback_1.helpTexts` ,
`theme.translation.helpTexts` ,
COALESCE (
`theme.translation.fallback_1.helpTexts` ,
`theme.translation.helpTexts` ,
`theme.translation.helpTexts`
) as `theme.helpTexts` ,
`theme.translation.fallback_1.customFields` ,
`theme.translation.customFields` ,
COALESCE (
`theme.translation.fallback_1.customFields` ,
`theme.translation.customFields` ,
`theme.translation.customFields`
) as `theme.customFields` ,
`theme.translation.fallback_1.createdAt` ,
`theme.translation.createdAt` ,
`theme.translation.fallback_1.updatedAt` ,
`theme.translation.updatedAt` ,
`theme.translation.fallback_1.themeId` ,
`theme.translation.themeId` ,
`theme.translation.fallback_1.languageId` ,
`theme.translation.languageId`
FROM
`theme`
LEFT JOIN (
SELECT
`theme.translation` . theme_id ,
`theme.translation` . description as `theme.translation.description` ,
`theme.translation` . labels as `theme.translation.labels` ,
`theme.translation` . help_texts as `theme.translation.helpTexts` ,
`theme.translation` . custom_fields as `theme.translation.customFields` ,
`theme.translation` . created_at as `theme.translation.createdAt` ,
`theme.translation` . updated_at as `theme.translation.updatedAt` ,
`theme.translation` . theme_id as `theme.translation.themeId` ,
`theme.translation` . language_id as `theme.translation.languageId` ,
`theme.translation.fallback_1` . description as `theme.translation.fallback_1.description` ,
`theme.translation.fallback_1` . labels as `theme.translation.fallback_1.labels` ,
`theme.translation.fallback_1` . help_texts as `theme.translation.fallback_1.helpTexts` ,
`theme.translation.fallback_1` . custom_fields as `theme.translation.fallback_1.customFields` ,
`theme.translation.fallback_1` . created_at as `theme.translation.fallback_1.createdAt` ,
`theme.translation.fallback_1` . updated_at as `theme.translation.fallback_1.updatedAt` ,
`theme.translation.fallback_1` . theme_id as `theme.translation.fallback_1.themeId` ,
`theme.translation.fallback_1` . language_id as `theme.translation.fallback_1.languageId`
FROM
`theme_translation` `theme.translation`
LEFT JOIN `theme_translation` `theme.translation.fallback_1` ON `theme.translation` . `theme_id` = `theme.translation.fallback_1` . `theme_id`
AND `theme.translation.fallback_1` . language_id = ?
WHERE
`theme.translation` . language_id = ?
) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Copy
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.fallback_1.description` , `theme.translation.description` , COALESCE (`theme.translation.fallback_1.description` , `theme.translation.description` , `theme.translation.description` ) as `theme.description` , `theme.translation.fallback_1.labels` , `theme.translation.labels` , COALESCE (`theme.translation.fallback_1.labels` , `theme.translation.labels` , `theme.translation.labels` ) as `theme.labels` , `theme.translation.fallback_1.helpTexts` , `theme.translation.helpTexts` , COALESCE (`theme.translation.fallback_1.helpTexts` , `theme.translation.helpTexts` , `theme.translation.helpTexts` ) as `theme.helpTexts` , `theme.translation.fallback_1.customFields` , `theme.translation.customFields` , COALESCE (`theme.translation.fallback_1.customFields` , `theme.translation.customFields` , `theme.translation.customFields` ) as `theme.customFields` , `theme.translation.fallback_1.createdAt` , `theme.translation.createdAt` , `theme.translation.fallback_1.updatedAt` , `theme.translation.updatedAt` , `theme.translation.fallback_1.themeId` , `theme.translation.themeId` , `theme.translation.fallback_1.languageId` , `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation` . theme_id , `theme.translation` . description as `theme.translation.description` , `theme.translation` . labels as `theme.translation.labels` , `theme.translation` . help_texts as `theme.translation.helpTexts` , `theme.translation` . custom_fields as `theme.translation.customFields` , `theme.translation` . created_at as `theme.translation.createdAt` , `theme.translation` . updated_at as `theme.translation.updatedAt` , `theme.translation` . theme_id as `theme.translation.themeId` , `theme.translation` . language_id as `theme.translation.languageId` , `theme.translation.fallback_1` . description as `theme.translation.fallback_1.description` , `theme.translation.fallback_1` . labels as `theme.translation.fallback_1.labels` , `theme.translation.fallback_1` . help_texts as `theme.translation.fallback_1.helpTexts` , `theme.translation.fallback_1` . custom_fields as `theme.translation.fallback_1.customFields` , `theme.translation.fallback_1` . created_at as `theme.translation.fallback_1.createdAt` , `theme.translation.fallback_1` . updated_at as `theme.translation.fallback_1.updatedAt` , `theme.translation.fallback_1` . theme_id as `theme.translation.fallback_1.themeId` , `theme.translation.fallback_1` . language_id as `theme.translation.fallback_1.languageId` FROM `theme_translation` `theme.translation` LEFT JOIN `theme_translation` `theme.translation.fallback_1` ON `theme.translation` . `theme_id` = `theme.translation.fallback_1` . `theme_id` AND `theme.translation.fallback_1` . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 WHERE `theme.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
117
0.54 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` . `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_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `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` 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 = ? 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""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"‚ãL\x7F ›µO@›>\x1F ‡”‚Ј "
b"\x01 ‹l'$¤rs²ý,úvŸÇ| "
]
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` . `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_1.title` ,
`media.translation.title` ,
COALESCE (
`media.translation.fallback_1.title` ,
`media.translation.title` , `media.translation.title`
) as `media.title` ,
`media.translation.fallback_1.alt` ,
`media.translation.alt` ,
COALESCE (
`media.translation.fallback_1.alt` ,
`media.translation.alt` , `media.translation.alt`
) as `media.alt` ,
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
COALESCE (
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
`media.translation.customFields`
) as `media.customFields` ,
`media.translation.fallback_1.createdAt` ,
`media.translation.createdAt` ,
`media.translation.fallback_1.updatedAt` ,
`media.translation.updatedAt` ,
`media.translation.fallback_1.mediaId` ,
`media.translation.mediaId` ,
`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`
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 = ?
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` . `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_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `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` 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 = 0x2218F09C2ED94ACAB27D4B0B66481B14 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 (0x82E34C7F9BB54F409B3E1F879482D088 , 0x018B6C2724A47273B2FD2CFA769FC77C ));
Copy
118
2.29 ms
SELECT seo_path_info , path_info 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 (is_deleted = 0 ) ORDER BY seo_url . sales_channel_id ASC
Parameters :
[
"/navigation/17e6541fd5994e8ba330d59a3b357e1a "
"/navigation/093fb7d366bd47128040bd65b195c2eb "
"/navigation/97c9d2c249084d8390d822d0db1d5257 "
"/navigation/609e43b628a04152a1772520a202e2a2 "
"/navigation/e6474a460e0644a8b113e401cc079ed1 "
"/navigation/18bba8198fdc4069b2ba8f7a1f1a3c38 "
"/navigation/14c6b6ec6ef94d4e8efcd2bb3f9ac6c7 "
"/navigation/6554c0ed68d04dccb6dc71f7b36dad1b "
"/navigation/5479c356608b4de6afbda2e02e8ca972 "
"/navigation/46f1dff0ed4e4116af088d8e49e83e1c "
"/navigation/4498620c207045ab869cfda57bfa1061 "
"/navigation/8768eece1e00482390da695de9fa26eb "
"/navigation/8090c93a7be14cc28c502c7bbdb5a6eb "
"/navigation/01914ba9a98573a3b09901fe10417142 "
"/navigation/f7d8d2271cc44c3aa551cbefb2343d1b "
"/navigation/4a5d774e97634ad18ffd81da992172a3 "
"/navigation/a9b858ca591c49c080e8333abb5615ca "
"/navigation/01946527b3fd787bb633e52e53b0abb1 "
"/navigation/0195197a33a47c519968f0efc68da2d6 "
"/navigation/537b44a609db48549c4dceaf1fc3f25d "
"/navigation/bb392dd13a924aab994bc049fb180f13 "
"/navigation/019465361430717185ffa6665eee5626 "
"/navigation/0194653631797bcebcf542bbcf1e55a2 "
"/navigation/a98f8b79ef3d43f88cb5d657299fe6b4 "
"/navigation/39e48ff5976f486dbe1e7cbff46bbac7 "
"/navigation/e0808ce2465243468cdc73986892ba86 "
"/navigation/8dacd65d2f4f40cd8407f4228b26bb87 "
"/navigation/bef0168523634c5ebe9949eaf0af2761 "
"/navigation/8e448cd3ce734e2bab84a9a3a7f38262 "
"/navigation/48f626b2c992482cbb86a08b998db19a "
"/navigation/ab1e6f0f444f4d96a327fcc42ecf188f "
"/navigation/a1334835941f44eea4be9a7b90f320f4 "
"/navigation/9da08c31d4f84c519e70928bcfd56d97 "
"/navigation/5eb6f2d510024f6590fa2f1caba0830c "
"/navigation/6d51a2d87ebd4427b37f06a7b76a2fbf "
"/navigation/2950aee4065a463ab181b405085ae0fb "
"/navigation/53510ad6e8304ef0acd23adda95008df "
"/navigation/2c7a463b97cb4f5ea0196309bcef67a3 "
"/navigation/70d9b680d7634f058bda185eb26daef6 "
"/navigation/252de73cea7544db95c1d165dfd1ca19 "
"/navigation/a033c9154aa7416daaebc0658cba5080 "
"/navigation/e1f4dae52b3a4056a8966c1f39920993 "
"/navigation/a298af7c38a74a3c9cf9ee40847e9d8d "
"/navigation/c1828f3bc6bc4be98bc76a721afc5d10 "
"/navigation/26022a3c5004488196706ceb4b320820 "
"/navigation/c159a42fc48f49679732d1f64c003123 "
"/navigation/15a8dfd2b75442338fbddfc5605b782f "
"/navigation/b84e0deae6d745ad981117940a04dcb7 "
"/navigation/2469bf41676f447289eac0dd18771b5e "
"/navigation/01914ba9acc97346a4efb1d26d7bc91e "
"/navigation/65ba691233fd4632815dfccf55d01cb6 "
"/navigation/0d09c6531de5420e88d7692539a819bd "
"/navigation/a84629ff04e3441cafc2fec1d8e152d6 "
"/navigation/8aaf4a6217ac48c9911b7719530e5bb8 "
"/navigation/4bd79ee64527404d887b08cd1bfed982 "
"/navigation/b3a1a9486c26471fa157b6897effafc2 "
"/navigation/3c17f0a9b6994f5798931cb1e10966d0 "
"/navigation/dad72fd07b254503bf23d2f3bdfa5acd "
"/navigation/d1658731db3c4b97878b331481fa18da "
"/navigation/de228254944d40e5a154b2cbb8c2049c "
"/navigation/df6fc0baba2d4e688b3e4e6a7730955f "
"/navigation/718242c103084fae9281a120eea04e21 "
"/navigation/eeb0fedeb19045e893a140124efe2321 "
"/navigation/bfd20beb12984da3b70855b8bfbe0b88 "
"/navigation/cbe2b81c6c6e44108cf6eb0328f56948 "
"/navigation/7fc8fc3a06f646b899373a40e1a08808 "
"/navigation/19be08daee65411ca39abca89bb0e9e9 "
"/navigation/e3edcc121e0646d9ba3fb0f66e6b6d29 "
"/navigation/96fd68c65ebc46d3a66cf5a71e52f48a "
"/navigation/b9af6256c3624680a86ec274ae4efcdd "
"/navigation/ca02b6507ebd4a19b1603fca4a97bf1a "
"/navigation/56d239ab410d4076ba25f2ad556dced2 "
"/navigation/73fb25442629452eb9d4de1352d68d1e "
"/navigation/3ec673275eaa401385d435de1e89c531 "
"/navigation/4dc1db49e0fa4183b5b606889559a395 "
"/navigation/441c56cdf64b4743b2648750ff186f0f "
"/navigation/2d1c2d4c8ff4412e90f3f29a20552617 "
"/navigation/09c1a53cc3564bbcb49492d772893520 "
"/navigation/ec32cc2ec9cd416798dacc9e5c15cf31 "
"/navigation/ec6e4dfa7ac443e9ac3ae1a982798362 "
"/navigation/36d2a980b3fa4cc18c299426374106c5 "
"/navigation/019368e6827370e6a729104ae82d23ad "
"/navigation/019368e6bfbf799e8154a3b81a5bed79 "
"/navigation/3d7f4db8061241d5bf24b9a9f6087368 "
"/navigation/e5256b233bb545a98ecf25def40b4d28 "
"/navigation/5f8b2851bd9c4de2be03c9da76ffaf06 "
"/navigation/fe99ead500544270a8a759a3325ed12a "
"/navigation/456539936f3b4c0d95b9dd94c563d317 "
"/navigation/01914ba9a98670279276ab27a4d2f20d "
"/navigation/d876e3e8d0e84d74b02818ad35195a37 "
"/navigation/01914ba9a98670279276ab27a9c1755d "
"/navigation/eb25265270ed4f1fab9f03fe6c20403a "
"/navigation/01914ba9a98670279276ab27aee1850f "
"/navigation/c338ae7266ba4de1aa426cef6e75ec97 "
"/navigation/1836e875dd7d42fb8b86c9319526e7b7 "
"/navigation/01914ba9a98771eea980fcfb2d5fb195 "
"/navigation/14cfefb98f8742e096c1548afe8f9f74 "
"/navigation/01a14b7520fa4208808cf2b22e291492 "
"/navigation/01914ba9a98771eea980fcfb30a8635d "
"/navigation/815f511dcc7a498a8878c03523cb5c03 "
"/navigation/01914ba9a988714fbdb62cce40c1577b "
"/navigation/0997aff779c94c32a2278cca10845053 "
"/navigation/0d4c3456757d4098a89d18bc07ec8c3b "
"/navigation/288249002d0945fe98f09310b848016a "
"/navigation/01914ba9a988714fbdb62cce463334e5 "
"/navigation/42cb3937e6cd433fadfc4ff710850fae "
"/navigation/01914ba9a98971eca6ddec75dd12569f "
"/navigation/6ee112b9ba2b4f7eb6e9aafe18f52bd3 "
"/navigation/4b806a17d15349f8b4217905a5e563ee "
"/navigation/7e4595496fed4fc0b3e4b4b73fc64a24 "
"/navigation/8e6a1bec71c7427f990d0e84f3bfadf6 "
"/navigation/efe89bad7e3c49f6bc70f9c531184af1 "
"/navigation/bcaabe2979e04787b6b757c8ce7dc114 "
"/navigation/138bff0387c34fa09a989c9e3a7514d5 "
"/navigation/86d0d84369104b60a0a167fb6cbbe13a "
"/navigation/a3c4126411a54eb68ecb74773db476b5 "
"/navigation/5b87e1b53bda472185576489f727617e "
"/navigation/f28c640284514e4c81bb912e11de0020 "
"/navigation/b4059902da224c7390e60511a7245aca "
"/navigation/730f75375d9840b9aec6c388fd6f9ed2 "
"/navigation/4d8bdb49526a479aa4afdda2c23949c0 "
"/navigation/f54b72ddb99546e89afc96c658277ec6 "
"/navigation/3d72e0e4cc3d45feb03706d0006f8b9a "
"/navigation/5065b81db2e747eeb3ed3c243b9a8ae6 "
"/navigation/e617bb6e3957424b9aed4ea80591ef93 "
"/navigation/b77f932fd6284bbeb4659d1d05ed868c "
"/navigation/882291668e454f7da0827176701f00e3 "
"/navigation/45196c8129a24d6d800c2296a6c214b1 "
"/navigation/14b54775151045eba3b1974759dcdb02 "
"/navigation/3468795ef8b74471a228b315d0dcb1a8 "
"/navigation/6219f19616ce4972a0880162e34ecf46 "
"/navigation/2e97bf604bd14208b671d4c504ed3e88 "
"/navigation/b0cbd77919f34d28a09056a6a9bcfc32 "
"/navigation/1c226c8f6ae3451290891e52fdf3a7a3 "
"/navigation/05390ef03918418d8d0297d5c7f89e56 "
"/navigation/fc52f65db64d43f2b2294f21b2e13c9c "
"/navigation/13226af7e34a4e39afbeb9893d0476d5 "
"/navigation/da318cfd381e478f8b5821ced6328b0e "
"/navigation/01914ba9a5d8721799e2983cfbe5e714 "
"/navigation/a777c1a23055430fa6e05ee9a2f5b499 "
"/cbax/lexicon/index "
"/cbax/lexicon/listing/C "
"/cbax/lexicon/detail/01936ca368d373d682e0e3c25a94a9c2 "
"/cbax/lexicon/detail/01936ca0ae497117ae65af8a1af89812 "
"/cbax/lexicon/detail/019368bdb78e7366b27ae1cc8598225b "
"/cbax/lexicon/detail/019368b9f21872d08fddf0f91180464e "
"/cbax/lexicon/detail/019368bbab6b7167ac93f3ef9aae2800 "
"/cbax/lexicon/detail/019368bf8a467197a8f0f7867e86d01e "
"/cbax/lexicon/detail/01936caea2d472a7b47bf225d1a5d38c "
"/cbax/lexicon/detail/01936caffbef71069c0e96519e5dfea8 "
"/cbax/lexicon/detail/01936cb1a41773e99d2fac0a753856e5 "
"/cbax/lexicon/detail/01936cb3601a731face1521ad59c1f5d "
"/cbax/lexicon/detail/01936cc7fb37728a9daa88c69b2fa5e5 "
"/cbax/lexicon/detail/01936cb5254e70e9a256462a47d36bc1 "
"/cbax/lexicon/detail/0193688ee9ff7240bf081c7817575d95 "
"/cbax/lexicon/detail/01936cb6f36670c0bd8a9d47a7c4f1ef "
"/cbax/lexicon/detail/01936cb9895873d89aae2b6a5dab47d8 "
"/cbax/lexicon/detail/01936cbb3cf57361a0de661c196fcb62 "
"/cbax/lexicon/detail/01936d62a4cb73bd8f5293d1034d783a "
"/cbax/lexicon/detail/0193689b51dd719eb73dc7629a0f6ebe "
"/cbax/lexicon/detail/019368c109737302b6b3dbcbab1bcbd1 "
"/cbax/lexicon/detail/01936d4b17d870cea499ce7b52a39e9c "
"/cbax/lexicon/listing/0-9 "
"/cbax/lexicon/listing/A "
"/cbax/lexicon/listing/B "
"/cbax/lexicon/listing/D "
"/cbax/lexicon/listing/E "
"/cbax/lexicon/listing/F "
"/cbax/lexicon/listing/G "
"/cbax/lexicon/listing/H "
"/cbax/lexicon/listing/I "
"/cbax/lexicon/listing/J "
"/cbax/lexicon/listing/L "
"/cbax/lexicon/listing/M "
"/cbax/lexicon/listing/N "
"/cbax/lexicon/listing/O "
"/cbax/lexicon/listing/P "
"/cbax/lexicon/listing/R "
"/cbax/lexicon/listing/S "
"/cbax/lexicon/listing/T "
"/cbax/lexicon/listing/U "
"/cbax/lexicon/listing/V "
"/cbax/lexicon/listing/W "
"/cbax/lexicon/content "
"/landingPage/01907e745fcb7a7e898b625f4d77ed8c "
"/landingPage/01907e7d1fd07527986b70e62004d2fc "
"/landingPage/01907e7e1ac87dd58697bbb838ab6a6b "
b""\x18 ðœ.ÙJʲ}K\v fH\e\x14 "
b"dÎ\x11 !1óHcÉ»ë░°+Z" "
]
SELECT
seo_path_info ,
path_info
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 (is_deleted = 0 )
ORDER BY
seo_url . sales_channel_id ASC
Copy
SELECT seo_path_info , path_info FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/navigation/17e6541fd5994e8ba330d59a3b357e1a' , '/navigation/093fb7d366bd47128040bd65b195c2eb' , '/navigation/97c9d2c249084d8390d822d0db1d5257' , '/navigation/609e43b628a04152a1772520a202e2a2' , '/navigation/e6474a460e0644a8b113e401cc079ed1' , '/navigation/18bba8198fdc4069b2ba8f7a1f1a3c38' , '/navigation/14c6b6ec6ef94d4e8efcd2bb3f9ac6c7' , '/navigation/6554c0ed68d04dccb6dc71f7b36dad1b' , '/navigation/5479c356608b4de6afbda2e02e8ca972' , '/navigation/46f1dff0ed4e4116af088d8e49e83e1c' , '/navigation/4498620c207045ab869cfda57bfa1061' , '/navigation/8768eece1e00482390da695de9fa26eb' , '/navigation/8090c93a7be14cc28c502c7bbdb5a6eb' , '/navigation/01914ba9a98573a3b09901fe10417142' , '/navigation/f7d8d2271cc44c3aa551cbefb2343d1b' , '/navigation/4a5d774e97634ad18ffd81da992172a3' , '/navigation/a9b858ca591c49c080e8333abb5615ca' , '/navigation/01946527b3fd787bb633e52e53b0abb1' , '/navigation/0195197a33a47c519968f0efc68da2d6' , '/navigation/537b44a609db48549c4dceaf1fc3f25d' , '/navigation/bb392dd13a924aab994bc049fb180f13' , '/navigation/019465361430717185ffa6665eee5626' , '/navigation/0194653631797bcebcf542bbcf1e55a2' , '/navigation/a98f8b79ef3d43f88cb5d657299fe6b4' , '/navigation/39e48ff5976f486dbe1e7cbff46bbac7' , '/navigation/e0808ce2465243468cdc73986892ba86' , '/navigation/8dacd65d2f4f40cd8407f4228b26bb87' , '/navigation/bef0168523634c5ebe9949eaf0af2761' , '/navigation/8e448cd3ce734e2bab84a9a3a7f38262' , '/navigation/48f626b2c992482cbb86a08b998db19a' , '/navigation/ab1e6f0f444f4d96a327fcc42ecf188f' , '/navigation/a1334835941f44eea4be9a7b90f320f4' , '/navigation/9da08c31d4f84c519e70928bcfd56d97' , '/navigation/5eb6f2d510024f6590fa2f1caba0830c' , '/navigation/6d51a2d87ebd4427b37f06a7b76a2fbf' , '/navigation/2950aee4065a463ab181b405085ae0fb' , '/navigation/53510ad6e8304ef0acd23adda95008df' , '/navigation/2c7a463b97cb4f5ea0196309bcef67a3' , '/navigation/70d9b680d7634f058bda185eb26daef6' , '/navigation/252de73cea7544db95c1d165dfd1ca19' , '/navigation/a033c9154aa7416daaebc0658cba5080' , '/navigation/e1f4dae52b3a4056a8966c1f39920993' , '/navigation/a298af7c38a74a3c9cf9ee40847e9d8d' , '/navigation/c1828f3bc6bc4be98bc76a721afc5d10' , '/navigation/26022a3c5004488196706ceb4b320820' , '/navigation/c159a42fc48f49679732d1f64c003123' , '/navigation/15a8dfd2b75442338fbddfc5605b782f' , '/navigation/b84e0deae6d745ad981117940a04dcb7' , '/navigation/2469bf41676f447289eac0dd18771b5e' , '/navigation/01914ba9acc97346a4efb1d26d7bc91e' , '/navigation/65ba691233fd4632815dfccf55d01cb6' , '/navigation/0d09c6531de5420e88d7692539a819bd' , '/navigation/a84629ff04e3441cafc2fec1d8e152d6' , '/navigation/8aaf4a6217ac48c9911b7719530e5bb8' , '/navigation/4bd79ee64527404d887b08cd1bfed982' , '/navigation/b3a1a9486c26471fa157b6897effafc2' , '/navigation/3c17f0a9b6994f5798931cb1e10966d0' , '/navigation/dad72fd07b254503bf23d2f3bdfa5acd' , '/navigation/d1658731db3c4b97878b331481fa18da' , '/navigation/de228254944d40e5a154b2cbb8c2049c' , '/navigation/df6fc0baba2d4e688b3e4e6a7730955f' , '/navigation/718242c103084fae9281a120eea04e21' , '/navigation/eeb0fedeb19045e893a140124efe2321' , '/navigation/bfd20beb12984da3b70855b8bfbe0b88' , '/navigation/cbe2b81c6c6e44108cf6eb0328f56948' , '/navigation/7fc8fc3a06f646b899373a40e1a08808' , '/navigation/19be08daee65411ca39abca89bb0e9e9' , '/navigation/e3edcc121e0646d9ba3fb0f66e6b6d29' , '/navigation/96fd68c65ebc46d3a66cf5a71e52f48a' , '/navigation/b9af6256c3624680a86ec274ae4efcdd' , '/navigation/ca02b6507ebd4a19b1603fca4a97bf1a' , '/navigation/56d239ab410d4076ba25f2ad556dced2' , '/navigation/73fb25442629452eb9d4de1352d68d1e' , '/navigation/3ec673275eaa401385d435de1e89c531' , '/navigation/4dc1db49e0fa4183b5b606889559a395' , '/navigation/441c56cdf64b4743b2648750ff186f0f' , '/navigation/2d1c2d4c8ff4412e90f3f29a20552617' , '/navigation/09c1a53cc3564bbcb49492d772893520' , '/navigation/ec32cc2ec9cd416798dacc9e5c15cf31' , '/navigation/ec6e4dfa7ac443e9ac3ae1a982798362' , '/navigation/36d2a980b3fa4cc18c299426374106c5' , '/navigation/019368e6827370e6a729104ae82d23ad' , '/navigation/019368e6bfbf799e8154a3b81a5bed79' , '/navigation/3d7f4db8061241d5bf24b9a9f6087368' , '/navigation/e5256b233bb545a98ecf25def40b4d28' , '/navigation/5f8b2851bd9c4de2be03c9da76ffaf06' , '/navigation/fe99ead500544270a8a759a3325ed12a' , '/navigation/456539936f3b4c0d95b9dd94c563d317' , '/navigation/01914ba9a98670279276ab27a4d2f20d' , '/navigation/d876e3e8d0e84d74b02818ad35195a37' , '/navigation/01914ba9a98670279276ab27a9c1755d' , '/navigation/eb25265270ed4f1fab9f03fe6c20403a' , '/navigation/01914ba9a98670279276ab27aee1850f' , '/navigation/c338ae7266ba4de1aa426cef6e75ec97' , '/navigation/1836e875dd7d42fb8b86c9319526e7b7' , '/navigation/01914ba9a98771eea980fcfb2d5fb195' , '/navigation/14cfefb98f8742e096c1548afe8f9f74' , '/navigation/01a14b7520fa4208808cf2b22e291492' , '/navigation/01914ba9a98771eea980fcfb30a8635d' , '/navigation/815f511dcc7a498a8878c03523cb5c03' , '/navigation/01914ba9a988714fbdb62cce40c1577b' , '/navigation/0997aff779c94c32a2278cca10845053' , '/navigation/0d4c3456757d4098a89d18bc07ec8c3b' , '/navigation/288249002d0945fe98f09310b848016a' , '/navigation/01914ba9a988714fbdb62cce463334e5' , '/navigation/42cb3937e6cd433fadfc4ff710850fae' , '/navigation/01914ba9a98971eca6ddec75dd12569f' , '/navigation/6ee112b9ba2b4f7eb6e9aafe18f52bd3' , '/navigation/4b806a17d15349f8b4217905a5e563ee' , '/navigation/7e4595496fed4fc0b3e4b4b73fc64a24' , '/navigation/8e6a1bec71c7427f990d0e84f3bfadf6' , '/navigation/efe89bad7e3c49f6bc70f9c531184af1' , '/navigation/bcaabe2979e04787b6b757c8ce7dc114' , '/navigation/138bff0387c34fa09a989c9e3a7514d5' , '/navigation/86d0d84369104b60a0a167fb6cbbe13a' , '/navigation/a3c4126411a54eb68ecb74773db476b5' , '/navigation/5b87e1b53bda472185576489f727617e' , '/navigation/f28c640284514e4c81bb912e11de0020' , '/navigation/b4059902da224c7390e60511a7245aca' , '/navigation/730f75375d9840b9aec6c388fd6f9ed2' , '/navigation/4d8bdb49526a479aa4afdda2c23949c0' , '/navigation/f54b72ddb99546e89afc96c658277ec6' , '/navigation/3d72e0e4cc3d45feb03706d0006f8b9a' , '/navigation/5065b81db2e747eeb3ed3c243b9a8ae6' , '/navigation/e617bb6e3957424b9aed4ea80591ef93' , '/navigation/b77f932fd6284bbeb4659d1d05ed868c' , '/navigation/882291668e454f7da0827176701f00e3' , '/navigation/45196c8129a24d6d800c2296a6c214b1' , '/navigation/14b54775151045eba3b1974759dcdb02' , '/navigation/3468795ef8b74471a228b315d0dcb1a8' , '/navigation/6219f19616ce4972a0880162e34ecf46' , '/navigation/2e97bf604bd14208b671d4c504ed3e88' , '/navigation/b0cbd77919f34d28a09056a6a9bcfc32' , '/navigation/1c226c8f6ae3451290891e52fdf3a7a3' , '/navigation/05390ef03918418d8d0297d5c7f89e56' , '/navigation/fc52f65db64d43f2b2294f21b2e13c9c' , '/navigation/13226af7e34a4e39afbeb9893d0476d5' , '/navigation/da318cfd381e478f8b5821ced6328b0e' , '/navigation/01914ba9a5d8721799e2983cfbe5e714' , '/navigation/a777c1a23055430fa6e05ee9a2f5b499' , '/cbax/lexicon/index' , '/cbax/lexicon/listing/C' , '/cbax/lexicon/detail/01936ca368d373d682e0e3c25a94a9c2' , '/cbax/lexicon/detail/01936ca0ae497117ae65af8a1af89812' , '/cbax/lexicon/detail/019368bdb78e7366b27ae1cc8598225b' , '/cbax/lexicon/detail/019368b9f21872d08fddf0f91180464e' , '/cbax/lexicon/detail/019368bbab6b7167ac93f3ef9aae2800' , '/cbax/lexicon/detail/019368bf8a467197a8f0f7867e86d01e' , '/cbax/lexicon/detail/01936caea2d472a7b47bf225d1a5d38c' , '/cbax/lexicon/detail/01936caffbef71069c0e96519e5dfea8' , '/cbax/lexicon/detail/01936cb1a41773e99d2fac0a753856e5' , '/cbax/lexicon/detail/01936cb3601a731face1521ad59c1f5d' , '/cbax/lexicon/detail/01936cc7fb37728a9daa88c69b2fa5e5' , '/cbax/lexicon/detail/01936cb5254e70e9a256462a47d36bc1' , '/cbax/lexicon/detail/0193688ee9ff7240bf081c7817575d95' , '/cbax/lexicon/detail/01936cb6f36670c0bd8a9d47a7c4f1ef' , '/cbax/lexicon/detail/01936cb9895873d89aae2b6a5dab47d8' , '/cbax/lexicon/detail/01936cbb3cf57361a0de661c196fcb62' , '/cbax/lexicon/detail/01936d62a4cb73bd8f5293d1034d783a' , '/cbax/lexicon/detail/0193689b51dd719eb73dc7629a0f6ebe' , '/cbax/lexicon/detail/019368c109737302b6b3dbcbab1bcbd1' , '/cbax/lexicon/detail/01936d4b17d870cea499ce7b52a39e9c' , '/cbax/lexicon/listing/0-9' , '/cbax/lexicon/listing/A' , '/cbax/lexicon/listing/B' , '/cbax/lexicon/listing/D' , '/cbax/lexicon/listing/E' , '/cbax/lexicon/listing/F' , '/cbax/lexicon/listing/G' , '/cbax/lexicon/listing/H' , '/cbax/lexicon/listing/I' , '/cbax/lexicon/listing/J' , '/cbax/lexicon/listing/L' , '/cbax/lexicon/listing/M' , '/cbax/lexicon/listing/N' , '/cbax/lexicon/listing/O' , '/cbax/lexicon/listing/P' , '/cbax/lexicon/listing/R' , '/cbax/lexicon/listing/S' , '/cbax/lexicon/listing/T' , '/cbax/lexicon/listing/U' , '/cbax/lexicon/listing/V' , '/cbax/lexicon/listing/W' , '/cbax/lexicon/content' , '/landingPage/01907e745fcb7a7e898b625f4d77ed8c' , '/landingPage/01907e7d1fd07527986b70e62004d2fc' , '/landingPage/01907e7e1ac87dd58697bbb838ab6a6b' )) AND (seo_url . language_id = 0x2218F09C2ED94ACAB27D4B0B66481B14 ) AND (seo_url . sales_channel_id = 0x64D7112131A2486390AF89B0F82B5A22 OR seo_url . sales_channel_id IS NULL ) AND (is_deleted = 0 ) ORDER BY seo_url . sales_channel_id ASC ;
Copy
119
0.11 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"\x02 x\x11 ús\r F<²å*Š³^É% "
b"\x18 ¤åÉfCG╚¬æ×cõ`[\n "
b"1¼¾Jc—L¼º ø\x1F ,bâÖ "
b"\x12 ‡é¼‘ôLš¥[³´v\x16 ®\x11 "
]
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 (0x027811FA730D463CB2E52A8AB35EC925 , 0x18CF8690664347C8AA919E63E4605B0A , 0x31BCBE4A63974CBCBA20F81F2C62E2D6 , 0x1287E9BC91F44C9AA55BB3B47616AE11 );
Copy