Hello everyone, Following the current available functions https://ci.apache.org/projects/flink/flink-docs-release-1.8/dev/table/functions.html, how could I split a column string by a caracter?example column content : col =a,b,cquery: Select col from tenvexpected return : cola , colb, colc thanks