Add 3 columns together into one "Address" column:
SELECT Address & ", " & PostalCode & ", " & City AS Address
FROM Customers;
Try it Yourself »
The & operator allows you to add two or more strings together.
string1 &
string2 &
string_n
Parameter | Description |
---|---|
string1, string2, string_n | Required. The strings to add together |
Works in: | From Access 2000 |
---|
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!