You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Jae Young Lee (JIRA)" <ji...@apache.org> on 2013/12/05 08:23:35 UTC

[jira] [Created] (TAJO-383) conv()

Jae Young Lee created TAJO-383:
----------------------------------

             Summary: conv()
                 Key: TAJO-383
                 URL: https://issues.apache.org/jira/browse/TAJO-383
             Project: Tajo
          Issue Type: Improvement
            Reporter: Jae Young Lee
            Assignee: Jae Young Lee
            Priority: Minor


conv(num, from_base, to_base) - convert num from from_base to to_base

Example: 
SELECT conv('1010', 2, 10) FROM src LIMIT 1;\n
 -> result: 10



--
This message was sent by Atlassian JIRA
(v6.1#6144)