首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

关于Oracle DB中SQL Script的诠释(REM,/* */)

2012-08-17 
关于Oracle DB中SQL Script的注释(REM,--,/* */)Oracle DB中SQL Script注释的语法beginDBMS_OUTPUT.PUT_LI

关于Oracle DB中SQL Script的注释(REM,--,/* */)
Oracle DB中SQL Script注释的语法

begin   DBMS_OUTPUT.PUT_LINE('Test'); REM commentend; /begin   REM comment   DBMS_OUTPUT.PUT_LINE('Test');end; /

11.2 documentation on all comment types 关于注释有很清楚的说明。

You can enter comments in a script in three ways:

using the SQL*Plus REMARK command for single line comments.

using the SQL comment delimiters /*... */ for single or multi-line comments.

using ANSI/ISO (American National Standards Institute/International Standards Organization) comments - - for single line comments.

转载请注明出处:http://blog.csdn.net/pan_tian/article/details/7745666

======EOF======


热点排行