Jan-Lukas Else

Thoughts of an IT expert

“Common Table Expressions in SQL”

Published on in 🔗 Links
Short link: https://b.jlel.se/s/5c5
⚠️ This entry is already over one year old. It may no longer be up to date. Opinions may have changed.

I’m currently working in a project that involves a lot of data processing and therefore databases. This means that we often come into contact with SQL at work and have to write an SQL query at least once a day.

Privately, I once came across Common Table Expressions in the course of my GoBlog development and used this knowledge at work and showed it to my colleagues, some of whom didn’t know about it yet. Since then, we use them quite often.

But CTEs are really in most cases more comprehensible than deeply nested subqueries.

Anton Zhiyanov explains these CTEs in a post.

https://antonz.org/cte/

Tags:

Jan-Lukas Else
Interactions & Comments