<?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>nvl</title>
	<atom:link href="https://www.aitaocui.cn/tag/260883/feed" rel="self" type="application/rss+xml" />
	<link>https://www.aitaocui.cn</link>
	<description>翡翠玉石爱好者聚集地</description>
	<lastBuildDate>Mon, 28 Nov 2022 11:38:13 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://www.aitaocui.cn/wp-content/uploads/2022/11/taocui.png</url>
	<title>nvl</title>
	<link>https://www.aitaocui.cn</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>nvl(函数名称)</title>
		<link>https://www.aitaocui.cn/article/373089.html</link>
					<comments>https://www.aitaocui.cn/article/373089.html#respond</comments>
		
		<dc:creator><![CDATA[张小翠]]></dc:creator>
		<pubDate>Mon, 28 Nov 2022 11:38:13 +0000</pubDate>
				<category><![CDATA[知识]]></category>
		<category><![CDATA[nvl]]></category>
		<guid isPermaLink="false">https://www.aitaocui.cn/?p=373089</guid>

					<description><![CDATA[NVL是Oracle PL/SQL中的一个函数。它的格式是NVL（string1，replace_with）。它的功能是如果string1为NULL，则NVL函数返回replace...]]></description>
										<content:encoded><![CDATA[</p>
<article>
<p>NVL是Oracle PL/SQL中的一个函数。它的格式是NVL（string1，replace_with）。它的功能是如果string1为NULL，则NVL函数返回replace_with的值，否则返回string1的值，如果两个参数都为NULL，则返回NULL。</p>
</article>
<article>
<h1>定义</h1>
<p>Oracle PL/SQL中的一个函数。</p>
<p>格式为：NVL(string1,replace_with)。</p>
<p>功能：如果string1为NULL，则NVL函数返回replace_with的值，否则返回string1的值，如果两个参数都为NULL，则返回NULL。</p>
<p>注意事项：string1和replace_with必须为同一数据类型，除非显式的使用TO_CHAR函数进行类型转换。</p>
<h1>功能扩展</h1>
<p>nvl函数基本语法为nvl(E1,E2)，意思是E1为null就返回E2，不为null就返回E1。</p>
<p>Oracle在NVL函数的功能上扩展，提供了NVL2函数。NVL2(E1,E2,E3)的功能为：如果E1为NULL，则函数返回E3，否则返回E2。</p>
</article>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aitaocui.cn/article/373089.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
