![]() ![]()
|
RIGHT
Syntax
RIGHT(char_expr, int_expr)
RIGHT returns int_expr rightmost characters of char_expr.
Example
This example returns the five rightmost characters of each author's first name.
SELECT RIGHT(au_fname, 5)
FROM AUTHORSHere is the result set:
_________________lbert
Ann
Anne
chael
ichelEquivalents in other databases
|
Ispirer Systems http://www.ispirer.com ispirer@ispirer.com |
![]() ![]()
|