Description
It is quite natural to concatenate strings using the
{||}symbol. For example: select a || b || c as abc from tbl_x. Let's add to Spark SQL.
It is quite natural to concatenate strings using the
{||}symbol. For example: select a || b || c as abc from tbl_x. Let's add to Spark SQL.