以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  [求助]  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=139313)

--  作者:sanny
--  发布时间:2019/8/10 21:06:00
--  [求助]

老师,以下黄色的条件我要同时满足,这样设置后出来的结果不对,是不是错了 ?  company 是trading 但SupplierName 不空白的记录出不来了。

 

 

 

For Each Ary As String() In DataTables("OrderList").GetValues("PartNo|ETD|批号|company","Company not like \'Trading\' and SupplierName is null")


--  作者:y2287958
--  发布时间:2019/8/10 21:12:00
--  
like \'%  %\'
--  作者:有点蓝
--  发布时间:2019/8/11 21:25:00
--  
company等于trading 但SupplierName 不空白的记录?

For Each Ary As String() In DataTables("OrderList").GetValues("PartNo|ETD|批号|company","Company = \'Trading\' and SupplierName is not null")