Re: [SQL] using LIMIT only on primary table - Mailing list pgsql-novice

From daq
Subject Re: [SQL] using LIMIT only on primary table
Date
Msg-id 10613703764.20020303002059@ugyvitelszolgaltato.hu
Whole thread Raw
List pgsql-novice
Try this:

SELECT *
from order_items
where order_id in (select ID from orders order by ID desc limit 100);

DAQ



pgsql-novice by date:

Previous
From: daq
Date:
Subject: Re: select statement...
Next
From: "ebp"
Date:
Subject: Duplicates Question