SELECT STUFF( 
 (SELECT 
  Distinct '|'+ProductCode 
  FROM [chexian].[dbo].[ProxyServer] 
  WHERE CompanyID=1069 FOR XML PATH('')
 ),1,1,'')

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2021-07-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-23
  • 2021-12-09
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案