[
https://issues.apache.org/jira/browse/TRAFODION-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on TRAFODION-1459 started by Hans Zeller.
----------------------------------------------
> SHOWDDL shows incorrect CAST in DIVISION BY clause
> --------------------------------------------------
>
> Key: TRAFODION-1459
> URL: https://issues.apache.org/jira/browse/TRAFODION-1459
> Project: Apache Trafodion
> Issue Type: Bug
> Reporter: Hans Zeller
> Assignee: Hans Zeller
>
> When creating a divisioned table, in some cases we need to use a cast
> operator, such as in
> create table tdiv(a int not null primary key)
> DIVISION BY (CAST(a/10000 AS INTEGER NOT NULL));
> The SHOWDDL command will not show the NOT NULL in this syntax.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)