本文介绍了SQL 2005中的ROWS的COlumns的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 我有2张表格,内容如下: UserTable Id Name Place ----------- ------------------------ 1 Vidya德里 2 Minu Banglore 详细信息表 ID SPEC资格 ------------------------------------- 1嗨+2 1 Hello Degree 实际上我想要以下格式输出 UserID名称地方规格资格ED1 ED2 ----------- --------------- -------------------------------------------- 1 Vidya Delhi Hi +2 Hello Degree 请用查询更新 Thanx提前 Saju A 解决方案 I have 2 table with the following details.UserTableId Name Place----------- ------------------------ 1 Vidya Delhi2 Minu BangloreDetail TableID SPEC Qualification-------------------------------------1 Hi +21 Hello DegreeActually i want the out put in below formatUserID Name Place Spec Qualification ED1 ED2----------- -----------------------------------------------------------1 Vidya Delhi Hi +2 Hello DegreePlease update with the queryThanx in advanceSaju A 解决方案 这篇关于SQL 2005中的ROWS的COlumns的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-26 21:25