|
V
|
vytb 4/26/2008 |
|
Make (modify) a query, and that's it! |
|
|
C
|
chaz author 4/27/2008 |
Make (modify) a query, and that's it!
|
|
|
J
|
Jane 4/28/2008 |
|
Hi, select count(ID), age from TableName group by age
select count(ID), gender from TableName group by gender |
|
|
C
|
chaz author 4/28/2008 |
|
thanks for info so how do i group in age brackets ?? cheers |
|
|
J
|
Jane 4/29/2008 |
|
Hi,
select count(ID), age_group from TableName group by age_group |
|