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.

utkarshgoyal55
Node Clone
since ‎10-31-2019
‎06-01-2022

User Statistics

  • 14 Posts
  • 0 Solutions
  • 3 Kudos given
  • 7 Kudos received

User Activity

Hello I have two nodes with the following details: 1 Node - It is question node which has question Id and question Text as property 2 Node - It has questionId as property and keys are questions answers So now I want to get return the question Text ...
I have written a query, which returns four columns and four columns have values in the separate rows. But I want is that the query should return me an array for different columns, not values in the separate rows. The query is: MATCH(c:Company{company...
I have my deatils of the login and password in the following two variables: let username = req.body.username; let password = req.body.password Now I have written the cypher query to fetch the details from the database which matches with the entered ...
I am trying to connect nodejs to the neo4j desktop, in which I created a database named as voters, a user is a default only which is named neo4j, I have not added any user. But I don't think I am writing the correct code in my node to connect to neo4...
I have the following code which extracts the data from my table in the sql database which matches with id: Now I want to write this query into the neo4j cypher language in which nodes are created with the label voters, and properties of that node con...
Kudos given to