You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/04/23 06:53:00 UTC

[jira] [Updated] (CALCITE-5664) Support CONVERT function with "USING" keyword

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

ASF GitHub Bot updated CALCITE-5664:
------------------------------------
    Labels: pull-request-available  (was: )

> Support CONVERT function with "USING" keyword
> ---------------------------------------------
>
>                 Key: CALCITE-5664
>                 URL: https://issues.apache.org/jira/browse/CALCITE-5664
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.34.0
>            Reporter: ZheHu
>            Assignee: ZheHu
>            Priority: Minor
>              Labels: pull-request-available
>
> After CALCITE-111, we now support CONVERT(charValue, srcCharsetName, destCharsetName) that works on converting character sets.
> CONVERT(charValue USING transcodingName) also fits the SQL standard, and MySQL hasĀ  implement it. For example:
>  * select convert('employ_id' using utf16) as alia from employee
> Noted: Calcite already supports this from the parser.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)