skip to main content
Supported SQL Functionality and Extensions for The Driver for Apache Hive : SQL Expressions : Character Operator
  
Character Operator
The concatenation operator (||) is not supported; however, the CONCAT function is supported by HiveQL.
SELECT CONCAT('Name is', ’(ename FROM emp)’)