begin; INSERT INTO songs SELECT nextval('songs_song_seq') AS song, '1998' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('1998') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('1998') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('1998')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('1998')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('1998')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('1998')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('1998')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('1998')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('1998')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'bag' AS title, 'RevenG' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('bag') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('bag') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('bag')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('bag')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('bag')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('bag')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',10); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('bag')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('bag')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('bag')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',10); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'BURNIN\' THE FLOOR (MOMO MIX)' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('BURNIN\' THE FLOOR (MOMO MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR (MOMO MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR (MOMO MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR (MOMO MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR (MOMO MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR (MOMO MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR (MOMO MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR (MOMO MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR (MOMO MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'CARTOON HEROES (Speedy Mix)' AS title, 'BARBIE YOUNG' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('CARTOON HEROES (Speedy Mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('CARTOON HEROES (Speedy Mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CARTOON HEROES (Speedy Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CARTOON HEROES (Speedy Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CARTOON HEROES (Speedy Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CARTOON HEROES (Speedy Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CARTOON HEROES (Speedy Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CARTOON HEROES (Speedy Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CARTOON HEROES (Speedy Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'CRASH!' AS title, 'Mr. BRIAN & THE FINAL BAND' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('CRASH!') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('CRASH!') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CRASH!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CRASH!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CRASH!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CRASH!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CRASH!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CRASH!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CRASH!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Dance Dance Revolution' AS title, 'DDR ALL STARS' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Dance Dance Revolution') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Dance Dance Revolution') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Dance Dance Revolution')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Dance Dance Revolution')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Dance Dance Revolution')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Dance Dance Revolution')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Dance Dance Revolution')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'GRADUATION ~Each Tomorrow~' AS title, 'Be For U' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('GRADUATION ~Each Tomorrow~') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('GRADUATION ~Each Tomorrow~') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GRADUATION ~Each Tomorrow~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GRADUATION ~Each Tomorrow~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GRADUATION ~Each Tomorrow~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GRADUATION ~Each Tomorrow~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GRADUATION ~Each Tomorrow~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GRADUATION ~Each Tomorrow~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GRADUATION ~Each Tomorrow~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'HYPER EUROBEAT' AS title, 'NAOKI feat. DDR ALL STARS' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('HYPER EUROBEAT') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('HYPER EUROBEAT') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HYPER EUROBEAT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HYPER EUROBEAT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HYPER EUROBEAT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HYPER EUROBEAT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HYPER EUROBEAT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HYPER EUROBEAT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HYPER EUROBEAT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'I DO I DO I DO' AS title, 'CREAMY' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('I DO I DO I DO') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('I DO I DO I DO') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I DO I DO I DO')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I DO I DO I DO')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I DO I DO I DO')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I DO I DO I DO')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I DO I DO I DO')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I DO I DO I DO')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I DO I DO I DO')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'IRRESISTIBLEMENT' AS title, 'WILD SIDE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('IRRESISTIBLEMENT') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('IRRESISTIBLEMENT') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IRRESISTIBLEMENT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IRRESISTIBLEMENT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IRRESISTIBLEMENT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IRRESISTIBLEMENT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IRRESISTIBLEMENT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IRRESISTIBLEMENT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IRRESISTIBLEMENT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'LA COPA DE LA VIDA' AS title, 'PATRICK VICTORIO' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('LA COPA DE LA VIDA') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('LA COPA DE LA VIDA') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LA COPA DE LA VIDA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LA COPA DE LA VIDA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LA COPA DE LA VIDA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LA COPA DE LA VIDA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LA COPA DE LA VIDA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LA COPA DE LA VIDA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LA COPA DE LA VIDA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'LOVE ❤ SHINE' AS title, 'Riyu Kosaka' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('LOVE ❤ SHINE') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE ❤ SHINE') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE ❤ SHINE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE ❤ SHINE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE ❤ SHINE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE ❤ SHINE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE ❤ SHINE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE ❤ SHINE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE ❤ SHINE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE ❤ SHINE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'MEMORIES' AS title, 'NAOKI feat. PAULA TERRY' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('MEMORIES') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('MEMORIES') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MEMORIES')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MEMORIES')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MEMORIES')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MEMORIES')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MEMORIES')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MEMORIES')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MEMORIES')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'PARANOiA survivor' AS title, '270' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('PARANOiA survivor') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',10); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',10); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'PARANOiA survivor MAX' AS title, '290' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('PARANOiA survivor MAX') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor MAX') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor MAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor MAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor MAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor MAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',10); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor MAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',10); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor MAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor MAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor MAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',10); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA survivor MAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',10); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'SENORITA (Speedy Mix)' AS title, 'JENNY ROM' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('SENORITA (Speedy Mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('SENORITA (Speedy Mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SENORITA (Speedy Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SENORITA (Speedy Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SENORITA (Speedy Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SENORITA (Speedy Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SENORITA (Speedy Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SENORITA (Speedy Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SENORITA (Speedy Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'SPEED OVER BEETHOVEN' AS title, 'ROSE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('SPEED OVER BEETHOVEN') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('SPEED OVER BEETHOVEN') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SPEED OVER BEETHOVEN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SPEED OVER BEETHOVEN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SPEED OVER BEETHOVEN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SPEED OVER BEETHOVEN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SPEED OVER BEETHOVEN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SPEED OVER BEETHOVEN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SPEED OVER BEETHOVEN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'TEARS' AS title, 'NAOKI underground feat. EK' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('TEARS') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('TEARS') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TEARS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TEARS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TEARS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TEARS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TEARS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TEARS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TEARS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'The legend of MAX' AS title, 'ZZ' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('The legend of MAX') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('The legend of MAX') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The legend of MAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The legend of MAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The legend of MAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The legend of MAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',10); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The legend of MAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',10); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'TRIP MACHINE survivor' AS title, 'DE-SIRE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('TRIP MACHINE survivor') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE survivor') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE survivor')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE survivor')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE survivor')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE survivor')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE survivor')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE survivor')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE survivor')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'VANITY ANGEL' AS title, 'FIXX' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('VANITY ANGEL') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('VANITY ANGEL') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('VANITY ANGEL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('VANITY ANGEL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('VANITY ANGEL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('VANITY ANGEL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('VANITY ANGEL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('VANITY ANGEL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('VANITY ANGEL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'WE ARE THE CHAMPIONS (Factory Team Remix)' AS title, 'LIVE 2 LOVE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('WE ARE THE CHAMPIONS (Factory Team Remix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('WE ARE THE CHAMPIONS (Factory Team Remix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WE ARE THE CHAMPIONS (Factory Team Remix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WE ARE THE CHAMPIONS (Factory Team Remix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WE ARE THE CHAMPIONS (Factory Team Remix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WE ARE THE CHAMPIONS (Factory Team Remix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WE ARE THE CHAMPIONS (Factory Team Remix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WE ARE THE CHAMPIONS (Factory Team Remix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WE ARE THE CHAMPIONS (Factory Team Remix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'WE WILL ROCK YOU' AS title, 'HOUSE BOYZ' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('WE WILL ROCK YOU') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('WE WILL ROCK YOU') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WE WILL ROCK YOU')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WE WILL ROCK YOU')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WE WILL ROCK YOU')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WE WILL ROCK YOU')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WE WILL ROCK YOU')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WE WILL ROCK YOU')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WE WILL ROCK YOU')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'AFRONOVA (FROM NONSTOP MEGAMIX)' AS title, 'RE-VENGE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('AFRONOVA (FROM NONSTOP MEGAMIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA (FROM NONSTOP MEGAMIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA (FROM NONSTOP MEGAMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA (FROM NONSTOP MEGAMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'AM-3P (AM EAST mix)' AS title, 'KTZ' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('AM-3P (AM EAST mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P (AM EAST mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P (AM EAST mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P (AM EAST mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'B4U (B4 ZA BEAT MIX)' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('B4U (B4 ZA BEAT MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('B4U (B4 ZA BEAT MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('B4U (B4 ZA BEAT MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('B4U (B4 ZA BEAT MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'BRE∀K DOWN!' AS title, 'Be For U' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('BRE∀K DOWN!') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('BRE∀K DOWN!') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRE∀K DOWN!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRE∀K DOWN!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRE∀K DOWN!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRE∀K DOWN!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRE∀K DOWN!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRE∀K DOWN!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'BRILLIANT 2U (K.O.G. G3 MIX)' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('BRILLIANT 2U (K.O.G. G3 MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U (K.O.G. G3 MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U (K.O.G. G3 MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U (K.O.G. G3 MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'BURNIN\' THE FLOOR (BLUE FIRE mix)' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('BURNIN\' THE FLOOR (BLUE FIRE mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR (BLUE FIRE mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR (BLUE FIRE mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR (BLUE FIRE mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'CANDY❤' AS title, 'Riyu Kosaka' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('CANDY❤') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('CANDY❤') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CANDY❤')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CANDY❤')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CANDY❤')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CANDY❤')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CANDY❤')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CANDY❤')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'CELEBRATE NITE (EURO TRANCE STYLE)' AS title, 'N.M.R.' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('CELEBRATE NITE (EURO TRANCE STYLE)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('CELEBRATE NITE (EURO TRANCE STYLE)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CELEBRATE NITE (EURO TRANCE STYLE)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CELEBRATE NITE (EURO TRANCE STYLE)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'D2R' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('D2R') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('D2R') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('D2R')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('D2R')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('D2R')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('D2R')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('D2R')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('D2R')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'DESTINY' AS title, 'NAOKI feat.PAULA TERRY' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('DESTINY') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('DESTINY') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DESTINY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DESTINY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DESTINY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DESTINY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DESTINY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DESTINY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'DIVE TO THE NIGHT' AS title, 'Riyu Kosaka' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('DIVE TO THE NIGHT') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('DIVE TO THE NIGHT') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DIVE TO THE NIGHT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DIVE TO THE NIGHT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DIVE TO THE NIGHT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DIVE TO THE NIGHT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DIVE TO THE NIGHT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DIVE TO THE NIGHT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'DROP OUT (FROM NONSTOP MEGAMIX)' AS title, 'NW260' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('DROP OUT (FROM NONSTOP MEGAMIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP OUT (FROM NONSTOP MEGAMIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP OUT (FROM NONSTOP MEGAMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP OUT (FROM NONSTOP MEGAMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'DYNAMITE RAVE (B4 ZA BEAT MIX)' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('DYNAMITE RAVE (B4 ZA BEAT MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE (B4 ZA BEAT MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE (B4 ZA BEAT MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE (B4 ZA BEAT MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'ECSTASY (midnight blue mix)' AS title, 'd-complex' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('ECSTASY (midnight blue mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('ECSTASY (midnight blue mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ECSTASY (midnight blue mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ECSTASY (midnight blue mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'ever snow' AS title, 'YOMA KOMATSU' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('ever snow') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('ever snow') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ever snow')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ever snow')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ever snow')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ever snow')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ever snow')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ever snow')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'FANTASY (LOCKOUT)' AS title, 'LOCKOUT' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('FANTASY (LOCKOUT)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('FANTASY (LOCKOUT)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('FANTASY (LOCKOUT)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('FANTASY (LOCKOUT)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('FANTASY (LOCKOUT)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('FANTASY (LOCKOUT)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('FANTASY (LOCKOUT)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('FANTASY (LOCKOUT)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'HIGHER (next morning mix)' AS title, 'NM feat. SUNNY' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('HIGHER (next morning mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHER (next morning mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHER (next morning mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHER (next morning mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'IT\'S RAINING MEN (Almighty Mix)' AS title, 'GERI HALLIWELL' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('IT\'S RAINING MEN (Almighty Mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('IT\'S RAINING MEN (Almighty Mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IT\'S RAINING MEN (Almighty Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IT\'S RAINING MEN (Almighty Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IT\'S RAINING MEN (Almighty Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IT\'S RAINING MEN (Almighty Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IT\'S RAINING MEN (Almighty Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IT\'S RAINING MEN (Almighty Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Kakumei' AS title, 'dj TAKA with NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Kakumei') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Kakumei') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Kakumei')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Kakumei')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Kakumei')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Kakumei')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Kakumei')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Kakumei')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Kakumei')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Kakumei')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'LITTLE BOY (BOY ON BOY MIX)' AS title, 'CAPTAIN JACK' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('LITTLE BOY (BOY ON BOY MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('LITTLE BOY (BOY ON BOY MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LITTLE BOY (BOY ON BOY MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LITTLE BOY (BOY ON BOY MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LITTLE BOY (BOY ON BOY MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LITTLE BOY (BOY ON BOY MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LITTLE BOY (BOY ON BOY MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LITTLE BOY (BOY ON BOY MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'LIVING IN AMERICA' AS title, 'JOHN DESIRE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('LIVING IN AMERICA') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('LIVING IN AMERICA') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LIVING IN AMERICA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LIVING IN AMERICA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LIVING IN AMERICA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LIVING IN AMERICA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LIVING IN AMERICA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LIVING IN AMERICA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'LONG TRAIN RUNNIN\'' AS title, 'BUS STOP' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('LONG TRAIN RUNNIN\'') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('LONG TRAIN RUNNIN\'') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LONG TRAIN RUNNIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LONG TRAIN RUNNIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LONG TRAIN RUNNIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LONG TRAIN RUNNIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LONG TRAIN RUNNIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LONG TRAIN RUNNIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'MATSURI JAPAN (FROM NONSTOP MEGAMIX)' AS title, 'RE-VENGE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('MATSURI JAPAN (FROM NONSTOP MEGAMIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('MATSURI JAPAN (FROM NONSTOP MEGAMIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MATSURI JAPAN (FROM NONSTOP MEGAMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MATSURI JAPAN (FROM NONSTOP MEGAMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'MAXIMUM OVERDRIVE (KC Club Mix)' AS title, '2 UNLIMITED' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('MAXIMUM OVERDRIVE (KC Club Mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('MAXIMUM OVERDRIVE (KC Club Mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAXIMUM OVERDRIVE (KC Club Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAXIMUM OVERDRIVE (KC Club Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAXIMUM OVERDRIVE (KC Club Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAXIMUM OVERDRIVE (KC Club Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAXIMUM OVERDRIVE (KC Club Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAXIMUM OVERDRIVE (KC Club Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'MAXX UNLIMITED' AS title, 'Z' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('MAXX UNLIMITED') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('MAXX UNLIMITED') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAXX UNLIMITED')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAXX UNLIMITED')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAXX UNLIMITED')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',10); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAXX UNLIMITED')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAXX UNLIMITED')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAXX UNLIMITED')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',10); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'MY SUMMER LOVE (TOMMY\'S SMILE MIX)' AS title, 'MITSU-O! with GEILA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('MY SUMMER LOVE (TOMMY\'S SMILE MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SUMMER LOVE (TOMMY\'S SMILE MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SUMMER LOVE (TOMMY\'S SMILE MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SUMMER LOVE (TOMMY\'S SMILE MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'rain of sorrow' AS title, 'NM feat. EBONY FAY' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('rain of sorrow') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('rain of sorrow') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('rain of sorrow')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('rain of sorrow')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('rain of sorrow')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('rain of sorrow')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('rain of sorrow')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('rain of sorrow')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Secret Rendez-vous' AS title, 'DIVAS' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Secret Rendez-vous') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Secret Rendez-vous') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Secret Rendez-vous')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Secret Rendez-vous')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Secret Rendez-vous')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Secret Rendez-vous')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Secret Rendez-vous')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Secret Rendez-vous')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'SEXY PLANET (FROM NONSTOP MEGAMIX)' AS title, 'CRYSTAL ALIENS' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('SEXY PLANET (FROM NONSTOP MEGAMIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('SEXY PLANET (FROM NONSTOP MEGAMIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SEXY PLANET (FROM NONSTOP MEGAMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SEXY PLANET (FROM NONSTOP MEGAMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'SILENT HILL (3rd christmas mix)' AS title, 'THOMAS HOWARD' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('SILENT HILL (3rd christmas mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('SILENT HILL (3rd christmas mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SILENT HILL (3rd christmas mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SILENT HILL (3rd christmas mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'STILL IN MY HEART (MOMO MIX)' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('STILL IN MY HEART (MOMO MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('STILL IN MY HEART (MOMO MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('STILL IN MY HEART (MOMO MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('STILL IN MY HEART (MOMO MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'SUPER STAR (FROM NONSTOP MEGAMIX)' AS title, 'D.J.RICH feat. TAILBROS.' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('SUPER STAR (FROM NONSTOP MEGAMIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('SUPER STAR (FROM NONSTOP MEGAMIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SUPER STAR (FROM NONSTOP MEGAMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SUPER STAR (FROM NONSTOP MEGAMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Sweet Sweet ❤ Magic' AS title, 'jun' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Sweet Sweet ❤ Magic') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Sweet Sweet ❤ Magic') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sweet Sweet ❤ Magic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sweet Sweet ❤ Magic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sweet Sweet ❤ Magic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sweet Sweet ❤ Magic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sweet Sweet ❤ Magic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sweet Sweet ❤ Magic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'THE REFLEX' AS title, 'DURAN DURAN' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('THE REFLEX') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('THE REFLEX') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('THE REFLEX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('THE REFLEX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('THE REFLEX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('THE REFLEX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('THE REFLEX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('THE REFLEX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'THERE YOU\'LL BE' AS title, 'DJ SPEEDO feat. ANGELICA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('THERE YOU\'LL BE') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('THERE YOU\'LL BE') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('THERE YOU\'LL BE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('THERE YOU\'LL BE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('THERE YOU\'LL BE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('THERE YOU\'LL BE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('THERE YOU\'LL BE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('THERE YOU\'LL BE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'TSUGARU' AS title, 'RevenG vs DE-SIRE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('TSUGARU') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('TSUGARU') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TSUGARU')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TSUGARU')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TSUGARU')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TSUGARU')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TSUGARU')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TSUGARU')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'TSUGARU (APPLE MIX)' AS title, 'RevenG vs. DE-SIRE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('TSUGARU (APPLE MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('TSUGARU (APPLE MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TSUGARU (APPLE MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TSUGARU (APPLE MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'WAKA LAKA' AS title, 'JENNY ROM vs ZIPPERS' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('WAKA LAKA') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('WAKA LAKA') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WAKA LAKA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WAKA LAKA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WAKA LAKA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WAKA LAKA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WAKA LAKA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WAKA LAKA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'WILD RUSH (FROM NONSTOP MEGAMIX)' AS title, 'FACTOR-X' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('WILD RUSH (FROM NONSTOP MEGAMIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('WILD RUSH (FROM NONSTOP MEGAMIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WILD RUSH (FROM NONSTOP MEGAMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WILD RUSH (FROM NONSTOP MEGAMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'CANDY★' AS title, 'Luv unlimited' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('CANDY★') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('CANDY★') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CANDY★')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CANDY★')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CANDY★')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CANDY★')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CANDY★')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CANDY★')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'COW GIRL' AS title, 'BAMBEE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('COW GIRL') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('COW GIRL') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('COW GIRL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('COW GIRL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('COW GIRL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('COW GIRL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('COW GIRL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('COW GIRL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'DO YOU REMEMBER ME' AS title, 'JENNY' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('DO YOU REMEMBER ME') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('DO YOU REMEMBER ME') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DO YOU REMEMBER ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DO YOU REMEMBER ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DO YOU REMEMBER ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DO YOU REMEMBER ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DO YOU REMEMBER ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DO YOU REMEMBER ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'exotic ethnic' AS title, 'RevenG' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('exotic ethnic') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('exotic ethnic') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('exotic ethnic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('exotic ethnic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('exotic ethnic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('exotic ethnic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('exotic ethnic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('exotic ethnic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'FANTASY (MELISSA)' AS title, 'MELISSA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('FANTASY (MELISSA)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('FANTASY (MELISSA)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('FANTASY (MELISSA)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('FANTASY (MELISSA)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('FANTASY (MELISSA)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('FANTASY (MELISSA)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('FANTASY (MELISSA)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('FANTASY (MELISSA)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Firefly' AS title, 'Be For U' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Firefly') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Firefly') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Firefly')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Firefly')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Firefly')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Firefly')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Firefly')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Firefly')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'HIGHS OFF U (Scorccio XY Mix)' AS title, '4 REEEL' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('HIGHS OFF U (Scorccio XY Mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHS OFF U (Scorccio XY Mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHS OFF U (Scorccio XY Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHS OFF U (Scorccio XY Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHS OFF U (Scorccio XY Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHS OFF U (Scorccio XY Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHS OFF U (Scorccio XY Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHS OFF U (Scorccio XY Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'I\'M IN THE MOOD FOR DANCING' AS title, 'SHARON' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('I\'M IN THE MOOD FOR DANCING') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('I\'M IN THE MOOD FOR DANCING') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I\'M IN THE MOOD FOR DANCING')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I\'M IN THE MOOD FOR DANCING')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I\'M IN THE MOOD FOR DANCING')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I\'M IN THE MOOD FOR DANCING')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I\'M IN THE MOOD FOR DANCING')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I\'M IN THE MOOD FOR DANCING')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'LET\'S GROOVE' AS title, 'TIPS & TRICKS VS WISDOME' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('LET\'S GROOVE') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('LET\'S GROOVE') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LET\'S GROOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LET\'S GROOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LET\'S GROOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LET\'S GROOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LET\'S GROOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LET\'S GROOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'LOVIN\' YOU (ROB SEARLE CLUB MIX)' AS title, 'VINYL BABY' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('LOVIN\' YOU (ROB SEARLE CLUB MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVIN\' YOU (ROB SEARLE CLUB MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVIN\' YOU (ROB SEARLE CLUB MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVIN\' YOU (ROB SEARLE CLUB MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVIN\' YOU (ROB SEARLE CLUB MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVIN\' YOU (ROB SEARLE CLUB MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVIN\' YOU (ROB SEARLE CLUB MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVIN\' YOU (ROB SEARLE CLUB MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'MAX 300' AS title, 'Ω' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('MAX 300') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('MAX 300') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAX 300')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAX 300')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAX 300')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',10); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAX 300')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAX 300')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAX 300')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',10); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'MIRACLE' AS title, 'ST. JANNARO' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('MIRACLE') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('MIRACLE') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MIRACLE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MIRACLE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MIRACLE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MIRACLE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MIRACLE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MIRACLE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'MY SWEET DARLIN\'' AS title, 'WILDSIDE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('MY SWEET DARLIN\'') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SWEET DARLIN\'') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SWEET DARLIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SWEET DARLIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SWEET DARLIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SWEET DARLIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SWEET DARLIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SWEET DARLIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'NORI NORI NORI' AS title, 'JUDY CRYSTAL' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('NORI NORI NORI') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('NORI NORI NORI') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('NORI NORI NORI')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('NORI NORI NORI')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('NORI NORI NORI')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('NORI NORI NORI')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('NORI NORI NORI')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('NORI NORI NORI')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'ORDINARY WORLD' AS title, 'AURORA featuring NAIMEE COLEMAN' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('ORDINARY WORLD') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('ORDINARY WORLD') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORDINARY WORLD')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORDINARY WORLD')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORDINARY WORLD')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORDINARY WORLD')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORDINARY WORLD')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORDINARY WORLD')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'SO DEEP (PERFECT SPHERE REMIX)' AS title, 'SILVERTEAR' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('SO DEEP (PERFECT SPHERE REMIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('SO DEEP (PERFECT SPHERE REMIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SO DEEP (PERFECT SPHERE REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SO DEEP (PERFECT SPHERE REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SO DEEP (PERFECT SPHERE REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SO DEEP (PERFECT SPHERE REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SO DEEP (PERFECT SPHERE REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SO DEEP (PERFECT SPHERE REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'SOBAKASU FRECKLES' AS title, 'TIGGY' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('SOBAKASU FRECKLES') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('SOBAKASU FRECKLES') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SOBAKASU FRECKLES')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SOBAKASU FRECKLES')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SOBAKASU FRECKLES')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SOBAKASU FRECKLES')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SOBAKASU FRECKLES')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SOBAKASU FRECKLES')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'SOMEWHERE OVER THE RAINBOW' AS title, 'COSMIC GATE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('SOMEWHERE OVER THE RAINBOW') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('SOMEWHERE OVER THE RAINBOW') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SOMEWHERE OVER THE RAINBOW')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SOMEWHERE OVER THE RAINBOW')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SOMEWHERE OVER THE RAINBOW')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SOMEWHERE OVER THE RAINBOW')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SOMEWHERE OVER THE RAINBOW')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SOMEWHERE OVER THE RAINBOW')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'TELEPHONE OPERATOR (Club MIX)' AS title, 'SHELLEY PETER' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('TELEPHONE OPERATOR (Club MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('TELEPHONE OPERATOR (Club MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TELEPHONE OPERATOR (Club MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TELEPHONE OPERATOR (Club MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TELEPHONE OPERATOR (Club MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TELEPHONE OPERATOR (Club MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TELEPHONE OPERATOR (Club MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TELEPHONE OPERATOR (Club MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'The Centre Of The Heart (STONEBRIDGE CLUBMIX)' AS title, 'Roxette' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('The Centre Of The Heart (STONEBRIDGE CLUBMIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('The Centre Of The Heart (STONEBRIDGE CLUBMIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The Centre Of The Heart (STONEBRIDGE CLUBMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The Centre Of The Heart (STONEBRIDGE CLUBMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The Centre Of The Heart (STONEBRIDGE CLUBMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The Centre Of The Heart (STONEBRIDGE CLUBMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The Centre Of The Heart (STONEBRIDGE CLUBMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The Centre Of The Heart (STONEBRIDGE CLUBMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'true... ~radio edit~' AS title, 'Riyu Kosaka' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('true... ~radio edit~') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('true... ~radio edit~') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('true... ~radio edit~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('true... ~radio edit~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('true... ~radio edit~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('true... ~radio edit~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('true... ~radio edit~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('true... ~radio edit~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'true... ~trance sunrise mix~' AS title, 'Riyu Kosaka' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('true... ~trance sunrise mix~') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('true... ~trance sunrise mix~') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('true... ~trance sunrise mix~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('true... ~trance sunrise mix~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('true... ~trance sunrise mix~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('true... ~trance sunrise mix~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('true... ~trance sunrise mix~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('true... ~trance sunrise mix~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'TWILIGHT ZONE (R-C Extended Club MIX)' AS title, '2 UNLIMITED' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('TWILIGHT ZONE (R-C Extended Club MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('TWILIGHT ZONE (R-C Extended Club MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TWILIGHT ZONE (R-C Extended Club MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TWILIGHT ZONE (R-C Extended Club MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TWILIGHT ZONE (R-C Extended Club MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TWILIGHT ZONE (R-C Extended Club MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TWILIGHT ZONE (R-C Extended Club MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TWILIGHT ZONE (R-C Extended Club MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'WITCH DOCTOR (GIANTS TOONS VERSION)' AS title, 'CARTOONS' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('WITCH DOCTOR (GIANTS TOONS VERSION)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('WITCH DOCTOR (GIANTS TOONS VERSION)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WITCH DOCTOR (GIANTS TOONS VERSION)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WITCH DOCTOR (GIANTS TOONS VERSION)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WITCH DOCTOR (GIANTS TOONS VERSION)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WITCH DOCTOR (GIANTS TOONS VERSION)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WITCH DOCTOR (GIANTS TOONS VERSION)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WITCH DOCTOR (GIANTS TOONS VERSION)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'WWW.BLONDE GIRL (MOMO MIX)' AS title, 'JENNY ROM' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('WWW.BLONDE GIRL (MOMO MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('WWW.BLONDE GIRL (MOMO MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WWW.BLONDE GIRL (MOMO MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WWW.BLONDE GIRL (MOMO MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WWW.BLONDE GIRL (MOMO MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WWW.BLONDE GIRL (MOMO MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WWW.BLONDE GIRL (MOMO MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WWW.BLONDE GIRL (MOMO MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'YOZORA NO MUKO' AS title, 'EUROBEAT LOVERS' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('YOZORA NO MUKO') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('YOZORA NO MUKO') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('YOZORA NO MUKO')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('YOZORA NO MUKO')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('YOZORA NO MUKO')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('YOZORA NO MUKO')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('YOZORA NO MUKO')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('YOZORA NO MUKO')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'CAN\'T STOP FALLIN\' IN LOVE (SPEED MIX)' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('CAN\'T STOP FALLIN\' IN LOVE (SPEED MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('CAN\'T STOP FALLIN\' IN LOVE (SPEED MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAN\'T STOP FALLIN\' IN LOVE (SPEED MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAN\'T STOP FALLIN\' IN LOVE (SPEED MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAN\'T STOP FALLIN\' IN LOVE (SPEED MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAN\'T STOP FALLIN\' IN LOVE (SPEED MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAN\'T STOP FALLIN\' IN LOVE (SPEED MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAN\'T STOP FALLIN\' IN LOVE (SPEED MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'ECSTASY' AS title, 'd-complex' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('ECSTASY') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('ECSTASY') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ECSTASY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ECSTASY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ECSTASY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ECSTASY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ECSTASY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ECSTASY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Healing Vision' AS title, 'DE-SIRE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Healing Vision') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Healing Vision') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Healing Vision')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Healing Vision')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Healing Vision')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Healing Vision')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Healing Vision')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Healing Vision')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'INSERTiON' AS title, 'NAOKI underground' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('INSERTiON') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('INSERTiON') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('INSERTiON')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('INSERTiON')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('INSERTiON')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('INSERTiON')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('INSERTiON')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('INSERTiON')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'PARANOiA ETERNAL' AS title, 'STM 200' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('PARANOiA ETERNAL') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA ETERNAL') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA ETERNAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA ETERNAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA ETERNAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA ETERNAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA ETERNAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA ETERNAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Remember You' AS title, 'NM feat.Julie' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Remember You') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Remember You') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Remember You')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Remember You')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Remember You')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Remember You')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Remember You')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Remember You')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',5); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'STILL IN MY HEART' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('STILL IN MY HEART') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('STILL IN MY HEART') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('STILL IN MY HEART')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('STILL IN MY HEART')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('STILL IN MY HEART')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('STILL IN MY HEART')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('STILL IN MY HEART')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('STILL IN MY HEART')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'B4U' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('B4U') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('B4U') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('B4U')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('B4U')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('B4U')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('B4U')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('B4U')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('B4U')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'BABY BABY GIMME YOUR LOVE' AS title, 'DIVAS' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('BABY BABY GIMME YOUR LOVE') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('BABY BABY GIMME YOUR LOVE') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BABY BABY GIMME YOUR LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BABY BABY GIMME YOUR LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BABY BABY GIMME YOUR LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BABY BABY GIMME YOUR LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BABY BABY GIMME YOUR LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BABY BABY GIMME YOUR LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',6); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'BURNIN\' THE FLOOR' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('BURNIN\' THE FLOOR') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BURNIN\' THE FLOOR')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'HIGHER' AS title, 'NM feat. SUNNY' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('HIGHER') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHER') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HIGHER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'LOVE AGAIN TONIGHT (For Melissa MIX)' AS title, 'NAOKI feat. PAULA TERRY' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('LOVE AGAIN TONIGHT (For Melissa MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE AGAIN TONIGHT (For Melissa MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE AGAIN TONIGHT (For Melissa MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE AGAIN TONIGHT (For Melissa MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE AGAIN TONIGHT (For Melissa MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE AGAIN TONIGHT (For Melissa MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE AGAIN TONIGHT (For Melissa MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE AGAIN TONIGHT (For Melissa MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'MY SUMMER LOVE' AS title, 'MITSU-O! with GEILA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('MY SUMMER LOVE') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SUMMER LOVE') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SUMMER LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SUMMER LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SUMMER LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SUMMER LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SUMMER LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MY SUMMER LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'ORION.78 (AMeuro-MIX)' AS title, 'RE-VENGE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('ORION.78 (AMeuro-MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('ORION.78 (AMeuro-MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORION.78 (AMeuro-MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORION.78 (AMeuro-MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORION.78 (AMeuro-MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORION.78 (AMeuro-MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORION.78 (AMeuro-MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORION.78 (AMeuro-MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'RHYTHM AND POLICE (K.O.G G3 Mix)' AS title, 'CJ CREW feat. CHRISTIAN D' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('RHYTHM AND POLICE (K.O.G G3 Mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('RHYTHM AND POLICE (K.O.G G3 Mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('RHYTHM AND POLICE (K.O.G G3 Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('RHYTHM AND POLICE (K.O.G G3 Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('RHYTHM AND POLICE (K.O.G G3 Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('RHYTHM AND POLICE (K.O.G G3 Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('RHYTHM AND POLICE (K.O.G G3 Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('RHYTHM AND POLICE (K.O.G G3 Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'SAINT GOES MARCHING (REMIX)' AS title, 'THE SAINT' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('SAINT GOES MARCHING (REMIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('SAINT GOES MARCHING (REMIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SAINT GOES MARCHING (REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SAINT GOES MARCHING (REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SAINT GOES MARCHING (REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SAINT GOES MARCHING (REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SAINT GOES MARCHING (REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SAINT GOES MARCHING (REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'SYNCHRONIZED LOVE (Red Monster Hyper Mix)' AS title, 'JOE RINOIE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('SYNCHRONIZED LOVE (Red Monster Hyper Mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('SYNCHRONIZED LOVE (Red Monster Hyper Mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SYNCHRONIZED LOVE (Red Monster Hyper Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SYNCHRONIZED LOVE (Red Monster Hyper Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SYNCHRONIZED LOVE (Red Monster Hyper Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SYNCHRONIZED LOVE (Red Monster Hyper Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SYNCHRONIZED LOVE (Red Monster Hyper Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SYNCHRONIZED LOVE (Red Monster Hyper Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'TRIP MACHINE CLIMAX' AS title, 'DE-SIRE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('TRIP MACHINE CLIMAX') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE CLIMAX') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE CLIMAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE CLIMAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE CLIMAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE CLIMAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE CLIMAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE CLIMAX')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'AFRONOVA' AS title, 'RE-VENGE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('AFRONOVA') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'CAPTAIN JACK (GRANDALE REMIX)' AS title, 'CAPTAIN JACK' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('CAPTAIN JACK (GRANDALE REMIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('CAPTAIN JACK (GRANDALE REMIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAPTAIN JACK (GRANDALE REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAPTAIN JACK (GRANDALE REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAPTAIN JACK (GRANDALE REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAPTAIN JACK (GRANDALE REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAPTAIN JACK (GRANDALE REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAPTAIN JACK (GRANDALE REMIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'DAM DARIRAM' AS title, 'JOGA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('DAM DARIRAM') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('DAM DARIRAM') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DAM DARIRAM')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DAM DARIRAM')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DAM DARIRAM')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DAM DARIRAM')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DAM DARIRAM')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DAM DARIRAM')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DAM DARIRAM')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DAM DARIRAM')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'DEAD END' AS title, 'N & S' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('DEAD END') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('DEAD END') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DEAD END')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DEAD END')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DEAD END')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DEAD END')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DEAD END')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DEAD END')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'DYNAMITE RAVE' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('DYNAMITE RAVE') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'END OF THE CENTURY' AS title, 'NO. 9' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('END OF THE CENTURY') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('END OF THE CENTURY') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('END OF THE CENTURY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('END OF THE CENTURY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('END OF THE CENTURY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('END OF THE CENTURY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('END OF THE CENTURY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('END OF THE CENTURY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'gentle stress (AMD SEXUAL MIX)' AS title, 'MR. DOG feat. DJ Swan' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('gentle stress (AMD SEXUAL MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('gentle stress (AMD SEXUAL MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('gentle stress (AMD SEXUAL MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('gentle stress (AMD SEXUAL MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('gentle stress (AMD SEXUAL MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('gentle stress (AMD SEXUAL MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('gentle stress (AMD SEXUAL MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('gentle stress (AMD SEXUAL MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'GRADIUSIC CYBER (AMD G5 MIX)' AS title, 'BIG-O feat. TAKA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('GRADIUSIC CYBER (AMD G5 MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('GRADIUSIC CYBER (AMD G5 MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GRADIUSIC CYBER (AMD G5 MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GRADIUSIC CYBER (AMD G5 MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GRADIUSIC CYBER (AMD G5 MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GRADIUSIC CYBER (AMD G5 MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GRADIUSIC CYBER (AMD G5 MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GRADIUSIC CYBER (AMD G5 MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Jam Jam Reggae (AMD SWING MIX)' AS title, 'Rice. C feat. Jam master 73' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Jam Jam Reggae (AMD SWING MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Jam Jam Reggae (AMD SWING MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Jam Jam Reggae (AMD SWING MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Jam Jam Reggae (AMD SWING MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Jam Jam Reggae (AMD SWING MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Jam Jam Reggae (AMD SWING MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Jam Jam Reggae (AMD SWING MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Jam Jam Reggae (AMD SWING MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'La Senorita' AS title, 'CAPTAIN. T' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('La Senorita') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('La Senorita') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('La Senorita')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('La Senorita')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('La Senorita')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('La Senorita')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('La Senorita')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('La Senorita')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'LUV TO ME (AMD MIX)' AS title, 'DJ KAZU feat. Tiger YAMATO' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('LUV TO ME (AMD MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('LUV TO ME (AMD MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LUV TO ME (AMD MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LUV TO ME (AMD MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LUV TO ME (AMD MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LUV TO ME (AMD MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LUV TO ME (AMD MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LUV TO ME (AMD MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'PARANOiA Rebirth' AS title, '190\'' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('PARANOiA Rebirth') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA Rebirth') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA Rebirth')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA Rebirth')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA Rebirth')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA Rebirth')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA Rebirth')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA Rebirth')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Silent Hill' AS title, 'THOMAS HOWARD' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Silent Hill') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Silent Hill') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Silent Hill')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Silent Hill')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Silent Hill')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Silent Hill')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Silent Hill')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Silent Hill')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'AM-3P' AS title, 'KTz' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('AM-3P') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'BRILLIANT 2U' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('BRILLIANT 2U') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'BRILLIANT 2U (Orchestra Groove)' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('BRILLIANT 2U (Orchestra Groove)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U (Orchestra Groove)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U (Orchestra Groove)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U (Orchestra Groove)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U (Orchestra Groove)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U (Orchestra Groove)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U (Orchestra Groove)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U (Orchestra Groove)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U (Orchestra Groove)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BRILLIANT 2U (Orchestra Groove)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'EL RITMO TROPICAL' AS title, 'DIXIES GANG' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('EL RITMO TROPICAL') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('EL RITMO TROPICAL') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('EL RITMO TROPICAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('EL RITMO TROPICAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('EL RITMO TROPICAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('EL RITMO TROPICAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('EL RITMO TROPICAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('EL RITMO TROPICAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'GET UP\'N MOVE' AS title, 'S&K' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('GET UP\'N MOVE') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('GET UP\'N MOVE') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GET UP\'N MOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GET UP\'N MOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GET UP\'N MOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GET UP\'N MOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GET UP\'N MOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GET UP\'N MOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'I believe in miracles' AS title, 'HI-RISE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('I believe in miracles') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('I believe in miracles') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I believe in miracles')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I believe in miracles')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I believe in miracles')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I believe in miracles')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I believe in miracles')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I believe in miracles')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'IF YOU WERE HERE' AS title, 'JENNIFER' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('IF YOU WERE HERE') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('IF YOU WERE HERE') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IF YOU WERE HERE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IF YOU WERE HERE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IF YOU WERE HERE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IF YOU WERE HERE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IF YOU WERE HERE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('IF YOU WERE HERE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'KEEP ON MOVIN\'' AS title, 'N.M.R.' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('KEEP ON MOVIN\'') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('KEEP ON MOVIN\'') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KEEP ON MOVIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KEEP ON MOVIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KEEP ON MOVIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KEEP ON MOVIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KEEP ON MOVIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KEEP ON MOVIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'PARANOiA MAX (DIRTY MIX)' AS title, '190' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('PARANOiA MAX (DIRTY MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA MAX (DIRTY MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA MAX (DIRTY MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA MAX (DIRTY MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA MAX (DIRTY MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA MAX (DIRTY MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA MAX (DIRTY MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA MAX (DIRTY MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'PUT YOUR FAITH IN ME' AS title, 'UZI-LAY' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('PUT YOUR FAITH IN ME') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('PUT YOUR FAITH IN ME') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PUT YOUR FAITH IN ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PUT YOUR FAITH IN ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PUT YOUR FAITH IN ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PUT YOUR FAITH IN ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PUT YOUR FAITH IN ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PUT YOUR FAITH IN ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',6); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'SP-TRIP MACHINE (JUNGLE MIX)' AS title, 'DE-SIRE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('SP-TRIP MACHINE (JUNGLE MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('SP-TRIP MACHINE (JUNGLE MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SP-TRIP MACHINE (JUNGLE MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SP-TRIP MACHINE (JUNGLE MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SP-TRIP MACHINE (JUNGLE MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SP-TRIP MACHINE (JUNGLE MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SP-TRIP MACHINE (JUNGLE MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SP-TRIP MACHINE (JUNGLE MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'BUTTERFLY' AS title, 'SMILE.dk' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('BUTTERFLY') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('BUTTERFLY') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BUTTERFLY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BUTTERFLY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BUTTERFLY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BUTTERFLY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BUTTERFLY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BUTTERFLY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BUTTERFLY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BUTTERFLY')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'LET\'S GET DOWN' AS title, 'JT PLAYAZ' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('LET\'S GET DOWN') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('LET\'S GET DOWN') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LET\'S GET DOWN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LET\'S GET DOWN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LET\'S GET DOWN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LET\'S GET DOWN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LET\'S GET DOWN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LET\'S GET DOWN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LET\'S GET DOWN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LET\'S GET DOWN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'LITTLE BITCH' AS title, 'THE SPECIALS' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('LITTLE BITCH') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('LITTLE BITCH') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LITTLE BITCH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LITTLE BITCH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LITTLE BITCH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LITTLE BITCH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LITTLE BITCH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LITTLE BITCH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LITTLE BITCH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LITTLE BITCH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'MAKE IT BETTER' AS title, 'MITSU-O!' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('MAKE IT BETTER') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('MAKE IT BETTER') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAKE IT BETTER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAKE IT BETTER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAKE IT BETTER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAKE IT BETTER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAKE IT BETTER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MAKE IT BETTER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'PARANOiA' AS title, '180' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('PARANOiA') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'TRIP MACHINE' AS title, 'DE-SIRE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('TRIP MACHINE') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'CAN\'T STOP FALLIN\' IN LOVE' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('CAN\'T STOP FALLIN\' IN LOVE') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('CAN\'T STOP FALLIN\' IN LOVE') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAN\'T STOP FALLIN\' IN LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAN\'T STOP FALLIN\' IN LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAN\'T STOP FALLIN\' IN LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAN\'T STOP FALLIN\' IN LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAN\'T STOP FALLIN\' IN LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CAN\'T STOP FALLIN\' IN LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'CELEBRATE NITE' AS title, 'N.M.R' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('CELEBRATE NITE') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('CELEBRATE NITE') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CELEBRATE NITE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CELEBRATE NITE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CELEBRATE NITE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CELEBRATE NITE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CELEBRATE NITE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CELEBRATE NITE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'DROP OUT' AS title, 'NW260' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('DROP OUT') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP OUT') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP OUT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP OUT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP OUT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP OUT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP OUT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP OUT')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'HYSTERIA' AS title, 'NAOKI 190' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('HYSTERIA') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('HYSTERIA') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HYSTERIA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HYSTERIA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HYSTERIA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HYSTERIA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HYSTERIA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HYSTERIA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'PARANOiA EVOLUTION' AS title, '200' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('PARANOiA EVOLUTION') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA EVOLUTION') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA EVOLUTION')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA EVOLUTION')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA EVOLUTION')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA EVOLUTION')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA EVOLUTION')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA EVOLUTION')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'SEXY PLANET' AS title, 'Crystal Aliens' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('SEXY PLANET') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('SEXY PLANET') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SEXY PLANET')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SEXY PLANET')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SEXY PLANET')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SEXY PLANET')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SEXY PLANET')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SEXY PLANET')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'SKY HIGH' AS title, 'DJ MIKO' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('SKY HIGH') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('SKY HIGH') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SKY HIGH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SKY HIGH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SKY HIGH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SKY HIGH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SKY HIGH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SKY HIGH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',6); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'SUPER STAR' AS title, 'DJ.RICH feat. Tail Bros.' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('SUPER STAR') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('SUPER STAR') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SUPER STAR')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SUPER STAR')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SUPER STAR')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SUPER STAR')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SUPER STAR')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('SUPER STAR')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'WILD RUSH' AS title, 'FACTOR-X' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('WILD RUSH') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('WILD RUSH') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WILD RUSH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WILD RUSH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WILD RUSH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WILD RUSH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WILD RUSH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('WILD RUSH')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, '20, November' AS title, 'DJ nagureo' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('20, November') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('20, November') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('20, November')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('20, November')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('20, November')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('20, November')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('20, November')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('20, November')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, '5.1.1' AS title, 'dj nagureo' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('5.1.1') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('5.1.1') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('5.1.1')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('5.1.1')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('5.1.1')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('5.1.1')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('5.1.1')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('5.1.1')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Be in my paradise' AS title, 'JJ COMPANY' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Be in my paradise') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Be in my paradise') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Be in my paradise')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Be in my paradise')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Be in my paradise')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Be in my paradise')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Be in my paradise')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Be in my paradise')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'celebrate' AS title, 'JJ COMPANY' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('celebrate') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('celebrate') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('celebrate')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('celebrate')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('celebrate')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('celebrate')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('celebrate')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('celebrate')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'DR. LOVE' AS title, 'baby weapon feat. Asuka. M' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('DR. LOVE') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('DR. LOVE') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DR. LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DR. LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DR. LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DR. LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DR. LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DR. LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',6); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'e-motion' AS title, 'e.o.s.' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('e-motion') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('e-motion') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('e-motion')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('e-motion')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('e-motion')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('e-motion')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('e-motion')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('e-motion')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'GENOM SCREAMS' AS title, 'L.E.D. LIGHT' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('GENOM SCREAMS') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('GENOM SCREAMS') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GENOM SCREAMS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GENOM SCREAMS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GENOM SCREAMS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GENOM SCREAMS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GENOM SCREAMS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GENOM SCREAMS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('GENOM SCREAMS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',10); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'jam jam reggae' AS title, 'jam master \'73' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('jam jam reggae') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('jam jam reggae') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('jam jam reggae')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('jam jam reggae')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('jam jam reggae')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('jam jam reggae')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('jam jam reggae')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('jam jam reggae')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'LUV TO ME (disco mix)' AS title, 'tiger YAMATO' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('LUV TO ME (disco mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('LUV TO ME (disco mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LUV TO ME (disco mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LUV TO ME (disco mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LUV TO ME (disco mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LUV TO ME (disco mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LUV TO ME (disco mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LUV TO ME (disco mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'R3' AS title, 'tiger YAMATO' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('R3') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('R3') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('R3')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('R3')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('R3')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('R3')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('R3')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('R3')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'ska a go go' AS title, 'THE BALD HEAD' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('ska a go go') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('ska a go go') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ska a go go')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ska a go go')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ska a go go')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ska a go go')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ska a go go')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ska a go go')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'AFTER THE GAME OF LOVE' AS title, 'NPD3' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('AFTER THE GAME OF LOVE') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('AFTER THE GAME OF LOVE') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFTER THE GAME OF LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFTER THE GAME OF LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFTER THE GAME OF LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFTER THE GAME OF LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFTER THE GAME OF LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFTER THE GAME OF LOVE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',6); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'AM-3P 303 Bass mix' AS title, 'ktz' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('AM-3P 303 Bass mix') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P 303 Bass mix') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P 303 Bass mix')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P 303 Bass mix')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P 303 Bass mix')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P 303 Bass mix')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P 303 Bass mix')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P 303 Bass mix')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AM-3P 303 Bass mix')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'CUTIE CHASER' AS title, 'CLUB SPICE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('CUTIE CHASER') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('CUTIE CHASER') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CUTIE CHASER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CUTIE CHASER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CUTIE CHASER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CUTIE CHASER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CUTIE CHASER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CUTIE CHASER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'CUTIE CHASER (Morning Mix)' AS title, 'CLUB SPICE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('CUTIE CHASER (Morning Mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('CUTIE CHASER (Morning Mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CUTIE CHASER (Morning Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CUTIE CHASER (Morning Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CUTIE CHASER (Morning Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CUTIE CHASER (Morning Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CUTIE CHASER (Morning Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('CUTIE CHASER (Morning Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',4); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'DIVE (more deep & deeper style)' AS title, 'Be For U' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('DIVE (more deep & deeper style)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('DIVE (more deep & deeper style)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DIVE (more deep & deeper style)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DIVE (more deep & deeper style)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DIVE (more deep & deeper style)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DIVE (more deep & deeper style)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DIVE (more deep & deeper style)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DIVE (more deep & deeper style)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',6); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Do It Right' AS title, 'SOTA feat. Ebony Fay' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Do It Right') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Do It Right') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Do It Right')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Do It Right')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Do It Right')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Do It Right')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Do It Right')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Do It Right')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Do It Right (Harmonized 2 Step Mix)' AS title, 'SOTA feat. Ebony Fay' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Do It Right (Harmonized 2 Step Mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Do It Right (Harmonized 2 Step Mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Do It Right (Harmonized 2 Step Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Do It Right (Harmonized 2 Step Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Do It Right (Harmonized 2 Step Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Do It Right (Harmonized 2 Step Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Do It Right (Harmonized 2 Step Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Do It Right (Harmonized 2 Step Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'DROP THE BOMB' AS title, 'Scotty D.' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('DROP THE BOMB') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP THE BOMB') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP THE BOMB')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP THE BOMB')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP THE BOMB')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP THE BOMB')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP THE BOMB')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP THE BOMB')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',6); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'DROP THE BOMB -System S.F. Mix-' AS title, 'Scotty D.' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('DROP THE BOMB -System S.F. Mix-') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP THE BOMB -System S.F. Mix-') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP THE BOMB -System S.F. Mix-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP THE BOMB -System S.F. Mix-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP THE BOMB -System S.F. Mix-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP THE BOMB -System S.F. Mix-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP THE BOMB -System S.F. Mix-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DROP THE BOMB -System S.F. Mix-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'DYNAMITE RAVE -Down Bird SOTA Mix-' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('DYNAMITE RAVE -Down Bird SOTA Mix-') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE -Down Bird SOTA Mix-') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE -Down Bird SOTA Mix-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE -Down Bird SOTA Mix-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE -Down Bird SOTA Mix-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE -Down Bird SOTA Mix-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE -Down Bird SOTA Mix-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE -Down Bird SOTA Mix-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DYNAMITE RAVE -Down Bird SOTA Mix-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Groove' AS title, 'Sho-T feat. Brenda' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Groove') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Groove') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Groove')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Groove')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Groove')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Groove')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Groove')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Groove')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Groove 2001' AS title, 'Sho-T feat. Brenda' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Groove 2001') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Groove 2001') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Groove 2001')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Groove 2001')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Groove 2001')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Groove 2001')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Groove 2001')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Groove 2001')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Healing Vision (Angelic mix)' AS title, '2MB' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Healing Vision (Angelic mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Healing Vision (Angelic mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Healing Vision (Angelic mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Healing Vision (Angelic mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Healing Vision (Angelic mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Healing Vision (Angelic mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Healing Vision (Angelic mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Healing Vision (Angelic mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Kind Lady' AS title, 'Okuyatos' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Kind Lady') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Kind Lady') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Kind Lady')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Kind Lady')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Kind Lady')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Kind Lady')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Kind Lady')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Kind Lady')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'La Senorita Virtual' AS title, '2MB' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('La Senorita Virtual') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('La Senorita Virtual') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('La Senorita Virtual')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('La Senorita Virtual')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('La Senorita Virtual')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('La Senorita Virtual')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('La Senorita Virtual')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('La Senorita Virtual')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Let the beat hit em! (CLASSIC R&B STYLE)' AS title, 'STONE BROS.' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Let the beat hit em! (CLASSIC R&B STYLE)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Let the beat hit em! (CLASSIC R&B STYLE)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Let the beat hit em! (CLASSIC R&B STYLE)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Let the beat hit em! (CLASSIC R&B STYLE)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Let the beat hit em! (CLASSIC R&B STYLE)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Let the beat hit em! (CLASSIC R&B STYLE)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Let the beat hit em! (CLASSIC R&B STYLE)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Let the beat hit em! (CLASSIC R&B STYLE)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',6); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Look To The Sky' AS title, 'System S.F. feat. ANNA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Look To The Sky') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Look To The Sky') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Look To The Sky')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Look To The Sky')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Look To The Sky')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Look To The Sky')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Look To The Sky')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Look To The Sky')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Look To The Sky (True Color Mix)' AS title, 'System S.F. feat. ANNA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Look To The Sky (True Color Mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Look To The Sky (True Color Mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Look To The Sky (True Color Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Look To The Sky (True Color Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Look To The Sky (True Color Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Look To The Sky (True Color Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Look To The Sky (True Color Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Look To The Sky (True Color Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Look To The Sky (True Color Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'LOVE THIS FEELIN\'' AS title, 'Chang Ma' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('LOVE THIS FEELIN\'') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE THIS FEELIN\'') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE THIS FEELIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE THIS FEELIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE THIS FEELIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE THIS FEELIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE THIS FEELIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LOVE THIS FEELIN\'')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Midnite Blaze' AS title, 'U1 Jewel Style' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Midnite Blaze') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Midnite Blaze') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Midnite Blaze')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Midnite Blaze')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Midnite Blaze')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Midnite Blaze')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Midnite Blaze')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Midnite Blaze')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'ON THE JAZZ' AS title, 'Jonny Dynamite!' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('ON THE JAZZ') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('ON THE JAZZ') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ON THE JAZZ')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ON THE JAZZ')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ON THE JAZZ')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ON THE JAZZ')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ON THE JAZZ')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ON THE JAZZ')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'ORION .78 (civilization mix)' AS title, '2MB' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('ORION .78 (civilization mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('ORION .78 (civilization mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORION .78 (civilization mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORION .78 (civilization mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORION .78 (civilization mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORION .78 (civilization mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORION .78 (civilization mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ORION .78 (civilization mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'PARANOiA (KCET CLEAN MIX)' AS title, '2MB' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('PARANOiA (KCET CLEAN MIX)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA (KCET CLEAN MIX)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA (KCET CLEAN MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA (KCET CLEAN MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA (KCET CLEAN MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA (KCET CLEAN MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA (KCET CLEAN MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('PARANOiA (KCET CLEAN MIX)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Share My Love' AS title, 'Julie Frost' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Share My Love') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Share My Love') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Share My Love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Share My Love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Share My Love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Share My Love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Share My Love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Share My Love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Share My Love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',5); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'So In Love' AS title, 'Caramel S.' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('So In Love') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('So In Love') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('So In Love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('So In Love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('So In Love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('So In Love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('So In Love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('So In Love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'think ya better D' AS title, 'sAmi' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('think ya better D') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('think ya better D') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('think ya better D')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('think ya better D')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('think ya better D')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('think ya better D')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('think ya better D')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('think ya better D')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'TRIP MACHINE (luv mix)' AS title, '2MB' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('TRIP MACHINE (luv mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE (luv mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE (luv mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE (luv mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE (luv mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE (luv mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE (luv mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TRIP MACHINE (luv mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'HOLD ON ME' AS title, 'tiger YAMATO' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('HOLD ON ME') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('HOLD ON ME') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HOLD ON ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HOLD ON ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HOLD ON ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HOLD ON ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HOLD ON ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HOLD ON ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('HOLD ON ME')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',6); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'AFRONOVA PRIMEVAL' AS title, '8 bit' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('AFRONOVA PRIMEVAL') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA PRIMEVAL') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA PRIMEVAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA PRIMEVAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA PRIMEVAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA PRIMEVAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA PRIMEVAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('AFRONOVA PRIMEVAL')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'BROKEN MY HEART' AS title, 'NAOKI feat.PAULA TERRY' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('BROKEN MY HEART') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('BROKEN MY HEART') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BROKEN MY HEART')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BROKEN MY HEART')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BROKEN MY HEART')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BROKEN MY HEART')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BROKEN MY HEART')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BROKEN MY HEART')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Heaven is a \'57 metallic gray (gimmix)' AS title, 'Hiro feat. Sweet little 30\'s' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Heaven is a \'57 metallic gray (gimmix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Heaven is a \'57 metallic gray (gimmix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Heaven is a \'57 metallic gray (gimmix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Heaven is a \'57 metallic gray (gimmix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Heaven is a \'57 metallic gray (gimmix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Heaven is a \'57 metallic gray (gimmix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Heaven is a \'57 metallic gray (gimmix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Heaven is a \'57 metallic gray (gimmix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Heaven is a \'57 metallic gray (gimmix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'JANEJANA' AS title, 'T.E.M.P.O. feat. Mohammed & Emi' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('JANEJANA') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('JANEJANA') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('JANEJANA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('JANEJANA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('JANEJANA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('JANEJANA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('JANEJANA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('JANEJANA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('JANEJANA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'KISS KISS KISS' AS title, 'NAOKI feat. SHANTI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('KISS KISS KISS') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('KISS KISS KISS') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KISS KISS KISS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KISS KISS KISS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KISS KISS KISS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KISS KISS KISS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KISS KISS KISS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KISS KISS KISS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KISS KISS KISS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'KISS ME ALL NIGHT LONG' AS title, 'NAOKI J-STYLE feat. MIU' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('KISS ME ALL NIGHT LONG') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('KISS ME ALL NIGHT LONG') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KISS ME ALL NIGHT LONG')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KISS ME ALL NIGHT LONG')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KISS ME ALL NIGHT LONG')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KISS ME ALL NIGHT LONG')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KISS ME ALL NIGHT LONG')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KISS ME ALL NIGHT LONG')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('KISS ME ALL NIGHT LONG')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Matsuri JAPAN' AS title, 'RE-VENGE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Matsuri JAPAN') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Matsuri JAPAN') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Matsuri JAPAN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Matsuri JAPAN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Matsuri JAPAN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Matsuri JAPAN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Matsuri JAPAN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Matsuri JAPAN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'MOBO★MOGA' AS title, 'Orange Lounge' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('MOBO★MOGA') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('MOBO★MOGA') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MOBO★MOGA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MOBO★MOGA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MOBO★MOGA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MOBO★MOGA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MOBO★MOGA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MOBO★MOGA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('MOBO★MOGA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'STAY (Organic house Version)' AS title, 'emi' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('STAY (Organic house Version)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('STAY (Organic house Version)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('STAY (Organic house Version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('STAY (Organic house Version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('STAY (Organic house Version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('STAY (Organic house Version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('STAY (Organic house Version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('STAY (Organic house Version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('STAY (Organic house Version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Frozen Ray (for EXTREME)' AS title, 'dj TAKA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Frozen Ray (for EXTREME)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Frozen Ray (for EXTREME)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Frozen Ray (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Frozen Ray (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Frozen Ray (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Frozen Ray (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Frozen Ray (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Frozen Ray (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Frozen Ray (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Pink Rose' AS title, 'Kiyommy + Seiya' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Pink Rose') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Pink Rose') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Pink Rose')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Pink Rose')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Pink Rose')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Pink Rose')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Pink Rose')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Pink Rose')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Pink Rose')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Across the nightmare' AS title, 'Jimmy Weckl' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Across the nightmare') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Across the nightmare') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Across the nightmare')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Across the nightmare')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Across the nightmare')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Across the nightmare')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Across the nightmare')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Across the nightmare')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Across the nightmare')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Across the nightmare')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Across the nightmare')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Destiny lovers' AS title, 'Kunitake Miyuki' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Destiny lovers') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Destiny lovers') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Destiny lovers')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Destiny lovers')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Destiny lovers')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Destiny lovers')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Destiny lovers')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Destiny lovers')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Destiny lovers')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'I\'m gonna get you!' AS title, 'Kelly Cosmo' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('I\'m gonna get you!') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('I\'m gonna get you!') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I\'m gonna get you!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I\'m gonna get you!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I\'m gonna get you!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I\'m gonna get you!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I\'m gonna get you!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I\'m gonna get you!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I\'m gonna get you!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'JET WORLD' AS title, 'Mutsuhiko Izumi' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('JET WORLD') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('JET WORLD') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('JET WORLD')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('JET WORLD')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('JET WORLD')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('JET WORLD')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('JET WORLD')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('JET WORLD')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('JET WORLD')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Mikeneko Rock' AS title, 'Anettai Maji - Ska Bakudan' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Mikeneko Rock') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Mikeneko Rock') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mikeneko Rock')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mikeneko Rock')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mikeneko Rock')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mikeneko Rock')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mikeneko Rock')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mikeneko Rock')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mikeneko Rock')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'The Least 100 sec' AS title, 'Hirofumi Sasaki' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('The Least 100 sec') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('The Least 100 sec') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The Least 100 sec')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The Least 100 sec')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The Least 100 sec')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The Least 100 sec')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The Least 100 sec')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The Least 100 sec')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('The Least 100 sec')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, '❤LOVE² SUGAR❤' AS title, 'dj TAKA featuring Noria' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('❤LOVE² SUGAR❤') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('❤LOVE² SUGAR❤') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('❤LOVE² SUGAR❤')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('❤LOVE² SUGAR❤')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('❤LOVE² SUGAR❤')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('❤LOVE² SUGAR❤')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('❤LOVE² SUGAR❤')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('❤LOVE² SUGAR❤')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('❤LOVE² SUGAR❤')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Daikenkai' AS title, 'Des-ROW feat. TSUBOI for ALPHA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Daikenkai') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Daikenkai') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Daikenkai')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Daikenkai')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Daikenkai')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Daikenkai')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Daikenkai')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Daikenkai')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Daikenkai')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Daikenkai')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Daikenkai')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Mahou no Tobira (Theme Of Space Maco) [Door of Magic]' AS title, 'a.s.a.' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Mahou no Tobira (Theme Of Space Maco) [Door of Magic]') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Mahou no Tobira (Theme Of Space Maco) [Door of Magic]') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mahou no Tobira (Theme Of Space Maco) [Door of Magic]')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mahou no Tobira (Theme Of Space Maco) [Door of Magic]')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mahou no Tobira (Theme Of Space Maco) [Door of Magic]')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mahou no Tobira (Theme Of Space Maco) [Door of Magic]')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mahou no Tobira (Theme Of Space Maco) [Door of Magic]')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mahou no Tobira (Theme Of Space Maco) [Door of Magic]')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mahou no Tobira (Theme Of Space Maco) [Door of Magic]')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'White Lovers' AS title, 'Shintani Sanae' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('White Lovers') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('White Lovers') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('White Lovers')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('White Lovers')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('White Lovers')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('White Lovers')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('White Lovers')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('White Lovers')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('White Lovers')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Gamelan de Couple' AS title, 'TOMOSUKE' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Gamelan de Couple') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Gamelan de Couple') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Gamelan de Couple')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Gamelan de Couple')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Gamelan de Couple')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Gamelan de Couple')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Gamelan de Couple')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Gamelan de Couple')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Gamelan de Couple')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'LA BAMBA' AS title, 'Mexican Folk Song' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('LA BAMBA') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('LA BAMBA') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LA BAMBA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LA BAMBA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LA BAMBA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LA BAMBA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LA BAMBA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LA BAMBA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LA BAMBA')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, '321STARS' AS title, 'DJ SIMON' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('321STARS') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('321STARS') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('321STARS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('321STARS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('321STARS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('321STARS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('321STARS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('321STARS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('321STARS')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'air' AS title, 'DJ SIMON' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('air') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('air') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('air')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('air')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('air')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('air')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('air')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('air')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('air')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'BE LOVIN' AS title, 'D-Crew' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('BE LOVIN') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('BE LOVIN') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BE LOVIN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BE LOVIN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BE LOVIN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BE LOVIN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BE LOVIN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BE LOVIN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('BE LOVIN')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Hysteria 2001' AS title, 'NM' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Hysteria 2001') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Hysteria 2001') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Hysteria 2001')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Hysteria 2001')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Miracle Moon ~L.E.D. LIGHT STYLE MIX~' AS title, 'Togo Project feat. Sana' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Miracle Moon ~L.E.D. LIGHT STYLE MIX~') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Miracle Moon ~L.E.D. LIGHT STYLE MIX~') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Miracle Moon ~L.E.D. LIGHT STYLE MIX~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Miracle Moon ~L.E.D. LIGHT STYLE MIX~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Miracle Moon ~L.E.D. LIGHT STYLE MIX~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Miracle Moon ~L.E.D. LIGHT STYLE MIX~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Miracle Moon ~L.E.D. LIGHT STYLE MIX~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Miracle Moon ~L.E.D. LIGHT STYLE MIX~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Miracle Moon ~L.E.D. LIGHT STYLE MIX~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Sana Morette Ne Ente' AS title, 'Togo Project feat. Sana' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Sana Morette Ne Ente') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Sana Morette Ne Ente') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sana Morette Ne Ente')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sana Morette Ne Ente')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sana Morette Ne Ente')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sana Morette Ne Ente')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sana Morette Ne Ente')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sana Morette Ne Ente')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'feeling of love' AS title, 'youhei shimizu' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('feeling of love') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('feeling of love') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('feeling of love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('feeling of love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('feeling of love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('feeling of love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('feeling of love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('feeling of love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('feeling of love')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'TwinBee ~Generation X~' AS title, 'FinalOffset' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('TwinBee ~Generation X~') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('TwinBee ~Generation X~') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TwinBee ~Generation X~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TwinBee ~Generation X~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TwinBee ~Generation X~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TwinBee ~Generation X~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TwinBee ~Generation X~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TwinBee ~Generation X~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('TwinBee ~Generation X~')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, '.59' AS title, 'dj TAKA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('.59') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('.59') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('.59')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('.59')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('.59')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('.59')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('.59')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('.59')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'A' AS title, 'DJ Amuro' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('A') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('A') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('A')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('A')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('A')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('A')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('A')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('A')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('A')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('A')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('A')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'ABSOLUTE' AS title, 'dj TAKA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('ABSOLUTE') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('ABSOLUTE') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ABSOLUTE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ABSOLUTE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ABSOLUTE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ABSOLUTE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ABSOLUTE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('ABSOLUTE')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Abyss' AS title, 'dj TAKA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Abyss') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Abyss') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Abyss')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Abyss')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Abyss')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Abyss')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Abyss')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Abyss')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Aoi Shoudou (for EXTREME) [Blue Impulse]' AS title, 'Naoki feat. Yuki' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Aoi Shoudou (for EXTREME) [Blue Impulse]') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Aoi Shoudou (for EXTREME) [Blue Impulse]') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Aoi Shoudou (for EXTREME) [Blue Impulse]')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Aoi Shoudou (for EXTREME) [Blue Impulse]')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Aoi Shoudou (for EXTREME) [Blue Impulse]')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Aoi Shoudou (for EXTREME) [Blue Impulse]')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Aoi Shoudou (for EXTREME) [Blue Impulse]')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Aoi Shoudou (for EXTREME) [Blue Impulse]')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Aoi Shoudou (for EXTREME) [Blue Impulse]')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Burning Heat! (3 Option Mix)' AS title, 'Mr. T. feat. Motoaki F.' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Burning Heat! (3 Option Mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Burning Heat! (3 Option Mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Burning Heat! (3 Option Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Burning Heat! (3 Option Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Burning Heat! (3 Option Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Burning Heat! (3 Option Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Burning Heat! (3 Option Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Burning Heat! (3 Option Mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Colors (for EXTREME)' AS title, 'dj TAKA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Colors (for EXTREME)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Colors (for EXTREME)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Colors (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Colors (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Colors (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Colors (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Colors (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Colors (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Colors (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Colors (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Colors (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Don\'t Stop! -AMD 2nd MIX-' AS title, 'Dr. VIBE feat. JP miles' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Don\'t Stop! -AMD 2nd MIX-') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Don\'t Stop! -AMD 2nd MIX-') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Don\'t Stop! -AMD 2nd MIX-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Don\'t Stop! -AMD 2nd MIX-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Don\'t Stop! -AMD 2nd MIX-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Don\'t Stop! -AMD 2nd MIX-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Don\'t Stop! -AMD 2nd MIX-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Don\'t Stop! -AMD 2nd MIX-')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',6); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'DXY!' AS title, 'TaQ' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('DXY!') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('DXY!') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DXY!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DXY!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DXY!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DXY!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DXY!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('DXY!')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Electro Tuned (the SubS mix)' AS title, 'TaQ' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Electro Tuned (the SubS mix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Electro Tuned (the SubS mix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Electro Tuned (the SubS mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Electro Tuned (the SubS mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Electro Tuned (the SubS mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Electro Tuned (the SubS mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Electro Tuned (the SubS mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Electro Tuned (the SubS mix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'era (nostalmix)' AS title, 'TaQ' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('era (nostalmix)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('era (nostalmix)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('era (nostalmix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('era (nostalmix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('era (nostalmix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('era (nostalmix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('era (nostalmix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('era (nostalmix)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Happy Wedding' AS title, 'ASKA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Happy Wedding') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Happy Wedding') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Happy Wedding')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Happy Wedding')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Happy Wedding')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Happy Wedding')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Happy Wedding')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Happy Wedding')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Happy Wedding')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',6); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Holic' AS title, 'TaQ' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Holic') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Holic') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Holic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Holic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Holic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Holic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Holic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Holic')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'i feel...' AS title, 'AKIRA YAMAOKA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('i feel...') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('i feel...') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('i feel...')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('i feel...')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('i feel...')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('i feel...')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('i feel...')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('i feel...')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'I Was The One' AS title, 'good-cool' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('I Was The One') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('I Was The One') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I Was The One')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I Was The One')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I Was The One')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I Was The One')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I Was The One')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('I Was The One')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',6); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'L\'amour et la liberté (DDR ver.)' AS title, 'NAOKI underground' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('L\'amour et la liberté (DDR ver.)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('L\'amour et la liberté (DDR ver.)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('L\'amour et la liberté (DDR ver.)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('L\'amour et la liberté (DDR ver.)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('L\'amour et la liberté (DDR ver.)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('L\'amour et la liberté (DDR ver.)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('L\'amour et la liberté (DDR ver.)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('L\'amour et la liberté (DDR ver.)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('L\'amour et la liberté (DDR ver.)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Last Message' AS title, 'good-cool feat. Meg' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Last Message') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Last Message') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Last Message')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Last Message')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Last Message')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Last Message')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Last Message')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Last Message')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Last Message')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'LEADING CYBER' AS title, 'dj TAKA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('LEADING CYBER') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('LEADING CYBER') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LEADING CYBER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LEADING CYBER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LEADING CYBER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LEADING CYBER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LEADING CYBER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('LEADING CYBER')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Mr.T. (take me higher)' AS title, 'Risky Men feat. Asuka M' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Mr.T. (take me higher)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Mr.T. (take me higher)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mr.T. (take me higher)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mr.T. (take me higher)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mr.T. (take me higher)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mr.T. (take me higher)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mr.T. (take me higher)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Mr.T. (take me higher)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',7); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Sakura' AS title, 'RevenG' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Sakura') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Sakura') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sakura')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sakura')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sakura')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sakura')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',10); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sakura')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sakura')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sakura')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sakura')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',10); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Sakura')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Spin the Disc' AS title, 'good-cool' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Spin the Disc') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Spin the Disc') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Spin the Disc')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Spin the Disc')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Spin the Disc')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Spin the Disc')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',2); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Spin the Disc')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Spin the Disc')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'stoic (EXTREME version)' AS title, 'TaQ' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('stoic (EXTREME version)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('stoic (EXTREME version)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('stoic (EXTREME version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('stoic (EXTREME version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('stoic (EXTREME version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('stoic (EXTREME version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('stoic (EXTREME version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('stoic (EXTREME version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('stoic (EXTREME version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'sync (EXTREME version)' AS title, 'OutPhase' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('sync (EXTREME version)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('sync (EXTREME version)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('sync (EXTREME version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('sync (EXTREME version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('sync (EXTREME version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('sync (EXTREME version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('sync (EXTREME version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('sync (EXTREME version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('sync (EXTREME version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',7); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('sync (EXTREME version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('sync (EXTREME version)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'V (for EXTREME)' AS title, 'TAKA' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('V (for EXTREME)') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('V (for EXTREME)') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('V (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('V (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('V (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('V (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('V (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','challenge',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('V (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',3); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('V (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('V (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',8); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('V (for EXTREME)')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','challenge',9); INSERT INTO songs SELECT nextval('songs_song_seq') AS song, 'Xenon' AS title, 'Mr. T' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE LOWER('Xenon') NOT IN ( SELECT LOWER(title) FROM songs ); INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE LOWER(title)=LOWER('Xenon') ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' ); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Xenon')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','beginner',1); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Xenon')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','standard',4); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Xenon')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Xenon')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'single','expert',9); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Xenon')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','standard',5); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Xenon')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','difficult',6); INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE LOWER(title)=LOWER('Xenon')),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9); commit;