oracle中建立表時添加註釋

 

CREATE TABLE t1(
id varchar2(32) primary key,
name VARCHAR2(32) ,
age VARCHAR2(32) 
)html

添加表註釋:
COMMENT ON table t1 IS '我的信息';oracle

添加字段註釋:spa

comment on column t1.id is 'id';htm

comment on column t1.name is '姓名';
comment on column t1.age is '年齡';
blog

分類: oracleget

相關文章
相關標籤/搜索