PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Come rimuovere i ritorni a capo e le nuove righe in Postgresql?

select regexp_replace(field, E'[\\n\\r]+', ' ', 'g' )

leggi il manuale http://www.postgresql.org/docs/current/static/functions-matching.html