SQL Select merge all values with same keys

后端 未结 0 1022
温柔的废话
温柔的废话 2021-01-18 02:35

I have a table in SQL-Server like this:

id: int
key: nvarchar(max)
value: nvarchar(max)

I want to select Distinct keys as first column and al

相关标签:
回答
  • 消灭零回复
提交回复
热议问题