MySQL RTRIM() 函数
定义和用法
RTRIM() 函数删除字符串末尾的空格。
语法
RTRIM(string)
参数值
参数 | 描述 |
---|---|
string | 必需。要从中删除尾随空格的字符串 |
技术细节
适用于 | 从 MySQL 4.0 开始 |
---|
RTRIM() 函数删除字符串末尾的空格。
RTRIM(string)
参数 | 描述 |
---|---|
string | 必需。要从中删除尾随空格的字符串 |
适用于 | 从 MySQL 4.0 开始 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]