新手求救:plsql中数组定义请问在PLSQL中如何定义一个数组..本人新手,希望指点,注释多一点.多谢![解决办法]
新手求救:plsql中数组定义
请问在PLSQL中如何定义一个数组..
本人新手,希望指点,注释多一点.多谢!
[解决办法]
type <tablename> as table index of integer
新手求救:plsql中数组定义
请问在PLSQL中如何定义一个数组..
本人新手,希望指点,注释多一点.多谢!
[解决办法]
type <tablename> as table index of integer