oracle cast (一)

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',','))

 

 

posted on 2011-06-17 15:34  Mayvar  阅读(276)  评论(0编辑  收藏  举报

导航