Add all columns in MySQL?
#4

You can use SUM function to retrieve the sum of mentioned field from all rows.

Код:
SELECT SUM(field_name) FROM table_name
Reply


Messages In This Thread
Add all columns in MySQL? - by Derexi - 08.12.2014, 11:12
Re: Add all columns in MySQL? - by welderlourenco - 08.12.2014, 11:27
Re: Add all columns in MySQL? - by Derexi - 08.12.2014, 12:26
Re: Add all columns in MySQL? - by Lordzy - 08.12.2014, 12:36
Re: Add all columns in MySQL? - by welderlourenco - 08.12.2014, 13:51

Forum Jump:


Users browsing this thread: 1 Guest(s)