Questions tagged [json-value]

77 questions
-1
votes
1 answer

SQL JSON_VALUE query but without path names?

I have json data that I am trying to import in to a SQL Server database but it doesnt have path names to reference - how do I go by indentifying the different elements here: Sample json:…
optionone
  • 3
  • 4
-3
votes
1 answer

Replace unicode characters into a column

I am trying to normalize a column in my table without having an easy way to do it. I tried to use the NORMALIZE function and other solutions posted here, but nothing works. I would like to get a text normalized from the table like "C\u00f3mo…
1 2 3 4 5
6