小编Mar*_*ian的帖子

如何在PL/SQL中对关联数组进行排序?

我有一个像这样的关联数组:

continent_population('Australia') := 30;
continent_population('Antarctica') := 90;
continent_population('UK') := 50;
Run Code Online (Sandbox Code Playgroud)

如何在PL/SQL中的值之后对此数组进行排序?谢谢!

oracle collections plsql oracle10g

5
推荐指数
1
解决办法
1万
查看次数

标签 统计

collections ×1

oracle ×1

oracle10g ×1

plsql ×1