Re: COUNT(*) to find records which have a certain number of

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: COUNT(*) to find records which have a certain number of
Дата
Msg-id 1095697895.86376.3.camel@jester
обсуждение исходный текст
Ответ на Re: COUNT(*) to find records which have a certain number of  (T E Schmitz <mailreg@numerixtechnology.de>)
Ответы Re: COUNT(*) to find records which have a certain number of
Список pgsql-sql
On Mon, 2004-09-20 at 12:19, T E Schmitz wrote:
> I figured it eventually. (The only thing I don't know is where to put
> the ORDER BY.)

Try this:              SELECT brand_name, model_name         FROM (SELECT ... INTERSECT SELECT ...) AS t       ORDER BY
...



В списке pgsql-sql по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Test for file exists?
Следующее
От: T E Schmitz
Дата:
Сообщение: Re: COUNT(*) to find records which have a certain number of