Search
×
Search Results
Search
Search
CONNX SQL Engine 13.8
User Reference Guide
RIGHT(string_exp, count)
CONNX SQL Engine 13.8
User Reference Guide
RIGHT(string_exp, count)
RIGHT(string_exp, count)
Returns the rightmost count characters of string_exp.
Example:
SELECT RIGHT('ABCDE',2) returns DE