2007年5月11日
摘要: 本周:select * from table where datediff(week,C_CALLTIME,getdate())=0 --C_CALLTIME 为日期字段 本月:select * from table where datediff(Month,C_CALLTIME,getdate())=0 --C_CALLTIME 为日期字段 本季:select * from tabl... 阅读全文
posted @ 2007-05-11 16:28 上校 阅读(1183) 评论(2) 推荐(0)