MS Access StrReverse() 函数
示例
反转字符串
SELECT StrReverse("SQL Tutorial") AS StringReverse;
定义和用法
StrReverse() 函数反转字符串并返回结果。
语法
StrReverse(string)
参数值
参数 | 描述 |
---|---|
string | 必需。要反转的字符串 |
技术细节
适用于 | 从 Access 2000 开始 |
---|
反转字符串
SELECT StrReverse("SQL Tutorial") AS StringReverse;
StrReverse() 函数反转字符串并返回结果。
StrReverse(string)
参数 | 描述 |
---|---|
string | 必需。要反转的字符串 |
适用于 | 从 Access 2000 开始 |
---|
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]