skip to main content
SQL Functionality for the Driver for Apache Hive : SQL Expressions : Character Operator
  

Try DataDirect Drivers Now

Character Operator

The concatenation operator (||) is not supported; however, the CONCAT function is supported by HiveQL.
SELECT CONCAT('Name is', ’(ename FROM emp)’)