Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8522921
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T07:15:52+00:00 2026-06-11T07:15:52+00:00

In regards to Neo4j, I’m noob. I’ve been attempting to learn Cypher by using

  • 0

In regards to Neo4j, I’m noob. I’ve been attempting to learn Cypher by using the console in the website admin. But there seems to be quirks that I’m not aware off or there is a configuration setting that is incorrect.

For example: at the following URL, a very simple Cypher is provided (see code below)
http://docs.neo4j.org/chunked/1.7.2/shell-commands.html#_query_with_cypher

When I execute the following Cypher on the console in the Neo4j admin website, I get an error:

start n = (0) return n
==> SyntaxException: expected either node or relationship here
==> "start m = (0) return m"

But if I execute the following Cypher. Notice that I added “node” prior to the “(0)”. Everything works fine:

start n = node(0) return  n
==> +-----------+
==> | n         |
==> +-----------+
==> | Node[0]{} |
==> +-----------+
==> 1 row, 0 ms

It seems that many examples I see do not include the word “node” in similar scenerios. Should this be expected or is there something I’m doing wrong?

I’m running Neo4j version 1.7.2 on windows server 2008.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T07:15:53+00:00Added an answer on June 11, 2026 at 7:15 am

    Based on Neo4J documentation there was change from version 1.4.2 to 1.5.3, I believe this keyword was once optional, but now required.

    Neo4J Version 1.4.2 documentation
    http://docs.neo4j.org/chunked/1.4.2/query-start.html

    start n=(1) return n
    

    Neo4J Version 1.5.3 documentation
    http://docs.neo4j.org/chunked/1.5.3/query-start.html

    START n=node(1) 
    RETURN n
    

    I can’t be certain unless I load Neo4J version 1.4.2, but I believe “node” was probably optional in Neo4j Version 1.4.2. Now going forward from version 1.5.3, “node” seems to be required.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

With regards to handling a TCP/IP connection using the TcpClient class, is there an
As regards best practices, is there a meaningful difference between using: Double d; and
In regards to online surveys, there are 3 basic types of questions - single
In regards to: Find Hyperlinks in Text using Python (twitter related) How can I
In regards to the order of execution of statements in SQL, is there any
This is in regards to merge XCode project.pbxproj files, but the same principle applies
I need suggestions with regards to the multiple file upload using File Upload control
Greetings, Is there any open source graph database available other than Neo4J?? NOTE: Why
In regards to the following code: using (SqlConnection sqlConnection = new SqlConnection(connectionString)) { code...
This is mainly in regards to my question here , but I don't understand

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.