Select * from 表名 where 条件>=85 UnionSelect * from 表名 where 条件<85 and 条件>=60这2条查询合成一条SQL为:Select * from 表名 where 条件>=60说实话 没明白你想要实现什么功能