Is it possible to list all tables in a given MySQL database with the modification date in the right side?
I am looking for something like
SHOW TABLES FROM MY_DATABASE;
Is it possible to list all tables in a given MySQL database with the modification date in the right side?
I am looking for something like
SHOW TABLES FROM MY_DATABASE;
Copyright © 2021 Jogjafile Inc.
You can query the tables with
information_schema.tables