I have table with a single column like this:
---------
| col |
---------
| A |
| B |
| C |
---------
I want to create a new table with the following column names like this:
-------------------
| A | B | C |
-------------------
Any suggestions? Thanks a lot.