Apache-presto-string-function-concat
提供:Dev Guides
Apache Presto-concat(string1、…、stringN)
問い合わせ
結果
上記の出力は、指定された文字列の連結です。
presto:default> select concat('tut','orials','point') as string_concat;
string_concat
----------------
finddevguides
上記の出力は、指定された文字列の連結です。