Skip to content

Instantly share code, notes, and snippets.

@folmert
Created May 23, 2015 20:50
Show Gist options
  • Select an option

  • Save folmert/03048aad212829c8ba9b to your computer and use it in GitHub Desktop.

Select an option

Save folmert/03048aad212829c8ba9b to your computer and use it in GitHub Desktop.
SELECT create_time FROM INFORMATION_SCHEMA.TABLES
WHERE table_schema = '[db_name]'
ORDER BY create_time ASC
LIMIT 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment