<?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>cashplk的心路历程 &#187; oracle</title>
	<atom:link href="http://cashplk.com/tag/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://cashplk.com</link>
	<description>学无止境，梦如夏花～</description>
	<lastBuildDate>Sat, 31 Jul 2010 10:15:57 +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>oracle/PLSQL 有用的四个bit函数</title>
		<link>http://cashplk.com/2009/05/23/oracleplsql-%e6%9c%89%e7%94%a8%e7%9a%84%e5%9b%9b%e4%b8%aabit%e5%87%bd%e6%95%b0/</link>
		<comments>http://cashplk.com/2009/05/23/oracleplsql-%e6%9c%89%e7%94%a8%e7%9a%84%e5%9b%9b%e4%b8%aabit%e5%87%bd%e6%95%b0/#comments</comments>
		<pubDate>Sat, 23 May 2009 05:10:37 +0000</pubDate>
		<dc:creator>cashplk</dc:creator>
				<category><![CDATA[DataBase]]></category>
		<category><![CDATA[bit]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[PLSQL]]></category>

		<guid isPermaLink="false">http://cashplk.com/?p=28</guid>
		<description><![CDATA[项目中看到，可以使用数据库的一个字段表示记录的不同状态。主要实用的是位运算，涉及的函数是 BIT系列函数。具体如下： BITAND function:返回两个数值型数值在按位进行 AND 运算后的结果。 BITNOT function:返回数值型数值在按位进行 NOT 运算后的结果。 BITOR function:返回两个数值型数值在按位进行 OR 运算后的结果。 BITXOR function:返回两个数值型数值在按位进行 XOR 运算后的结果。]]></description>
			<content:encoded><![CDATA[<p>项目中看到，可以使用数据库的一个字段表示记录的不同状态。主要实用的是位运算，涉及的函数是 <strong>BIT</strong>系列函数。具体如下：</p>
<hr /><strong>BITAND</strong> function:返回两个数值型数值在按位进行 AND 运算后的结果。</p>
<p><strong>BITNOT</strong> function:返回数值型数值在按位进行 NOT 运算后的结果。</p>
<p><strong>BITOR</strong> function:返回两个数值型数值在按位进行 OR 运算后的结果。</p>
<p><strong>BITXOR</strong> function:返回两个数值型数值在按位进行 XOR 运算后的结果。</p>
]]></content:encoded>
			<wfw:commentRss>http://cashplk.com/2009/05/23/oracleplsql-%e6%9c%89%e7%94%a8%e7%9a%84%e5%9b%9b%e4%b8%aabit%e5%87%bd%e6%95%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->