Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.38.0
Description
Unlike standard CONVERT function implemented in Calcite:
convert(string bytea, src_encoding name, dest_encoding name)
Oracle's CONVERT works like:
convert(string bytea, dest_encoding name[, src_encoding name])
If the 'src_encoding' parameter is not specified, then it uses the default character set.
Attachments
Issue Links
- links to