max (timestamp,timestamp)

Поиск
Список
Период
Сортировка
От T E Schmitz
Тема max (timestamp,timestamp)
Дата
Msg-id 45587718.2010009@numerixtechnology.de
обсуждение исходный текст
Ответы Re: max (timestamp,timestamp)
Список pgsql-sql
I tried the following query but the query fails as
"function max (timestamp w. timezone,timestamp w. timezone) does not exist"

SELECT id,

MAX(last_updated,
(SELECT MAX (last_updated) FROM  product_category_member WHERE
product_category_member.id =  product_category.id))

FROM product_category


product_category.last_updated and product_category_member.last_updated
are timestamps with timezone.


Is there any other way I can produce this result

-- 


Regards,

Tarlika Elisabeth Schmitz



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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: hiding column values for specific rows
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: max (timestamp,timestamp)