SQL Server 使用 + 连接
定义和用法
+ 运算符允许您将两个或多个字符串加在一起。
注意:另请参阅 CONCAT() 和 CONCAT_WS() 函数。
语法
string1 + string2 + string_n
参数值
参数 | 描述 |
---|---|
string1, string2, string_n | 必需。要加在一起的字符串 |
技术细节
适用于 | SQL Server(从 2005 开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
---|
+ 运算符允许您将两个或多个字符串加在一起。
注意:另请参阅 CONCAT() 和 CONCAT_WS() 函数。
string1 + string2 + string_n
参数 | 描述 |
---|---|
string1, string2, string_n | 必需。要加在一起的字符串 |
适用于 | SQL Server(从 2005 开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]