Skip to content

Instantly share code, notes, and snippets.

@fire
Last active August 29, 2015 14:24
Show Gist options
  • Save fire/73bde6c160f306214869 to your computer and use it in GitHub Desktop.
Save fire/73bde6c160f306214869 to your computer and use it in GitHub Desktop.
SELECT table_schema,table_name
FROM information_schema.tables
WHERE table_schema = 'nx'
ORDER BY table_schema,table_name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment