34,873
社区成员
发帖
与我相关
我的任务
分享select CASE when infotime is Null then '2009-10-10' else infotime end from infoselect coalesce(infotime,'2009-10-10') infotime from infoselect isnull(infotime,'2009-10-10') infotime from infoselect case when infotime is null then '2009-10-10' end from info