null like ‘%%‘是有问题的
mysql中应该这样写COALESCE($ZU.mobile,‘‘) like ‘%%‘
或者
where IsNull([table].[column],‘‘) like ‘<parameter>‘
字段值为NULL时的like注意事项
原文:http://www.cnblogs.com/cheng6018/p/6900658.html