RE: summarizing rows. an sql question

2001-03-13 Thread Maxim Maletsky
yup, thanks, this is what I was looking for! (just didn't know it) Cheers, Maxim Maletsky -Original Message- From: Thalis A. Kalfigopoulos [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 1:25 PM To: Maxim Maletsky Cc: [EMAIL PROTECTED] Subject: Re: summarizing row

Re: summarizing rows. an sql question

2001-03-13 Thread Thalis A. Kalfigopoulos
What's wrong with SUM? select sum(count) from table; Does it get any simpler than that? regards, thalis On Wed, 14 Mar 2001, Maxim Maletsky wrote: > > Hello everyone, > > I have a quick question: > > the following table keeps a track of logged in users. > > > CREATE TABLE auth_lost_in_s