phpbar.de logo

Mailinglisten-Archive

[php] Re: [php] Etwas =?iso-8859-1?Q?f?= =?iso-8859-1?Q?=FCr?= SQL Spezies!

[php] Re: [php] Etwas f ür SQL Spezies!

Enrico Weigelt php_(at)_phpcenter.de
Tue, 9 Jul 2002 19:57:46 +0200


On Tue, Jul 09, 2002 at 07:31:48PM +0200, Tobias Orterer wrote:
> > |id|zahl1|zahl2|zahl3|zahl4|date          |
> > +--+-----+-----+-----+-----+--------------+
> > |1 |10   |15   |7    |23   |20020405125437|
> 
> SELECT
> SUM(zahl1) AS zahl1,
> SUM(zahl2) AS zahl1,
> SUM(zahl3) AS zahl3,
> SUM(zahl4) AS zahl4
> FROM table WHERE date BETWEEN(1.april,letzterApriltag);
> 
> dann haste die fürn april. also das mir jetzt sponan eingefallen.

select sum(zahl1), sum(zahl2), sum(zahl3), sum(zahl4) 
group by month(date);

select sum(zahl1), sum(zahl2), sum(zahl3), sum(zahl4) 
group by month(date) as month having month = 4; 


habs nich probiert, koennte aber so gehen. ansonsten 
vielleicht ueber eine temporaere tabelle gehen.

~-n

--
 Enrico Weigelt    ==   metux ITS 
 Webhosting ab 5 EUR/Monat. Server-Housing ab 50 EUR/Monat.
 www:     http://www.metux.de/        phone:     +49 36207 519931
 email:   contact_(at)_metux.de            cellphone: +49 174 7066481


php::bar PHP Wiki   -   Listenarchive