Good morning.
I have a procedure that runs daily deleting the data of a table with daily data of the clients of my system and for data availability reasons, sometimes this procedure is executed sooner or later.
I would like to know if there is a query that visualizes the date of the last update of a table so that I can use it in PHP to show users the last update performed inside the system (table).
Is it possible?
Thank you!
I tested it and it returns a value of null
.
Note that this table does not accumulate data, it is deleted and receives data insert of the day in question.
Maybe I did not put the question well.
Is it possible?