Pipelined SQL Function Example
Posted at Wednesday, June 18, 2008
Here is a short example on how to create and use a pipelined sql function. In my example, I use a pipelined function along with a MERGE statement to keep a star schema's dimension table up to date.
Pipelined SQL Example
Pipelined SQL Example Source (Right-Click - Save Target As...)
Pipelined SQL Example
Pipelined SQL Example Source (Right-Click - Save Target As...)
Labels: Data Warehousing, PLSQL
Great Page about PL/SQL Pipelined Functions
Posted at Saturday, June 16, 2007
In addition to this great article, you will find other
posts and utilities worth reviewing here.
posts and utilities worth reviewing here.
Labels: Data Warehousing, PLSQL
