top of page
inpoucusbanal

Nested-json-sql-query

SELECT * FROM OPENJSON (@json) WITH ( Number varchar(200), Date datetime, Items nvarchar(max) AS JSON ) CROSS APPLY OPENJSON (Items) WITH ...












nested-json-sql-query


Feb 5, 2018 — Whilst reading up on SQL Server 2016 JSON functionality I have seen ... In the query below, the JSON_VALUE functions extract at the 'higher' .... Question: In instances where tables within SQL Server contain JSON objects within a column you can use the import sql query editor feature in Sisense to flatten ... 939c2ea5af





0 views0 comments

Recent Posts

See All

Comments


bottom of page