apoc.create.uuid
Function Deprecated
apoc.create.uuids(count Integer)
- returns a stream of UUIDs.
Usage Examples
The following generates a new UUID:
RETURN apoc.create.uuid() as output;
Output |
---|
"3bfef4ba-564e-4ce1-b3af-616651f90aff" |
Was this page helpful?