text
Syntax:
StringColumn
Context Filtering: ✓ Yes
Parameters
Allowed Column Types: STRING, TEXT
Validation
- Minimum parameters: 2
- Maximum parameters: 2
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
text
Syntax:
Right([text_column], number)
StringColumn
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
text_column | column | ✓ Yes | The string column from which a right substring will be returned. |
number | number | ✓ Yes | The desired length of the returned substring. |
Right([Phone], 4)