Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Created October 19, 2015 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrpatrick/5c5f02ac2f7cc17ef5dd to your computer and use it in GitHub Desktop.
Save mrpatrick/5c5f02ac2f7cc17ef5dd to your computer and use it in GitHub Desktop.
show table names by engine
SELECT table_name, engine FROM INFORMATION_SCHEMA.TABLES order by engine;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment