Help With MySql Column ??
Posted: Sat Oct 06, 2007 12:52 am
I need to get the sum of one column of the MySql table.
I am using
SELECT SUM(FieldName) from table where ........
but it's not working
please help
I am using
SELECT SUM(FieldName) from table where ........
but it's not working
please help