Apache-presto-string-function-concat

提供:Dev Guides
2020年6月22日 (月) 22:41時点におけるMaintenance script (トーク | 投稿記録)による版 (Imported from text file)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

Apache Presto-concat(string1、…​、stringN)

問い合わせ

presto:default> select concat('tut','orials','point') as string_concat;

結果

 string_concat
----------------
 finddevguides

上記の出力は、指定された文字列の連結です。