You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Yuan Liu (JIRA)" <ji...@apache.org> on 2018/07/04 12:59:00 UTC

[jira] [Updated] (TRAFODION-3129) round(m,n) function does not cut the value to n digits precision

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

Yuan Liu updated TRAFODION-3129:
--------------------------------
    Summary: round(m,n) function does not cut the value to n digits precision   (was: round(m,n) function does not cut the value)

> round(m,n) function does not cut the value to n digits precision 
> -----------------------------------------------------------------
>
>                 Key: TRAFODION-3129
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-3129
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: sql-general
>    Affects Versions: 2.2.0
>            Reporter: Yuan Liu
>            Priority: Major
>             Fix For: any
>
>
> Below sql should return 123.46, but it returns 123.4600,
> >>select round(123.4567,2) from dual;
> (EXPR) 
> ---------------------
> 123.4600
> --- 1 row(s) selected.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)