lundi 11 juillet 2016

Create table with column names from another tables column data

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.

Aucun commentaire:

Enregistrer un commentaire