Jump to content

Using data from a Mysql table and display it in groups, by month


brown2005

Recommended Posts

Hi,

I have a table monthly with the following fields;

month bigint(15)               
position bigint(15)             
person bigint(15)               
hits bigint(15)

what i want to do is group things by the month, i.e.

7

8

9

then have a table for each month

position - person - hits

so

7       

position - person - hits
1 - Name - 54

8     

position - person - hits
1 - Name - 54
2 - Name2 - 12

etc.

thanks for any help in advance.

regards

richard

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.