数据库ORACLE的sql文件中,rem请问是什么意思啊?
2015-05-07 · 知道合伙人数码行家
关注
展开全部
rem表示注释,remark的缩写 数据库会忽略rem后的内容!Oracle DB中SQL Script注释的语法 :
REM Single line comment
-- Single line comment
/* Single line comment */
/*
Multi Line
comment
*/
补充:REM是REMARK的缩写。
关于注释有很清楚的说明。
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.
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询