这个问题在这里已经有答案了:
mysql,连接两列(5个答案)
去年关门了。
我想把多列数据合并成一列。
例如:
这是我的表格结构:
[Color], [Size] , [Other]
White , 23"x22", something
Black , 22"x44", test
这就是我想要达到的目标:
[Other_Attributes]
color=White,size=23"x22",other=something
color=Black,size=22"x44",other=test
我如何用mysql实现这一点
1条答案
按热度按时间o2rvlv0m1#
这样会有帮助的