home

Schedule Manager

Page 1 of 9, showing 10 records out of 82 total, starting on record 1, ending on 10

common_name animal_type room start_date end_date
Cow Barnyards Lobby May 16th, 09:04 May 16th, 09:04
Chicken Barnyards Lobby Jun 23rd 2011, 00:47 Jun 23rd 2011, 00:47
Chicken Barnyards Lobby Jun 23rd 2011, 00:24 Jun 23rd 2011, 00:24
Cat Barnyards Lobby Jun 22nd 2011, 11:56 Jun 22nd 2011, 11:56
Chicken Barnyards Lobby Jun 22nd 2011, 11:31 Jun 22nd 2011, 11:31
Chicken Barnyards Lobby Apr 26th 2011, 16:58 Apr 26th 2011, 16:58
Chicken Barnyards Lobby Apr 25th 2011, 14:07 Apr 25th 2011, 14:07
Chicken Barnyards Lobby Jan 15th 2011, 15:08 Jan 15th 2011, 15:08
Pig Barnyards North Wing Nov 23rd 2010, 13:15 Nov 23rd 2010, 13:15
Duck Barnyards Lobby Oct 6th 2010, 16:35 Oct 6th 2010, 16:35
<< previous
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 next >>
(default) 9 queries took 22 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `animal_relations`664
2DESCRIBE `animals_rooms`10105
3DESCRIBE `rooms`224
4DESCRIBE `barnyards`552
5DESCRIBE `jungles`551
6DESCRIBE `sea_creatures`554
7SELECT DISTINCT SUBSTRING(AnimalRelation.common_name, 1, 1) FROM `animal_relations` AS `AnimalRelation` WHERE 1 = 1 ORDER BY `AnimalRelation`.`common_name` asc 16160
8SELECT COUNT(*) AS `count` FROM `animals_rooms` AS `AnimalsRoom` inner JOIN animal_relations AS `Anim_Rel` ON (`AnimalsRoom`.`animal_relation_id` = `Anim_Rel`.`id` AND `Anim_Rel`.`common_name` LIKE '%') LEFT JOIN `animal_relations` AS `AnimalRelation` ON (`AnimalsRoom`.`animal_relation_id` = `AnimalRelation`.`id`) LEFT JOIN `rooms` AS `Room` ON (`AnimalsRoom`.`room_id` = `Room`.`id`) WHERE 1 = 1 111
9SELECT `AnimalsRoom`.`id`, `AnimalsRoom`.`animal_id`, `AnimalsRoom`.`animal_type`, `AnimalsRoom`.`animal_relation_id`, `AnimalsRoom`.`room_id`, `AnimalsRoom`.`start_date`, `AnimalsRoom`.`end_date`, `AnimalsRoom`.`priority`, `AnimalRelation`.`common_name`, `Room`.`name`, `AnimalRelation`.`id`, `Room`.`id` FROM `animals_rooms` AS `AnimalsRoom` inner JOIN animal_relations AS `Anim_Rel` ON (`AnimalsRoom`.`animal_relation_id` = `Anim_Rel`.`id` AND `Anim_Rel`.`common_name` LIKE '%') LEFT JOIN `animal_relations` AS `AnimalRelation` ON (`AnimalsRoom`.`animal_relation_id` = `AnimalRelation`.`id`) LEFT JOIN `rooms` AS `Room` ON (`AnimalsRoom`.`room_id` = `Room`.`id`) WHERE 1 = 1 ORDER BY `AnimalsRoom`.`animal_type` asc LIMIT 1010101