Note the regular expression '[,;]' specifies that the delimiter can be a ',' or a ';' . In a similar way we can use the regexp_split_to_array function to split ...
確定! 回上一頁