公告
财富商城
积分规则
提问
发文
2019-08-15 09:51发布
男人必须洒脱
hos := hos1 multiset union hos2;
The statement throws internal error, where hos, hos1 and hos2 are of same object type
This error seems to have been fixed on Oracle 11. For previous versions, you need to add a map member function.
alter type my_object_type add map member function dummy return number invalidate;
最多设置5个标签!
This error seems to have been fixed on Oracle 11. For previous versions, you need to add a map member function.