其中的SQL有类似的语句
select id
                                  from question_kind q
                                 where status = 1
                                CONNECT BY PRIOR q.id = q.parent_id
                                 start with id in
                                            (select *
                                               from table(STR2NUMLIST('3,1303,88,97')))驱动程序采用的是ORACLE提供的!
请问怎么解决?
谢谢