select * from pl_month where pm_state!=1 and (pm_start<
=@nowTime and dateadd(day,3,convert(datetime,pm_end))>=@nowTime) order by case when pm_start is null then 1 else 0 end,pm_start";
sql查询 日期加3天在和当前日期比较
最新推荐文章于 2024-12-06 10:49:27 发布