GeekArticles
FAQ
Oracle FAQWhy I can't use stored function in select list of select function.
Author: asktom.oracle.com |
Published: 20th Feb 2008 |
Visited: 71 times |
Add CommentFiled in: Oracle FAQHi tom,
Thanks for accepting my question.
my question is why we can't we perform dml operation in query?
thanks
gautam
Read Article Sponsored Links
Related Articles
• Clean Up Function Syntax Mess with decltype The funky syntax of a function's return type isn't just unreadable in many cases—it's also a common source of maintenance problems. However, with the new decltype operator your functions will look much cleaner and easier to maint ...
• EventyList: The List with Events Generic list class based on Microsoft's implementation with few additional events to handle like BeforeAdd, OnAdd, BeforeRemove, ...