Database Subquery

1. 子查询定义

Any sub-query block in a query statement may be called a subquery; however, we use the term subquery for a sub-query block that appears in the WHERE, SELECT and HAVING clauses. Some Oracle documentation uses the term "nested subquery" for what we refer to as a subquery. A sub-query block that appears in the FROM clause is called a view or derived table.

 

Database Subquery

上一篇:MYSQL5-7版本sql_mode=only_full_group_by问题


下一篇:Centos7上yum安装mongodb(安装epel中的版本可能会比较老)