跳到主要内容

REVERSE

Returns the string str with the order of the characters reversed.

Syntax

REVERSE(<str>)

Arguments

ArgumentsDescription
<str>The string value.

Return Type

VARCHAR

Examples

SELECT REVERSE('abc');
+----------------+
| REVERSE('abc') |
+----------------+
| cba |
+----------------+
开始使用 Databend Cloud
低成本
快速分析
多种数据源
弹性扩展
注册