I\'m using neo4j and making executing this query:
MATCH (n:Person) RETURN n.name LIMIT 5
I\'m getting the names but i need the ids too. Please
Or you can take a look on the Neo4j Cypher Refcard
You can get a short look to a lots of functions and patterns you can write.
And more about functions on The Neo4j Developer Manual - Chapter 3. Cypher - 3.4. Functions