【发布时间】:2012-04-23 17:07:31
【问题描述】:
我已经看到可以在 Access 中使用 & 连接字符串。
但是,我无法编写以下查询:
SELECT age, &names ==> this line does not work, how can I concatenate the strings?
FROM table GROUP BY age;
所以我得到例如:"30; JohnWilliamPeter", 他们都是 30 岁。
有什么办法吗?
【问题讨论】:
标签: sql string ms-access concatenation