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
