Re: iterating through a month

2004-02-10 Thread mos
At 05:38 PM 2/6/2004, you wrote: >In MySql is it possible to repeat through a month, for example I would like >to >Select count(user) from table where date = x >However, I want x to be a range from the first of the month to the last day >in the month, I of course would need to pass in a month and

AW: iterating through a month

2004-02-07 Thread Freddie Sorensen
Check out GROUP BY -Ursprüngliche Nachricht- Von: Scott Haneda [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 6. Februar 2004 23:34 An: MySql Betreff: iterating through a month In MySql is it possible to repeat through a month, for example I would like to Select count(user) from table

Re: iterating through a month

2004-02-06 Thread mos
At 05:38 PM 2/6/2004, you wrote: >In MySql is it possible to repeat through a month, for example I would like >to >Select count(user) from table where date = x >However, I want x to be a range from the first of the month to the last day >in the month, I of course would need to pass in a month and

Re: iterating through a month

2004-02-06 Thread Peter Brawley
>In MySql is it possible to repeat through a month, for example I would like >to >Select count(user) from table where date = x >However, I want x to be a range from the first of the month to the last day >in the month, I of course would need to pass in a month and year value to >limit it to that

iterating through a month

2004-02-06 Thread Scott Haneda
In MySql is it possible to repeat through a month, for example I would like to Select count(user) from table where date = x However, I want x to be a range from the first of the month to the last day in the month, I of course would need to pass in a month and year value to limit it to that month