Re: [GENERAL] multiple row insertion
On 10/4/07, test tester <[EMAIL PROTECTED]> 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 < [EMAIL PROTECTED]> wrote: > > > > INSERT INTO qsweb.core_board(board_name, entry_use
[GENERAL] multiple row insertion
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?