select distinct  pipeId=substring(a.PipeIn,b.number,charindex(',',a.PipeIn+',',b.number)-b.number)
from B_PipeSet_Info a
join master..spt_values b on b.type='P'
where charindex(',',','+a.PipeIn,b.number)=b.number

 

相关文章:

  • 2021-03-31
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2022-02-08
  • 2021-06-16
  • 2021-12-19
猜你喜欢
  • 2021-04-19
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-05-02
相关资源
相似解决方案