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.

nicolapaganotti
Node
since ‎12-18-2021
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Good Morning, I wrote a cypher query: MATCH (b:Book) WITH max(b.ide) AS maximum MATCH (b:Book) WHERE b.ide = maximum RETURN b ORDER BY ID(b) DESC LIMIT 1 This query returns first max record from Book records. { "identity": 23, "labels": [ "...
Hi, I'm trying create a node in graph database CREATE (b:Book) SET b.id = 100, b.@context = "https://schema.org", b.id = "Biblioteca - Sfogliatore di Libri - Fondazione Luigi Einaudi", b.type = "Book", b.name = "Cronache economiche e politiche di un ...