用SQL语句在结果集中加序号列

 select  top 10 
 FList,sortdate,FID,
 (case when FEndDate<getdate() then '已过期' else case when FShow=1 then '招聘中' else '已停止' end end) as FStats,
 (case when (FZprs is null) or (FZprs='') then '若干' else convert(nvarchar(5),FZprs) end) as FZprs_1,*
from
 (
 select
  
     (select count(FID) from t_company_zw _list where ((FDel is null) or (FDel=0)) and FCompanyID=20873 
   and (_list.sortDate>_t1.sortdate or (_list.sortDate=_t1.sortdate and _list.FID>=_t1.FID) )     
  ) as FList,  
     (select count(FID) from t_company_rseume _t3 where _t3.FcompanyID=20873  and _t3.FDel<>1 and _t3.FZwid=_t1.Fid) as FYpCont,
  *    
 from
     t_company_zw _t1
 where
     FcompanyID= 20873 and ((FDel is null) or (FDel=0))
)_x
order by FList
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值