【點擊:】
阿木伯 著
|
|
如何給表、列加注釋? |
|
- 系統(tǒng)環(huán)境:
1、數(shù)據(jù)庫: Oracle 8i R3 (8.1.7) for NT 企業(yè)版
- 說明:
SQL>comment on table 表 is '表注釋';
注釋已創(chuàng)建。
SQL>comment on column 表.列 is '列注釋';
注釋已創(chuàng)建。
SQL> select * from user_tab_comments where comments is not null;
SQL> select * from user_col_comments where comments is not null;
|
【最后更新:】 |
|