首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > PB >

请教非字符型字段,怎么使用filter函数过滤

2012-02-06 
请问非字符型字段,如何使用filter函数过滤如题~~~[解决办法]sql 语名的where怎么写,setfilter就怎么写。[解

请问非字符型字段,如何使用filter函数过滤
如题~~~

[解决办法]
sql 语名的where怎么写,setfilter就怎么写。


[解决办法]
ls_filter="(im_warehousem_warehsno ='"+string(ll_warehsno)+"') and (im_warehousem_specification ='"+ls_specification+"')"

ll_warehsno如果为1

你这个写法,ls_filter就是: im_warehousem_warehsno='1' and ......

去掉数字变量的引号

ls_filter="(im_warehousem_warehsno ="+string(ll_warehsno)+") and (im_warehousem_specification ='"+ls_specification+"')"

热点排行