在vb数据库中,怎么计算某个字段中符合条件的字段数目

2025-03-24 05:35:20
推荐回答(4个)
回答1:

给你一个程序,基本包含了你需要的全部内容,需要源文件给地址。

回答2:

select count(*) as total from 表的名称 where 数学>65

回答3:

select count(*) from 表名 where 数学>65

回答4:

RS.OPEN "SELECT 数学 FROM 表名 WHERE 数学>65 ",conn
RS.RecordCount