apoc.create.uuid

Function Deprecated

apoc.create.uuids(count Integer) - returns a stream of UUIDs.

Signature

apoc.create.uuid() :: (STRING?)

Usage Examples

The following generates a new UUID:

RETURN apoc.create.uuid() as output;
Table 1. Results
Output

"3bfef4ba-564e-4ce1-b3af-616651f90aff"