insert multiple rows

Поиск
Список
Период
Сортировка
От G
Тема insert multiple rows
Дата
Msg-id ILEPLGCLIJOCNINEJCJPGEKBDJAA.gerard@interfold.com
обсуждение исходный текст
Ответы Re: insert multiple rows
Список pgsql-novice
Hello,

Just getting started with postgres. Is there an equivalent sql command to
insert multiple rows? In mysql it's:

insert into table (a,b,c)
values (1,2,3), (4,5,6);

I exported 6000 rows from mysql using single inserts - it's rather slow
executing them one by one into progresql.

Thanks,
Gerard


В списке pgsql-novice по дате отправления:

Предыдущее
От: "Joel Burton"
Дата:
Сообщение: Re: Tricky query
Следующее
От: "Joshua b. Jore"
Дата:
Сообщение: Re: Limiting number of records to show.