文章分类 -  sql

摘要:例1 : select count(0) from t_case_bill --103716 行 select b1.id,b1.billmoney,sum(b2.billmoney) from( select top 10000 id,billmoney from t_case_bill )b1 阅读全文
posted @ 2023-09-25 19:49 以函 阅读(33) 评论(0) 推荐(0)