Re: Insert more than one t-uple in a single sql

From: Chris <dmagick(at)gmail(dot)com>
To: Gonzalo Villegas <chalo1970(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Insert more than one t-uple in a single sql
Date: 2006-02-09 23:13:30
Message-ID: 43EBCC9A.6030408@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

You can't do that in postgres, sorry. That's a mysql-ism.

Gonzalo Villegas wrote:

> It must be something like
>
> insert into table (field1,field2,...) values (v1,v2,...),(b1,b2,...),
> (c1,c2,...)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Klint Gore 2006-02-09 23:26:06 Re: Insert more than one t-uple in a single sql
Previous Message Gonzalo Villegas 2006-02-09 22:57:03 Insert more than one t-uple in a single sql