Viewing 4 posts - 1 through 4 (of 4 total)
Ahh thats why:) I will go ahead and change the source JSON, thanks for your input and help:)
January 10, 2019 at 1:57 pm
That is the desired results - however, I would love a solution where I didnt have to change the JSON - is that possible?
January 10, 2019 at 1:49 pm
And if I do like this
SELECT *
FROM OPENJSON(@json,'$.api.names."1"')
WITH(
firstname nvarchar(255),
lastname nvarchar(255)
) a
I can get the first "row" just like...
January 10, 2019 at 8:22 am
Not a test file, just cleaned up the scripts from company related stuff;)
And so will i do with the json file, cant upload a json file. But the...
November 9, 2018 at 9:58 am
Viewing 4 posts - 1 through 4 (of 4 total)