Apache-presto-string-function-rtrim

提供:Dev Guides
移動先:案内検索

Apache Presto-rtrim(string)

問い合わせ

presto:default> select rtrim('apache presto') as string_rtrim;

結果

 string_rtrim
---------------
 apache presto