delete from theatres where id=1; insert into theatres (id,name) values (1,"Théâtre de Vevey"); delete from seats where theatre=1; insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,19 ,2 ,9 ,1 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,19 ,4 ,10 ,1 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,19 ,6 ,11 ,1 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,19 ,8 ,12 ,1 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,19 ,7 ,13 ,1 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,19 ,5 ,14 ,1 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,19 ,3 ,15 ,1 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,19 ,1 ,16 ,1 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,2 ,1 ,2 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,4 ,2 ,2 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,6 ,3 ,2 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,8 ,4 ,2 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,10 ,5 ,2 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,12 ,6 ,2 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,14 ,7 ,2 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,16 ,8 ,2 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,18 ,9 ,2 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,20 ,10 ,2 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,22 ,11 ,2 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,23 ,12 ,2 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,21 ,13 ,2 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,19 ,14 ,2 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,17 ,15 ,2 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,15 ,16 ,2 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,13 ,17 ,2 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,11 ,18 ,2 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,9 ,19 ,2 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,7 ,20 ,2 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,5 ,21 ,2 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,3 ,22 ,2 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,1 ,23 ,2 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,"2B" ,0 ,2 ,4 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,18 ,"1B" ,24 ,2 ,4 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,2 ,1 ,3 ,4 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,4 ,2 ,3 ,4 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,6 ,3 ,3 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,8 ,4 ,3 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,10 ,5 ,3 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,12 ,6 ,3 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,14 ,7 ,3 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,16 ,8 ,3 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,18 ,9 ,3 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,20 ,10 ,3 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,22 ,11 ,3 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,24 ,12 ,3 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,23 ,13 ,3 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,21 ,14 ,3 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,19 ,15 ,3 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,17 ,16 ,3 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,15 ,17 ,3 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,13 ,18 ,3 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,11 ,19 ,3 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,9 ,20 ,3 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,7 ,21 ,3 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,5 ,22 ,3 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,3 ,23 ,3 ,4 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,17 ,1 ,24 ,3 ,4 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,2 ,1 ,4 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,4 ,2 ,4 ,4 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,6 ,3 ,4 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,8 ,4 ,4 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,10 ,5 ,4 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,12 ,6 ,4 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,14 ,7 ,4 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,16 ,8 ,4 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,18 ,9 ,4 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,20 ,10 ,4 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,22 ,11 ,4 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,23 ,12 ,4 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,21 ,13 ,4 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,19 ,14 ,4 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,17 ,15 ,4 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,15 ,16 ,4 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,13 ,17 ,4 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,11 ,18 ,4 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,9 ,19 ,4 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,7 ,20 ,4 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,5 ,21 ,4 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,3 ,22 ,4 ,4 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,1 ,23 ,4 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,"2B" ,0 ,4 ,3 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,16 ,"1B" ,24 ,4 ,3 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,2 ,1 ,6 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,4 ,2 ,6 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,6 ,4 ,6 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,8 ,5 ,6 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,10 ,6 ,6 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,12 ,7 ,6 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,14 ,8 ,6 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,16 ,9 ,6 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,18 ,10 ,6 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,20 ,11 ,6 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,21 ,12 ,6 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,19 ,13 ,6 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,17 ,14 ,6 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,15 ,15 ,6 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,13 ,16 ,6 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,11 ,17 ,6 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,9 ,18 ,6 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,7 ,19 ,6 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,5 ,20 ,6 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,3 ,22 ,6 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,1 ,23 ,6 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,"2B" ,0 ,6 ,3 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,15 ,"1B" ,24 ,6 ,3 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,2 ,1 ,8 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,4 ,2 ,8 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,6 ,3 ,8 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,8 ,4 ,8 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,10 ,5 ,8 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,12 ,6 ,8 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,14 ,7 ,8 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,16 ,8 ,8 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,18 ,9 ,8 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,20 ,10 ,8 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,22 ,11 ,8 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,23 ,12 ,8 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,21 ,13 ,8 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,19 ,14 ,8 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,17 ,15 ,8 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,15 ,16 ,8 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,13 ,17 ,8 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,11 ,18 ,8 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,9 ,19 ,8 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,7 ,20 ,8 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,5 ,21 ,8 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,3 ,22 ,8 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,1 ,23 ,8 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,"2B" ,0 ,8 ,4 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,14 ,"1B" ,24 ,8 ,4 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,2 ,1 ,9 ,4 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,4 ,2 ,9 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,6 ,3 ,9 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,8 ,4 ,9 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,10 ,5 ,9 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,12 ,6 ,9 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,14 ,7 ,9 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,16 ,8 ,9 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,18 ,9 ,9 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,20 ,10 ,9 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,22 ,11 ,9 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,24 ,12 ,9 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,23 ,13 ,9 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,21 ,14 ,9 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,19 ,15 ,9 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,17 ,16 ,9 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,15 ,17 ,9 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,13 ,18 ,9 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,11 ,19 ,9 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,9 ,20 ,9 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,7 ,21 ,9 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,5 ,22 ,9 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,3 ,23 ,9 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,1 ,24 ,9 ,4 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,2 ,1 ,10 ,4 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,4 ,2 ,10 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,6 ,3 ,10 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,8 ,4 ,10 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,10 ,5 ,10 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,12 ,6 ,10 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,14 ,7 ,10 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,16 ,8 ,10 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,18 ,9 ,10 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,20 ,10 ,10 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,22 ,11 ,10 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,23 ,12 ,10 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,21 ,13 ,10 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,19 ,14 ,10 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,17 ,15 ,10 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,15 ,16 ,10 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,13 ,17 ,10 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,11 ,18 ,10 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,9 ,19 ,10 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,7 ,20 ,10 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,5 ,21 ,10 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,3 ,22 ,10 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,1 ,23 ,10 ,4 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,"2B" ,0 ,10 ,4 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,"1B" ,24 ,10 ,4 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,2 ,1 ,11 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,4 ,2 ,11 ,4 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,6 ,3 ,11 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,8 ,4 ,11 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,10 ,5 ,11 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,12 ,6 ,11 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,14 ,7 ,11 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,16 ,8 ,11 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,18 ,9 ,11 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,20 ,10 ,11 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,22 ,11 ,11 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,24 ,12 ,11 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,23 ,13 ,11 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,21 ,14 ,11 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,19 ,15 ,11 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,17 ,16 ,11 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,15 ,17 ,11 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,13 ,18 ,11 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,11 ,19 ,11 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,9 ,20 ,11 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,7 ,21 ,11 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,5 ,22 ,11 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,3 ,23 ,11 ,4 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,1 ,24 ,11 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,2 ,1 ,12 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,4 ,2 ,12 ,4 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,6 ,4 ,12 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,8 ,5 ,12 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,10 ,6 ,12 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,12 ,7 ,12 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,14 ,8 ,12 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,16 ,9 ,12 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,18 ,10 ,12 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,20 ,11 ,12 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,21 ,12 ,12 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,19 ,13 ,12 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,17 ,14 ,12 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,15 ,15 ,12 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,13 ,16 ,12 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,11 ,17 ,12 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,9 ,18 ,12 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,7 ,19 ,12 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,5 ,20 ,12 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,3 ,22 ,12 ,4 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,1 ,23 ,12 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,"2B" ,0 ,12 ,3 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,"1B" ,24 ,12 ,3 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,2 ,0 ,13 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,4 ,1 ,13 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,6 ,3 ,13 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,8 ,4 ,13 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,10 ,5 ,13 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,12 ,6 ,13 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,14 ,7 ,13 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,16 ,8 ,13 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,18 ,9 ,13 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,20 ,10 ,13 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,22 ,11 ,13 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,21 ,12 ,13 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,19 ,13 ,13 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,17 ,14 ,13 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,15 ,15 ,13 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,13 ,16 ,13 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,11 ,17 ,13 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,9 ,18 ,13 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,7 ,19 ,13 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,5 ,20 ,13 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,3 ,22 ,13 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,1 ,23 ,13 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,"2B" ,-1 ,13 ,3 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,"1B" ,24 ,13 ,3 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,2 ,1 ,14 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,4 ,2 ,14 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,6 ,3 ,14 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,8 ,4 ,14 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,10 ,5 ,14 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,12 ,6 ,14 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,14 ,7 ,14 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,16 ,8 ,14 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,18 ,9 ,14 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,20 ,10 ,14 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,22 ,11 ,14 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,23 ,12 ,14 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,21 ,13 ,14 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,19 ,14 ,14 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,17 ,15 ,14 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,15 ,16 ,14 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,13 ,17 ,14 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,11 ,18 ,14 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,9 ,19 ,14 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,7 ,20 ,14 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,5 ,21 ,14 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,3 ,22 ,14 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,1 ,23 ,14 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,"2B" ,0 ,14 ,3 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,"1B" ,24 ,14 ,3 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,2 ,1 ,15 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,4 ,2 ,15 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,6 ,3 ,15 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,8 ,4 ,15 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,10 ,5 ,15 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,12 ,6 ,15 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,14 ,7 ,15 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,16 ,8 ,15 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,18 ,9 ,15 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,20 ,10 ,15 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,22 ,11 ,15 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,24 ,12 ,15 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,23 ,13 ,15 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,21 ,14 ,15 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,19 ,15 ,15 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,17 ,16 ,15 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,15 ,17 ,15 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,13 ,18 ,15 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,11 ,19 ,15 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,9 ,20 ,15 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,7 ,21 ,15 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,5 ,22 ,15 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,3 ,23 ,15 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,1 ,24 ,15 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,2 ,1 ,16 ,4 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,4 ,2 ,16 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,6 ,3 ,16 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,8 ,4 ,16 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,10 ,5 ,16 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,12 ,6 ,16 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,14 ,7 ,16 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,16 ,8 ,16 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,18 ,9 ,16 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,20 ,10 ,16 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,22 ,11 ,16 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,23 ,12 ,16 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,21 ,13 ,16 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,19 ,14 ,16 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,17 ,15 ,16 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,15 ,16 ,16 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,13 ,17 ,16 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,11 ,18 ,16 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,9 ,19 ,16 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,7 ,20 ,16 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,5 ,21 ,16 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,3 ,22 ,16 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,1 ,23 ,16 ,4 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,"2B" ,0 ,16 ,4 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,"1B" ,24 ,16 ,4 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,2 ,1 ,17 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,4 ,2 ,17 ,4 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,6 ,3 ,17 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,8 ,4 ,17 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,10 ,5 ,17 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,12 ,6 ,17 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,14 ,7 ,17 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,16 ,8 ,17 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,18 ,9 ,17 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,20 ,10 ,17 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,22 ,11 ,17 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,24 ,12 ,17 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,23 ,13 ,17 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,21 ,14 ,17 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,19 ,15 ,17 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,17 ,16 ,17 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,15 ,17 ,17 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,13 ,18 ,17 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,11 ,19 ,17 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,9 ,20 ,17 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,7 ,21 ,17 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,5 ,22 ,17 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,3 ,23 ,17 ,4 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,1 ,24 ,17 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,2 ,1 ,18 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,4 ,2 ,18 ,2 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,6 ,4 ,18 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,8 ,5 ,18 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,10 ,6 ,18 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,12 ,7 ,18 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,14 ,8 ,18 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,16 ,9 ,18 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,18 ,10 ,18 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,20 ,11 ,18 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,21 ,12 ,18 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,19 ,13 ,18 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,17 ,14 ,18 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,15 ,15 ,18 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,13 ,16 ,18 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,11 ,17 ,18 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,9 ,18 ,18 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,7 ,19 ,18 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,5 ,20 ,18 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,3 ,22 ,18 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,1 ,23 ,18 ,2 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,"2B" ,0 ,18 ,3 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,"1B" ,24 ,18 ,3 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,2 ,1 ,19 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,4 ,2 ,19 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,6 ,3 ,19 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,8 ,4 ,19 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,10 ,5 ,19 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,12 ,6 ,19 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,14 ,7 ,19 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,16 ,8 ,19 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,18 ,9 ,19 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,20 ,10 ,19 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,22 ,11 ,19 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,24 ,12 ,19 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,23 ,13 ,19 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,21 ,14 ,19 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,19 ,15 ,19 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,17 ,16 ,19 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,15 ,17 ,19 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,13 ,18 ,19 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,11 ,19 ,19 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,9 ,20 ,19 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,7 ,21 ,19 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,5 ,22 ,19 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,3 ,23 ,19 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,1 ,24 ,19 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,2 ,1 ,20 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,4 ,2 ,20 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,6 ,3 ,20 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,8 ,4 ,20 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,10 ,5 ,20 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,12 ,6 ,20 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,14 ,7 ,20 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,16 ,8 ,20 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,18 ,9 ,20 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,20 ,10 ,20 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,22 ,11 ,20 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,23 ,12 ,20 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,21 ,13 ,20 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,19 ,14 ,20 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,17 ,15 ,20 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,15 ,16 ,20 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,13 ,17 ,20 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,11 ,18 ,20 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,9 ,19 ,20 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,7 ,20 ,20 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,5 ,21 ,20 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,3 ,22 ,20 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,1 ,23 ,20 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,2 ,2 ,21 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,4 ,3 ,21 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,6 ,4 ,21 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,8 ,5 ,21 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,10 ,6 ,21 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,12 ,7 ,21 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,14 ,8 ,21 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,16 ,9 ,21 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,18 ,10 ,21 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,20 ,11 ,21 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,22 ,12 ,21 ,1 ,"Pair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,21 ,13 ,21 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,19 ,14 ,21 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,17 ,15 ,21 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,15 ,16 ,21 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,13 ,17 ,21 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,11 ,18 ,21 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,9 ,19 ,21 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,7 ,20 ,21 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,5 ,21 ,21 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,3 ,22 ,21 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,1 ,23 ,21 ,1 ,"Impair" ,"Parterre" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,2 ,5 ,1 ,3 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,4 ,6 ,1 ,3 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,6 ,7 ,1 ,3 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,8 ,8 ,1 ,3 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,10 ,9 ,1 ,3 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,12 ,10 ,1 ,3 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,11 ,11 ,1 ,3 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,9 ,12 ,1 ,3 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,7 ,13 ,1 ,3 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,5 ,14 ,1 ,3 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,3 ,15 ,1 ,3 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,13 ,1 ,16 ,1 ,3 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,2 ,2 ,2 ,3 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,4 ,3 ,2 ,3 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,6 ,4 ,2 ,3 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,8 ,5 ,2 ,3 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,10 ,6 ,2 ,3 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,12 ,7 ,2 ,3 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,14 ,8 ,2 ,3 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,16 ,9 ,2 ,3 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,17 ,10 ,2 ,3 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,15 ,11 ,2 ,3 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,13 ,12 ,2 ,3 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,11 ,13 ,2 ,3 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,9 ,14 ,2 ,3 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,7 ,15 ,2 ,3 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,5 ,16 ,2 ,3 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,3 ,17 ,2 ,3 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,12 ,1 ,18 ,2 ,3 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,2 ,2 ,3 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,4 ,3 ,3 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,6 ,4 ,3 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,8 ,5 ,3 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,10 ,6 ,3 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,12 ,7 ,3 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,14 ,8 ,3 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,16 ,9 ,3 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,18 ,10 ,3 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,17 ,11 ,3 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,15 ,12 ,3 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,13 ,13 ,3 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,11 ,14 ,3 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,9 ,15 ,3 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,7 ,16 ,3 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,5 ,17 ,3 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,3 ,18 ,3 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,11 ,1 ,19 ,3 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,2 ,2 ,4 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,4 ,3 ,4 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,6 ,4 ,4 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,8 ,5 ,4 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,10 ,6 ,4 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,12 ,7 ,4 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,14 ,8 ,4 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,16 ,9 ,4 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,17 ,10 ,4 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,15 ,11 ,4 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,13 ,12 ,4 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,11 ,13 ,4 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,9 ,14 ,4 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,7 ,15 ,4 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,5 ,16 ,4 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,3 ,17 ,4 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,10 ,1 ,18 ,4 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,2 ,2 ,5 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,4 ,3 ,5 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,6 ,4 ,5 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,8 ,5 ,5 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,10 ,6 ,5 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,12 ,7 ,5 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,14 ,8 ,5 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,16 ,9 ,5 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,18 ,10 ,5 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,17 ,11 ,5 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,15 ,12 ,5 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,13 ,13 ,5 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,11 ,14 ,5 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,9 ,15 ,5 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,7 ,16 ,5 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,5 ,17 ,5 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,3 ,18 ,5 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,9 ,1 ,19 ,5 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,2 ,2 ,6 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,4 ,3 ,6 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,6 ,4 ,6 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,8 ,5 ,6 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,10 ,6 ,6 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,12 ,7 ,6 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,14 ,8 ,6 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,16 ,9 ,6 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,17 ,10 ,6 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,15 ,11 ,6 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,13 ,12 ,6 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,11 ,13 ,6 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,9 ,14 ,6 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,7 ,15 ,6 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,5 ,16 ,6 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,3 ,17 ,6 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,8 ,1 ,18 ,6 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,2 ,2 ,7 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,4 ,3 ,7 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,6 ,4 ,7 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,8 ,5 ,7 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,10 ,6 ,7 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,12 ,7 ,7 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,14 ,8 ,7 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,16 ,9 ,7 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,18 ,10 ,7 ,2 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,17 ,11 ,7 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,15 ,12 ,7 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,13 ,13 ,7 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,11 ,14 ,7 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,9 ,15 ,7 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,7 ,16 ,7 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,5 ,17 ,7 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,3 ,18 ,7 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,7 ,1 ,19 ,7 ,2 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,2 ,0 ,8 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,4 ,1 ,8 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,6 ,2 ,8 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,8 ,3 ,8 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,10 ,4 ,8 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,12 ,5 ,8 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,14 ,6 ,8 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,16 ,7 ,8 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,18 ,8 ,8 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,20 ,9 ,8 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,21 ,10 ,8 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,19 ,11 ,8 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,17 ,12 ,8 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,15 ,13 ,8 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,13 ,14 ,8 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,11 ,15 ,8 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,9 ,16 ,8 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,7 ,17 ,8 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,5 ,18 ,8 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,3 ,19 ,8 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,6 ,1 ,20 ,8 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,2 ,0 ,9 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,4 ,1 ,9 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,6 ,2 ,9 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,8 ,3 ,9 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,10 ,4 ,9 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,12 ,5 ,9 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,14 ,6 ,9 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,16 ,7 ,9 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,18 ,8 ,9 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,20 ,9 ,9 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,22 ,10 ,9 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,21 ,11 ,9 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,19 ,12 ,9 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,17 ,13 ,9 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,15 ,14 ,9 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,13 ,15 ,9 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,11 ,16 ,9 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,9 ,17 ,9 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,7 ,18 ,9 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,5 ,19 ,9 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,3 ,20 ,9 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,5 ,1 ,21 ,9 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,2 ,0 ,10 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,4 ,1 ,10 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,6 ,2 ,10 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,8 ,3 ,10 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,10 ,4 ,10 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,12 ,5 ,10 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,14 ,6 ,10 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,16 ,7 ,10 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,18 ,8 ,10 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,20 ,9 ,10 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,21 ,10 ,10 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,19 ,11 ,10 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,17 ,12 ,10 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,15 ,13 ,10 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,13 ,14 ,10 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,11 ,15 ,10 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,9 ,16 ,10 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,7 ,17 ,10 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,5 ,18 ,10 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,3 ,19 ,10 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,4 ,1 ,20 ,10 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,2 ,0 ,11 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,4 ,1 ,11 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,6 ,2 ,11 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,8 ,3 ,11 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,10 ,4 ,11 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,12 ,5 ,11 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,14 ,6 ,11 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,16 ,7 ,11 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,18 ,8 ,11 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,20 ,9 ,11 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,22 ,10 ,11 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,21 ,11 ,11 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,19 ,12 ,11 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,17 ,13 ,11 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,15 ,14 ,11 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,13 ,15 ,11 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,11 ,16 ,11 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,9 ,17 ,11 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,7 ,18 ,11 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,5 ,19 ,11 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,3 ,20 ,11 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,3 ,1 ,21 ,11 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,2 ,2 ,12 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,4 ,3 ,12 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,6 ,4 ,12 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,8 ,5 ,12 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,10 ,6 ,12 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,12 ,7 ,12 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,14 ,8 ,12 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,16 ,9 ,12 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,17 ,10 ,12 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,15 ,11 ,12 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,13 ,12 ,12 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,11 ,13 ,12 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,9 ,14 ,12 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,7 ,15 ,12 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,5 ,16 ,12 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,3 ,17 ,12 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,2 ,1 ,18 ,12 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,2 ,3 ,13 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,4 ,4 ,13 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,6 ,5 ,13 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,8 ,6 ,13 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,10 ,7 ,13 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,12 ,8 ,13 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,14 ,9 ,13 ,1 ,"Pair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,15 ,10 ,13 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,13 ,11 ,13 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,11 ,12 ,13 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,9 ,13 ,13 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,7 ,14 ,13 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,5 ,15 ,13 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,3 ,16 ,13 ,1 ,"Impair" ,"Balcon" ); insert into seats (theatre,row,col,x,y,class,extra,zone) values ( 1 ,1 ,1 ,17 ,13 ,1 ,"Impair" ,"Balcon" );