Re: Am I crazy or is this SQL not possible

Поиск
Список
Период
Сортировка
От Yasir Malik
Тема Re: Am I crazy or is this SQL not possible
Дата
Msg-id Pine.NEB.4.64.0606011450520.855@pink-elephant.cs.stevens-tech.edu
обсуждение исходный текст
Ответ на Am I crazy or is this SQL not possible  ("Collin Peters" <cadiolis@gmail.com>)
Ответы Re: Am I crazy or is this SQL not possible  ("Aaron Bono" <postgresql@aranya.com>)
Список pgsql-sql
> select max(date_sent) from table;
> would equal
> select date_sent from broadcast_history order by date_sent DESC limit 1;
>
That sounds like a hack.  Is limit a SQL-99 standard?  Is there are 
another way to do this?
Sorry to take over your topic, Collin.

Thanks,
Yasir


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

Предыдущее
От: Yasir Malik
Дата:
Сообщение: Re: Am I crazy or is this SQL not possible
Следующее
От: Florian Weimer
Дата:
Сообщение: Re: SELECT DISTINCT too slow