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

zhang.lei updated TRAFODION-3186:
---------------------------------
    Description: 
This builtin func is similar to  mysql CONV() function, which is converts a 
number from one numeric base number system to another numeric base number 
system. After the conversion, the function returns a string representation of 
the number.

When the argument defined is a NULL, the return value will be NULL.

*Syntax:*
 CONV(num , from_base , to_base );
 *Arguments*
||Name||Description||
|num|A number.|
|from_base|Existing base of the number num.|
|to_base|Base of the number num after conversion.|

  was:
This builtin func like mysql CONV() function, which is converts a number from 
one numeric base number system to another numeric base number system. After the 
conversion, the function returns a string representation of the number.

 

*Syntax:*
CONV(num , from_base , to_base );
*Arguments*
||Name||Description||
|num|A number.|
|from_base|Existing base of the number num.|
|to_base|Base of the number num after conversion.|


> implement the CONV builtin func.
> --------------------------------
>
>                 Key: TRAFODION-3186
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-3186
>             Project: Apache Trafodion
>          Issue Type: New Feature
>          Components: sql-cmp
>            Reporter: zhang.lei
>            Assignee: zhang.lei
>            Priority: Major
>
> This builtin func is similar to  mysql CONV() function, which is converts a 
> number from one numeric base number system to another numeric base number 
> system. After the conversion, the function returns a string representation of 
> the number.
> When the argument defined is a NULL, the return value will be NULL.
> *Syntax:*
>  CONV(num , from_base , to_base );
>  *Arguments*
> ||Name||Description||
> |num|A number.|
> |from_base|Existing base of the number num.|
> |to_base|Base of the number num after conversion.|



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

Reply via email to