MaRCeLO PeReiRA wrote:
> Hi guys,
>
> Please, give me some advices on how to do the
> following:
>
> I have the following table:
>
> CREATE TABLE products (
>idSERIAL,
>description TEXT,
>lastupdatedate
> );
>
> Well, I would like to update the column "lastupdate"
Hi guys,
Please, give me some advices on how to do the
following:
I have the following table:
CREATE TABLE products (
idSERIAL,
description TEXT,
lastupdatedate
);
Well, I would like to update the column "lastupdate"
with the value "now()" on every UPDATE executed on