I have a table like this:
TABLE myTable(identifier nvarchar(10) primary key, jsonfield nvarchar(max))
In the table there is 1 record like this:
Can you help to findout a single query to output something like this within a view? It is SQL Server.