SQL Convert Rows To Columns

后端 未结 2 1245
南旧
南旧 2020-12-18 09:19

I know this has been asked a few times before, but I can\'t find any solution that fits my example.

I currently have a table of user permissions to use certain pages

2条回答
  •  我在风中等你
    2020-12-18 10:00

    To easily transpose columns into rows with its names you should use XML. In my blog I was described this with example: Link

提交回复
热议问题