1、定义 :把内层的查询结果作为外层的查询条件
2、语法格式
  select ... from 表名 where 字段名 运算符 (select ....from 表名 where 条件);

相关文章: