如何在sql server中使用连接
我有一个表,其中的数据就像
Data
a
b
c
我需要编写一个 SQL 查询来带来以下输出
Data
abc
如何在 SQL Server 2000 中使用来执行相同的操作 谢谢
I have a table where the data are like
Data
a
b
c
I need to write a SQL query to bring the following output
Data
abc
How to do the same by using in SQL Server 2000
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道如何/是否可以使用 XML RAW 来完成。不过这种方法在 SQL2000 中是有效的。
编辑哦,我刚刚看到你的另一个问题,凯德给了你一个链接。不KM的回答该链接对你有用吗?
KM的测试查询
I don't know how/if it can be done with XML RAW. This approach works in SQL2000 though.
Edit Oh I've just seen your other question where Cade gave you a link. Doesn't KM's answer on that link work for you?
KM's test query