description |
---|
Returns the right-most substring. The function name must be enclosed in double quotes (“RIGHT”). |
- string: String input parameter.
- length: Number of characters on the right to return.
Examples
{% code title="RIGHT example" %}
SELECT "RIGHT"('Spice - SQL Engine', 6)
-- Engine
{% endcode %}