Getting last node created

40 views
Skip to first unread message

Eclipsetalk

unread,
Jun 12, 2019, 12:28:27 PM6/12/19
to Neo4j
Hello,
What is the cypher query to retrieve the last node that was created?

Thanks,

Eric

Elena Williams

unread,
Jun 17, 2019, 5:10:40 AM6/17/19
to ne...@googlegroups.com

Hi Eric, 

Have you tried asking your question here: https://community.neo4j.com/
I believe this group is defunct.

--
You received this message because you are subscribed to the Google Groups "Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/neo4j/cb236f12-43a2-46f7-9956-96f0e75de2c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

KeQin Wei

unread,
Jun 17, 2019, 5:10:43 AM6/17/19
to Neo4j
Match (n)
Return n
Order by n.created_at desc
Limit 1

在 2019年6月13日星期四 UTC+8上午12:28:27,Eclipsetalk写道:

Eclipsetalk

unread,
Jun 17, 2019, 7:35:14 AM6/17/19
to Neo4j
Thanks that helped!
Reply all
Reply to author
Forward
0 new messages