SubString
Last updated
Last updated
The Substring()
function returns a subset of a text.
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns a new text that is a subset of text
beginning at a position through a number of characters.
Returns Invalid expression
if one of the parameters is not valid.
Name | Type | Required | Description |
---|
| text | a text |
| numeric | (optional) the position to start from |
| numeric | the number of characters to take from |