RIGHT
{fn RIGHT(
expr
,
n
)}
Returns the last
n
characters of
expr
. The
LEFT
and
RIGHT
built-in functions are also SQL keywords. You must enclose them in
{fn <LEFT | RIGHT>(parameters)}.
Parent topic:
AcuXDBC Functions