Skip to contents

Extract the right-most count characters.

Usage

right(string = VARCHAR, count = BIGINT)

Arguments

string

VARCHAR

count

BIGINT

Value

VARCHAR

SQL examples

right('Hello🦆', 3)