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 (3449453,3449460,3449464,3451592,3451598,3451602,3451781,3451783,3451786,3451787,3453725,3453729,3453733,3453910,3453915,3453918,3453920,3455845,3455850,3455852,3456031,3456033,3456036,3456038,3457970,3457973,3457976,3458154,3458160,3458163,3458165,3460094,3460097,3460103,3460288,3460290,3460292,3460295,3462231,3462235,3462237,3462421,3462427,3462429,3462431,3464355,3464359,3464363,3464547,3464552,3464556,3464558,3466505,3466511,3466515,3466698,3466700,3466704,3466707,3468686,3468689,3468696,3468877,3468881,3468883,3468887,3470855,3470857,3470861,3471045,3471048,3471052,3471054,3473011,3473015,3473017,3473201,3473203,3473207,3473210,3475167,3475170,3475173,3475357,3475362,3475363,3475364,3477317,3477324,3477328,3477511,3477514,3477517,3477519,3479463,3479467,3479474,3479658,3479660,3479663,3479665,3481602,3481605,3481612,3481791,3481793,3481796,3481800,3483733,3483737,3483744,3483924,3483925,3483929,3483931,3485855,3485862,3485866,3486045,3486047,3486050,3486052,3487968,3487973,3487976,3488157,3488160,3488161,3488163,3490077,3490081,3490083,3490271,3490274,3490278,3490281,3492206,3492207,3492212,3492400,3492403,3492409,3492410,3494328,3494331,3494333,3494522,3494527,3494529,3494531,3496444,3496448,3496449,3496638,3496641,3496644,3496647,3498596,3498598,3498602,3498791,3498796,3498797,3498799,3500739,3500743,3500747,3500936,3500938,3500942,3500945,3502876,3502878,3502881,3503069,3503073,3503078,3503080,3505007,3505008,3505012,3505200,3505204,3505208,3505211,3507129,3507136,3507140,3507329,3507331,3507333,3507336,3509252,3509254,3509257,3509447,3509450,3509453,3509455,3511366,3511368,3511371,3511561,3511564,3511568,3511569,3513473,3513475,3513482,3513670,3513674,3513677,3513679,3515570,3515573,3515576,3515768,3515770,3515773,3515776,3517659,3517660,3517665,3517856,3517858,3517861,3517862,3519742,3519749,3519751,3519941,3519943,3519948,3519950,3521822,3521827,3521830,3522017,3522022,3522025,3522026,3523894,3523898,3524088,3524091,3524095,3524096,3525960,3526148,3526152,3526155,3526159,3528200,3528206,3528207,3528211,3530263,3530264,3530267,3530270,3532306,3532309,3532312,3532316,3534346,3534349,3534352,3534355,3536387,3536389,3536393,3536394,3538415,3538418,3538421,3538423,3540437,3540442,3540445,3540447,3542510,3542512,3542516,3542517,3544565,3544568,3544572,3544574,3546605,3546609,3546612,3546615,3548644,3548648,3548649,3548651,3550676,3550679,3550681,3550684,3552717,3552719,3552725,3552726,3554750,3554753,3554758,3554760,3556790,3556792,3556795,3556798,3558815,3558818,3558820,3558822,3560828,3560830,3560833,3560834,3562829,3562833,3562835,3562838,3564833,3564834,3564837,3564840,3566848,3566852,3566856,3566858,3568861,3568864,3568869,3568870,3570882,3570884,3570888,3570890,3572889,3572893,3572896,3572899,3574904,3574905,3574908,3574910,3576811,3576813,3576815,3576819,3578713,3578716,3578718,3578721,3580612,3580614,3580620,3580621,3595570,3595576,3595577,3595580,3597562,3597567,3597570,3597573,3599537,3599542,3599546,3599549,3601499,3601502,3601505,3601508,3603449,3603452,3603456,3603457,3605384,3605387,3605391,3605393,3607308,3607313,3607316,3607319,3609231,3609233,3609235,3609239,3611136,3611142,3611144,3611145,3613036,3613038,3613042,3613044,3614956,3614959,3614964,3614966,3616871,3616875,3616877,3616881,3618781,3618783,3618785,3618789,3620678,3620684,3620687,3620689,3622582,3622585,3622588,3624477,3624480)) 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





	Alexei Bogorad (Viola soloist) - uVisitRussia
	
						

				
				
				


				
				



				
				
				
				
			
			
		
				
			
Home Theaters Alexei Bogorad (Viola soloist)

Alexei Bogorad (Viola soloist)