Apache-presto-string-function-rpad

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

Apache Presto-rpad(string、size、padstring)

問い合わせ

presto:default> select rpad('presto',2,'o') as string_rpad;

結果

 string_rpad
-------------
     pr