| 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 | 1 |
| 2 | 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 `News`.`is_delete` = 0 AND `News`.`id` = 22 AND `News`.`is_publish` = 1 | | 1 | 1 | 1 |