| 1 | DESCRIBE `information` | | 15 | 15 | 1 |
| 2 | DESCRIBE `rankings` | | 14 | 14 | 1 |
| 3 | SELECT `Information`.`id`, `Information`.`datetime`, `Information`.`category`, `Information`.`title`, `Information`.`body1`, `Information`.`body2`, `Information`.`body3`, `Information`.`image1`, `Information`.`image2`, `Information`.`image3`, `Information`.`active`, `Information`.`created`, `Information`.`modified`, `Information`.`deleted`, `Information`.`deleted_date` FROM `information` AS `Information` WHERE `Information`.`id` = 41 LIMIT 1 | | 1 | 1 | 0 |
| 4 | SELECT `Ranking`.`id`, `Ranking`.`company`, `Ranking`.`product`, `Ranking`.`url`, `Ranking`.`type`, `Ranking`.`body`, `Ranking`.`star`, `Ranking`.`image`, `Ranking`.`sort_id`, `Ranking`.`active`, `Ranking`.`created`, `Ranking`.`modified`, `Ranking`.`deleted`, `Ranking`.`deleted_date` FROM `rankings` AS `Ranking` WHERE `Ranking`.`active` = 1 ORDER BY `Ranking`.`sort_id` ASC, `Ranking`.`star` desc LIMIT 3 | | 3 | 3 | 1 |
| 5 | SELECT `Information`.`id`, `Information`.`datetime`, `Information`.`category`, `Information`.`title`, `Information`.`body1`, `Information`.`body2`, `Information`.`body3`, `Information`.`image1`, `Information`.`image2`, `Information`.`image3`, `Information`.`active`, `Information`.`created`, `Information`.`modified`, `Information`.`deleted`, `Information`.`deleted_date` FROM `information` AS `Information` WHERE `Information`.`datetime` > '2010-12-02 16:06:00' AND `Information`.`category` = 5 ORDER BY `Information`.`datetime` asc LIMIT 1 | | 0 | 0 | 0 |
| 6 | SELECT `Information`.`id`, `Information`.`datetime`, `Information`.`category`, `Information`.`title`, `Information`.`body1`, `Information`.`body2`, `Information`.`body3`, `Information`.`image1`, `Information`.`image2`, `Information`.`image3`, `Information`.`active`, `Information`.`created`, `Information`.`modified`, `Information`.`deleted`, `Information`.`deleted_date` FROM `information` AS `Information` WHERE `Information`.`datetime` < '2010-12-02 16:06:00' AND `Information`.`category` = 5 ORDER BY `Information`.`datetime` desc LIMIT 1 | | 1 | 1 | 0 |