#pragma comment_...

oracle comment命令用法示例分享
字体:[ ] 类型:转载 时间:
oracle comment on命令说明及用法示例,大家参考使用吧
oracle中用comment on命令给表或字段加以说明,语法如下: 代码如下:COMMENT ON& { TABLE [ schema. ]&&& { table | view }& | COLUMN [ schema. ]&&& { table. | view. | materialized_view. } column& | OPERATOR [ schema. ] operator& | INDEXTYPE [ schema. ] indextype& | MATERIALIZED VIEW materialized_view& }IS 'text' ;
用法如下:
1.对表的说明 代码如下:comment on table table_name is 'comments_on_tab_information';
2.对表中列的说明 代码如下:comment on column table.column_name is 'comments_on_col_information';
3.查看表的说明 代码如下:SQL& select * from user_tab_comments where TABLE_NAME='EMPLOYEES';
代码如下:TABLE_NAME&&&&&&&&&&&&&&&&&&&& TABLE_TYPE& COMMENTS------------------------------ ----------- ----------EMPLOYEES&&&&&&&&&&&&&&&&&&&&& TABLE&&&&&& 员工表
SQL& select * from user_tab_comments where
TABLE_NAME&&&&&&&&&&&&&&&&&&&& TABLE_TYPE& COMMENTS------------------------------ ----------- --------------------------EMPLOYEES&&&&&&&&&&&&&&&&&&&&& TABLE&&&&&& 员工表
4.查看表中列的说明 代码如下:SQL& select * from user_col_comments where TABLE_NAME='EMPLOYEES';
代码如下:TABLE_NAME&&&&&&&&&&&&&&&&&&&& COLUMN_NAME&&&&&&&&&&&&&&&&&&& COMMENTS------------------------------ ------------------------------ ------------EMPLOYEES&&&&&&&&&&&&&&&&&&&&& EMPLOYEE_ID&&&&&&&&&&&&&&&&&&& EMPLOYEES&&&&&&&&&&&&&&&&&&&&& MANAGER_ID&&&&&&&&&&&&&&&&&&&& EMPLOYEES&&&&&&&&&&&&&&&&&&&&& FIRST_NAME&&&&&&&&&&&&&&&&&&&& EMPLOYEES&&&&&&&&&&&&&&&&&&&&& LAST_NAME&&&&&&&&&&&&&&&&&&&&& EMPLOYEES&&&&&&&&&&&&&&&&&&&&& TITLE&&&&&&&&&&&&&&&&&&&&&&&&& EMPLOYEES&&&&&&&&&&&&&&&&&&&&& SALARY&&&&&&&&&&&&&&&&&&&&&&&& 员工薪水
SQL& select * from user_col_comments where
TABLE_NAME&&&&&&&&&&&&&&&&&&&& COLUMN_NAME&&&&&&&&&&&&&&&&&&& COMMENTS------------------------------ ------------------------------ -------------EMPLOYEES&&&&&&&&&&&&&&&&&&&&& SALARY&&&&&&&&&&&&&&&&&&&&&&&& 员工薪水
5.我们也可以从下面这些视图中查看表级和列级说明: 代码如下:ALL_COL_COMMENTSUSER_COL_COMMENTSALL_TAB_COMMENTSUSER_TAB_COMMENTS
6.删除表级说明,也就是将其置为空 代码如下:SQL& comment on table employees is '';Comment added
SQL& select * from user_tab_comments where TABLE_NAME='EMPLOYEES';
TABLE_NAME&&&&&&&&&&&&&&&&&&&& TABLE_TYPE& COMMENTS------------------------------ ----------- -------------EMPLOYEES&&&&&&&&&&&&&&&&&&&&& TABLE&&&&&
7.删除列级说明,也是将其置为空 代码如下:SQL& comment on column employees.salary is '';Comment added
SQL& select * from user_col_comments where TABLE_NAME='EMPLOYEES';
TABLE_NAME&&&&&&&&&&&&&&&&&&&& COLUMN_NAME&&&&&&&&&&&&&&&&&&& COMMENTS------------------------------ ------------------------------ -------------EMPLOYEES&&&&&&&&&&&&&&&&&&&&& EMPLOYEE_ID&&&&&&&&&&&&&&&&&&& EMPLOYEES&&&&&&&&&&&&&&&&&&&&& MANAGER_ID&&&&&&&&&&&&&&&&&&&& EMPLOYEES&&&&&&&&&&&&&&&&&&&&& FIRST_NAME&&&&&&&&&&&&&&&&&&&& EMPLOYEES&&&&&&&&&&&&&&&&&&&&& LAST_NAME&&&&&&&&&&&&&&&&&&&&& EMPLOYEES&&&&&&&&&&&&&&&&&&&&& TITLE&&&&&&&&&&&&&&&&&&&&&&&&& EMPLOYEES&&&&&&&&&&&&&&&&&&&&& SALARY
大家感兴趣的内容
12345678910
最近更新的内容
常用在线小工具当前位置: &
comment中文是什么意思
音标:[ 'kɔment ]&&发音:&&过去式: commented&&&过去分词: commented&&&名词复数: comments&&&现在分词: commenting&&&
中文翻译n.1.注解,说明。2.评语;评论,批评,闲话,流言。短语和例子Her strange behavior caused a good deal of comment. 她的反常行为引起了不少闲话。vi.注释,评论,提意见 (upon, on)。 comment on [upon] a text [a current topic] 对原文[一个当前问题]作评论。 No comment . 无可奉告〔对新闻记者等提问时的惯用语〕。 without comment 不必多说。&&&&对…作评价或评论; 评论,注释; 评论,发表意见&&&&○; 保守秘密时可以说; 不评论; 不予置评; 你可以不填; 未加说明 ...&&&& (对…)无可奉告〔置评〕。 &&&&恶意的评论; 它还有一个反义词是&&&&征求意见&&&&著者说明&&&&备注别名&&&&评论与舆论&&&&注释块&&&&注解卡片; 注释卡&&&&注解码, 注释码&&&&注解约定&&&&批注宣告; 注解宣告&&&&备注分隔符号; 批注分隔符; 注解分隔符号&&&&注解进入; 注解体; 注解项; 注释体
例句与用法Identify the volatile product and comment .鉴定此挥发性产品并评述。The comments were numerous and serious .评论的范围既广泛而又严肃。What did you take his comments to mean ?你明白他的评论是什么意思吗?We comment on these topics in section 6 .我们将在第6节讨论这些课题。It created wide comment in the press .它引起了新闻界的广泛评论。This is a subject of widespread comment .人们对这件事议论纷纷。Nevertheless, he is full of perceptive comment .然而,他的批评极有见解。Please oblige me with your valuable comments .请大家给予指正。Do n't make presumptuous comments out of ignorance .不知道就别妄加评论。Another aspect of the logic requires comment .这个推理还有另一点需要说明。更多例句:&&1&&&&&&&&&&
英文解释a written explanation or criticism or illustration that is added to a book or ot "he wrote an extended comment on the proposal"同义词:, a statement that expresses a personal opinion or belief "from time to time she contributed a personal comment on his account"同义词:, , a report (often malicious) about the beha "the divorce caused much gossip"同义词:, , provide interlinear explanations
"He annotated on what his teacher had written"同义词:, , explain or interpret somethingmake o "he commented the paper of his colleague"同义词:, , ,
百科解释A comment is generally a verbal or written remark often related to an added piece of information, or an observation or statement. These are usually marked with an abbreviation, such as &obs.详细百科解释
相邻词汇热门词汇
comment的中文翻译,comment是什么意思,怎么用汉语翻译comment,comment的中文意思,发音,例句,用法和解释由查查在线词典提供,版权所有违者必究。
&&&&&&&&&&&&&&&&
Copyright &
(京ICP备号)
All rights reserved

参考资料

 

随机推荐