You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Hans Zeller (JIRA)" <ji...@apache.org> on 2015/10/05 18:10:27 UTC

[jira] [Resolved] (TRAFODION-1459) SHOWDDL shows incorrect CAST in DIVISION BY clause

     [ https://issues.apache.org/jira/browse/TRAFODION-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans Zeller resolved TRAFODION-1459.
------------------------------------
    Resolution: Fixed

> 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)