在csv值中传递时,如何创建以表格格式返回结果的包.
select * from table(schema.mypackage.myfunction('one, two, three'))
应该回来
one two three
我试过问汤姆但是只适用于sql类型.
我正在使用oracle 11g.内置有什么东西吗?
csv string oracle plsql tokenize
csv ×1
oracle ×1
plsql ×1
string ×1
tokenize ×1