数据库查询结果以逗号隔开一列显示

select msg_id, wm_concat(image_address) pik
    from T_EM_MESSAGEIMAGE T3
   group by t3.msg_id

你可能感兴趣的:(oracle)