像这样将名字相同的时间组合到一起: 起始mysql查询:
使用聚合查询: select group_concat(id separator ‘;’) from t_label where CAST(id AS CHAR) in (1,2,3)