Space Race/MATCH Tutorial: Difference between revisions
From NoSQLZoo
ChrisHouston (talk | contribs) Created page with "I am error" |
ChrisHouston (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
== MATCH == | |||
[http://nosqlzoo.net/mw/visproject/visualisation.php Click here for 3d graph visualisation] | |||
===MATCH=== | |||
<div class="q nonum" data-lang="neo4j"> | |||
Use MATCH and RETURN to show nodes that are Institutions rather than Astronauts | |||
<p class='strong'>Show Institutions instead of Astronauts<p> | |||
<pre class="def"><nowiki>MATCH(n:Astronaut) RETURN n;</nowiki> | |||
</pre> | |||
<pre class="ans"><nowiki>MATCH(n:Institution) RETURN n; </nowiki> | |||
</pre> | |||
</div> | |||
{{Acknowledgements}} |
Revision as of 18:01, 26 November 2019
MATCH
Click here for 3d graph visualisation
MATCH
Use MATCH and RETURN to show nodes that are Institutions rather than Astronauts
Show Institutions instead of Astronauts
MATCH(n:Astronaut) RETURN n;
MATCH(n:Institution) RETURN n;
Acknowledgements
NoSQLZoo is made possible by the following open-source technologies: