StackOverflow 文件 Microsoft SQL Server 教程 字串函式 RTRIM RTRIM Created: November-22, 2018 刪除所有尾隨空格後,返回字元表示式(varchar 或 nvarchar),即從字串右端向上的空格,直到左邊的第一個非空格字元。 引數: 人物表達。可以隱式轉換為 varcher 的任何字元或二進位制資料表示式,text,ntext 和 image 除外。 SELECT RTRIM('This is my string ') -- Returns 'This is my string' PATINDEXLTRIM