目录

MS Access Str() 函数

示例

以字符串形式返回数字:

SELECT Str(42) AS ConvertToString;
亲自试一试 »

定义和用法

Str() 函数以字符串形式返回数字。

语法

Str( number)

参数值

Parameter Description
number Required. The number to convert to a string

技术细节

工作于: 从 Access 2000