Why cant aggregate funs used in the where clause when table of the sub query and main query are not related to each other?

前端 未结 0 1763
滥情空心
滥情空心 2020-12-11 23:07

Aggregate functions cant be used in a WHERE clause because WHERE clause iterates through each record solo, but what about this case:

But take example of two tables :<

相关标签:
回答
  • 消灭零回复
提交回复
热议问题