子查询(嵌套查询)
select * from students where height=(select max(height) from students);
posted on 2019-06-17 15:45 Summer儿 阅读(183) 评论(0) 收藏 举报