• I want to have this:

    select column1 from table1

    column1

    a

    b

    c

    and result:a,b,c

    and i donot want to use cursor or virtual table.please help me.thanks