| 1 | SELECT `SystemValue`.`id`, `SystemValue`.`name`, `SystemValue`.`value`, `SystemValue`.`type`, `SystemValue`.`valid`, `SystemValue`.`tag`, `SystemValue`.`class`, `SystemValue`.`comment`, `SystemValue`.`explain`, `SystemValue`.`is_view`, `SystemValue`.`is_required`, `SystemValue`.`memo`, `SystemValue`.`modified` FROM `urisouko_shopoff`.`system_values` AS `SystemValue` WHERE 1 = 1 | | 23 | 23 | 0 |
| 2 | SELECT `Sorting`.`controller`, `Sorting`.`column`, `Sorting`.`sort`, `Sorting`.`limit` FROM `urisouko_shopoff`.`sortings` AS `Sorting` WHERE `controller` = 'news' LIMIT 1 | | 1 | 1 | 0 |
| 3 | SELECT `News`.`id`, `News`.`title`, `News`.`body`, `News`.`memo`, `News`.`is_publish`, `News`.`is_delete`, `News`.`modified`, `News`.`created` FROM `urisouko_shopoff`.`news` AS `News` WHERE `is_delete` = 0 AND `is_publish` = 1 AND `News`.`is_delete` = 0 ORDER BY `News`.`id` DESC LIMIT 10 | | 10 | 10 | 1 |
| 4 | SELECT COUNT(*) AS `count` FROM `urisouko_shopoff`.`news` AS `News` WHERE `is_delete` = 0 AND `is_publish` = 1 AND `News`.`is_delete` = 0 | | 1 | 1 | 0 |