Help.......This doesn't seem to work....
Here's what I trying to do.
I have a table called qualifying and it's set up as follows:
r_id
name
et
mph
I am trying to move the top 16 names into a table called round1 which is set up as follows
r_id
r1_name_rd1
r3_name_rd1
r3_name_rd1
r4_name_rd1
r5_name_rd1
r6_name_rd1
r7_name_rd1
r8_name_rd1
r9_name_rd1
r10_name_rd1
r11_name_rd1
r12_name_rd1
r13_name_rd1
r14_name_rd1
r15_name_rd1
r16_name_rd1
I am having the hardest time that will get a query to work on this one. This is the very last thing to do before the mod is finished. Can one of the GURU's please help.
|