Skip to content

Instantly share code, notes, and snippets.

@chrisduong
Created September 28, 2016 04:26
Show Gist options
  • Select an option

  • Save chrisduong/4b9de3d050e92ba3b9c5c5f5f93ae71a to your computer and use it in GitHub Desktop.

Select an option

Save chrisduong/4b9de3d050e92ba3b9c5c5f5f93ae71a to your computer and use it in GitHub Desktop.
PostgreSQL schema explorer #cheatSheet

PostgreSQL schema Explorer commands

  • Count number of rows inside a table:
SELECT count(*) FROM myschema.mytable;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment