| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | SELECT `Question`.`id`, `Question`.`title`, `Question`.`answer` FROM `expresslabs_stage`.`questions` AS `Question` LEFT JOIN `expresslabs_stage`.`categories` AS `Category` ON (`Question`.`category_id` = `Category`.`id`) WHERE `active` = '1' AND `category_id` = 1 ORDER BY `position` ASC | 6 | 6 | 1 | |
| 2 | SELECT `Page`.`id`, `Page`.`title`, `Page`.`slug`, `Page`.`body`, `Page`.`active`, `Page`.`created`, `Page`.`modified` FROM `expresslabs_stage`.`pages` AS `Page` WHERE `active` = '1' AND `id` = 3 LIMIT 1 | 1 | 1 | 1 | |
| 3 | SELECT `QuestAccount`.`id` FROM `expresslabs_stage`.`quest_accounts` AS `QuestAccount` LEFT JOIN `expresslabs_stage`.`companies` AS `Company` ON (`QuestAccount`.`company_id` = `Company`.`id`) WHERE `QuestAccount`.`company_id` IS NULL AND `QuestAccount`.`type_id` IN (2, 3) | 0 | 0 | 1 |