declare @name char(1000) --注意:char(10)为10位,要是位数小了会让数据出错

set @name='s{sss}fc{fggh}dghdf{cccs}x'
select value from string_split(@name,'}') nam

 

 

 

相关文章:

  • 2021-10-19
  • 2021-07-26
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
猜你喜欢
  • 2021-09-25
  • 2021-11-12
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2022-02-03
相关资源
相似解决方案