inserting multiple rows

From: Si Chen <schen(at)graciousstyle(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: inserting multiple rows
Date: 2004-08-02 18:26:35
Message-ID: 410E875B.8050005@graciousstyle.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Does PostgreSQL not support

insert into mytable (row1, row2) values ('a', '1'), ('b', '2'), ('c',
'3'), ('d', '4')

? If not, does anyone know why not?

Si

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Frank Kurzawa 2004-08-02 22:04:07 Comparing database schema's
Previous Message Scott Marlowe 2004-08-02 16:17:12 Re: Help on triggers