从字符串中删除右边空格:
SELECT RTRIM("SQL Tutorial ") AS RightTrimmedString;
RTRIM() 函数从字符串中删除右边空格。
RTRIM()
RTRIM( string )