Skip to content

Instantly share code, notes, and snippets.

@gabanox
Created March 25, 2013 19:09
Show Gist options
  • Save gabanox/5239736 to your computer and use it in GitHub Desktop.
Save gabanox/5239736 to your computer and use it in GitHub Desktop.
Eliminar espacios adicionales de una cadena
select regexp_replace('my text with aditional spaces', '\s{1}+', ' ') from dual;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment