SQL Server 2017, Thanks to Graph Database, can express certain kinds of queries more easily than a relational database by transforming complex relationships into graphs#354
Merged
perrysk-msft merged 36 commits intomicrosoft:masterfrom Jan 29, 2018
segovoni:master
Merged
Conversation
… 2017 Graph Database that I have done at SQL Saturday Parma 2017 #sqlsat675
… using SQL Graph"
…ource code of the demo "Build a sample recommendation system using SQL Graph"
Contributor
|
Can you do the following?
|
Contributor
Author
|
Good morning,
Thanks for your feedback and suggestions, I will apply the correction as soon as possible.
I'll let you know on this thread..
Thanks again,
Sergio
Sent from my #WindowsPhone
…----- Messaggio originale -----
Da: "Umachandar Jayachandran" <notifications@github.com>
Inviato: 25/01/2018 21:08
A: "Microsoft/sql-server-samples" <sql-server-samples@noreply.github.com>
Cc: "Sergio Govoni" <segovoni@gmail.com>; "Author" <author@noreply.github.com>
Oggetto: Re: [Microsoft/sql-server-samples] Added some media for incomingdemos on SQL Graph database (#354)
Can you do the following?
Remove sql-saturday reference in folder names / files names. Rename to a more meaningful name
Use lowercase for file names and separate words with dash (-)
For the SQL scripts, can you put the setup / create table statements in a separate file and the procs / functions in its own file. It is easier to understand that way.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
| FROM | ||
| [Application].[People] | ||
| CROSS APPLY | ||
| (SELECT * FROM OPENJSON (CustomFields, '$.OtherLanguages')) As Languages |
Contributor
There was a problem hiding this comment.
Are you just taking 0 element from the array? Is this equivalent to SELECT JSON_VALUE(CustomFields, '$.OtherLanguages[0]')?
Contributor
Author
There was a problem hiding this comment.
Hi Jovan,
Thanks for your suggestion, I used the function JSON_VALUE instead of OPENJSON.
Contributor
Author
|
Hi guys,
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.