oracle split函數(shù)用法 oracle函數(shù)中的table怎么使用?
oracle函數(shù)中的table怎么使用?示例:1)create type obji2 is table of number2)選擇*from table(obji2(3,3,45))查看結(jié)果
oracle函數(shù)中的table怎么使用?
示例:
1)create type obji2 is table of number
2)選擇*from table(obji2(3,3,45))查看結(jié)果