sql 有趣的查询

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql 有趣的查询相关的知识,希望对你有一定的参考价值。

1.

#See how ALL is used
#See We can refer to values in the outer SELECT within the inner SELECT

select continent,name,area from world x where area>= 
ALL (select area from world y where y.continent=x.continent and area>0) 

2. Getting the first element after groupby

select continent,min(name) from world group by continent

以上是关于sql 有趣的查询的主要内容,如果未能解决你的问题,请参考以下文章

有趣的多对多sql连接

如何在WHERE子句中使用MS Access SQL子查询来替换长OR表达式

如何使用 oracle 从 sql 查询创建过程/函数?

使用有点奇怪的where子句的sql查询性能

620. 有趣的电影

有趣的电影