
| 4 queries took 2 ms | ||||||
|---|---|---|---|---|---|---|
| Nr | Query | Error | Affected | Num. rows | Took (ms) | |
| 1 | DESC `bulletin_boards` | 7 | 7 | 1 | ||
| 2 | DESC `users` | 2 | 2 | 1 | ||
| 3 | SELECT `BulletinBoard`.`id`, `BulletinBoard`.`email`, `BulletinBoard`.`url`, `BulletinBoard`.`message`, `BulletinBoard`.`created`, `BulletinBoard`.`modified`, `BulletinBoard`.`user_id`, `User`.`id`, `User`.`name` FROM `bulletin_boards` AS `BulletinBoard` LEFT JOIN `users` AS `User` ON `BulletinBoard`.`user_id`=`User`.`id` WHERE `BulletinBoard`.`id` = 127 LIMIT 1 | 1 | 1 | 0 | ||
| 4 | SELECT `User`.`id`, `User`.`name` FROM `users` AS `User` WHERE 1 = 1 LIMIT 50 | 0 | 0 | 0 | ||