cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Use the "identity" property in a query

In the database when opened with neo4j browser, I have noticed that for every node that is created in the database, it is assigned with a property "identity". I want to know if this "identity" property can be queried upon and if so, how.

1 ACCEPTED SOLUTION

Hello @codeinode

Yes, you can get this id with the function id().

Regards,
Cobra

View solution in original post

1 REPLY 1

Hello @codeinode

Yes, you can get this id with the function id().

Regards,
Cobra