Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Support the CONVERT function, to convert strings from one character set to another.
CONVERT is defined in SQL:2011 as a feature called <character transliteration>. Here is an example:
SELECT * FROM emp WHERE CONVERT(name USING UTF16) = u&'\82f1\56fd'
The MySQL site has other examples.
---------------- Imported from GitHub ---------------- Url: https://github.com/julianhyde/optiq/issues/111 Created by: [julianhyde|https://github.com/julianhyde] Labels: enhancement, Created at: Tue Jan 14 03:40:53 CET 2014 State: open
Attachments
Issue Links
- is duplicated by
-
CALCITE-4014 calcite convert(column using utf8mb4) throws exception
- Closed
- relates to
-
CALCITE-5548 Add support for MSSQL CONVERT function
- Closed
- links to