`
清风夜影寒
  • 浏览: 149705 次
  • 性别: Icon_minigender_1
  • 来自: 山东
社区版块
存档分类
最新评论

SQLServer 查询今天及今天以后的数据 SQLServer 查询今天数据

阅读更多
关键字:SQLServer 查询今天数据  SQLServer 查询今天及今天以后的数据
一、SQLServer查询今天的数据:
  sql语句:"select * from table where date = getdate() order by date asc"
二、SQLServer查询今天及今天以后的数据:
sql语句:"select * from table where date => getdate() order by date asc"

清风夜影寒:http://qfyyh.iteye.com
1
1
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics