会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
简单的生活X
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2018年7月10日
查询两个时间段间隔多久的数据
摘要: select * from tbname where datediff(dd,'2008-03-20',getdate())>30 天 select * from tbname where datediff(mm,'2008-04-20',getdate())>0 月 select * from t
阅读全文
posted @ 2018-07-10 13:39 简单的生活X
阅读(228)
评论(0)
推荐(0)
编辑