以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 去掉sqlquery table中的0 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=66837) |
-- 作者:newsun2k -- 发布时间:2015/4/14 17:00:00 -- 去掉sqlquery table中的0 有个窗体,其中用到一个sqlquery table,通过fill填充数据。 其中有很多0,如何去掉?
|
-- 作者:狐狸爸爸 -- 发布时间:2015/4/14 17:02:00 -- Select * Fr om {表名} Where 某列 <> 0 |
-- 作者:Bin -- 发布时间:2015/4/14 17:03:00 -- tables("XX_XX").DataTable.ReplaceFor("列名",Nothing,"列名=0") |