Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nba.ngql #179

Merged
merged 1 commit into from
Oct 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions data/nba.ngql
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ VALUES\
"Joel Embiid" -> "Ben Simmons": (80),\
"Damian Lillard" -> "LaMarcus Aldridge": (80),\
"Yao Ming" -> "Tracy McGrady": (90),\
"Yao Ming" -> "Shaquile O'Neal": (90),\
"Yao Ming" -> "Shaquille O'Neal": (90),\
"Dejounte Murray" -> "Tim Duncan": (99),\
"Dejounte Murray" -> "Tony Parker": (99),\
"Dejounte Murray" -> "Manu Ginobili": (99),\
Expand All @@ -365,8 +365,8 @@ VALUES\
"Dirk Nowitzki" -> "Dwyane Wade": (10),\
"Paul George" -> "Russell Westbrook": (95),\
"Grant Hill" -> "Tracy McGrady": (90),\
"Shaquile O'Neal" -> "JaVale McGee": (100),\
"Shaquile O'Neal" -> "Tim Duncan": (80);
"Shaquille O'Neal" -> "JaVale McGee": (100),\
"Shaquille O'Neal" -> "Tim Duncan": (80);

INSERT\
EDGE teammate(start_year, end_year)\
Expand Down