# \#max-number

**URL:** https://community.neo4j.com/tag/max-number/145.md

[Latest](https://community.neo4j.com/latest.md) · [Categories](https://community.neo4j.com/categories.md) · [Tags](https://community.neo4j.com/tags.md)

---

## [Explanation of error "Record id 65536 is out of range \[0, 65535\]"](https://community.neo4j.com/t/explanation-of-error-record-id-65536-is-out-of-range-0-65535/257)

<div class="topic-metadata">

**Author:** [@dana\_canzano](https://community.neo4j.com/u/dana_canzano)\
**Replies:** 10\
**Last updated:** [November 28, 2021, 2:39pm UTC](https://community.neo4j.com/t/explanation-of-error-record-id-65536-is-out-of-range-0-65535/257 "2021-11-28T14:39:45Z")

</div>

When running a Cypher statement that creates a new relationship type, for example MERGE (n1:Person {id:1})-\[r:knows\]-\>(n2:Person {id:2}) one may encounter an error which is logged in the $NEO4J\_HOME/logs/debug.log as 2…

---

## [Find maximum possible value property could be. \<MATCH (n:Node) WHERE not n.property='unknown' RETURN max(n.property)\> not working as expected](https://community.neo4j.com/t/find-maximum-possible-value-property-could-be-match-n-node-where-not-n-property-unknown-return-max-n-property-not-working-as-expected/35369)

<div class="topic-metadata">

**Author:** [@emroberts95](https://community.neo4j.com/u/emroberts95)\
**Replies:** 3\
**Last updated:** [March 17, 2021, 5:21pm UTC](https://community.neo4j.com/t/find-maximum-possible-value-property-could-be-match-n-node-where-not-n-property-unknown-return-max-n-property-not-working-as-expected/35369 "2021-03-17T17:21:24Z")

</div>

I'm trying to find the maximum possible value a property can have excluding one property. In generic syntax: MATCH (n:Node) WHERE not n.property='unknown' RETURN max(n.property) I tried the cypher query: MATCH (f:Fl…
