Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2008
Database Engine
Technical Reference
 += (Add EQUALS) (Transact-SQL)
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
SQL Server 2008 Books Online (November 2009)
+= (Add EQUALS) (Transact-SQL)

Adds two numbers and sets a value to the result of the operation. For example, if a variable @x equals 35, then @x += 2 takes the original value of @x, add 2 and sets @x to that new value (37).

Topic link icon Transact-SQL Syntax Conventions

expression += expression
expression

Is any valid expression of any one of the data types in the numeric category except the bit data type.

For more information, see + (Add) (Transact-SQL).

Returns the data type of the argument with the higher precedence. For more information, see Data Type Precedence (Transact-SQL).

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker