Hacker News new | ask | show | jobs
by whitten 376 days ago
What does CTE stand for, and how do I research it ?
1 comments

Common Table Expression, a SQL concept that enables more expressive programming with SQL queries. They are introduced using WITH ...