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
Duck Barnyards Main Hall Jan 9th 2023, 02:06 Oct 19th 2025, 06:10
Duck Barnyards North Wing Nov 2nd, 04:04 May 2nd, 04:04
Cow Barnyards Lobby May 16th, 09:04 May 16th, 09:04
Lion Jungles West Wing May 16th, 08:59 May 16th, 08:59
Horse Barnyards Lobby May 16th, 08:59 May 16th, 08:59
Pig Barnyards Lobby May 16th, 08:56 May 16th, 08:56
Horse Barnyards Lobby May 16th, 08:56 May 16th, 08:56
Duck Barnyards Lobby May 16th, 08:24 May 16th, 08:24
Chicken Barnyards Lobby Feb 27th, 03:55 Feb 27th, 03:55
Chicken Barnyards Lobby Feb 27th, 03:54 Feb 27th, 03:54
<< previous
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 next >>
(default) 9 queries took 4 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `animal_relations`661
2DESCRIBE `animals_rooms`10101
3DESCRIBE `rooms`220
4DESCRIBE `barnyards`550
5DESCRIBE `jungles`550
6DESCRIBE `sea_creatures`551
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`.`start_date` desc LIMIT 1010100