0 votes
in Big Data | Hadoop by
How does CONCAT function work in Hive?

1 Answer

0 votes
by

Hive provides CONCAT function to concatenate the input strings. We can specify multiple strings in a comma-separated list.

There is another function CONCAT_WS in Hive that can be used to specify the custom delimiter.

Related questions

0 votes
asked Jan 11, 2020 in Big Data | Hadoop by rajeshsharma
+1 vote
asked Jan 10, 2020 in Big Data | Hadoop by sharadyadav1986
...