RelataDB error reference

Parse error

The SQL / Cypher / GQL statement has a syntax error.

REL_PARSEHTTP 400Query & schema

Why this happens

Malformed statement — wrong keyword, bad punctuation, unsupported syntax.

How to fix it

Fix the syntax. Error detail includes the offending token (line:column from v1.5.0). Test with EXPLAIN first.

Every RelataDB error carries a correlation_id (UUIDv7). Cite it when reporting — ops cannot trace the request without it. See reporting errors.