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.

Revisions

  1. chrisduong created this gist Sep 28, 2016.
    6 changes: 6 additions & 0 deletions psql_schema_cmds.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    # PostgreSQL schema Explorer commands

    - Count number of rows inside a table:
    ```
    SELECT count(*) FROM myschema.mytable;
    ```