0.46 ms (2.03%)
1
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 •\e Ñ„Ép\x10 Ÿ\x1A u•Z\x02\x08 ž "
b"\t 3w€ÚËKŠƒ¤‰f!óÜÊ "
b"!3·ûÆÉJæÉXéı$jA\x13 "
b""¯\x1A (\x7F yGTºÅ(†`9àz "
b"ZÄ6©ÊßLʼn‡†ù\r ßÝÖ "
b"\x7F\x04 y2*rO\x12 ì/Uá┴ÞÒ\x05 "
b"ü˺┼iRL8óµ┴¥¡ ½$ "
b"äÚO~I\x08 A╝éD‗ØÕ\x14 ┌; "
b"…ÕÆF\x0E ¡Oå³™\x03\x1D ¿U¨Ú "
b"¤┼+\x1A ú4FFØJ;\x1E [à\x06 & "
b"ÐM 9\e pBŒ‹ZU”ÅOõ› "
b"èv\x17 y*\x13 F9½9œ/?Tæê "
]
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` WHERE `property_group_option` . `id` IN (0x01951BD184C970109F1A75955A02089E , 0x09337780DACB4B8A83A4896621F3DCCA , 0x2133FA9692904A91905882D5246A4113 , 0x22AF1A287F794754BAC528866039E07A , 0x5AC436A9CADF4CC5898786F90DDFDDD6 , 0x7F0479322A724F128D2F55A0C1E8E305 , 0x81D3A7C569524C38A2E6C1BEADFFAB24 , 0x84E94F7E490841BC8244F29DE514DA3B , 0x85D5C6460EA14FE5B399031DBF55A8DA , 0xCFC52B1AA33446469D4A3B1E5B850626 , 0xD04DA0391B70428C8B5A5594C54FF59B , 0xE87617792A134639BD399C2F3F54E6EA );
Copy
0.35 ms (1.54%)
1
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