oracle - Alternatives for PL/SQL Group Functions -
I've imported a required old PL / SQL package that uses group functions:
- Create_Group
- Add_Group_Char (or number) _Cell
- Delete_Group
and FF datatype:
- Record group
- Group column
However, when I compile it I try to do that, since then this work / datatype is undefined / undeclared. I have been told what they do and now understand their experiments. I am just asking whether there are existing packages that implement these tasks so that I do not have to code them myself. Thanks!
The above oracle forms can not be used in built-in PL / SQL only To be used in the form
Comments
Post a Comment