是的,我們可以concat()和concat_ws()內置函數。
concat——使用
>選擇concat(“火花”,“SQL”);SparkSQL
分離器concat_ws -使用連接
選擇concat_ws(“-”,“火花”,“SQL”);Spark-SQL
參考:https://spark.apache.org/docs/latest/api/sql/index.html
是的,我們可以concat()和concat_ws()內置函數。
concat——使用
>選擇concat(“火花”,“SQL”);SparkSQL
分離器concat_ws -使用連接
選擇concat_ws(“-”,“火花”,“SQL”);Spark-SQL
參考:https://spark.apache.org/docs/latest/api/sql/index.html