Hi all,
is there any way that i can see the source code for oracle built in sum() function code.
thanks,
Printable View
Hi all,
is there any way that i can see the source code for oracle built in sum() function code.
thanks,
Now way :)
Most of the standard functions are coded in the STANDARD package. As with most of the other Oracle supplied packages the source code is wrapped so you can see what's going on.
Cheers