Skip to content

Instantly share code, notes, and snippets.

@milsosa
Forked from Cezarion/select_last_update.sql
Created November 19, 2013 21:29
Show Gist options
  • Save milsosa/7552926 to your computer and use it in GitHub Desktop.
Save milsosa/7552926 to your computer and use it in GitHub Desktop.
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