1
1.02 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
1.03 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.85 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.91 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
1.27 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
6
0.49 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
7
4.08 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` . `path_info` = ? AND `seo_url` . `is_canonical` = ? )
Parameters :
[
"/api/search/product "
true
]
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` . `path_info` = '/api/search/product' AND `seo_url` . `is_canonical` = 1 );
Copy
8
0.85 ms
SELECT item_rounding FROM currency WHERE id = ?
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT item_rounding FROM currency WHERE id = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA ;
Copy
9
0.58 ms
SELECT id FROM integration WHERE access_key = ?
Parameters :
[
"SWIAZ3E0N2TQQKJ3ADHSBFA3ZQ "
]
SELECT id FROM integration WHERE access_key = 'SWIAZ3E0N2TQQKJ3ADHSBFA3ZQ' ;
Copy
10
0.54 ms
SELECT `acl_role` . `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `integration_id` = ?
Parameters :
[
b"\x01 Æ\x1E ¥SOsñÀÅFZ╦ÐN┴ "
]
SELECT `acl_role` . `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `integration_id` = 0x01921EBE534F73A4B78F465ACBD14EC1
;
Copy
11
0.34 ms
SELECT admin FROM `integration` WHERE id = ?
Parameters :
[
b"\x01 Æ\x1E ¥SOsñÀÅFZ╦ÐN┴ "
]
SELECT admin FROM `integration` WHERE id = 0x01921EBE534F73A4B78F465ACBD14EC1 ;
Copy
12
0.44 ms
SELECT role . privileges FROM integration_role mapping INNER JOIN acl_role role ON mapping . acl_role_id = role . id WHERE mapping . integration_id = ?
Parameters :
[
b"\x01 Æ\x1E ¥SOsñÀÅFZ╦ÐN┴ "
]
SELECT role . privileges FROM integration_role mapping INNER JOIN acl_role role ON mapping . acl_role_id = role . id WHERE mapping . integration_id = 0x01921EBE534F73A4B78F465ACBD14EC1 ;
Copy
13
2.32 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` WHERE (`product` . `version_id` = ? ) AND (((`product` . `created_at` > = ? ) AND (`product` . `created_at` < = ? ) AND `product` . `parent_id` < = > ? AND `product` . `active` = ? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"2025-08-02T03:06:14.000000Z "
"2025-08-02T07:07:38.769854Z "
null
true
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`product` . `created_at` > = '2025-08-02T03:06:14.000000Z' ) AND (`product` . `created_at` < = '2025-08-02T07:07:38.769854Z' ) AND `product` . `parent_id` < = > NULL AND `product` . `active` = 1 )) LIMIT 1 ;
Copy
14
1.86 ms
SELECT COUNT (* ) FROM (SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` WHERE (`product` . `version_id` = ? ) AND (((`product` . `created_at` > = ? ) AND (`product` . `created_at` < = ? ) AND `product` . `parent_id` < = > ? AND `product` . `active` = ? ))) total
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"2025-08-02T03:06:14.000000Z "
"2025-08-02T07:07:38.769854Z "
null
true
]
SELECT COUNT (* ) FROM (SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`product` . `created_at` > = '2025-08-02T03:06:14.000000Z' ) AND (`product` . `created_at` < = '2025-08-02T07:07:38.769854Z' ) AND `product` . `parent_id` < = > NULL AND `product` . `active` = 1 ))) total ;
Copy
15
0.68 ms
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = ? )
Parameters :
[
"category "
]
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = 'category' );
Copy
16
0.77 ms
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = ? )
Parameters :
[
"product "
]
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = 'product' );
Copy
17
0.75 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"\x01 ‘“!|TrJšœåM~\x18 æH "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0x019193217C54724A9A9CE54D7E18E648 );
Copy
18
0.91 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"\x01 ‘“!|TrJšœåM~\x18 æH "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0x019193217C54724A9A9CE54D7E18E648 ));
Copy
19
0.69 ms
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = ? )
Parameters :
[
"promotion "
]
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = 'promotion' );
Copy
20
0.54 ms
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = ? )
Parameters :
[
"customer "
]
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = 'customer' );
Copy
21
0.38 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"\x01 ’F¸àapg¾±Ãþ©»´³ "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0x019246B8E0617067BEB1C3FEA9BBB4B3 );
Copy
22
0.45 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"\x01 ’F¸àapg¾±Ãþ©»´³ "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0x019246B8E0617067BEB1C3FEA9BBB4B3 ));
Copy
23
0.60 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
24
0.94 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , COALESCE (`language.locale.translation.name` , `language.locale.translation.name` ) as `language.locale.name` , `language.locale.translation.territory` , COALESCE (`language.locale.translation.territory` , `language.locale.translation.territory` ) as `language.locale.territory` , `language.locale.translation.customFields` , COALESCE (`language.locale.translation.customFields` , `language.locale.translation.customFields` ) as `language.locale.customFields` , `language.locale.translation.createdAt` , `language.locale.translation.updatedAt` , `language.locale.translation.localeId` , `language.locale.translation.languageId` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . locale_id , `language.locale.translation` . name as `language.locale.translation.name` , `language.locale.translation` . territory as `language.locale.translation.territory` , `language.locale.translation` . custom_fields as `language.locale.translation.customFields` , `language.locale.translation` . created_at as `language.locale.translation.createdAt` , `language.locale.translation` . updated_at as `language.locale.translation.updatedAt` , `language.locale.translation` . locale_id as `language.locale.translation.localeId` , `language.locale.translation` . language_id as `language.locale.translation.languageId` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . language_id = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , COALESCE (`language.locale.translation.name` , `language.locale.translation.name` ) as `language.locale.name` , `language.locale.translation.territory` , COALESCE (`language.locale.translation.territory` , `language.locale.translation.territory` ) as `language.locale.territory` , `language.locale.translation.customFields` , COALESCE (`language.locale.translation.customFields` , `language.locale.translation.customFields` ) as `language.locale.customFields` , `language.locale.translation.createdAt` , `language.locale.translation.updatedAt` , `language.locale.translation.localeId` , `language.locale.translation.languageId` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . locale_id , `language.locale.translation` . name as `language.locale.translation.name` , `language.locale.translation` . territory as `language.locale.translation.territory` , `language.locale.translation` . custom_fields as `language.locale.translation.customFields` , `language.locale.translation` . created_at as `language.locale.translation.createdAt` , `language.locale.translation` . updated_at as `language.locale.translation.updatedAt` , `language.locale.translation` . locale_id as `language.locale.translation.localeId` , `language.locale.translation` . language_id as `language.locale.translation.languageId` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
25
0.57 ms
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = ? )
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = 'order' );
Copy