Re: Insert more than one t-uple in a single sql - Mailing list pgsql-general

From Chris
Subject Re: Insert more than one t-uple in a single sql
Date
Msg-id 43EBCC9A.6030408@gmail.com
Whole thread Raw
In response to Insert more than one t-uple in a single sql  ("Gonzalo Villegas" <chalo1970@hotmail.com>)
Responses Re: Insert more than one t-uple in a single sql  (Rick Gigger <rick@alpinenetworking.com>)
List 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,...)

pgsql-general by date:

Previous
From: "Gonzalo Villegas"
Date:
Subject: Insert more than one t-uple in a single sql
Next
From: Klint Gore
Date:
Subject: Re: Insert more than one t-uple in a single sql