<?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>Technical LeoLo &#187; loop</title>
	<atom:link href="http://blog.leolo.cc/labels/loop/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.leolo.cc</link>
	<description>My Learning note</description>
	<lastBuildDate>Thu, 12 Mar 2009 08:58:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>在ORACLE/PLSQL裡使用游標FOR迴圈(cursor FOR loop)</title>
		<link>http://blog.leolo.cc/2008/05/06/14/</link>
		<comments>http://blog.leolo.cc/2008/05/06/14/#comments</comments>
		<pubDate>Tue, 06 May 2008 05:55:00 +0000</pubDate>
		<dc:creator>leolo</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[PLSQL]]></category>

		<guid isPermaLink="false">http://leolo.wordpress.com/2008/05/06/%e5%9c%a8oracleplsql%e8%a3%a1%e4%bd%bf%e7%94%a8%e6%b8%b8%e6%a8%99for%e8%bf%b4%e5%9c%88cursor-for-loop/</guid>
		<description><![CDATA[藉由從abc_stu資料表內抓取該學號的生日，來更新stu資料表裡每個學號的生日。
DECLARE   CURSOR cur IS       SELECT stuid FROM stu;BEGIN   FOR rec IN cur   LOOP        UPDATE stu           SET (birth_yr,birth_mm,birth_dd)=          [...]]]></description>
		<wfw:commentRss>http://blog.leolo.cc/2008/05/06/14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
