]> git.sesse.net Git - ccbs/blobdiff - sql/ex-songlist.sql
Add the Extreme song list (from DDRFreak) to the base SQL data.
[ccbs] / sql / ex-songlist.sql
diff --git a/sql/ex-songlist.sql b/sql/ex-songlist.sql
new file mode 100644 (file)
index 0000000..f8f2c90
--- /dev/null
@@ -0,0 +1,1941 @@
+begin;
+INSERT INTO songs SELECT nextval('songs_song_seq') AS song, '1998' AS title, 'NAOKI' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE '1998' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='1998' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'bag' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='bag' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'BURNIN\' THE FLOOR (MOMO MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'CARTOON HEROES (Speedy Mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'CRASH!' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='CRASH!' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Dance Dance Revolution' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'GRADUATION ~Each Tomorrow~' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'HYPER EUROBEAT' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='HYPER EUROBEAT' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'I DO I DO I DO' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'IRRESISTIBLEMENT' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='IRRESISTIBLEMENT' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'LA COPA DE LA VIDA' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'LOVE ♥ SHINE' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='LOVE ♥ SHINE' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'MEMORIES' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='MEMORIES' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'PARANOiA survivor' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='PARANOiA survivor' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'PARANOiA survivor MAX' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'SENORITA (Speedy Mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'SPEED OVER BEETHOVEN' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'TEARS' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='TEARS' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'The legend of MAX' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'TRIP MACHINE survivor' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'VANITY ANGEL' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='VANITY ANGEL' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'WE ARE THE CHAMPIONS (Factory Team Remix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'WE WILL ROCK YOU' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'AFRONOVA (FROM NONSTOP MEGAMIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'AM-3P (AM EAST mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'B4U (B4 ZA BEAT MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'BRE∀K DOWN!' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'BRILLIANT 2U (K.O.G. G3 MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'BURNIN\' THE FLOOR (BLUE FIRE mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'CANDY♥' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='CANDY♥' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'CELEBRATE NITE (EURO TRANCE STYLE)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'D2R' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='D2R' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'DESTINY' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='DESTINY' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'DIVE TO THE NIGHT' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'DROP OUT (FROM NONSTOP MEGAMIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'DYNAMITE RAVE (B4 ZA BEAT MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'ECSTASY (midnight blue mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'ever snow' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='ever snow' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'FANTASY (LOCKOUT)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='FANTASY (LOCKOUT)' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'HIGHER (next morning mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'IT\'S RAINING MEN (Almighty Mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Kakumei' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Kakumei' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'LITTLE BOY (BOY ON BOY MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'LIVING IN AMERICA' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'LONG TRAIN RUNNIN\'' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'MATSURI JAPAN (FROM NONSTOP MEGAMIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'MAXIMUM OVERDRIVE (KC Club Mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'MAXX UNLIMITED' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='MAXX UNLIMITED' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'MY SUMMER LOVE (TOMMY\'S SMILE MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'rain of sorrow' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Secret Rendez-vous' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'SEXY PLANET (FROM NONSTOP MEGAMIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'SILENT HILL (3rd christmas mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'STILL IN MY HEART (MOMO MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'SUPER STAR (FROM NONSTOP MEGAMIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'Sweet Sweet ♥ Magic' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'THE REFLEX' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='THE REFLEX' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'THERE YOU\'LL BE' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'TSUGARU' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='TSUGARU' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'TSUGARU (APPLE MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'WAKA LAKA' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='WAKA LAKA' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'WILD RUSH (FROM NONSTOP MEGAMIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 'CANDY★' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='CANDY★' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'COW GIRL' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='COW GIRL' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'DO YOU REMEMBER ME' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'exotic ethnic' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='exotic ethnic' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'FANTASY (MELISSA)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='FANTASY (MELISSA)' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'Firefly' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Firefly' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'HIGHS OFF U (Scorccio XY Mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'I\'M IN THE MOOD FOR DANCING' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'LET\'S GROOVE' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'LOVIN\' YOU (ROB SEARLE CLUB MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'MAX 300' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='MAX 300' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'MIRACLE' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='MIRACLE' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'MY SWEET DARLIN\'' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'NORI NORI NORI' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'ORDINARY WORLD' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='ORDINARY WORLD' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'SO DEEP (PERFECT SPHERE REMIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'SOBAKASU FRECKLES' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='SOBAKASU FRECKLES' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'SOMEWHERE OVER THE RAINBOW' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'TELEPHONE OPERATOR (Club MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'The Centre Of The Heart (STONEBRIDGE CLUBMIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'true... ~radio edit~' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'true... ~trance sunrise mix~' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'TWILIGHT ZONE (R-C Extended Club MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'WITCH DOCTOR (GIANTS TOONS VERSION)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'WWW.BLONDE GIRL (MOMO MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'YOZORA NO MUKO' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'CAN\'T STOP FALLIN\' IN LOVE (SPEED MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'ECSTASY' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='ECSTASY' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'Healing Vision' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Healing Vision' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'INSERTiON' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='INSERTiON' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'PARANOiA ETERNAL' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='PARANOiA ETERNAL' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'Remember You' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Remember You' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'STILL IN MY HEART' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'B4U' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='B4U' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'BABY BABY GIMME YOUR LOVE' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'BURNIN\' THE FLOOR' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'HIGHER' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='HIGHER' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'LOVE AGAIN TONIGHT (For Melissa MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'MY SUMMER LOVE' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'ORION.78 (AMeuro-MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'RHYTHM AND POLICE (K.O.G G3 Mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'SAINT GOES MARCHING (REMIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'SYNCHRONIZED LOVE (Red Monster Hyper Mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'TRIP MACHINE CLIMAX' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'AFRONOVA' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='AFRONOVA' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'CAPTAIN JACK (GRANDALE REMIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'DAM DARIRAM' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='DAM DARIRAM' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'DEAD END' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='DEAD END' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'DYNAMITE RAVE' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='DYNAMITE RAVE' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'END OF THE CENTURY' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'gentle stress (AMD SEXUAL MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'GRADIUSIC CYBER (AMD G5 MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Jam Jam Reggae (AMD SWING MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'La Senorita' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='La Senorita' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'LUV TO ME (AMD MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'PARANOiA Rebirth' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='PARANOiA Rebirth' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'Silent Hill' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Silent Hill' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'AM-3P' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='AM-3P' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'BRILLIANT 2U' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='BRILLIANT 2U' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'BRILLIANT 2U (Orchestra Groove)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'EL RITMO TROPICAL' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'GET UP\'N MOVE' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'I believe in miracles' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'IF YOU WERE HERE' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'KEEP ON MOVIN\'' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'PARANOiA MAX (DIRTY MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'PUT YOUR FAITH IN ME' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'SP-TRIP MACHINE (JUNGLE MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'BUTTERFLY' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='BUTTERFLY' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'LET\'S GET DOWN' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'LITTLE BITCH' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='LITTLE BITCH' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'MAKE IT BETTER' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'PARANOiA' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='PARANOiA' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'TRIP MACHINE' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='TRIP MACHINE' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'CAN\'T STOP FALLIN\' IN LOVE' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'CELEBRATE NITE' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='CELEBRATE NITE' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'DROP OUT' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='DROP OUT' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'HYSTERIA' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='HYSTERIA' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'PARANOiA EVOLUTION' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='PARANOiA EVOLUTION' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'SEXY PLANET' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='SEXY PLANET' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'SKY HIGH' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='SKY HIGH' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'SUPER STAR' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='SUPER STAR' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'WILD RUSH' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='WILD RUSH' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 '20, November' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='20, November' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 '5.1.1' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Be in my paradise' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'celebrate' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='celebrate' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'DR. LOVE' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='DR. LOVE' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'e-motion' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='e-motion' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'GENOM SCREAMS' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='GENOM SCREAMS' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'jam jam reggae' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'LUV TO ME (disco mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'R3' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='R3' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'ska a go go' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'AFTER THE GAME OF LOVE' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'AM-3P 303 Bass mix' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'CUTIE CHASER' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='CUTIE CHASER' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'CUTIE CHASER (Morning Mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'DIVE (more deep & deeper style)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Do It Right' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Do It Right (Harmonized 2 Step Mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'DROP THE BOMB' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'DROP THE BOMB -System S.F. Mix-' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'DYNAMITE RAVE -Down Bird SOTA Mix-' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Groove' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Groove' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'Groove 2001' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Groove 2001' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'Healing Vision (Angelic mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Kind Lady' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Kind Lady' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'La Senorita Virtual' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Let the beat hit em! (CLASSIC R&B STYLE)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Look To The Sky' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Look To The Sky (True Color Mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'LOVE THIS FEELIN\'' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Midnite Blaze' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Midnite Blaze' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'ON THE JAZZ' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'ORION .78 (civilization mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'PARANOiA (KCET CLEAN  MIX)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Share My Love' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'So In Love' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'think ya better D' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'TRIP MACHINE (luv mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'HOLD ON ME' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'AFRONOVA PRIMEVAL' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='AFRONOVA PRIMEVAL' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'BROKEN MY HEART' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Heaven is a \'57 metallic gray (gimmix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'JANEJANA' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='JANEJANA' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'KISS KISS KISS' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'KISS ME ALL NIGHT LONG' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Matsuri JAPAN' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Matsuri JAPAN' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'MOBO★MOGA' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='MOBO★MOGA' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'STAY (Organic house Version)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Frozen Ray (for EXTREME)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Pink Rose' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Pink Rose' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Across the nightmare' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Destiny lovers' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Destiny lovers' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'I\'m gonna get you!' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'JET WORLD' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='JET WORLD' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Mikeneko Rock' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Mikeneko Rock' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'The Least 100 sec' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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, '&hearts;LOVE<sup>2</sup> SUGAR&hearts;' AS title, 'dj TAKA featuring Noria' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE '&hearts;LOVE<sup>2</sup> SUGAR&hearts;' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='&hearts;LOVE<sup>2</sup> SUGAR&hearts;' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='&hearts;LOVE<sup>2</sup> SUGAR&hearts;'),(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 title='&hearts;LOVE<sup>2</sup> SUGAR&hearts;'),(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 title='&hearts;LOVE<sup>2</sup> SUGAR&hearts;'),(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 title='&hearts;LOVE<sup>2</sup> SUGAR&hearts;'),(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 title='&hearts;LOVE<sup>2</sup> SUGAR&hearts;'),(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 title='&hearts;LOVE<sup>2</sup> SUGAR&hearts;'),(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 title='&hearts;LOVE<sup>2</sup> SUGAR&hearts;'),(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 'Daikenkai' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Daikenkai' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Mahou no Tobira (Theme Of Space Maco) [Door of Magic]' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'White Lovers' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='White Lovers' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Gamelan de Couple' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'LA BAMBA' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='LA BAMBA' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 '321STARS' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='321STARS' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'air' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='air' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'BE LOVIN' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='BE LOVIN' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Hysteria 2001' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Hysteria 2001' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 'Miracle Moon ~L.E.D. LIGHT STYLE MIX~' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Sana Morette Ne Ente' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'feeling of love' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'TwinBee ~Generation X~' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 '.59' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='.59' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='.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 title='.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 title='.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 title='.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 title='.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 title='.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 'A' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='A' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'ABSOLUTE' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='ABSOLUTE' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'Abyss' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Abyss' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'Aoi Shoudou (for EXTREME) [Blue Impulse]' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Burning Heat! (3 Option Mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Colors (for EXTREME)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Don\'t Stop! -AMD 2nd MIX-' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'DXY!' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='DXY!' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'Electro Tuned (the SubS mix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'era (nostalmix)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='era (nostalmix)' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'Happy Wedding' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Happy Wedding' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Holic' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Holic' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'i feel...' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='i feel...' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'I Was The One' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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&#233; (DDR ver.)' AS title, 'NAOKI underground' AS artist, 0 AS minbpm, 0 AS maxbpm WHERE 'L\'amour et la libert&#233; (DDR ver.)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='L\'amour et la libert&#233; (DDR ver.)' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='L\'amour et la libert&#233; (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 title='L\'amour et la libert&#233; (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 title='L\'amour et la libert&#233; (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 title='L\'amour et la libert&#233; (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 title='L\'amour et la libert&#233; (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 title='L\'amour et la libert&#233; (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 title='L\'amour et la libert&#233; (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 'Last Message' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Last Message' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'LEADING CYBER' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='LEADING CYBER' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 'Mr.T. (take me higher)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Sakura' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Sakura' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Spin the Disc' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 'stoic (EXTREME version)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'sync (EXTREME version)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'V (for EXTREME)' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 title='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 'Xenon' NOT IN ( SELECT title FROM songs );
+INSERT INTO machinesongs SELECT ( SELECT song FROM songs WHERE title='Xenon' ), ( SELECT machine FROM machines WHERE machinename='DDR Extreme' );
+INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='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 title='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 title='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 title='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 title='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 title='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 title='Xenon'),(SELECT machine FROM machines WHERE machinename='DDR Extreme'),'double','expert',9);
+commit;