现在的位置: 首页 > 综合 > 正文

[BTS]XPath (001)

2011年03月05日 ⁄ 综合 ⁄ 共 342字 ⁄ 字号 评论关闭

varCheckResult = xpath(msgPickListIdoc, "count(/*[local-name()='YMM_MWH_PICKLIST' and namespace-uri()='http://YMM_MWH_PICKLIST.V3']/*[local-name()='YMM_MWH_PICKLIST01' and namespace-uri()='']/*[local-name()='WERKS' and namespace-uri()='' and (.=1201 or .=1202 or .=2006 or .=2001 or .=2002)])");

 

Select count(*) from All_WERKS where WERKS in (1201,1202,2006,2001,2002)

抱歉!评论已关闭.