oracle拼接字段 表名:test表结构:ID value1 A1 B1 C... ... 1 N2 A2 B2 C... ...2 N查询语句
select ID, WMSYS.WM_CONCAT(value) from test group by ID;