QUERY: (SELECT tmp.*, tt.code, tt.name, tp.code as perf_code, tp.name as perf_name, date_format(tmp.date, '%e,%M,%W') as date_first,  date_format(tmp.time, '%k:%i') as time_column, IF(tp.description='',tp1.description,tp.description) as description, tp.description_full, tp.id_perfomancetype, IF(year(curdate())=year(tmp.date),'',year(tmp.date) ) as year, tt.ves as ves, date_format(tmp.time, '%l:%i %p') as time_column1, datediff(tmp.date, curdate()) as offset, tt.address FROM U_ticketsTmp tmp LEFT JOIN ticket_theatre tt ON tt.id=tmp.theatre_id LEFT JOIN ticket_perfomances tp ON tp.id=tmp.perf_id LEFT JOIN ticket_perfomances tp1 ON tp1.id=tp.id_base WHERE 1=1 AND tt.show2=1  AND tmp.date >=curdate()  AND tmp.id IN (1473948,1475303,1476642,1476649,1477984,1477993,1479375,1479386,1480756,1480765,1482121,1482130,1483482,1483488,1484831,1484837,1486169,1486175,1487497,1487504,1488815,1488823,1490112,1490122,1491402,1491412,1492684,1492697,1493997,1494007,1495298,1495308,1496588,1496601,1497881,1497894,1499179,1499192,1500468,1500478,1501747,1501757,1503017,1503030,1504283,1504297,1505539,1505552,1506788,1506801,1508030,1508043,1509261,1509278,1510487,1510500,1511716,1511729,1512939,1512952,1514164,1514179,1515392,1515406,1516610,1516625,1517820,1517833,1519022,1519035,1520222,1520235,1521415,1521428,1522602,1522615,1523781,1523794,1524953,1524966,1526119,1526131,1527276,1527289,1528428,1528441,1529575,1529588,1530718,1530731,1531857,1531870,1532991,1533004,1534122,1534133,1535247,1535260,1536368,1536381,1537484,1537497,1538624,1538637,1539757,1539770,1540886,1540897,1542008,1542019,1543123,1543136,1544230,1544243,1545332,1545345,1546424,1546437,1547504,1547517,1548572,1548585,1549632,1549647,1550684,1550699,1551728,1551743,1552773,1552788,1553814,1553829,1554847,1554863,1555868,1555881,1556881,1556897,1557891,1557904,1558893,1558910,1559890,1559903,1561243,1561255,1562937,1562950,1564786,1566612,1569250,1911081,1911098,1913225,1913240,1915385,1915403,1917597,1917615,1919796,1919814,1921993,1922011,1924186,1924204,1926434,1926452,1928674,1928693,1930903,1930922,1933117,1933135,1935316,1935334,1937512,1937530,1939701,1939719,1941880,1941898,1944053,1944068,1946228,1948377,1950512,1952644,2371964,2371978,2372011,2375020,2375037,2375069,2378064,2378081,2378113,2381100,2381115,2381148,2384128,2384144,2384177,2387149,2387163,2387198,2390210,2390227,2390261,2393272,2393288,2393322,2396322,2396340,2396373,2399358,2399375,2399409,2402382,2402396,2402430,2405396,2405410,2405444,2408404,2408421,2408456,2411407,2411421,2411456,2414399,2414413,2414448,2417419,2417436,2417470,2420427,2420444,2420478,2423418,2423437,2423470,2426408,2426427,2426461,2429394,2429411,2429444,2432363,2432382,2432416,2435328,2435346,2435379,2438278,2438297,2438331,2441217,2441236,2441272,2444145,2444164,2444200,2447069,2447088,2447124,2449985,2450003,2450036,2452892,2452908,2452942,2455779,2455798,2455830,2458660,2458677,2458710,2461531,2461549,2461582,2464388,2464405,2464440,2467240,2467257,2467290,2470110,2470129,2470164,2473044,2473063,2473097,2475952,2475974,2476020,2478892,2478914,2478956,2481816,2481838,2481881,2484726,2484745,2484790,2487632,2487654,2487698,2490574,2490593,2490641,2493502,2493522,2493566,2496422,2496442,2496486,2499334,2499353,2499397,2502229,2502248,2502292,2505106,2505128,2505174,2507974,2507995,2508040,2510836,2510857,2510900,2513697,2513718,2513761,2516551,2516572,2516615,2519400,2519422,2519464,2522241,2522258,2522304,2525068,2525085,2525132,2527880,2527901,2527944,2530690,2530712,2530757,2533497,2533514,2533560,2536291,2536312,2536358,2539081,2539102,2539148,2541875,2541892,2541937,2544653,2544674,2544720,2547418,2547440,2547485,2550182,2550203,2550249,2552982,2553003,2553049,2555775,2555797,2555839,2558583,2558604,2558646,2561379,2561399,2561446,2564162,2564182,2564228,2566931,2566951,2566997,2569735,2569756,2569801,2572565,2572587,2572630,2575382,2575402,2575450,2578195,2578215,2578259,2581021,2581068,2583811,2583857,2586587,2586634,2589355,2589400,2592164,2594918,2597666,2600403,2603126,2605838,2608540,2611239,2613971,2616690)) ORDER BY date ASC, ves DESC, time ASC LIMIT 10
ERROR: (#1064) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'offset, tt.address FROM U_ticketsTmp tmp LEFT JOIN ticket_theatre tt ON tt.id...' at line 1





	Roland Boer (Conductor) - uVisitRussia
	
						

				
				
				


				
				



				
				
				
				
			
			
		
				
			
Home Theaters Roland Boer (Conductor)

Roland Boer (Conductor)

Roland Böer, who studied piano, composition and conducting, launched his career as a conductor at the Frankfurt Opera (2002–2008), having earlier worked both there and at the German Opera on the Rhein in Düsseldorf as a répétiteur. He was assistant to Antonio Pappano at Bayreuth, La Monnaie and the Royal Opera House Covent Garden. 

 

He has built long-term operatic relationships with the opera houses of Frankfurt, Strasbourg, Stockholm, Copenhagen, Vienna, London, Bari, and Nice. He has also worked extensively as a guest conductor at La Scala, Roma Opera, Covent Garden, Prague State Opera, La Monnaie, German Opera and Comic Opera in Berlin, Polish National Opera, Hungarian State Opera, and Bern State Theatre.

 

He has collaborated with La Scala Orchestra, the Orchestra of the Santa Cecilia Academy, the London Symphony Orchestra and the Philharmonia Orchestra, the Orchestras of Toscana, Padua, Nice, Turin, Liverpool, Oslo, Bergen, Bamberg, as well as the Frankfurt Radio Symphony Orchestra and Kaiserslautern Radio Philharmonic Orchestra. He has conducted the Ensemble Modern, Northern Sinfonia, Scottish Chamber Orchestra, the Bremen Chamber Philharmonic Orchestra, and other chamber orchestras and ensembles. 

 

In 2009, he became musical director of the International Art Workshop and Festival in Montepulciano. Since 2015, he has also held the position of artistic director of the festival, where he also conducted the world premiere of Icarus, an opera by David Blake and Keith Warner.

 

Böer’s discography includes recording of Die Zauberflöte in William Kentridge’s production at La Scala, works by Glazunov and Schumann with the Bamberg Symphony Orchestra, and two discs with the Philharmonia Orchestra: Adagietto, a solo album with the Japanese soprano Michié Nakamaru, and the world première recording of Federico Ricci’s Corrado d’Altamura.

 

Since 2017, he has been a guest conductor with the Mikhailovsky Theatre.