以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- Compute 怎么统计有多少行? (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=108517) |
-- 作者:李小胖 -- 发布时间:2017/10/24 13:32:00 -- Compute 怎么统计有多少行? Dim Sum1 As Integer = Tables("A").Compute("??????", "ActivityID = Plan6610-90554\'\'") 上面的???? 号里面应该写什么
|
-- 作者:有点甜 -- 发布时间:2017/10/24 14:26:00 -- Dim Sum1 As Integer = Tables("A").Compute("count(ActivityID)", "ActivityID = \'Plan6610-90554\'") |