String & Binary Functions
ascii
Returns the ascii code of the first character of the string Supported Signatures
base64_decode_binary
return decoded binary Supported Signatures
base64_decode_string
return decoded string Supported Signatures
base64_encode
return encoded string Supported Signatures
bit_length
Returns the length of the object in bits Supported Signatures
char
Convert an ASCII or Unicode code into a single character Supported Signatures
charindex
Returns the position of the needle in the haystack, optionally from a given index Supported Signatures
chr
Convert an ASCII or Unicode code into a single character Supported Signatures
collate
Supported Signatures
collation
Supported Signatures
compress
compressed data (return) Supported Signatures
concat
Returns concatenation of the input strings, or null if any one of them is null. Supported Signatures
concat_ws
Returns concatenation of the input strings with separator, or null if any one of them is null. Supported Signatures
contains
returns TRUE if arg1 constains arg2 Supported Signatures
decompress_binary
decompressed binary (return) Supported Signatures
decompress_string
decompressed string (return) Supported Signatures
editdistance
Returns the Levenshtein edit distance between two strings. Supported Signatures
endswith
returns TRUE if arg1 ends with arg2 Supported Signatures
hex_decode_binary
return decoded binary Supported Signatures
hex_decode_string
return decoded string Supported Signatures
hex_encode
return encoded string Supported Signatures
initcap
return string with all the initial letter of each word is LOWERcase. Supported Signatures
insert
Returns the first string with a substring at the given position and length replaced with the second string Supported Signatures
jarowinkler_similarity
Returns the Jaro-Winkler similarity metric between two strings. Supported Signatures
left
Returns leftmost N characters of the input string Supported Signatures
len
Returns length of string Supported Signatures
length
Returns the length of the string Supported Signatures
lower
return string with all characters in lowercase Supported Signatures
lpad
padded result string Supported Signatures
ltrim
return string trimmed from left Supported Signatures
md5
Hex-encoded MD5 digest Supported Signatures
md5_binary
Binary MD5 digest Supported Signatures
md5_hex
Hex-encoded MD5 digest Supported Signatures
md5_number_lower64
Supported Signatures
md5_number_upper64
Supported Signatures
octet_length
Returns the length of the string in bytes Supported Signatures
parse_ip
Returns an object with all the components of the IP Supported Signatures
parse_url
Returns an object with all the components of the URL Supported Signatures
position
Returns the position of the needle in the haystack, optionally from a given index Supported Signatures
repeat
Returns the input string repeated N times Supported Signatures
replace
replaces all occurrences of searched substring in subject with a replacement Supported Signatures
reverse
return string with character order reversed Supported Signatures
right
Returns rightmost N characters of the input string Supported Signatures
rpad
padded result string Supported Signatures
rtrim
return string trimmed from right Supported Signatures
rtrimmed_length
Returns the length of the input string without trailing blanks Supported Signatures
sha1
Hex-encoded SHA1 digest Supported Signatures
sha1_binary
Binary SHA1 digest Supported Signatures
sha1_hex
Hex-encoded SHA1 digest Supported Signatures
sha2
Hex-encoded SHA2 digest Supported Signatures
sha2_binary
Binary SHA2 digest Supported Signatures
sha2_hex
Hex-encoded SHA2 digest Supported Signatures
soundex
soundex encoding of string Supported Signatures
soundex_p123
soundex_p123 encoding of string Supported Signatures
space
N spaces Supported Signatures
split
return split string as array Supported Signatures
split_part
Splits a string with a delimiter and returns the requested part Supported Signatures
split_to_table
Supported Signatures
startswith
returns TRUE if arg1 starts with arg2 Supported Signatures
strtok
Tokenizes a string with a delimiter and returns the requested part Supported Signatures
strtok_split_to_table
Supported Signatures
strtok_to_array
Return tokenized string as array Supported Signatures
substr
Returns string fragment of the input string Supported Signatures
substring
Returns string fragment of the input string Supported Signatures
translate
replaces all occurences of each character of the source alphabet in the subject with the corresponding character in the target alphabet Supported Signatures
trim
return string trimmed from both sides Supported Signatures
try_base64_decode_binary
return decoded binary Supported Signatures
try_base64_decode_string
return decoded string Supported Signatures
try_hex_decode_binary
return decoded binary Supported Signatures
try_hex_decode_string
return decoded string Supported Signatures
unicode
Returns the Unicode code point of the first character of the string Supported Signatures
upper
return string with all characters in uppercase Supported Signatures
uuid_string
Returns a pseudo-randomly generated (version 4) UUID. Supported Signatures