1
good morning.
I have a trial that runs daily deleting data from a table with daily data from my system’s customers and for data availability reasons, sometimes this trial runs sooner or later.
I wonder if there is a query that visualizes the date of the last update of a table so I can use it in PHP to show users the last update performed within the system (table).
It is possible?
Thank you!
I did the test and it returns me a value null
.
It is worth noting that this table does not accumulate data, it is deleted and receives data from the day in question.
Maybe I didn’t put the question right.
It is possible?
Review the terms you used when setting the values in
TABLE_NAME
andTABLE_SCHEMA
. Toquery
that @Jasarorion passed will bring you a listing, run it and see what it brings to check the parameters.– William Novak