Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Copy Data Question



> i have 11 columns total.  column 1, 2, 3, 4, 5 and 6
> are NOT NULL.  the rest can be null and, in the case
> of the imported data set, are null.

From:
http://www.postgresql.org/docs/8.1/interactive/sql-copy.html

COPY tablename ( column [, ...] )
    
FROM 'filename'
          
WITH NULL AS 'null string'
;




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group