3. group_concat与oracle中wm_concat用法一样

select 
  group_concat(rp.ROLE_ID) 
from 
  tabname t
where 
    t.obj_ID = #id#

你可能感兴趣的:(MYSQL)