Re: solaris tarballs and pl/java

From: Ozz Nixon <ozznixon(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: solaris tarballs and pl/java
Date: 2010-04-15 19:44:14
Message-ID: 4BC76C8E.1040109@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Would this syntax work in PostgreSQL?

|INSERT INTO MyTable (FirstCol, SecondCol)
VALUES ('First',1),
|| ('||Second||',2),|
| ('||Third||',3),|
| ('||Fourth||',4),|
| ('||Fifth||',5)||
|
Inserting 5 rows in a single Insert? (I am trying to implement this
solution across many different backends) works on SQL Server 2008, need
to make sure it will work on many others.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message akp geek 2010-04-15 19:49:19 General Question about database -- redirection
Previous Message Tom Lane 2010-04-15 19:42:50 Re: solaris tarballs and pl/java