Обсуждение: date update check

Поиск
Список
Период
Сортировка

date update check

От
"sZEJTAN"
Дата:
Hullo

Is it possible to create trigger on date update? For example automatically
alter sbd's age every day;-)


Re: date update check

От
Bruno Wolff III
Дата:
On Wed, May 04, 2005 at 20:57:26 +0200,
  sZEJTAN <szejtan@poczta.onet.pl> wrote:
> Hullo
>
> Is it possible to create trigger on date update? For example automatically
> alter sbd's age every day;-)

The normal solution to update things when the day changes would be to set up a
cron job to do this.

However, for ages you should be storing a birthdate and not an age.