Example
Add 2 strings together:
SELECT 'iampsp' + '.com';
Definition and Usage
The + operator allows you to add two or more strings together.
Syntax
string1 + string2 + string_n
Add 2 strings together:
SELECT 'iampsp' + '.com';
The + operator allows you to add two or more strings together.
string1 + string2 + string_n