Y
Hacker News
new
|
ask
|
show
|
jobs
by
dfe
238 days ago
Your own article points out that exists handles the first case. Exists is not actually implemented as a subquery, it is merely syntactically a subquery.
1 comments
chuliomartinez
238 days ago
Sure exists make sense if you dont need columns from the child table. Exists is also far from basic sql.
link