摘要: --************ null字段处理************1、PicUrl为null或为空的返回默认值:select (case when len(isnull(PicUrl,''))=0 then '/images/default.jpg' else PicUrl en... 阅读全文
posted @ 2014-12-16 10:53 qxoffice2008 阅读(180) 评论(0) 推荐(0)