Returns a substring of the input string to the right of the index of the input number.
Syntax
rightStr ( <string> <index> )
Parameters
<string> is a string.
<index> is an index number.
Returns
String
Example
rightStr ( connection : \'DB'::'TBC.tbc.MARKET'.'STATE' , 2 )