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