Skip to content

Instantly share code, notes, and snippets.

@theharveyz
Last active August 4, 2018 07:07
Show Gist options
  • Save theharveyz/4e1bba0b2abaed9a49348e58ad9e933c to your computer and use it in GitHub Desktop.
Save theharveyz/4e1bba0b2abaed9a49348e58ad9e933c to your computer and use it in GitHub Desktop.
SQL
SELECT count(SCHEMA_NAME) as SCHEMA_NAME FROM INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME='xxx';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment