边
边尘浪子
Unregistered / Unconfirmed
GUEST, unregistred user!
例如:
--------------------------
1 | abcd | other one |
2 | abcd | other tow |
3 | def | other three |
--------------------------
如何合并两个abcd成为一个跨两行的单元格???并且abcd在这个单元格的正中间显示
还有一个问题:如何在数据库(MsSql)里SELECT结果作为一行输出
如: select a from tb 的结果为
a
--
b
c
d
如何让它输出为
a
------------
b,c,d
--------------------------
1 | abcd | other one |
2 | abcd | other tow |
3 | def | other three |
--------------------------
如何合并两个abcd成为一个跨两行的单元格???并且abcd在这个单元格的正中间显示
还有一个问题:如何在数据库(MsSql)里SELECT结果作为一行输出
如: select a from tb 的结果为
a
--
b
c
d
如何让它输出为
a
------------
b,c,d