Files
Yaniv Michael Kaul ad2ba2b888 docs/cql: fix INSERT example clause order (IF NOT EXISTS before USING)
The grammar requires IF NOT EXISTS to appear before USING TTL,
not after. The example had 'USING TTL 86400 IF NOT EXISTS' which
produces a syntax error.

(cherry picked from commit 815aad50af)
2026-05-13 07:02:52 +00:00
..