20-MySQL-Ubuntu-数据表的查询-子查询(九)

子查询(嵌套查询)

select * from students where height=(select max(height) from students);

原文地址:https://www.cnblogs.com/summer1019/p/11040093.html