Character operator
- Last Updated: October 27, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Apache Spark SQL 8.0
- Documentation
The concatenation operator (||) is not supported; however, the CONCAT function is supported by Apache Spark SQL.
SELECT CONCAT('Name is', ’(ename FROM emp)’)