以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 如何判断整列的数据为空 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=48192) |
-- 作者:jianjingmaoyi -- 发布时间:2014/3/25 0:06:00 -- 如何判断整列的数据为空 如题 |
-- 作者:lsy -- 发布时间:2014/3/25 7:45:00 -- If DataTables("表A").Compute("Count(第一列)","第一列 Is Not Null") = 0 Then Output.Show("第一列全部为空") End If |