摘要:
瀑布流 来自为知笔记(Wiz) 阅读全文
posted @ 2015-11-17 15:59
cn_king
阅读(185)
评论(0)
推荐(0)
摘要:
select day(createtime) from life_unite_product --取时间字段的天值select month(createtime) from life_unite_product --取时间字段的月值select year(createtime) from life_unite_product --取时间字段的年值 select datepart(... 阅读全文
posted @ 2015-11-17 15:58
cn_king
阅读(503)
评论(0)
推荐(0)
摘要:
with T as ( SELECT [idCard], (right(left([idCard],10),4)+'-'+right(left([idCard],12),2)+'-'+right(left([idCard],14),2)) 'Birthday', (case when (left(right([idCard],2),1) % 2 = 0) then '女' els... 阅读全文
posted @ 2015-11-17 15:51
cn_king
阅读(357)
评论(0)
推荐(0)

浙公网安备 33010602011771号