August 2019
Intermediate to advanced
560 pages
13h 41m
English
The following table lists the functions supported with their descriptions:
|
Function name |
Description |
|
ASCII(src) |
Returns the ASCII code of the leftmost character of the src string. |
|
BIT_LENGTH(src) |
Returns the length of the src string in bit units. |
|
CHAR(char) |
Returns the ASCII code of the char character. |
|
CHAR_LENGTH(src) |
Returns the length of the src string in character units. |
|
CONCAT(src1, src2) |
Returns the concatenated string of the two strings. |
|
INSERT(src, start, len, replacement) |
Returns the src string after replacing the substring beginning with the index starting at length, len, with the replacement string. |
|
LCASE(expr) |
Returns the string that is the lowercase conversion of the src ... |
Read now
Unlock full access