INSERT/SELECT with ORDER BY and LIMIT in 7.1?

From: Dirk Lutzebaeck <lutzeb(at)aeccom(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: INSERT/SELECT with ORDER BY and LIMIT in 7.1?
Date: 2001-03-29 15:31:42
Message-ID: 15043.21854.392912.570713@ampato.core.aeccom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


INSERT INTO t1 SELECT a FROM t2 ORDER BY a LIMIT 10;

Is it possible in 7.1?

Dirk

Browse pgsql-hackers by date

  From Date Subject
Next Message Martín Marqués 2001-03-29 15:58:56 regression test
Previous Message Jim Buttafuoco 2001-03-29 15:00:26 Re: Problem with group by in conjuction with Views