0
点赞
收藏
分享

微信扫一扫

asp.net, c# 查询今天的当天所有数据 sql语句 用于SQLServer(mssql)

asp.net,  c# 查询今天的当天所有数据 sql语句  用于SQLServer(mssql)

select * from [article]
where datediff(dd,[add_time],getdate()) = 0

 


举报

相关推荐

0 条评论