Funkce MySQL RTRIM().
Příklad
Odstraňte koncové mezery z řetězce:
SELECT RTRIM("SQL Tutorial ") AS RightTrimmedString;
Definice a použití
Funkce RTRIM() odebere z řetězce koncové mezery.
Syntax
RTRIM(string)
Hodnoty parametrů
Parameter | Description |
---|---|
string | Required. The string to remove trailing spaces from |
Technické údaje
Pracuje v: | Od MySQL 4.0 |
---|