GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQUsing plsql table in sql
Hi Tom,
Could you please explain what is the most efficient way of doing this? I found many examples with pipelines, (table(function(cast)) examples, but somehow i feel there should be a more elegant way.
<code>
create table t1 (n number);
c...
Sponsored Links
Related Topics
Subscribe via RSS
Oracle FAQ
- Synchronize data from remote location
- Oracle Fundamentals
- How to connect SQLPlus without tnsnames.ora
- Best Practices for App Server Keep Alive
- bind variables in triggers
- how to avoid outer joins
- One 900 column table versus ten 90 column tables.
- Does select generate undo ?
- Performance Question
- Help analyze statspack report
