I need to SUM UP numeric values of my database. I don't know how to do this. Please help!
With mysql you could do this:
`select SUM(fieldname) FROM tablemame'