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 (14695,14707,16143,16157,17753,17767,19161,19169,20615,35516,37245,38796,40243,41551,105740,107634,109521,111398,113267,115128,117004,118879,120749,122615,124473,126322,128161,129990,131819,133652,135477,137297,139115,140925,142726,144516,146296,148067,149824,151574,153314,155043,156764,158475,160201,212271,213806,215342,216873,218402,219925,221443,222957,224466,225973,227478,228976,230961,232956,234946,236931,238905,240871,242832,244789,246743,248690,250639,252622,254596,256560,258521,260487,262447,264414,266374,268326,270267,272206,274139,276073,277996,279873,281741,283600,285457,287311,342331,344255,346171,348078,349968,351846,353724,355597,357474,359381,361280,363170,365052,366934,368810,370679,372543,374401,376245,378081,379914,381742,383561,385377,387184,388996,390796,392596,478033,479606,497330,498794,902690,905320,907940,910554,913164,915795,918499,921192,923872,926565,929280,931989,934696,937400,940130,942848,945553,948255,950961,953660,956353,959029,961684,964324,966960,969592,972220,974840,977452,980059,982651,985237,987861,990480,993091,1006243,1006244,1008810,1008811,1011368,1011370,1013948,1013949,1016516,1016517,1019061,1019062,1021608,1021609,1024153,1024154,1026688,1026689,1029218,1029219,1031744,1031745,1034247,1034248,1036737,1036738,1039226,1039234,1041717,1041718,1044193,1044194,1046660,1046661,1049117,1049118,1051561,1051562,1053991,1053992,1056418,1056419,1058840,1058841,1061249,1061250,1063648,1063649,1066042,1066043,1068424,1068425,1070794,1070795,1073192,1073193,1075585,1075586,1077968,1077969,1080339,1080340,1082699,1082700,1085041,1085043,1087375,1087376,1089689,1089690,1092019,1092020,1094341,1094342,1096658,1096659,1098954,1098955,1101230,1101232,1103501,1103503,1105750,1105751,1107978,1107979,3283713,3285833,3287983,3290114,3292229,3294340,3296434,3298531,3300618,3302693,3304754,3306804,3308852,3310890,3312924,3314808,3314940,3316815,3316948,3318815,3318950,3320808,3320940,3322793,3322924,3324935,3325074,3327204,3327345,3329598,3329729,3331974,3332108,3334341,3334474,3336692,3336827,3339043,3339178,3341386,3341520,3343726,3343858,3346079,3346213,3348435,3348566,3350768,3350903,3353090,3353225,3355408,3355549,3357743,3357877,3360089,3360222,3362445,3362580,3364799,3364940,3367141,3367274,3369469,3369610,3371795,3371929,3374114,3374249,3376427,3376559,3378732,3378871,3381027,3381167,3383437,3385718,3387987,3390250,3392497,3394733,3396954,3399174,3401374,3403564,3405745,3407910,3410080,3412219,3414389,3414693,3416536,3416841,3418677,3418982,3420803,3421105,3422903,3423204,3424980,3425289,3427045,3427345,3429082,3429389,3431113,3431414,3433120,3433428,3435122,3435425,3437122,3437427,3439404,3441370,3443330,3445311,3447458,3449608,3451751,3453877,3455998,3458121,3460254,3462389,3464511,3466660,3468839,3471009,3473165,3475320,3477477,3479621,3481754,3483883,3486009,3488122,3490224,3492352,3494474,3496590,3498749,3500890,3503021,3505152,3507283,3509403,3511513,3513624,3515724,3517808,3519895,3521969,3524040,3526102,3528153,3530217,3532257,3534304,3536338,3538369,3540394,3542466,3544517,3546562,3548600,3550628,3552670,3554707,3556740,3558766,3560784,3562780,3564782,3566802,3568812,3570831,3572842,3574858,3576761,3578666,3580565,3582455,3584311,3586171,3588021,3589875,3591724,3593568,3595526,3597518,3599491,3827425,3827427,3827764,3827766,3828099,3828102,3828431,3828433,3828760,3828763,3829085,3829088,3829404,3829412,3829722,3829728,3830037,3830044,3830350,3830352,3830650,3830651,3830948,3830950,3914861,3915544,3916220,3916899,3917572,3918237,3918911,3919603,3920288)) 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





	Kira Loginova (Soprano) - uVisitRussia
	
						

				
				
				


				
				



				
				
				
				
			
			
		
				
			
Home Theaters Kira Loginova (Soprano)

Kira Loginova (Soprano)