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 (590659,592279,593918,595623,597320,599005,600682,602362,604035,605697,607352,608997,610645,612329,614006,615673,617330,618970,620603,622230,623849,625478,627099,628710,630310,631903,633490,635068,636635,638193,639738,641275,642801,644318,645827,647330,648825,650324,651812,653293,654765,656226,657677,659132,660573,662007,663431,664848,666258,667701,669127,670568,672000,673424,674835,676237,677630,679042,680443,681835,683217,684589,685941,687281,688588,689887,691173,692449,693717,694971,696210,697436,698649,699851,701045,702237,703429,704610,705774,706924,708063,709190,710333,711481,712619,713751,714872,715981,717079,718167,719245,720311,721366,722424,723486,724538,725581,726614,727640,728657,729664,730664,731656,732643,733637,734624,735603,736570,737542,738506,739468,740416,742385,744357,746322,748279,750261,752243,755122,757995,760861,763726,766585,769441,772287,775127,777962,780793,783624,786458,789284,792105,794916,797725,800529,803330,806127,808916,811698,814477,817250,820017,822777,825528,828273,831020,833759,836487,839219,841944,844660,847399,850132,852861,855591,858316,861035,863753,866453,869143,871827,874512,877191,879876,882550,882936,885234,885619,887906,888290,890574,890954,893233,893614,895891,896272,898538,898922,901185,901566,903821,904202,906445,906826,909060,909441,911671,912054,914308,914691,917017,917401,919716,920100,922402,922786,925101,925486,927796,928189,930509,930902,933215,933613,935924,936322,938638,939057,941368,941780,944079,944493,946779,947199,949483,949907,952190,952611,954882,955306,957567,957989,960226,960650,962871,963299,965510,965937,968142,968572,970775,971202,973398,973825,976011,976442,978630,979055,981227,981653,983815,984240,986441,986868,989063,989490,991678,992105,994288,994715,996887,997313,999473,999901,1002055,1002483,1004636,1005063,1007205,1007635,1009766,1010199,1012750,1015320,1017876,1020423,1022970,1025508,1028043,1030574,1033084,1035579,1038068,1040554,1043034,1045505,1047966,1050417,1052852,1055280,1057706,1060125,1062530,1064927,1067314,1069689,1072056,1074452,1076839,1079215,1081580,1083932,1086270,1088593,1090928,1093256,1095570,1097870,1100154,1102426,1104684,1106920,1109136,1111331,1113509,1115666,1117808,1119943,1122074,1124212,1126407,1128611,1130824,1133020,1135209,1137415,1139617,1141810,1143998,1146173,1148337,1150492,1152643,1154789,1156926,1159096,1161251,1163390,1165523,1167659,1169790,1171912,1174026,1176172,1178307,1180435,1182554,1184664,1186774,1188880,1190979,1193067,1195146,1197222,1199289,1201350,1203404,1205453,1207490,1448577,1450129,1451669,1453199,1454719,1456232,1457737,1459231,1460710,1462176,1463632,1465078,1466510,1467932,1469341,1470735,1472116,1473484,1474843,1476189,1477540,1478911,1480295,1481667,1483028,1484384,1485728,1487063,1488387,1489693,1490988,1492274,1493588,1494893,1496190,1497487,1498790,1500083,1501366,1502642,1503910,1505171,1506424,1507671,1508908,1510136,1511364,1512589,1513817,1515038,1516261,1517476,1518682,1519885,1521081,1522271,1523452,1524627,1525795,1526956,1528111,1529260,1530405,1531546,1532683,1533815,1534943,1536067,1537186,1538299,1539436,1540566,1541691,1542810,1543921,1545026,1546124,1547209,1548282,1549345,1550401,1551449,1552488,1553529,1554564,1555591,1556609,1557619,1558627,1559625,1560983,1562332,1564175,1566008,1567836,1570755,1573647,1576529,1579403,1582263,1585110,1587950,1590783,1593608,1596465,1599336,1602197,1605044,1607887,1610721,1613546,1616364,1619166,1621959,1624732,1627501,1630259,1633006,1635807,1638634,1641475,1644302,1647116,1649929,1652798,1655657,1658505,1661342,1664165,1666981,1669784,1672643,1675495,1678342,1681181,1684007,1686823,1689678,1692532,1695301,1698059,1700812,1703556,1706296,1709067)) 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





	Moscow Symphony orchestra "Russian Philharmonic" (Orchestra) - uVisitRussia
	
						

				
				
				


				
				



				
				
				
				
			
			
		
				
			
Home Theaters Moscow Symphony orchestra "Russian Philharmonic" (Orchestra)

Moscow Symphony orchestra "Russian Philharmonic" (Orchestra)

Moscow City Symphony Orchestra "Russian Philharmonic"

In 2000 the Moscow City Government founded the Moscow City Symphony Orchestra "Russian Philharmonic". It is the first and the only Moscow City full symphony orchestra over the centuries-old history of the capital.

Since 2002 Moscow International House of Music is the orchestra’s base. During the latest five years the orchestra gave more than 200 concerts in the House of Music only. The orchestra regularly performs at the Grand Hall of the Moscow Conservatory and at Tchaikovsky Music Hall. Since June 2006 the orchestra is led by an outstanding violinist and conductor, People’s Artist of Russia Maxim Fedotov.
Site of Moscow City Symphony Orchestra "Russian Philharmonic"