以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [原创] (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=184595) |
-- 作者:cosogembird -- 发布时间:2022/12/15 9:11:00 -- [原创] 大神们: 统计数据库里“名字”列叫“张三”的人有多少个,代码是什么? 久没编程都忘了 先谢
|
-- 作者:有点蓝 -- 发布时间:2022/12/15 9:25:00 -- http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=50080 msgbox(DataTables("表A").Compute("count(名字)", "名字 = \'张三\'")
|