Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1644#discussion_r203554845
--- Diff: docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc ---
@@ -2963,18 +2963,22 @@ column-definition is:
<<<
```
data-type is:
- char[acter] [(length [characters])]
- [character set char-set-name]
- [upshift] [[not]casespecific]
+ char[acter] [(length) [characters]]
--- End diff --
Should be "char[acter] [(length [characters])]" (The trailing parenthesis
should come after the optional [characters] syntactic element)
---