I need to convert rows to single column with like converting the following
cust_id
cust_name
age
.
.
.
batch_id
to
cust_id,cust_name,age,....batch_id
What is the best way to it.
Any help will be highly appreciated.
Thanks,
Ravi
cust_id
cust_name
age
.
.
.
batch_id
to
cust_id,cust_name,age,....batch_id
What is the best way to it.
Any help will be highly appreciated.
Thanks,
Ravi