摘要:
SQL Server里面可能经常会用到的日期格式转换方法: isnull(convert(char(10),birthday,120),'日期不详') 如果出生日期为空值,显示日期不详,日期格式为yyyy-mm-dd。 最常用select CONVERT(varchar(10), getdate() 阅读全文
posted @ 2018-03-30 14:55
heihaha
阅读(343)
评论(0)
推荐(0)
浙公网安备 33010602011771号