34,873
社区成员
发帖
与我相关
我的任务
分享
select b_id, b_title from bidding where flag>0 and datediff(dd, update_flag_time, getdate())=0 and it_id + ',' like '%0,%' order by b_id DESC
select b_id, b_title
from bidding
where flag>0
and datediff(dd, update_flag_time, getdate())=0
and ','+it_id + ',' like '%,0,%'
order by b_id DESCselect b_id, b_title
from bidding
where flag>0
and datediff(dd, update_flag_time, getdate())=0
and ','it_id + ',' like '%,0,%'
order by b_id DESC