Actions

Space Race/MATCH Tutorial

From NoSQLZoo

Revision as of 18:01, 26 November 2019 by ChrisHouston (talk | contribs)

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:

jQuery JSHint CodeMirror MediaWiki MariaDB
  • You have been served by: dill