SQL - Structured Query Language

String Concatenation Operator



An operator is a symbol specifying an action that is performed on one or more expressions. SQL Server operators can categories into Arithmetic Operators, Assignment Operator, String Concatenation Operator, Comparison Operators, Bitwise Operators, Unary Operators, Compound Operators, Scope Resolution Operator, Logical Operators and SET Operators.

String concatenation operator is used combine two or more string values into one string value.

Symbol Name Description
+ Plus Sign To combine two or more string values into one string value.

* * * * *


Email Your Comment To AUTHOR