View Single Post
  #3 (permalink)  
Old 03-06-2007, 12:41 AM
meera
 
Posts: n/a
Default MySQL answer. Re: can i wrire a query which sum up more than 2 columns in a single table?

[sql]
SELECT sum(col1)+sum(col2)+sum(col3) FROM table
[/sql]
Edit/Delete Message Reply With Quote