find_in_set
function
Applies to: Databricks SQL Databricks Runtime
Returns the position of a string within a comma-separated list of strings.
Arguments
searchExpr
: A STRING expression specifying the “word” to be searched.sourceExpr
: A STRING expression with commas separating “words”.