pub fn find_in_set( str: impl Into<Column>, str_array: impl Into<Column>, ) -> Column
Returns the index (1-based) of the given string (str) in the comma-delimited list (strArray).