<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MacLochlainns Weblog &#187; pl/sql table functions</title>
	<atom:link href="http://blog.mclaughlinsoftware.com/tag/plsql-table-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mclaughlinsoftware.com</link>
	<description>Michael McLaughlin's Technical Blog</description>
	<lastBuildDate>Mon, 06 Sep 2010 21:21:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Pipelined Functions &amp; PL/SQL Tables</title>
		<link>http://blog.mclaughlinsoftware.com/2008/05/11/pipelined-functions-plsql-tables/</link>
		<comments>http://blog.mclaughlinsoftware.com/2008/05/11/pipelined-functions-plsql-tables/#comments</comments>
		<pubDate>Sun, 11 May 2008 20:25:25 +0000</pubDate>
		<dc:creator>maclochlainn</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[pipelined function]]></category>
		<category><![CDATA[pl/sql table]]></category>
		<category><![CDATA[pl/sql table functions]]></category>

		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?p=14</guid>
		<description><![CDATA[Pipelined functions let you retrieve record structures from PL/SQL Tables as rows in SQL statements. PL/SQL tables are also known as associative arrays from 10g forward. While pipelined functions are slower than other approaches, they are easy to implement. The alternative uses a complex query. The query is complex because it typically uses selective aggregation [...]]]></description>
			<content:encoded><![CDATA[<p>Pipelined functions let you retrieve record structures from PL/SQL Tables as rows in SQL statements. PL/SQL tables are also known as associative arrays from 10g forward. While pipelined functions are slower than other approaches, they are easy to implement. The alternative uses a complex query. The query is complex because it typically uses selective aggregation and nested <code>CASE</code> logic.</p>
<p><a href="http://blog.mclaughlinsoftware.com/pipelined-functions-plsql-tables/">Read more &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mclaughlinsoftware.com/2008/05/11/pipelined-functions-plsql-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
