]> git.sesse.net Git - ccbs/blob - sql/em2-songlist.sql
Added a primary key for the "active screens" table.
[ccbs] / sql / em2-songlist.sql
1 begin;
2 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('I Want You to Want Me','Solid Harmonie',104,104);
3 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='I Want You to Want Me'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
4 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='I Want You to Want Me'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',2);
5 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='I Want You to Want Me'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
6 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='I Want You to Want Me'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',6);
7 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='I Want You to Want Me'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',2);
8 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='I Want You to Want Me'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',4);
9 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='I Want You to Want Me'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',6);
10 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Aaron\'s Party (Come Get It)','Aaron Carter',117,117);
11 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Aaron\'s Party (Come Get It)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
12 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Aaron\'s Party (Come Get It)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',2);
13 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Aaron\'s Party (Come Get It)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
14 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Aaron\'s Party (Come Get It)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',8);
15 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Aaron\'s Party (Come Get It)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',1);
16 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Aaron\'s Party (Come Get It)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',4);
17 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Aaron\'s Party (Come Get It)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',6);
18 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('www.blonde girl (MOMO Mix)','Jenny Rom',170,170);
19 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='Dancing Stage EuroMix 2'),'single','beginner',2);
20 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='Dancing Stage EuroMix 2'),'single','standard',1);
21 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='Dancing Stage EuroMix 2'),'single','difficult',4);
22 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='Dancing Stage EuroMix 2'),'single','expert',7);
23 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='Dancing Stage EuroMix 2'),'double','standard',2);
24 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='Dancing Stage EuroMix 2'),'double','difficult',4);
25 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='Dancing Stage EuroMix 2'),'double','expert',7);
26 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('That was Then, This is Now','Hi-Five',103,103);
27 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='That was Then, This is Now'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
28 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='That was Then, This is Now'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
29 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='That was Then, This is Now'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
30 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='That was Then, This is Now'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',6);
31 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='That was Then, This is Now'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',2);
32 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='That was Then, This is Now'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
33 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='That was Then, This is Now'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',6);
34 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('The Vibe is Right','Ruby Turner',116,116);
35 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Vibe is Right'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
36 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Vibe is Right'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
37 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Vibe is Right'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
38 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Vibe is Right'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
39 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Vibe is Right'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',2);
40 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Vibe is Right'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',4);
41 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Vibe is Right'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',5);
42 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Caribbean Queen','Billy Ocean',115,115);
43 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Caribbean Queen'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
44 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Caribbean Queen'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
45 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Caribbean Queen'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
46 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Caribbean Queen'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
47 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Caribbean Queen'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',2);
48 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Caribbean Queen'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',4);
49 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Caribbean Queen'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',6);
50 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('5, 6, 7, 8','Steps',140,140);
51 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='5, 6, 7, 8'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
52 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='5, 6, 7, 8'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
53 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='5, 6, 7, 8'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
54 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='5, 6, 7, 8'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',6);
55 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='5, 6, 7, 8'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',3);
56 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='5, 6, 7, 8'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',4);
57 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='5, 6, 7, 8'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',6);
58 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Cotton-Eye Joe','Rednex',132,132);
59 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Cotton-Eye Joe'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
60 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Cotton-Eye Joe'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
61 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Cotton-Eye Joe'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
62 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Cotton-Eye Joe'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
63 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Cotton-Eye Joe'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',2);
64 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Cotton-Eye Joe'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
65 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Cotton-Eye Joe'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',6);
66 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Stomp','Steps',130,130);
67 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Stomp'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
68 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Stomp'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
69 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Stomp'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
70 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Stomp'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
71 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Stomp'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',3);
72 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Stomp'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
73 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Stomp'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',6);
74 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('The Centre of the Heart (Stonebridge Club Mix)','Roxette',128,128);
75 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Centre of the Heart (Stonebridge Club Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
76 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Centre of the Heart (Stonebridge Club Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',2);
77 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Centre of the Heart (Stonebridge Club Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
78 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Centre of the Heart (Stonebridge Club Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
79 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Centre of the Heart (Stonebridge Club Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',2);
80 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Centre of the Heart (Stonebridge Club Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
81 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Centre of the Heart (Stonebridge Club Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
82 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('The Reflex','Duran Duran',126,126);
83 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Reflex'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
84 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Reflex'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',2);
85 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Reflex'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
86 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Reflex'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',8);
87 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Reflex'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',2);
88 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Reflex'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
89 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='The Reflex'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
90 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Test My Best','E-ROTIC',147,147);
91 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Test My Best'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
92 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Test My Best'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
93 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Test My Best'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',4);
94 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Test My Best'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
95 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Test My Best'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',5);
96 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Test My Best'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
97 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Test My Best'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
98 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Love You Like A Fool','Jessica Folker',183,183);
99 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Love You Like A Fool'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
100 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Love You Like A Fool'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',4);
101 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Love You Like A Fool'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
102 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Love You Like A Fool'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
103 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Love You Like A Fool'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',3);
104 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Love You Like A Fool'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
105 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Love You Like A Fool'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
106 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Never Gonna Make (Factory Team Mix)','Morgana',136,136);
107 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Gonna Make (Factory Team Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
108 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Gonna Make (Factory Team Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
109 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Gonna Make (Factory Team Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
110 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Gonna Make (Factory Team Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
111 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Gonna Make (Factory Team Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
112 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Gonna Make (Factory Team Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
113 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Gonna Make (Factory Team Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
114 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Nori Nori Nori','Judy Crystal',160,160);
115 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Nori Nori Nori'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
116 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Nori Nori Nori'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
117 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Nori Nori Nori'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
118 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Nori Nori Nori'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
119 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Nori Nori Nori'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',3);
120 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Nori Nori Nori'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
121 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Nori Nori Nori'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
122 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Don\'t Try to Stop It','Roman Holiday',192,192);
123 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Don\'t Try to Stop It'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
124 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Don\'t Try to Stop It'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
125 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Don\'t Try to Stop It'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
126 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Don\'t Try to Stop It'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',8);
127 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Don\'t Try to Stop It'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',3);
128 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Don\'t Try to Stop It'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
129 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Don\'t Try to Stop It'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
130 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Never Ending Story','DJ-AC-DC',140,140);
131 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Ending Story'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
132 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Ending Story'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
133 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Ending Story'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
134 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Ending Story'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
135 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Ending Story'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',3);
136 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Ending Story'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
137 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Ending Story'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
138 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Living In America','Rose & John',169,169);
139 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Living In America'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
140 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Living In America'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
141 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Living In America'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
142 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Living In America'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
143 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Living In America'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',3);
144 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Living In America'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
145 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Living In America'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
146 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('So Deep (Perfect Sphere Mix)','Silvertear',140,140);
147 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='So Deep (Perfect Sphere Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
148 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='So Deep (Perfect Sphere Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
149 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='So Deep (Perfect Sphere Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
150 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='So Deep (Perfect Sphere Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',9);
151 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='So Deep (Perfect Sphere Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',2);
152 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='So Deep (Perfect Sphere Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
153 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='So Deep (Perfect Sphere Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',9);
154 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Remember You','NM feat. Julie',55,105);
155 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Remember You'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
156 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Remember You'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',1);
157 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Remember You'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',3);
158 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Remember You'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',5);
159 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Remember You'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',1);
160 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Remember You'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',3);
161 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Remember You'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',5);
162 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Secret Rendez-vous','Divas',98,98);
163 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Secret Rendez-vous'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
164 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Secret Rendez-vous'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',2);
165 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Secret Rendez-vous'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
166 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Secret Rendez-vous'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
167 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Secret Rendez-vous'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',2);
168 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Secret Rendez-vous'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
169 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Secret Rendez-vous'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
170 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Spin the Disc','good-cool',130,130);
171 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Spin the Disc'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
172 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Spin the Disc'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',2);
173 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Spin the Disc'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
174 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Spin the Disc'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',8);
175 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Spin the Disc'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',2);
176 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Spin the Disc'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
177 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Spin the Disc'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
178 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Higher','NM feat. Sunny',132,132);
179 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Higher'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
180 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Higher'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
181 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Higher'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
182 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Higher'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',6);
183 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Higher'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',3);
184 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Higher'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
185 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Higher'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
186 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Let the Beat Hit \'em!','Stone Bros.',110,110);
187 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Let the Beat Hit \'em!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
188 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Let the Beat Hit \'em!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
189 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Let the Beat Hit \'em!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
190 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Let the Beat Hit \'em!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
191 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Let the Beat Hit \'em!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',3);
192 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Let the Beat Hit \'em!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
193 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Let the Beat Hit \'em!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
194 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Look to the Sky','System SF feat. Anna',140,140);
195 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='Dancing Stage EuroMix 2'),'single','beginner',3);
196 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='Dancing Stage EuroMix 2'),'single','standard',3);
197 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='Dancing Stage EuroMix 2'),'single','difficult',5);
198 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='Dancing Stage EuroMix 2'),'single','expert',7);
199 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='Dancing Stage EuroMix 2'),'double','standard',2);
200 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='Dancing Stage EuroMix 2'),'double','difficult',5);
201 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='Dancing Stage EuroMix 2'),'double','expert',7);
202 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Rain of Sorrow','NM feat. Ebony Fay',140,140);
203 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Rain of Sorrow'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
204 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Rain of Sorrow'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',2);
205 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Rain of Sorrow'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
206 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Rain of Sorrow'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',9);
207 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Rain of Sorrow'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',2);
208 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Rain of Sorrow'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
209 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Rain of Sorrow'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
210 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Can\'t Stop Fallin\' in Love','Naoki feat. Paula Terry',155,155);
211 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='Dancing Stage EuroMix 2'),'single','beginner',2);
212 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='Dancing Stage EuroMix 2'),'single','standard',3);
213 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='Dancing Stage EuroMix 2'),'single','difficult',5);
214 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='Dancing Stage EuroMix 2'),'single','expert',8);
215 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='Dancing Stage EuroMix 2'),'double','standard',3);
216 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='Dancing Stage EuroMix 2'),'double','difficult',4);
217 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='Dancing Stage EuroMix 2'),'double','expert',8);
218 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('D2R','Naoki',160,160);
219 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='D2R'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
220 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='D2R'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
221 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='D2R'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
222 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='D2R'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
223 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='D2R'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',3);
224 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='D2R'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
225 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='D2R'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
226 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Destiny','Naoki feat. Paula Terry',155,155);
227 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Destiny'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
228 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Destiny'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',2);
229 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Destiny'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
230 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Destiny'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
231 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Destiny'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',2);
232 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Destiny'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
233 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Destiny'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
234 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Never Let You Down','good-cool feat. JP Miles',125,125);
235 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Let You Down'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
236 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Let You Down'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
237 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Let You Down'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
238 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Let You Down'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
239 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Let You Down'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
240 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Let You Down'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
241 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Never Let You Down'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
242 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Memories','Naoki feat. Paula Terry',155,155);
243 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Memories'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
244 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Memories'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',2);
245 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Memories'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
246 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Memories'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',8);
247 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Memories'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',2);
248 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Memories'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
249 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Memories'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
250 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('My Summer Love','Mitsu-O feat. Geila',100,100);
251 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='My Summer Love'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
252 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='My Summer Love'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
253 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='My Summer Love'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
254 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='My Summer Love'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',9);
255 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='My Summer Love'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',3);
256 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='My Summer Love'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
257 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='My Summer Love'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
258 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Groove 2001','Sho-T feat. Brenda',140,140);
259 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Groove 2001'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
260 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Groove 2001'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',4);
261 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Groove 2001'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
262 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Groove 2001'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
263 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Groove 2001'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
264 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Groove 2001'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
265 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Groove 2001'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
266 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Vanity Angel','Fixx',140,140);
267 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Vanity Angel'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
268 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Vanity Angel'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
269 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Vanity Angel'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
270 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Vanity Angel'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',9);
271 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Vanity Angel'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',3);
272 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Vanity Angel'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
273 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Vanity Angel'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
274 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('B4U','Naoki',155,155);
275 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='B4U'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
276 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='B4U'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',4);
277 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='B4U'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
278 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='B4U'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',8);
279 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='B4U'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
280 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='B4U'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
281 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='B4U'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
282 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('B4U (B4 Za Beat Mix)','Naoki',170,170);
283 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='Dancing Stage EuroMix 2'),'single','beginner',3);
284 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='Dancing Stage EuroMix 2'),'single','standard',4);
285 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='Dancing Stage EuroMix 2'),'single','difficult',6);
286 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='Dancing Stage EuroMix 2'),'single','expert',7);
287 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='Dancing Stage EuroMix 2'),'double','standard',4);
288 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='Dancing Stage EuroMix 2'),'double','difficult',6);
289 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='Dancing Stage EuroMix 2'),'double','expert',7);
290 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Ecstasy','d-Complex',0,150);
291 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Ecstasy'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
292 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Ecstasy'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',4);
293 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Ecstasy'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
294 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Ecstasy'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
295 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Ecstasy'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
296 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Ecstasy'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
297 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Ecstasy'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
298 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('era (nostalmix)','TaQ',90,180);
299 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='era (nostalmix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
300 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='era (nostalmix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
301 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='era (nostalmix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
302 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='era (nostalmix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',8);
303 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='era (nostalmix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
304 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='era (nostalmix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
305 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='era (nostalmix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
306 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Hysteria 2001','NM',190,190);
307 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Hysteria 2001'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
308 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Hysteria 2001'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',4);
309 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Hysteria 2001'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
310 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Hysteria 2001'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
311 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Hysteria 2001'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
312 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Hysteria 2001'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
313 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Hysteria 2001'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
314 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Burnin\' the Floor','Naoki',155,155);
315 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Burnin\' the Floor'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
316 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Burnin\' the Floor'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',4);
317 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Burnin\' the Floor'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
318 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Burnin\' the Floor'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
319 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Burnin\' the Floor'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
320 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Burnin\' the Floor'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
321 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Burnin\' the Floor'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
322 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Candy','Luv UNLIMITED',192,192);
323 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Candy'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
324 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Candy'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',4);
325 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Candy'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
326 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Candy'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',8);
327 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Candy'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
328 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Candy'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
329 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Candy'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',9);
330 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Crash!','mr. Brian & The Final Band',200,200);
331 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Crash!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
332 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Crash!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',4);
333 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Crash!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
334 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Crash!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',9);
335 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Crash!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
336 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Crash!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
337 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Crash!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
338 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('DXY!','TaQ',148,148);
339 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='DXY!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
340 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='DXY!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',4);
341 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='DXY!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
342 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='DXY!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',8);
343 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='DXY!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
344 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='DXY!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
345 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='DXY!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
346 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Exotic Ethnic','RevenG',190,190);
347 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Exotic Ethnic'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
348 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Exotic Ethnic'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',4);
349 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Exotic Ethnic'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
350 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Exotic Ethnic'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',9);
351 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Exotic Ethnic'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
352 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Exotic Ethnic'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
353 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Exotic Ethnic'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',9);
354 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Tsugaru','RevenG vs DE-SIRE',94,165);
355 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Tsugaru'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
356 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Tsugaru'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
357 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Tsugaru'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
358 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Tsugaru'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',9);
359 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Tsugaru'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
360 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Tsugaru'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',7);
361 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Tsugaru'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',9);
362 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Afronova Primeval','8 bit',200,200);
363 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Afronova Primeval'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
364 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Afronova Primeval'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',4);
365 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Afronova Primeval'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
366 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Afronova Primeval'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',9);
367 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Afronova Primeval'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
368 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Afronova Primeval'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
369 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Afronova Primeval'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',9);
370 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Can\'t Stop Fallin\' in Love (SPEED MIX)','Naoki feat. Paula Terry',170,170);
371 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='Dancing Stage EuroMix 2'),'single','beginner',3);
372 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='Dancing Stage EuroMix 2'),'single','standard',4);
373 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='Dancing Stage EuroMix 2'),'single','difficult',6);
374 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='Dancing Stage EuroMix 2'),'single','expert',9);
375 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='Dancing Stage EuroMix 2'),'double','standard',4);
376 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='Dancing Stage EuroMix 2'),'double','difficult',6);
377 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='Dancing Stage EuroMix 2'),'double','expert',9);
378 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Electro Tuned (the SubS Mix)','TaQ',116,125);
379 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='Dancing Stage EuroMix 2'),'single','beginner',3);
380 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='Dancing Stage EuroMix 2'),'single','standard',5);
381 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='Dancing Stage EuroMix 2'),'single','difficult',6);
382 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='Dancing Stage EuroMix 2'),'single','expert',9);
383 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='Dancing Stage EuroMix 2'),'double','standard',4);
384 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='Dancing Stage EuroMix 2'),'double','difficult',6);
385 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='Dancing Stage EuroMix 2'),'double','expert',8);
386 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Hypnotic Crisis','Blue Destroyers',135,135);
387 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Hypnotic Crisis'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
388 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Hypnotic Crisis'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',5);
389 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Hypnotic Crisis'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
390 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Hypnotic Crisis'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',9);
391 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Hypnotic Crisis'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',5);
392 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Hypnotic Crisis'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',7);
393 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Hypnotic Crisis'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',9);
394 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Healing Vision (Angelic Mix)','2MB',49,196);
395 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='Dancing Stage EuroMix 2'),'single','beginner',3);
396 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='Dancing Stage EuroMix 2'),'single','standard',5);
397 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='Dancing Stage EuroMix 2'),'single','difficult',7);
398 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='Dancing Stage EuroMix 2'),'single','expert',9);
399 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='Dancing Stage EuroMix 2'),'double','standard',5);
400 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='Dancing Stage EuroMix 2'),'double','difficult',7);
401 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='Dancing Stage EuroMix 2'),'double','expert',9);
402 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Trip Machine Climax','DE-SIRE',180,180);
403 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Trip Machine Climax'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
404 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Trip Machine Climax'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',5);
405 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Trip Machine Climax'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',7);
406 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Trip Machine Climax'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',9);
407 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Trip Machine Climax'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',5);
408 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Trip Machine Climax'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',7);
409 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Trip Machine Climax'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',9);
410 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Max 300','Omega',300,300);
411 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Max 300'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
412 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Max 300'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',6);
413 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Max 300'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',8);
414 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Max 300'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',10);
415 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Max 300'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',6);
416 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Max 300'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',8);
417 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Max 300'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',10);
418 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('20th November','N.M.R feat. DJ Naguaro',130,130);
419 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='20th November'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
420 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='20th November'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
421 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='20th November'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
422 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='20th November'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
423 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='20th November'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',3);
424 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='20th November'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
425 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='20th November'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
426 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Keep On Movin\'','N.M.R',132,132);
427 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Keep On Movin\''),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
428 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Keep On Movin\''),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',4);
429 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Keep On Movin\''),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
430 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Keep On Movin\''),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',6);
431 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Keep On Movin\''),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
432 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Keep On Movin\''),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
433 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Keep On Movin\''),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
434 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Let Them Move','N.M.R',115,115);
435 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Let Them Move'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
436 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Let Them Move'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
437 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Let Them Move'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
438 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Let Them Move'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
439 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Let Them Move'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',3);
440 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Let Them Move'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
441 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Let Them Move'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
442 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Silent Hill','Thomas Howard',125,125);
443 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Silent Hill'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
444 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Silent Hill'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',2);
445 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Silent Hill'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
446 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Silent Hill'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
447 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Silent Hill'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
448 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Silent Hill'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
449 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Silent Hill'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',7);
450 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Jam Jam Reggae (AM Swing Mix)','Rice. C feat. Jam master 73',90,90);
451 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Jam Jam Reggae (AM Swing Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
452 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Jam Jam Reggae (AM Swing Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',2);
453 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Jam Jam Reggae (AM Swing Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',7);
454 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Jam Jam Reggae (AM Swing Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',8);
455 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Jam Jam Reggae (AM Swing Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',3);
456 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Jam Jam Reggae (AM Swing Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
457 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Jam Jam Reggae (AM Swing Mix)'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
458 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Make A Jam!','U1',124,124);
459 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Make A Jam!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
460 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Make A Jam!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',3);
461 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Make A Jam!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',5);
462 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Make A Jam!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
463 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Make A Jam!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
464 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Make A Jam!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',5);
465 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Make A Jam!'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
466 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('La Senorita','Captain T',182,182);
467 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='La Senorita'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',2);
468 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='La Senorita'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',4);
469 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='La Senorita'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',6);
470 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='La Senorita'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',7);
471 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='La Senorita'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',4);
472 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='La Senorita'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
473 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='La Senorita'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',9);
474 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Luv to Me (AMD Mix)','DJ Kazu feat. Tiger YAMATO',154,154);
475 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='Dancing Stage EuroMix 2'),'single','beginner',3);
476 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='Dancing Stage EuroMix 2'),'single','standard',4);
477 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='Dancing Stage EuroMix 2'),'single','difficult',7);
478 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='Dancing Stage EuroMix 2'),'single','expert',8);
479 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='Dancing Stage EuroMix 2'),'double','standard',5);
480 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='Dancing Stage EuroMix 2'),'double','difficult',6);
481 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='Dancing Stage EuroMix 2'),'double','expert',8);
482 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Love This Feelin\'','Chang Ma',95,190);
483 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Love This Feelin\''),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',1);
484 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Love This Feelin\''),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',6);
485 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Love This Feelin\''),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',7);
486 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Love This Feelin\''),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',8);
487 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Love This Feelin\''),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',6);
488 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Love This Feelin\''),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',7);
489 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Love This Feelin\''),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
490 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Dynamite Rave','Naoki',150,150);
491 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Dynamite Rave'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
492 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Dynamite Rave'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',5);
493 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Dynamite Rave'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',7);
494 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Dynamite Rave'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',9);
495 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Dynamite Rave'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',5);
496 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Dynamite Rave'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',6);
497 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Dynamite Rave'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
498 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('End of the Century','No. 9',171,171);
499 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='Dancing Stage EuroMix 2'),'single','beginner',3);
500 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='Dancing Stage EuroMix 2'),'single','standard',4);
501 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='Dancing Stage EuroMix 2'),'single','difficult',7);
502 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='Dancing Stage EuroMix 2'),'single','expert',9);
503 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='Dancing Stage EuroMix 2'),'double','standard',5);
504 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='Dancing Stage EuroMix 2'),'double','difficult',6);
505 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='Dancing Stage EuroMix 2'),'double','expert',9);
506 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Dead End','N&S',190,190);
507 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Dead End'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
508 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Dead End'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',5);
509 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Dead End'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',7);
510 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Dead End'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',9);
511 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Dead End'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',6);
512 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Dead End'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',7);
513 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Dead End'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',8);
514 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Paranoia KCET (Clean Mix)','2MB',180,180);
515 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='Dancing Stage EuroMix 2'),'single','beginner',3);
516 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='Dancing Stage EuroMix 2'),'single','standard',5);
517 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='Dancing Stage EuroMix 2'),'single','difficult',7);
518 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='Dancing Stage EuroMix 2'),'single','expert',9);
519 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='Dancing Stage EuroMix 2'),'double','standard',5);
520 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='Dancing Stage EuroMix 2'),'double','difficult',7);
521 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='Dancing Stage EuroMix 2'),'double','expert',9);
522 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Afronova','RevenG',200,200);
523 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Afronova'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
524 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Afronova'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',5);
525 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Afronova'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',7);
526 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Afronova'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',9);
527 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Afronova'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',5);
528 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Afronova'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',7);
529 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='Afronova'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',9);
530 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('Trip Machine (Luv Mix)','2MB',160,160);
531 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='Dancing Stage EuroMix 2'),'single','beginner',2);
532 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='Dancing Stage EuroMix 2'),'single','standard',6);
533 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='Dancing Stage EuroMix 2'),'single','difficult',7);
534 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='Dancing Stage EuroMix 2'),'single','expert',8);
535 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='Dancing Stage EuroMix 2'),'double','standard',7);
536 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='Dancing Stage EuroMix 2'),'double','difficult',8);
537 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='Dancing Stage EuroMix 2'),'double','expert',9);
538 INSERT INTO songs (title,artist,minbpm,maxbpm) VALUES ('PARANOiA Rebirth','190\'',190,190);
539 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='PARANOiA Rebirth'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','beginner',3);
540 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='PARANOiA Rebirth'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','standard',6);
541 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='PARANOiA Rebirth'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','difficult',7);
542 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='PARANOiA Rebirth'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'single','expert',9);
543 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='PARANOiA Rebirth'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','standard',6);
544 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='PARANOiA Rebirth'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','difficult',8);
545 INSERT INTO songratings (song,machine,playmode,difficulty,feetrating) VALUES ((SELECT song FROM songs WHERE title='PARANOiA Rebirth'),(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2'),'double','expert',9);
546 commit;