摘要:
select count(id),sum(Price) from [T_AddPrice] as a where (select sum(Price) from [T_AddPrice] as b where a.id<=b.id)<1000 --order by id 阅读全文
posted @ 2019-01-29 14:15 且行且思 阅读(1401) 评论(0) 推荐(0)
|
|||
|
摘要:
select count(id),sum(Price) from [T_AddPrice] as a where (select sum(Price) from [T_AddPrice] as b where a.id<=b.id)<1000 --order by id 阅读全文
posted @ 2019-01-29 14:15 且行且思 阅读(1401) 评论(0) 推荐(0) |
|||