MySQL Forums
Forum List  »  General

adding rows! is it possible?
Posted by: Sakib Farid
Date: January 25, 2005 02:20PM

hi,

i have a little problem, dont know if u can do this

say we have the following table


ANIMAL NUMBER
dogs 3
dogs 2
dogs 1
cats 2
cats 5
bats 1

select * from pets produces this result

can i now do a query which will give me the following results by adding the number rows together where the animal is the same

ANIMAL NUMBER
dogs 6
cats 7
bats 1

or even

NUMBER
6
7
1

pls help!!!!!!!

Options: ReplyQuote


Subject
Written By
Posted
adding rows! is it possible?
January 25, 2005 02:20PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.