目录

MS Access Trim() 函数

示例

从字符串中删除前导和尾随空格:

SELECT Trim("    SQL Tutorial    ") AS TrimmedString;
亲自试一试 »

定义和用法

Trim() 函数从字符串中删除前导空格和尾随空格。

语法

Trim( string)

参数值

Parameter Description
string Required. The string to strip both leading and trailing spaces from

技术细节

工作于: 从 Access 2000