Re: Am I crazy or is this SQL not possible

Поиск
Список
Период
Сортировка
От Aaron Bono
Тема Re: Am I crazy or is this SQL not possible
Дата
Msg-id bf05e51c0606011138t30bc43e2n79747115401de29d@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Am I crazy or is this SQL not possible  (Yasir Malik <ymalik@cs.stevens.edu>)
Список pgsql-sql
> This reminds me of an interview question:  I was asked how to get a
> maximum column from a table without using max.  How would you do that?
>
>

Select my_column
from my_table
order by my_column desc
limit 1

-- 
==================================================================Aaron BonoPresident                            Aranya
SoftwareTechnologies, Inc.http://www.aranya.com         We take care of your technology needs.Phone: (816) 695-6071
 
==================================================================


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

Предыдущее
От: "maTKO"
Дата:
Сообщение: Re: Am I crazy or is this SQL not possible
Следующее
От: "Aaron Bono"
Дата:
Сообщение: Re: Am I crazy or is this SQL not possible