Re: Insert multiple Rows

From: "mark carew" <markcarew(at)bigpond(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Insert multiple Rows
Date: 2003-03-09 05:58:57
Message-ID: b4ha2l$2566$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi
HTH

COPY [ BINARY ] table [ WITH OIDS]
FROM { 'filename' | stdin}
[ [ USING ] DELIMITERS 'delimiter' ]
[ WITH NULL AS 'null_string' ]

COPY [ BINARY ] table [ WITH OIDS]
TO { 'filename' | stdin}
[ [ USING ] DELIMITERS 'delimiter' ]
[ WITH NULL AS 'null_string' ]

Regards Mark Carew
Brisbane Australia

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Rajesh Kumar Mallah 2003-03-09 05:59:28 Re: pl/pgsql how to return multiple values from a function
Previous Message jack 2003-03-09 05:42:18 Re: pl/pgsql how to return multiple values from a function