Sunday, October 31, 2010

Summing column value in SQL

To sum the columns' of a record in table use '+' operator like -
select col1+col2 from table test

No comments:

Post a Comment