Transpose column into rows
- From: Oonz <arundhaj@xxxxxxxxx>
- Date: 29 May 2007 02:52:43 -0700
Hi Friends,
How to transpose the columns into rows
i want to convert the table which looks like this
ID Name HomePhone WorkPhone Email
1 test1 678364 643733 test1@xxxxxxxx
2 test2 678344 643553 test2@xxxxxxxx
to a table which should look like this
ID Name Device
1 test1 678364
1 test1 643733
1 test1 test1@xxxxxxxx
2 test2 678344
2 test2 643553
2 test2 test2@xxxxxxxx
Thanks in Advance
Arunkumar
.
- Follow-Ups:
- Re: Transpose column into rows
- From: Plamen Ratchev
- Re: Transpose column into rows
- Prev by Date: needed: 1 + null = 1
- Next by Date: Re: needed: 1 + null = 1
- Previous by thread: needed: 1 + null = 1
- Next by thread: Re: Transpose column into rows
- Index(es):