傳回將兩個值連接在一起的值。等於「&」運算子。
使用範本
CONCAT("de","mystify")
CONCAT(17,76)
語法
CONCAT(value1, value2)
值_1
- The value to which值_2
will be appended.值_2
要附加到「值_1」後面的值。值_1
.
附註
值_1
和值_2
can be any scalar value or reference to a scalar value, including numeric and text types.