Files
doris/docs/documentation/en/sql-reference/sql-functions/string-functions/right_EN.md
xy720 7a0c7f45b2 Add English documents for Doris (#1719)
The english documents is translated by machine. So It may has some mistake.
We will fix them later
2019-08-29 13:47:15 +08:00

373 B

right

Description '35;'35;' 35; Syntax

'WARCHAR RIGHT (WARCHAR STR)'

It returns the right part of a string of specified length

'35;'35; example

mysql> select right("Hello doris",5);
+-------------------------+
Right ('Hello doris', 5)'1244;
+-------------------------+
1.2.2.2.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.
+-------------------------+

##keyword RIGHT