This query brings you create and last update among other useful information.
SELECT *
FROM information_schema.tables
WHERE TABLE_SCHEMA = 'databasename'
AND TABLE_NAME = 'tablename' ;
Subscribe to:
Post Comments (Atom)
Issues in programming that you may have ignored, missed, misunderstood or simply forgotten.
No comments:
Post a Comment