Re: Select last there dates

Поиск
Список
Период
Сортировка
От Loredana Curugiu
Тема Re: Select last there dates
Дата
Msg-id 1c23c8e70706210633g234e06a1qb25558091e572971@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Select last there dates  (Richard Huxton <dev@archonet.com>)
Список pgsql-sql

I think there might be a small typo though. The left-join is to:
   (select uid, phone_numer, datum from t2 order by 2 )
Probably want to order by "datum DESC" too, to ensure you get the latest
dates for each telnum.
 
yes, I also observed this, so I have add to my query.

Thank you for your explanations, Richard.


Best regards,
       Loredana


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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Select last there dates
Следующее
От: "Loredana Curugiu"
Дата:
Сообщение: Re: [NOVICE] Select last there dates