<< Click to Display Table of Contents >> Navigation: Apollo SQL > String Functions > String Functions |
Apollo SQL currently supports the following string functions:
Returns a substring of a string. |
|
Returns the year, month, or day field from a DATE column. |
|
Formats the series of arguments in the list of arguments Arg1, Arg2, Arg3, .... |
|
Formats the date-and-time value given by DateTime using the format given by Format. |
|
Formats the floating-point value given by Value using the format string given by Format. |
|
Returns the leftmost Count characters contained in a string. |
|
Returns the number of characters actually used in a string. |
|
Returns a string with the same text as the string passed in, but with all letters converted to lowercase. |
|
Searches for a substring within a string. |
|
Returns the rightmost Count characters contained in a string. |
|
Extracts a substring from a table column or character literal, specified in the column reference. |
|
Deletes the leading or trailing character, or both, from a table column. |
|
Returns a string with the same text as the string passed in, but with all letters converted to uppercase. |
See Also
Aggregate Functions, Arithmetic Functions, Conditional Functions