king questions.
>
> SELECT SUM(minutes) AS ttltime, user FROM table WHERE user = 'someuser'
> GROUP BY user
>
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, January 26, 2001 3:00 PM
> Subject: Getti
CTED]>
Sent: Friday, January 26, 2001 3:00 PM
Subject: Getting totals from database
>
> I know this is probably a simple thing, but what I would like to
> be able to do, is to query a specific account name for minutes each day
> and then have those minutes ADDED up to show the cur
I know this is probably a simple thing, but what I would like to
be able to do, is to query a specific account name for minutes each day
and then have those minutes ADDED up to show the current total time
online.
My database has all of the info in the table, all I want to do is be
able