当前位置: 代码迷 >> PB >> 这个过滤条件如何改
  详细解决方案

这个过滤条件如何改

热度:115   发布时间:2016-04-29 08:39:53.0
这个过滤条件怎么改
"'"+is_month+"'='"+month(ens_date)+"'"
表里的数据是ens_date,取出其中的月度,我想过滤本月的记录

------解决方案--------------------
integer型就加上先转换为sting的
setfilter(string(is_month) + " = month(ens_date)")
filter()
  相关解决方案