[docs]YDB_KEYWORDS = {
    "abort",
    "action",
    "add",
    "after",
    "all",
    "alter",
    "analyze",
    "and",
    "ansi",
    "any",
    "array",
    "as",
    "asc",
    "assume",
    "async",
    "attach",
    "autoincrement",
    "before",
    "begin",
    "bernoulli",
    "between",
    "bitcast",
    "by",
    "cascade",
    "case",
    "cast",
    "changefeed",
    "check",
    "collate",
    "column",
    "columns",
    "commit",
    "compact",
    "conditional",
    "conflict",
    "constraint",
    "consumer",
    "cover",
    "create",
    "cross",
    "cube",
    "current",
    "current_date",
    "current_time",
    "current_timestamp",
    "data",
    "database",
    "decimal",
    "declare",
    "default",
    "deferrable",
    "deferred",
    "define",
    "delete",
    "desc",
    "detach",
    "disable",
    "discard",
    "distinct",
    "do",
    "drop",
    "each",
    "else",
    "empty",
    "empty_action",
    "encrypted",
    "end",
    "erase",
    "error",
    "escape",
    "evaluate",
    "except",
    "exclude",
    "exclusion",
    "exclusive",
    "exists",
    "explain",
    "export",
    "external",
    "fail",
    "family",
    "filter",
    "flatten",
    "following",
    "for",
    "foreign",
    "from",
    "full",
    "function",
    "glob",
    "group",
    "grouping",
    "groups",
    "hash",
    "having",
    "hop",
    "if",
    "ignore",
    "ilike",
    "immediate",
    "import",
    "in",
    "index",
    "indexed",
    "inherits",
    "initially",
    "inner",
    "insert",
    "instead",
    "intersect",
    "into",
    "is",
    "isnull",
    "join",
    "json_exists",
    "json_query",
    "json_value",
    "key",
    "left",
    "like",
    "limit",
    "local",
    "match",
    "natural",
    "no",
    "not",
    "notnull",
    "null",
    "nulls",
    "object",
    "of",
    "offset",
    "on",
    "only",
    "or",
    "order",
    "others",
    "outer",
    "over",
    "partition",
    "passing",
    "password",
    "plan",
    "pragma",
    "preceding",
    "presort",
    "primary",
    "process",
    "raise",
    "range",
    "reduce",
    "references",
    "regexp",
    "reindex",
    "release",
    "rename",
    "replace",
    "replication",
    "reset",
    "respect",
    "restrict",
    "result",
    "return",
    "returning",
    "revert",
    "right",
    "rlike",
    "rollback",
    "rollup",
    "row",
    "rows",
    "sample",
    "savepoint",
    "schema",
    "select",
    "semi",
    "sets",
    "source",
    "stream",
    "subquery",
    "symbols",
    "sync",
    "system",
    "table",
    "tablesample",
    "tablestore",
    "temp",
    "temporary",
    "then",
    "ties",
    "to",
    "topic",
    "transaction",
    "trigger",
    "type",
    "unbounded",
    "unconditional",
    "union",
    "unique",
    "unknown",
    "update",
    "upsert",
    "use",
    "user",
    "using",
    "vacuum",
    "values",
    "view",
    "virtual",
    "when",
    "where",
    "window",
    "with",
    "without",
    "wrapper",
    "xor",
}