Oracle remove double / multiple spaces admin Posted on July 11, 2014 Posted in Oracle Tagged with oracle, regex, regexp SELECT TRIM(REGEXP_REPLACE(<str>,’ +’,’ ‘)) AS compressed_str FROM <TABLE> Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related