Re: COPY vs INSERT - Mailing list pgsql-performance

From Jim C. Nasby
Subject Re: COPY vs INSERT
Date
Msg-id 20050508171232.GD88920@decibel.org
Whole thread Raw
In response to Re: COPY vs INSERT  (Dennis Bjorklund <db@zigo.dhs.org>)
List pgsql-performance
On Fri, May 06, 2005 at 09:30:46AM +0200, Dennis Bjorklund wrote:
> The sql standard include this, except that you can not have the outer ().
> So it should be
>
> INSERT INTO table VALUES
>     (1,2,3),
>     (4,5,6),
>     (7,8,9);
>
> Do DB2 demand these extra ()?

My recollection is that it does, but it's been a few years...
--
Jim C. Nasby, Database Consultant               decibel@decibel.org
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

pgsql-performance by date:

Previous
From: Matteo Beccati
Date:
Subject: Re: sequence scan on PK
Next
From: Jeroen van Iddekinge
Date:
Subject: Re: sequence scan on PK