Hi,
I'm using a query whose output is based on Last(mailboxcount) & it is as follows:
Server | Mailbox Count | |
ABCD | 2345 | Based on LAST(mailboxcount) |
EFGH | 2234 | Based on LAST(mailboxcount) |
IJKL | 1123 | Based on LAST(mailboxcount) |
TOTAL | ??? |
How do I sum the above values?
I'm a newbie in SQL, please help.