You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The path to get JSON structure from 'skills' in Convert JSON collections to a rowset (example 2) was wrong and the alias (a) was remove for access a 'skills' column from outer apply
**skills** array is returned in the first `OPENJSON` as original JSON text fragment and passed to another `OPENJSON` function using `APPLY` operator. The second `OPENJSON` function will parse JSON array and return string values as single column rowset that will be joined with the result of the first `OPENJSON`.
163
163
The result of this query is shown in the following table:
0 commit comments