单行输出mysql数据到屏幕

时间:2019-03-05 07:26:27

标签: mysql

我有一列:

Id          attrib                value
"id1"      "Router"             "New York"
"id2"      "Router"             "New York"
"id3"      "Router"             "New York"
"id4"      "Router"             "New York"

我怎么可能selectattrib值仅一次,但是要用select语句包含所有相关的ID?像这样:

attrib_value

我已经尝试了一些方法,但是我什至不知道要在互联网上搜索什么。以下是我所了解的

直接选择将以标准格式给出值:

"Router"   "New York"   “id1, id2, id3, id4”

1 个答案:

答案 0 :(得分:3)

使用sold_items

group_concat()