python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using OPENJSON in SQL Server Query
I'm trying to pull some information from a JSON array stored in an SQL Server database. I can see I need to use OPENJSON, and I've found numerous examples of how to use it, but the rub is all of the e...
Steve
Votes: 0
Answers: 1
SQL on US Census - Null values return
I am trying to get data from the US Census on SQL Server Studio for analysis (trade data at port level). I have downloaded a JSON file for now from their API (ideally, I will do a call from SQL studio...
Alex
Votes: 0
Answers: 1
How Can I use OpenJson to access double nested arrays IN T-SQL?
I have a JSON file listed below and I am having issues using OPENJSON to get access to the Misc field when the CheckboxValue is true.
So the example below would return a table:
Company ReferenceDuplic...
apolloSN
Votes: 0
Answers: 1
How to use OPENJSON if column is same in SQL?
My database table is created as :
declare @library table (dependencies varchar(max))
insert into @library values('{"jar":"azure.com","maven":"azure.com","...
blac040
Votes: 0
Answers: 1