如图:想返回runcount求和小于400000的的列表
不知道你要表达的意思,如果是要取到400000的记录,那可以用递归的方式。
select * from 表名 where runcount > 400000不知道是不是这个意思