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

Come specificare una scheda in una COPIA front-end di Postgres

Usa E'\t' per dire a postgresql che potrebbero esserci dei caratteri di escape:

\copy cm_state from 'state.data' with delimiter E'\t' null as ';'