Hi,
I have a table student having two columns name and course-Id, if one student having more then one course-Id.
Ex:
name course-Id
venu c
venu c++
venu v.B
then i need a o/p as
name course-ID
venu c,c++,V.B
Thanks in Advance,
Vasavivenu.
I have a table student having two columns name and course-Id, if one student having more then one course-Id.
Ex:
name course-Id
venu c
venu c++
venu v.B
then i need a o/p as
name course-ID
venu c,c++,V.B
Thanks in Advance,
Vasavivenu.
Comment