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

Поиск
Список
Период
Сортировка
От Chris
Тема Re: Insert more than one t-uple in a single sql
Дата
Msg-id 43EBCC9A.6030408@gmail.com
обсуждение исходный текст
Ответ на Insert more than one t-uple in a single sql  ("Gonzalo Villegas" <chalo1970@hotmail.com>)
Ответы Re: Insert more than one t-uple in a single sql
Список 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 по дате отправления:

Предыдущее
От: "Gonzalo Villegas"
Дата:
Сообщение: Insert more than one t-uple in a single sql
Следующее
От: Klint Gore
Дата:
Сообщение: Re: Insert more than one t-uple in a single sql