Details
-
Task
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
Description
All functions are listed as below:
string || string CHAR_LENGTH(string) CHARACTER_LENGTH(string) UPPER(string) LOWER(string) POSITION(string1 IN string2) POSITION(string1 IN string2 FROM integer) TRIM( { BOTH | LEADING | TRAILING } string1 FROM string2) OVERLAY(string1 PLACING string2 FROM integer [ FOR integer2 ]) SUBSTRING(string FROM integer) SUBSTRING(string FROM integer FOR integer) INITCAP(string)
see https://calcite.apache.org/docs/reference.html#character-string-operators-and-functions for more information.
Attachments
Issue Links
- links to