select * from Customer_main_PointRecord where [OrderType]='Signin'
and datediff(day,GETDATE(),InputDate)=0
sql server查询当天的数据
最新推荐文章于 2025-06-17 09:19:01 发布
select * from Customer_main_PointRecord where [OrderType]='Signin'
and datediff(day,GETDATE(),InputDate)=0