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' ;
Friday, December 9, 2011
Subscribe to:
Comments (Atom)
Issues in programming that you may have ignored, missed, misunderstood or simply forgotten.