Re: [SQL] using LIMIT only on primary table

Поиск
Список
Период
Сортировка
От daq
Тема Re: [SQL] using LIMIT only on primary table
Дата
Msg-id 10613703764.20020303002059@ugyvitelszolgaltato.hu
обсуждение исходный текст
Список 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 по дате отправления: