G
Guest
i have data in a table as below, am displaying 4 columns only, the table has
20 columns. i.e. for each phone number i have a corresponding date in columns
but is in a separate record so i have 5 time record entries as that of total
number of phone numbers
Phone Number Status Inbound GSM Inbound SMS
3002005411.00 Active 02-Jul-07
3002005411.00 Active 03-Jul-07
3002005474.00 Active 08-Jul-07
3002005474.00 Active 10-Jul-07
I want to convert it to a table which can give me following.
Phone Number Status Inbound GSM Inbound SMS
3002005411.00 Active 03-Jul-07 02-Jul-07
3002005474.00 Active 10-Jul-07 08-Jul-07
i.e. against each phone number, it can give me value of each column but in
one record
20 columns. i.e. for each phone number i have a corresponding date in columns
but is in a separate record so i have 5 time record entries as that of total
number of phone numbers

Phone Number Status Inbound GSM Inbound SMS
3002005411.00 Active 02-Jul-07
3002005411.00 Active 03-Jul-07
3002005474.00 Active 08-Jul-07
3002005474.00 Active 10-Jul-07
I want to convert it to a table which can give me following.
Phone Number Status Inbound GSM Inbound SMS
3002005411.00 Active 03-Jul-07 02-Jul-07
3002005474.00 Active 10-Jul-07 08-Jul-07
i.e. against each phone number, it can give me value of each column but in
one record
