View Single Post
Old 11-10-2005, 09:09 PM   #1 (permalink)
proctor
Junior Member
 
Join Date: Oct 2005
Location: Annapolis, Maryland
Posts: 19
Default Select and add values of field

In this MySQL database each record has a visit_field that is an integer value.

How do I total and return values of the visit_field?

For example, if record 1 has a visit_field value of 8 and record 2 has a visit_field with a value of 10, I want to return 18.

I've been trying to figure this out but have ot been successfull. Tia
proctor is offline   Reply With Quote
Sponsored Links