Apache Presto - reverse(string)

查询

presto:default> select reverse('Presto') as string_reverse; 
 string_reverse 
---------------- 
    otserP 

apache_presto_sql_functions.html