将 3 列添加到一个 "Address" 列中:
SELECT Address & ", " & PostalCode & ", " & City AS Address
FROM Customers;
亲自试一试 »
& 运算符允许您将两个或多个字符串添加在一起。
string1 &
string2 &
string_n
Parameter | Description |
---|---|
string1, string2, string_n | Required. The strings to add together |
工作于: | 从 Access 2000 |
---|
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!