Created
August 4, 2014 15:48
-
-
Save klascano/3e64e3c3c9fe370a01ea to your computer and use it in GitHub Desktop.
remover caracter salto de lines #oracle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update eeasa_tra_comentario | |
set etco_comentario = replace(replace(etco_comentario,chr(10),' '),chr(13),' ') | |
where (instr(etco_comentario,chr(10))>0 OR instr(etco_comentario,chr(13))>0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment