Re: multiple row insertion
От | test tester |
---|---|
Тема | Re: multiple row insertion |
Дата | |
Msg-id | 4640d9b40710040647q6693cb41qefcd6da7f3312d49@mail.gmail.com обсуждение исходный текст |
Ответ на | multiple row insertion ("test tester" <test896@gmail.com>) |
Ответы |
Re: multiple row insertion
Re: multiple row insertion Re: multiple row insertion |
Список | pgsql-general |
On 10/4/07, test tester <test896@gmail.com> wrote:
i have version 8.1 and i want to know how to insert multiple rows in this version.On 10/4/07, Ashish Karalkar < ashish.karalkar@info-spectrum.com> wrote:INSERT INTO qsweb.core_board(board_name, entry_user_id, entry_date)
VALUES ('a',1,now()),('b',1,now());----- Original Message -----From: test testerSent: Thursday, October 04, 2007 4:49 PMSubject: [GENERAL] multiple row insertionIn 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?insert into cars (id,name) values (1,'toyota'),(2,'ford');With RegardsAshish
В списке pgsql-general по дате отправления: