Y
Hacker News
new
|
ask
|
show
|
jobs
by
whitten
376 days ago
What does CTE stand for, and how do I research it ?
1 comments
burakemir
376 days ago
Common Table Expression, a SQL concept that enables more expressive programming with SQL queries. They are introduced using WITH ...
link