Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

convert rows of dat in to columns?

Status
Not open for further replies.

grahamnet

Technical User
Jun 27, 2004
5
AU
Can anyone help.
thisis my problem
i have a table that looks something like this.

a b c d e
1 2 2 5 6

i would like to convert the table to look like this.

a 1
b 2
c 2
d 5
e 6

any ideas as to where i should start?
ta!
 
You want to change your database schema or a query result ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
the info is in a table that is automatically entered from another application in to the table

so i cant really change the format of that table.

so i guess what i want to change is a query result (i think)!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top