REGEXP_REPLACE is available to replace any string with the regular expression pattern. SELECT regexp_replace(some_string, '[\s+]' ...
確定! 回上一頁