i have a table with two columns like
VENDOR_NAME   DIRECTORY_NAME
DL_101Records  .ssh
DL_101Records  ADHOC
DL_101Records  ARCHIVED
DL_101Records  INBOUND
DL_101Records  OUTBOUND
DL_101Records  PROCESSED
DL_101Records  pub
DL_101Records  TAKEDOW
N
Is there an easy way to turn this into a single string like
VENDOR_NAME    DIRECTORY_NAME
DL_101Records  .SSH ,ADHOC ,ARCHIVED ,INBOUND ,OUTBOUND ,PROCESSED ,PUB ,TAKEDOWN
 
     
     
    