Skip to content

Instantly share code, notes, and snippets.

@Cezarion
Created November 19, 2013 14:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save Cezarion/7545769 to your computer and use it in GitHub Desktop.
Save Cezarion/7545769 to your computer and use it in GitHub Desktop.
Search last updated table / last changes on a database
SELECT UPDATE_TIME
FROM information_schema.tables
WHERE TABLE_SCHEMA = 'dbname'
AND TABLE_NAME = 'tabname'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment