开发者

MySQL Query - Transpose

开发者 https://www.devze.com 2023-02-09 23:45 出处:网络
How if I have this 1 column and want to make it become 1 row. Please Help using MYSQL Query. Thank you.开发者_C百科

How if I have this 1 column and want to make it become 1 row. Please Help using MYSQL Query. Thank you.

开发者_C百科
Column
------
1
0
1
1
0
1
0 


  Col1       Col2       Col3     Col4      Col5      Col6       Col7
| 1        | 0        | 1      | 1       | 0       | 1        | 0      |
0

精彩评论

暂无评论...
验证码 换一张
取 消