How do I change a record in my table and keep the date the record was created.
In% with% I'm using the INSERT
method. When I use a now()
to change only one column the date is being changed, and I need to keep the date the record was created, I tested first on UPDATE
and then on my application, in both ways the date is being altered.