HPL/SQL is included to Apache Hive since version 2.0
HPL/SQL is included to Apache Hive since version 2.0
CONCAT function concatenates two or more strings.
Syntax:
CONCAT(expr, expr2 [, expr3, ...]);
Notes:
Return Type:
STRING
Example:
CONCAT('a', 'b', NULL, 'c');
Result: abc
Compatibility: Oracle, IBM DB2, Teradata, Microsoft SQL Server, PostgreSQL, MySQL and Netezza
Version: PL/HQL 0.3.1
See also: