Created
August 2, 2017 09:26
-
-
Save Meatballs1/dcd0a6017fbf3b4fe56861ac54e7cc1f to your computer and use it in GitHub Desktop.
Generate a random identifier with Neo4j Apoc
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
RETURN apoc.text.join(apoc.coll.randomItems(split("abcdefghijklmnopqrstuvwxyz0123456789",""), 12, true),"") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment