Heim  >  Artikel  >  Datenbank  >  Oracle中的AS和IS的不同及使用

Oracle中的AS和IS的不同及使用

WBOY
WBOYOriginal
2016-06-07 17:14:521094Durchsuche

Oracle中的AS和IS的不同,以及使用,两者基本上没有不同 。AS和IS是ORACLE为了方便而设置的同义词。

Oracle中的AS和IS的不同,以及使用,两者基本上没有不同 。

AS和IS是ORACLE为了方便而设置的同义词。

何时使用

1、在创建存储过程(PROCEDURE)/函数(FUNCTION),以及自定义类型(TPYE)和包(PACKAGE)时,,使用AS和IS无区别。

2、在创建视图(VIEW)时,只能使用AS而不能使用IS。

3、在声明游标(CURSOR)时,只能使用IS而不能使用AS。

更多Oracle相关信息见Oracle 专题页面 ?tid=12

linux

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn