随笔分类 -  T-SQL

根据月份得到季度
摘要:1declare @lQuarter int2set @lQuarter = (Month(getdate())+2)/3 阅读全文
posted @ 2006-05-12 15:49 徘徊边缘 阅读(219) 评论(0) 推荐(0)