Insert and limit - Mailing list pgsql-general

From Matteo Centenaro
Subject Insert and limit
Date
Msg-id F93dhQYZkxOjmfCHJr100002999@hotmail.com
Whole thread Raw
List pgsql-general
Hi all,
 is possible that the limit statement dosen't run correctly in this case:
 
Insert into temp
Select * from tab1
Where cod = xxxx
Limit yyy;
 
Thanks in advance !Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

pgsql-general by date:

Previous
From: Ryan Ho
Date:
Subject: Optimizing Complex Queries
Next
From: "Richard Huxton"
Date:
Subject: Re: Insert and limit