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