Text Functions
This applies to: Visual Data Discovery
Function | Description | Example |
---|---|---|
CONCAT |
Returns a text that is the result of concatenating two or more text values. |
|
LENGTH |
Returns the number of characters of the specified string. |
|
LOCATE |
Finds the first occurrence of substring in a string, starting at position. |
|
LOWER |
Returns the argument in lowercase. |
|
LPAD |
Returns the text argument, left-padded with the text specified by padString to a length of Length characters. |
|
LTRIM |
Returns a text value after removing leading blanks. |
|
RPAD |
Returns the Text argument, right-padded with the text specified by padString to a length of Length characters. |
|
RTRIM |
Returns a text value after removing trailing blanks. |
|
SUBSTRING |
Returns the substring of String value which begins at position defined by Start and is Length characters long. |
|
TEXT_TO_NUM |
Converts the text string to numeric. |
|
TEXT_TO_TIME |
Converts the text expression to time according to the specified format. This function requires input in the form of an attribute or string field containing data that could be parsed as a time field and the format for the time field. Valid formats must be enclosed in single quotation marks and can only use the following syntax elements: Separators in the syntax that are allowed are |
|
UPPER |
Returns the argument in uppercase. |
|
Comments
0 comments
Please sign in to leave a comment.