Page 1 of 1

combination of two records using key

Posted: Mon Jun 02, 2008 9:05 am
by edward_m
I have a requirement to comibe records to one record based on their key

Example..

NO Name
1 STR
1 M
2 PMR
2 L
3 KYM
3 Z

I want to convert the above into the following output

NO Name1 Name2
1 STR M
2 PMR L
3 KYM Z

Could you please through some ideas how to get the desired output from the above.........

Re: combination of two records using key

Posted: Mon Jun 02, 2008 9:28 am
by sachin1
hello friend below link is good example, it will help you

viewtopic.php?t=97681&highlight=vertical+pivot