当前位置: 代码迷 >> Oracle开发 >> 新手求救:plsql中数组定义解决办法
  详细解决方案

新手求救:plsql中数组定义解决办法

热度:82   发布时间:2016-04-24 07:48:28.0
新手求救:plsql中数组定义
请问在PLSQL中如何定义一个数组..
    本人新手,希望指点,注释多一点.多谢!

------解决方案--------------------
type <tablename> as table index of integer
  相关解决方案