Character Operator
- Last Updated: August 19, 2015
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Spark SQL 6.0
- Documentation
The concatenation operator (||) is not supported. However, the CONCAT function is supported by Apache Spark SQL. For example, the following statement is supported:
SELECT CONCAT('Name is', ’(ename FROM emp)’)