SQL Query

Поиск
Список
Период
Сортировка
От Ashish Karalkar
Тема SQL Query
Дата
Msg-id 401674.75312.qm@web94303.mail.in2.yahoo.com
обсуждение исходный текст
Ответы Re: SQL Query
Список pgsql-general
Hello List member,
I have a table which ha sfollowing structure

my_table:
(
    output_id serial priimary key,
    parent_id int,
    output_date timesatmp
)

parent_table:

(parent_id int,
parent desc
)

the my_table contains data for previous as well as future output dates.
for single parent there may be multiple rows.

I want to retrieve all the output_id  which are having latest output_date but less than now() (no future output_dates) group by  parent_id

Thanks in advance

With Regards
Ashish...


Forgot the famous last words? Access your message archive online. Click here.

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

Предыдущее
От: Ashish Karalkar
Дата:
Сообщение: SQL Query
Следующее
От: Richard Broersma Jr
Дата:
Сообщение: Re: For the SQL gurus out there