读书人

关于Oracle DB中SQL Script的诠释(REM

发布时间: 2012-08-17 02:08:34 作者: rapoo

关于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======


读书人网 >其他数据库

热点推荐