skip to main content
Reference : SQL Functionality for the Impala Wire Protocol Driver : SQL Expressions : Character Operator
 

Try DataDirect Drivers Now
Character Operator
The concatenation operator (||) is not supported; however, the CONCAT function is supported by Impala SQL.
SELECT CONCAT('Name is', ’(ename FROM emp)’)