SQL Tips and Tricks
Basics
Snippets Check if database exists Postgres SELECT EXISTS ( SELECT 1 FROM pg_database ...
Tips and Tricks
Data types Window functions Window functions are functions that grab additional data per row, e.g...
Postgres - Piccolo (Python) hints
Piccolo column types Postgres column types Postgres type Python type Piccolo type Python examp...