如何对查询的结果再次进行查询啊?如何对查询的结果再次进行查询啊? [解决办法]
select * from (--查询的结果)[别名] where --条件
select * from ( select * from 表)a