This website uses cookies. By clicking Accept, you consent to the use of cookies.
Click Here
to learn more about how we use cookies.
Accept
Reject
Browse
Neo4j
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Help
Sign In
Technical Discussions
Neo4j Graph Platform
Drivers & Stacks
Integrations
Releases
Events & Programs
Ninjas Program
Projects & Collaboration
Local Groups
Events
NODES
GraphAcademy
Courses & Certifications
GraphAcademy Discussions
Weekly Challenges
Community Corner
Introduce Yourself
Community News
Community Suggestions
General Discussions
About the Community
Head's Up!
Site migration
is underway. Phase 2: migrate recent content
mng12689
Node
since
12-10-2021
06-01-2022
User Statistics
1
Posts
0
Solutions
0
Kudos given
0
Kudos received
Neo4j
About mng12689
User Activity
Posts
Replies
Multiple CALL statements in single query returns no records
12-10-2021
Hello, I have the following query, where I aim to MERGE a list of $nodes: tx.run( `MATCH (u:User { id: $userId }) UNWIND $nodes AS map MERGE (n:ProjectNode { id: map.id }) ON CREATE SET n.createdAt = timestamp(), ...
No replies to display.