Native cloud deployment on Azure is not available for this version of Exasol, but you can install Exasol as a Linux application on Azure instances. For more information, see Installation.
Native cloud deployment on Google Cloud is not available for this version of Exasol, but you can install Exasol as a Linux application on Google Cloud instances. For more information, see Installation.
Concatenation Operator (||)
Returns the concatenation from string1 and string2. This concatenation operator is equivalent to the CONCAT function.
Syntax
|| operator::=
The SQL literal NULL is handled as an empty string.