Veranstaltungskalender

Jahr: 1993 | 1994 | 1995 | 1996 | 1997 | 1998 | 1999 | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009 | 2010 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 2024 | 2025 |
LV: alle | Bayern | Sachsen-Anhalt | Brandenburg | Thüringen | Tirol | Oberösterreich |
Monat: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
Dezember 2011 (Thüringen)
MoDiMiDoFrSaSo
 
 
 
1
 
 
2
 
 
3
 
 
4
 
 
5
 
 
6
 
 
7
 
 
8
 
 
9
 
 
10
 
 
11
 
 
12
 
 
13
 
 
14
 
 
15
 
 
16
 
 
17
 
 
18
 
 
19
 
 
20
 
 
21
 
 
22
 
 
23
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
 
31
 
 
 
Legende:Online Anmeldungen möglich
(default) 7 queries took 7 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `Setting`.`id`, `Setting`.`announce_email`, `Setting`.`announce_admonition`, `Setting`.`bcc_email`, `Setting`.`disclaimer`, `Setting`.`terms`, `Setting`.`pay_info`, `Setting`.`news`, `Setting`.`type_of_competitions`, `Setting`.`kind_of_event`, `Setting`.`created`, `Setting`.`modified` FROM `settings` AS `Setting` WHERE `Setting`.`id` = 1 LIMIT 1110
2SELECT `Banner`.`id`, `Banner`.`filename`, `Banner`.`type`, `Banner`.`size`, `Banner`.`url`, `Banner`.`view`, `Banner`.`pos`, `Banner`.`created`, `Banner`.`modified` FROM `banners` AS `Banner` WHERE `Banner`.`view` = 'calendars' 220
3SELECT YEAR( event_date ) AS year FROM events GROUP BY YEAR( event_date )34340
4SELECT DISTINCT assocs.name, assocs.id FROM assocs, assocs_clubs, clubs, events WHERE assocs.id = assocs_clubs.assoc_id AND clubs.id = assocs_clubs.club_id AND events.club_id = clubs.id660
5SELECT `Assoc`.`id`, `Assoc`.`sign`, `Assoc`.`name`, `Assoc`.`created`, `Assoc`.`modified` FROM `assocs` AS `Assoc` WHERE `Assoc`.`id` = 26 LIMIT 1110
6SELECT `Club`.`id`, `Club`.`name`, `Club`.`street`, `Club`.`zipcode`, `Club`.`place`, `Club`.`phone`, `Club`.`fax`, `Club`.`email_address`, `Club`.`homepage`, `Club`.`created`, `Club`.`modified`, `Club`.`clubnr`, `Club`.`kind`, `Club`.`filename`, `Club`.`autorelease_event`, `Club`.`type`, `Club`.`size`, `AssocsClub`.`club_id`, `AssocsClub`.`assoc_id` FROM `clubs` AS `Club` JOIN `assocs_clubs` AS `AssocsClub` ON (`AssocsClub`.`assoc_id` = 26 AND `AssocsClub`.`club_id` = `Club`.`id`) 880
7SELECT `Calendar`.`id`, `Calendar`.`name`, `Calendar`.`event_date`, DAY(event_date) AS event_day, `Calendar`.`geocode_id`, `Calendar`.`permit`, `Calendar`.`club_id`, `Calendar`.`kind`, `Calendar`.`range_kind` FROM `events` AS `Calendar` LEFT JOIN `clubs` AS `Club` ON (`Calendar`.`club_id` = `Club`.`id`) LEFT JOIN `geocodes` AS `Geocode` ON (`Calendar`.`geocode_id` = `Geocode`.`id`) LEFT JOIN `users` AS `User` ON (`Calendar`.`user_id` = `User`.`id`) WHERE MONTH(`Calendar`.`event_date`) = 12 AND YEAR(`Calendar`.`event_date`) = '2011' AND `Calendar`.`name` like '%%' ORDER BY `event_date` ASC 007