Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1644#discussion_r202727823
--- 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 --
I think you meant, "char[acter] (length [characters])" (That is, the length is surrounded
by parentheses, and it is not optional.)
---
|