SQL Functionality for the Driver for Apache Spark SQL
:
SQL Expressions
:
Character Operator
Try DataDirect Drivers Now
Character Operator
The concatenation operator (||) is not supported; however, the CONCAT function is supported by Apache Spark SQL.
SELECT CONCAT('Name is', ’(ename FROM emp)’)