看你具体数据库,有长度函数可以用长度判断
length(字段) !=0
null 和 空是不同的值
改成 and isnull(ZICZB0000,'')<>'' and isnull(ZICZB0001,'')<>'' (SqlServer)
and nvl(ZICZB0000,'')<>'' and nvl(ZICZB0001,'')<>'' (oracle)