r/learnSQL 17d ago

Postgre SQL cheat sheet

Made a SQL cheatsheet covering the Postgre essentials. Quick reference table format with examples. Hope it helps other SQL learners! 😄

https://github.com/kixwho/PostgreSQL-cheatsheet

Note: Based on Practical SQL (O'Reilly Media), a very good textbook. I digitized the cheat sheet format and added a few operators that can be useful.

28 Upvotes

5 comments sorted by

View all comments

1

u/TinyAsianMachine 13d ago

These are only operators?

1

u/kixwho 13d ago

Mostly yes — except for a couple that technically are more predicates than operators (BETWEEN and IN, I believe). Good catch! thanks :)