RIGHT( ) Function

Returns the specified number of rightmost characters from a character string.

RIGHT(cExpression, nCharacters)

Parameters

cExpression

Specifies the character expression whose rightmost characters are returned.

nCharacters

Specifies the number of characters returned from the character expression. RIGHT( ) returns the entire character expression if nCharacters is greater than the length of cExpression. RIGHT( ) returns an empty string if nCharacters is negative or 0.

Expand imageReturn Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic