Wednesday 30 November 2022

Hive: concat: Concatenate strings

Signature

concat(string str1, string str2... )

Concatenate two or more strings.

hive> SELECT concat('Hello',' ', 'World');
OK
_c0
Hello World
Time taken: 0.045 seconds, Fetched: 1 row(s)

 


Previous                                                    Next                                                    Home

No comments:

Post a Comment