Signature
concat_ds(string delimiter, string str1, string str2...)
Concatenate strings using given delimiter.
hive> SELECT concat_ws('-','Hello','World','Program');
OK
_c0
Hello-World-Program
Time taken: 0.041 seconds, Fetched: 1 row(s)
This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Signature
concat_ds(string delimiter, string str1, string str2...)
Concatenate strings using given delimiter.
hive> SELECT concat_ws('-','Hello','World','Program');
OK
_c0
Hello-World-Program
Time taken: 0.041 seconds, Fetched: 1 row(s)
No comments:
Post a Comment