multiple row insertion

Поиск
Список
Период
Сортировка
От test tester
Тема multiple row insertion
Дата
Msg-id 4640d9b40710040419m579d52f7gaf73d3fe1a6450de@mail.gmail.com
обсуждение исходный текст
Ответы Re: multiple row insertion  ("Mikko Partio" <mpartio@gmail.com>)
Список pgsql-general
In MySQL, I can insert multiple rows like this:

insert into cars values(5, "toyota"),(5,"ford"), etc.

How can I do something similiar in PostgreSQL?

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

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: Design Question (Time Series Data)
Следующее
От: "Mikko Partio"
Дата:
Сообщение: Re: multiple row insertion