Re: Age in days

Поиск
Список
Период
Сортировка
От Gnanavel S
Тема Re: Age in days
Дата
Msg-id eec3b03c05091222011bae7e3c@mail.gmail.com
обсуждение исходный текст
Ответ на Age in days  ("Mark A. Strivens" <strivens@bcm.edu>)
Список pgsql-sql
This will give you the no of days.
select current_date - dateofbirth::date from people;

On 9/9/05, Mark A. Strivens <strivens@bcm.edu> wrote:
If you need to know the age to the nearest day on the present day
I think you can use something like:

select date_trunc('day',age(now(),dateofbirth)) from people

gives:

3 years 2 mons 12 days

My questions is, is there any way to convert that figure into an age
expressed as a number days only?

Many thanks

Mark


---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings



--
with regards,
S.Gnanavel
Satyam Computer Services Ltd.

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

Предыдущее
От: tgoodair@ca.afilias.info (Tim Goodaire)
Дата:
Сообщение: Re: Performance issue
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: Age in days