Description
The SUBSTR( ) function is an alias of the SUBSTRING( ) function.
This function has the forms:
SUBSTR(str, pos[, len])
SUBSTR(str FROM pos FOR len)
Parameter | Description |
---|---|
str | String |
pos | Position |
len | (optional) Length |