使用
GROUP_CONCAt()此,具有
GROUP BY覆盖其他三列:
SELECt name, -- Microsoft other, -- GGG other2, -- 1 GROUP_CONCAt(id) AS idsFROM tblGROUP BY name, other, other2

使用
GROUP_CONCAt()此,具有
GROUP BY覆盖其他三列:
SELECt name, -- Microsoft other, -- GGG other2, -- 1 GROUP_CONCAt(id) AS idsFROM tblGROUP BY name, other, other2