I get a syntax error when I use the word “options” in my query. The documentation reports only OPTION as reserved word and I couldn’t find a release note about this change.
Thanks for finding document issue. Opened DOC-6707
OPTIONS is N1QL reserve word as part of N1QL TTL ( * Built-in support to manage document expiration using N1QL. See N1QL DML statement documentation for details - INSERT | UPSERT | UPDATE | MERGE.)
https://docs.couchbase.com/server/current/release-notes/relnotes.html
You can use back-ticks around options.