1 | SELECT COUNT(*) AS `count` FROM `crosskyoto_synergy_debug`.`works` AS `Work` WHERE `Work`.`id` = 268 | | 1 | 1 | 0 |
2 | SELECT `Work`.`id`, `Work`.`name`, `Work`.`media_type`, `Work`.`shoot_year`, `Work`.`publish_year`, `Work`.`summary`, `Work`.`creator`, `Work`.`distributor`, `Work`.`director`, `Work`.`actor`, `Work`.`url`, `Work`.`modified`, `Work`.`created` FROM `crosskyoto_synergy_debug`.`works` AS `Work` WHERE `Work`.`id` = 268 LIMIT 1 | | 1 | 1 | 0 |
3 | SELECT `Image`.`id`, `Image`.`model`, `Image`.`foreign_key`, `Image`.`name`, `Image`.`attachment`, `Image`.`dir`, `Image`.`type`, `Image`.`size`, `Image`.`active`, `Image`.`memo`, `Image`.`modified`, `Image`.`created` FROM `crosskyoto_synergy_debug`.`attachments` AS `Image` WHERE `Image`.`model` = 'Work' AND `Image`.`foreign_key` = (268) | | 0 | 0 | 3 |
4 | SELECT `Spot`.`id`, `Spot`.`area_id`, `Spot`.`name`, `Spot`.`name_kana`, `Spot`.`zip`, `Spot`.`address`, `Spot`.`access`, `Spot`.`summary`, `Spot`.`works`, `Spot`.`requirement`, `Spot`.`procedures`, `Spot`.`rental_fee`, `Spot`.`available`, `Spot`.`holiday`, `Spot`.`url`, `Spot`.`parking`, `Spot`.`description`, `Spot`.`tel`, `Spot`.`fax`, `Spot`.`email`, `Spot`.`person_post`, `Spot`.`person_name`, `Spot`.`person_tel`, `Spot`.`person_fax`, `Spot`.`person_email`, `Spot`.`map`, `Spot`.`modified`, `Spot`.`created`, `SpotsWork`.`id`, `SpotsWork`.`spot_id`, `SpotsWork`.`work_id`, `SpotsWork`.`created` FROM `crosskyoto_synergy_debug`.`spots` AS `Spot` JOIN `crosskyoto_synergy_debug`.`spots_works` AS `SpotsWork` ON (`SpotsWork`.`work_id` = 268 AND `SpotsWork`.`spot_id` = `Spot`.`id`) | | 0 | 0 | 0 |