ASP中怎么实现ACCESS数据库里的数字相加?

2024-12-26 14:19:45
推荐回答(2个)
回答1:

用 select sum(price) from T_order 这个语句就行

回答2:

select sum(总金额) as Money from 表 where 条件