Re: Getting totals from database

2001-01-27 Thread pferraro
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

Re: Getting totals from database

2001-01-26 Thread Eric Fitzgerald
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

Getting totals from database

2001-01-26 Thread pferraro
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