Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 655 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 655 Bytes

Window Functions Talk

Running in Gitpod

Open in Gitpod

Running Locally

Install

virtualenv venv
source venv/bin/activate
pip install -r requirements/test.txt

Running a SQL File

If postgres is running, you can run SQL files using:

psql -f sql/rank_employees.sql

References

Employee sample data modified from Sling Academy

Window functions cheat sheet