oracle 怎么把列转为行显示 日期:2017-10-26 10:24:08 人气:2 oracle 怎么把列转为行显示 select to_char(wm_concat(name)) from tablename 使用wm_concat函数将列转化成行,使用逗号分割。最后转化成字符串