A : 

 select *
from the (SELECT cast(DS4.SPLIT(TC_PLCKEX2005, ',') as
                                              stringTable)
                                    FROM DS4.TC_PLCKEX2_FILE
                                   WHERE TC_PLCKEX2001 = 'B530C')

B:

select *from table(split('fas,asdf,asdf',','))

 

 

相关文章:

  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-10-02
猜你喜欢
  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
  • 2021-10-09
相关资源
相似解决方案