Skip to content

Instantly share code, notes, and snippets.

@ReedJessen
Created December 30, 2016 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ReedJessen/f10556c31402cbfe47bc14b2f24b383d to your computer and use it in GitHub Desktop.
Save ReedJessen/f10556c31402cbfe47bc14b2f24b383d to your computer and use it in GitHub Desktop.
Query to determine how many Patents are in the dataset
MATCH (n:Patent) RETURN count(n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment